@everymatrix/general-footer-template 1.55.0 → 1.56.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/custom-clock.cjs.entry.js +2 -2
- package/dist/cjs/custom-content-section.cjs.entry.js +1418 -1564
- package/dist/cjs/general-footer-template.cjs.entry.js +1 -1
- package/dist/cjs/general-footer-template.cjs.js +2 -2
- package/dist/cjs/image-list.cjs.entry.js +1 -1
- package/dist/cjs/{index-d85e54c5.js → index-a7f717fa.js} +8 -42
- package/dist/cjs/link-section-list.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/esm/custom-clock.entry.js +2 -2
- package/dist/esm/custom-content-section.entry.js +1418 -1564
- package/dist/esm/general-footer-template.entry.js +1 -1
- package/dist/esm/general-footer-template.js +3 -3
- package/dist/esm/image-list.entry.js +1 -1
- package/dist/esm/{index-7f32a4a7.js → index-e6e68604.js} +8 -42
- package/dist/esm/link-section-list.entry.js +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/general-footer-template/general-footer-template.esm.js +1 -1
- package/dist/general-footer-template/{p-9aeab1ea.entry.js → p-076550c8.entry.js} +1 -1
- package/dist/general-footer-template/p-16bd4237.js +2 -0
- package/dist/general-footer-template/{p-122e0353.entry.js → p-2879096a.entry.js} +1 -1
- package/dist/general-footer-template/{p-cd14a119.entry.js → p-5f13c34b.entry.js} +2 -2
- package/dist/general-footer-template/{p-a6279430.entry.js → p-d7132f51.entry.js} +1 -1
- package/dist/general-footer-template/{p-f5a17365.entry.js → p-f12f5263.entry.js} +1 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -6
- package/package.json +1 -1
- package/dist/general-footer-template/p-905acd21.js +0 -2
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7f717fa.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.
|
|
9
|
+
Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
11
|
var patchBrowser = () => {
|
|
12
12
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('general-footer-template.cjs.js', document.baseURI).href));
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7f717fa.js');
|
|
6
6
|
|
|
7
7
|
const imageListCss = ".sc-image-list-h {\n display: block;\n margin: 0;\n padding: 0;\n}\n\n.ImageListContainer.sc-image-list {\n height: 100%;\n}\n.ImageListWrapper.sc-image-list {\n box-sizing: border-box;\n height: 100%;\n display: flex;\n flex-direction: column;\n max-width: 90%;\n margin: auto;\n padding: var(--emw--spacing-large, 20px) 0;\n}\n.ImageListSectionTitle.sc-image-list {\n width: 100%;\n display: flex;\n justify-content: left;\n align-content: center;\n padding: var(--emw--spacing-large, 20px) var(--emw--spacing-medium, 14px) var(--emw--spacing-x-large, 30px);\n color: var(--emw--footer-typography, var(--emw--color-thpography, #fff));\n text-transform: uppercase;\n font-size: 24px;\n font-weight: 100;\n}\n.ImageListLineup.sc-image-list {\n box-sizing: border-box;\n display: flex;\n flex-wrap: wrap;\n gap: var(--emw--spacing-x-large, 30px);\n justify-content: left;\n align-items: flex-start;\n padding-left: var(--emw--spacing-large, 20px);\n}\n.ImageListIcon.sc-image-list img.sc-image-list {\n max-height: var(--emw--size-medium-2x-minus, 40px);\n}\n\na.sc-image-list {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: flex-end;\n text-decoration: none;\n}\n\na.sc-image-list p.sc-image-list {\n text-decoration: none;\n color: var(--emw--color-gray-100, #666);\n margin: 0;\n}\n\n@container (max-width: 750px) {\n .ImageListSectionTitle.sc-image-list {\n justify-content: center;\n font-size: var(--emw--font-size-medium, 16px);\n color: var(--emw--footer-typography, var(--emw--color-thpography, #fff));\n padding: var(--emw--spacing-large, 20px) 0 var(--emw--spacing-x-large, 30px);\n justify-content: center;\n }\n .ImageListLineup.sc-image-list {\n justify-content: center;\n padding: 0;\n }\n}";
|
|
8
8
|
const ImageListStyle0 = imageListCss;
|
|
@@ -24,7 +24,7 @@ const NAMESPACE = 'general-footer-template';
|
|
|
24
24
|
const BUILD = /* general-footer-template */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: false, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: false, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
|
-
Stencil Client Platform v4.
|
|
27
|
+
Stencil Client Platform v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
28
28
|
*/
|
|
29
29
|
var __defProp = Object.defineProperty;
|
|
30
30
|
var __export = (target, all) => {
|
|
@@ -399,31 +399,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
399
399
|
if (nonce != null) {
|
|
400
400
|
styleElm.setAttribute("nonce", nonce);
|
|
401
401
|
}
|
|
402
|
-
|
|
403
|
-
if (styleContainerNode.nodeName === "HEAD") {
|
|
404
|
-
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
405
|
-
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
406
|
-
styleContainerNode.insertBefore(styleElm, referenceNode2);
|
|
407
|
-
} else if ("host" in styleContainerNode) {
|
|
408
|
-
if (supportsConstructableStylesheets) {
|
|
409
|
-
const stylesheet = new CSSStyleSheet();
|
|
410
|
-
stylesheet.replaceSync(style);
|
|
411
|
-
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
412
|
-
} else {
|
|
413
|
-
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
414
|
-
if (existingStyleContainer) {
|
|
415
|
-
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
416
|
-
} else {
|
|
417
|
-
styleContainerNode.prepend(styleElm);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
} else {
|
|
421
|
-
styleContainerNode.append(styleElm);
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
|
|
425
|
-
styleContainerNode.insertBefore(styleElm, null);
|
|
426
|
-
}
|
|
402
|
+
styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector("link"));
|
|
427
403
|
}
|
|
428
404
|
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
429
405
|
styleElm.innerHTML += SLOT_FB_CSS;
|
|
@@ -446,7 +422,7 @@ var attachStyles = (hostRef) => {
|
|
|
446
422
|
const scopeId2 = addStyle(
|
|
447
423
|
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
448
424
|
cmpMeta);
|
|
449
|
-
if (flags & 10 /* needsScopedEncapsulation */
|
|
425
|
+
if (flags & 10 /* needsScopedEncapsulation */) {
|
|
450
426
|
elm["s-sc"] = scopeId2;
|
|
451
427
|
elm.classList.add(scopeId2 + "-h");
|
|
452
428
|
if (flags & 2 /* scopedCssEncapsulation */) {
|
|
@@ -518,11 +494,7 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
518
494
|
if (memberName === "list") {
|
|
519
495
|
isProp = false;
|
|
520
496
|
} else if (oldValue == null || elm[memberName] != n) {
|
|
521
|
-
|
|
522
|
-
elm[memberName] = n;
|
|
523
|
-
} else {
|
|
524
|
-
elm.setAttribute(memberName, n);
|
|
525
|
-
}
|
|
497
|
+
elm[memberName] = n;
|
|
526
498
|
}
|
|
527
499
|
} else {
|
|
528
500
|
elm[memberName] = newValue;
|
|
@@ -595,9 +567,7 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
|
595
567
|
{
|
|
596
568
|
updateElement(null, newVNode2, isSvgMode);
|
|
597
569
|
}
|
|
598
|
-
|
|
599
|
-
const isElementWithinShadowRoot = !rootNode.querySelector("body");
|
|
600
|
-
if (!isElementWithinShadowRoot && BUILD.scoped && isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
570
|
+
if (isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
601
571
|
elm.classList.add(elm["s-si"] = scopeId);
|
|
602
572
|
}
|
|
603
573
|
{
|
|
@@ -754,10 +724,7 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
754
724
|
elm.textContent = "";
|
|
755
725
|
}
|
|
756
726
|
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
|
757
|
-
} else if (
|
|
758
|
-
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
759
|
-
!isInitialRender && BUILD.updatable && oldChildren !== null
|
|
760
|
-
) {
|
|
727
|
+
} else if (oldChildren !== null) {
|
|
761
728
|
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
762
729
|
}
|
|
763
730
|
} else if (oldVNode.$text$ !== text) {
|
|
@@ -794,7 +761,7 @@ var updateElementScopeIds = (element, parent, iterateChildNodes = false) => {
|
|
|
794
761
|
if (element && parent && element.nodeType === 1 /* ElementNode */) {
|
|
795
762
|
const scopeIds = new Set(findScopeIds(parent).filter(Boolean));
|
|
796
763
|
if (scopeIds.size) {
|
|
797
|
-
(_a = element.classList) == null ? void 0 : _a.add(...element["s-scs"] =
|
|
764
|
+
(_a = element.classList) == null ? void 0 : _a.add(...element["s-scs"] = [...scopeIds]);
|
|
798
765
|
if (element["s-ol"] || iterateChildNodes) {
|
|
799
766
|
for (const childNode of Array.from(element.childNodes)) {
|
|
800
767
|
updateElementScopeIds(childNode, element, true);
|
|
@@ -1051,8 +1018,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1051
1018
|
if (this.hasOwnProperty(propName)) {
|
|
1052
1019
|
newValue = this[propName];
|
|
1053
1020
|
delete this[propName];
|
|
1054
|
-
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" &&
|
|
1055
|
-
this[propName] == newValue) {
|
|
1021
|
+
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && this[propName] == newValue) {
|
|
1056
1022
|
return;
|
|
1057
1023
|
} else if (propName == null) {
|
|
1058
1024
|
const hostRef = getHostRef(this);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7f717fa.js');
|
|
6
6
|
|
|
7
7
|
const linkSectionListCss = ":host {\n display: block;\n margin: 0;\n padding: 0;\n}\n\n.LinkSectionListContainer {\n display: block;\n container-type: inline-size;\n}\n.LinkSectionListWrapper {\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n grid-template-columns: 1fr;\n}\n.LinkSectionListTitle {\n font-weight: var(--emw--font-weight-semibold, 500);\n text-transform: uppercase;\n}\n.LinkSectionListLink {\n font-weight: var(--emw--font-weight-light, 300);\n}\n\nul {\n width: fit-content;\n margin: 0;\n display: flex;\n flex-direction: column;\n gap: var(--emw--spacing-medium, 16px);\n padding-left: var(--emw--spacing-small-minus, 10px);\n font-size: var(--emw--font-size-small, 16px);\n text-transform: uppercase;\n}\nul li {\n list-style: disc;\n display: flex;\n align-items: center;\n padding-left: 25px;\n position: relative;\n}\nul li::before {\n content: \"\";\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n height: 8px;\n background-color: var(--emw--footer-color-primary, var(--emw--color-primary, #22B04E));\n border-radius: 50%;\n}\nul li .LinkSectionListLinkText {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\nul li .LinkSectionListLinkText span {\n text-align: center;\n cursor: pointer;\n}\nul li .LinkSectionListLinkText img.LinkSectionIcon {\n position: relative;\n height: 25px;\n padding: 0 5px;\n}\n\na {\n color: inherit;\n}\n\n@container (min-width: 280px) {\n .LinkSectionListWrapper {\n grid-template-columns: repeat(2, 1fr);\n }\n}\n@container (min-width: 650px) {\n .LinkSectionListWrapper {\n grid-gap: 2rem;\n grid-template-columns: repeat(4, 1fr);\n grid-template-rows: 1fr;\n }\n}";
|
|
8
8
|
const LinkSectionListStyle0 = linkSectionListCss;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a7f717fa.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-e6e68604.js';
|
|
2
2
|
import { c as commonjsGlobal } from './_commonjsHelpers-57e89916.js';
|
|
3
3
|
|
|
4
4
|
const DEFAULT_LANGUAGE = 'en';
|
|
@@ -63,7 +63,7 @@ const utc = utc$1.exports;
|
|
|
63
63
|
var timezone$1 = {exports: {}};
|
|
64
64
|
|
|
65
65
|
(function (module, exports) {
|
|
66
|
-
!function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t={year:0,month:1,day:2,hour:3,minute:4,second:5},e={};return function(n,i,o){var r,a=function(t,n,i){void 0===i&&(i={});var o=new Date(t),r=function(t,n){void 0===n&&(n={});var i=n.timeZoneName||"short",o=t+"|"+i,r=e[o];return r||(r=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:i}),e[o]=r),r}(n,i);return r.formatToParts(o)},u=function(e,n){for(var i=a(e,n),r=[],u=0;u<i.length;u+=1){var f=i[u],s=f.type,m=f.value,c=t[s];c>=0&&(r[c]=parseInt(m,10));}var d=r[3],l=24===d?0:d,h=r[0]+"-"+r[1]+"-"+r[2]+" "+l+":"+r[4]+":"+r[5]+":000",v=+e;return (o.utc(h).valueOf()-(v-=v%1e3))/6e4},f=i.prototype;f.tz=function(t,e){void 0===t&&(t=r);var n
|
|
66
|
+
!function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t={year:0,month:1,day:2,hour:3,minute:4,second:5},e={};return function(n,i,o){var r,a=function(t,n,i){void 0===i&&(i={});var o=new Date(t),r=function(t,n){void 0===n&&(n={});var i=n.timeZoneName||"short",o=t+"|"+i,r=e[o];return r||(r=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:i}),e[o]=r),r}(n,i);return r.formatToParts(o)},u=function(e,n){for(var i=a(e,n),r=[],u=0;u<i.length;u+=1){var f=i[u],s=f.type,m=f.value,c=t[s];c>=0&&(r[c]=parseInt(m,10));}var d=r[3],l=24===d?0:d,h=r[0]+"-"+r[1]+"-"+r[2]+" "+l+":"+r[4]+":"+r[5]+":000",v=+e;return (o.utc(h).valueOf()-(v-=v%1e3))/6e4},f=i.prototype;f.tz=function(t,e){void 0===t&&(t=r);var n=this.utcOffset(),i=this.toDate(),a=i.toLocaleString("en-US",{timeZone:t}),u=Math.round((i-new Date(a))/1e3/60),f=o(a,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(i.getTimezoneOffset()/15)-u,!0);if(e){var s=f.utcOffset();f=f.add(n-s,"minute");}return f.$x.$timezone=t,f},f.offsetName=function(t){var e=this.$x.$timezone||o.tz.guess(),n=a(this.valueOf(),e,{timeZoneName:t}).find((function(t){return "timezonename"===t.type.toLowerCase()}));return n&&n.value};var s=f.startOf;f.startOf=function(t,e){if(!this.$x||!this.$x.$timezone)return s.call(this,t,e);var n=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return s.call(n,t,e).tz(this.$x.$timezone,!0)},o.tz=function(t,e,n){var i=n&&e,a=n||e||r,f=u(+o(),a);if("string"!=typeof t)return o(t).tz(a);var s=function(t,e,n){var i=t-60*e*1e3,o=u(i,n);if(e===o)return [i,e];var r=u(i-=60*(o-e)*1e3,n);return o===r?[i,o]:[t-60*Math.min(o,r)*1e3,Math.max(o,r)]}(o.utc(t,i).valueOf(),f,a),m=s[0],c=s[1],d=o(m).utcOffset(c);return d.$x.$timezone=a,d},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(t){r=t;};}}));
|
|
67
67
|
}(timezone$1));
|
|
68
68
|
|
|
69
69
|
const timezone = timezone$1.exports;
|