@maggioli-design-system/mds-accordion-timer 4.1.0 → 4.2.1
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/{index-e0b90ffc.js → index-f320eb3e.js} +102 -65
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +2 -2
- package/dist/cjs/mds-accordion-timer.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/common/browser.js +7 -0
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.css +5 -18
- package/dist/components/mds-accordion-timer.js +1 -1
- package/dist/documentation.json +2 -2
- package/dist/esm/{index-d2cd5374.js → index-461ad561.js} +102 -65
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mds-accordion-timer.entry.js +2 -2
- package/dist/esm/mds-accordion-timer.js +3 -3
- package/dist/esm-es5/index-461ad561.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.js +1 -1
- package/dist/mds-accordion-timer/mds-accordion-timer.esm.js +1 -1
- package/dist/mds-accordion-timer/mds-accordion-timer.js +1 -1
- package/dist/mds-accordion-timer/p-000e3530.system.js +2 -0
- package/dist/mds-accordion-timer/p-13443576.js +2 -0
- package/dist/mds-accordion-timer/p-1fce583e.system.entry.js +1 -0
- package/dist/mds-accordion-timer/{p-ca2b2c96.system.js → p-20781d57.system.js} +1 -1
- package/dist/mds-accordion-timer/p-49f1b328.entry.js +1 -0
- package/dist/stats.json +33 -32
- package/dist/types/common/browser.d.ts +2 -0
- package/dist/types/common/locale.d.ts +1 -1
- package/documentation.json +2 -2
- package/package.json +4 -4
- package/src/common/browser.ts +10 -0
- package/src/common/locale.ts +2 -2
- package/src/components/mds-accordion-timer/css/mds-accordion-timer-pref-animation.css +5 -16
- package/src/components/mds-accordion-timer/mds-accordion-timer.css +0 -4
- package/src/fixtures/icons.json +2 -0
- package/src/fixtures/iconsauce.json +1 -0
- package/src/tailwind/components.css +2 -48
- package/src/tailwind/index.css +4 -0
- package/www/build/mds-accordion-timer.esm.js +1 -1
- package/www/build/mds-accordion-timer.js +1 -1
- package/www/build/p-000e3530.system.js +2 -0
- package/www/build/p-13443576.js +2 -0
- package/www/build/p-1fce583e.system.entry.js +1 -0
- package/www/build/{p-ca2b2c96.system.js → p-20781d57.system.js} +1 -1
- package/www/build/p-49f1b328.entry.js +1 -0
- package/dist/esm-es5/index-d2cd5374.js +0 -1
- package/dist/mds-accordion-timer/p-180c6359.entry.js +0 -1
- package/dist/mds-accordion-timer/p-192506ee.js +0 -2
- package/dist/mds-accordion-timer/p-42fd8716.system.js +0 -2
- package/dist/mds-accordion-timer/p-ce58a5f2.system.entry.js +0 -1
- package/www/build/p-180c6359.entry.js +0 -1
- package/www/build/p-192506ee.js +0 -2
- package/www/build/p-42fd8716.system.js +0 -2
- package/www/build/p-ce58a5f2.system.entry.js +0 -1
|
@@ -21,10 +21,10 @@ function _interopNamespace(e) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const NAMESPACE = 'mds-accordion-timer';
|
|
24
|
-
const BUILD = /* mds-accordion-timer */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false,
|
|
24
|
+
const BUILD = /* mds-accordion-timer */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, constructableCSS: true, cssAnnotations: true, devTools: false, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: true, hydratedClass: false, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: false, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: false, vdomFunctional: false, vdomKey: true, vdomListener: false, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: false, vdomText: false, vdomXlink: false, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
|
-
Stencil Client Platform v4.
|
|
27
|
+
Stencil Client Platform v4.27.2 | MIT Licensed | https://stenciljs.com
|
|
28
28
|
*/
|
|
29
29
|
var __defProp = Object.defineProperty;
|
|
30
30
|
var __export = (target, all) => {
|
|
@@ -33,10 +33,15 @@ var __export = (target, all) => {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
// src/client/client-host-ref.ts
|
|
36
|
-
var
|
|
37
|
-
|
|
36
|
+
var getHostRef = (ref) => {
|
|
37
|
+
if (ref.__stencil__getHostRef) {
|
|
38
|
+
return ref.__stencil__getHostRef();
|
|
39
|
+
}
|
|
40
|
+
return void 0;
|
|
41
|
+
};
|
|
38
42
|
var registerInstance = (lazyInstance, hostRef) => {
|
|
39
|
-
|
|
43
|
+
lazyInstance.__stencil__getHostRef = () => hostRef;
|
|
44
|
+
hostRef.$lazyInstance$ = lazyInstance;
|
|
40
45
|
};
|
|
41
46
|
var registerHost = (hostElement, cmpMeta) => {
|
|
42
47
|
const hostRef = {
|
|
@@ -50,7 +55,8 @@ var registerHost = (hostElement, cmpMeta) => {
|
|
|
50
55
|
hostElement["s-p"] = [];
|
|
51
56
|
hostElement["s-rc"] = [];
|
|
52
57
|
}
|
|
53
|
-
const ref =
|
|
58
|
+
const ref = hostRef;
|
|
59
|
+
hostElement.__stencil__getHostRef = () => ref;
|
|
54
60
|
return ref;
|
|
55
61
|
};
|
|
56
62
|
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
@@ -107,7 +113,6 @@ var HYDRATED_STYLE_ID = "sty-id";
|
|
|
107
113
|
var HYDRATED_CSS = "{visibility:hidden}[hydrated]{visibility:inherit}";
|
|
108
114
|
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
109
115
|
var win = typeof window !== "undefined" ? window : {};
|
|
110
|
-
var doc = win.document || { head: {} };
|
|
111
116
|
var plt = {
|
|
112
117
|
$flags$: 0,
|
|
113
118
|
$resourcesUrl$: "",
|
|
@@ -118,9 +123,10 @@ var plt = {
|
|
|
118
123
|
ce: (eventName, opts) => new CustomEvent(eventName, opts)
|
|
119
124
|
};
|
|
120
125
|
var supportsListenerOptions = /* @__PURE__ */ (() => {
|
|
126
|
+
var _a;
|
|
121
127
|
let supportsListenerOptions2 = false;
|
|
122
128
|
try {
|
|
123
|
-
|
|
129
|
+
(_a = win.document) == null ? void 0 : _a.addEventListener(
|
|
124
130
|
"e",
|
|
125
131
|
null,
|
|
126
132
|
Object.defineProperty({}, "passive", {
|
|
@@ -183,9 +189,9 @@ var isComplexType = (o) => {
|
|
|
183
189
|
};
|
|
184
190
|
|
|
185
191
|
// src/utils/query-nonce-meta-tag-content.ts
|
|
186
|
-
function queryNonceMetaTagContent(
|
|
192
|
+
function queryNonceMetaTagContent(doc) {
|
|
187
193
|
var _a, _b, _c;
|
|
188
|
-
return (_c = (_b = (_a =
|
|
194
|
+
return (_c = (_b = (_a = doc.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
|
|
189
195
|
}
|
|
190
196
|
|
|
191
197
|
// src/utils/result.ts
|
|
@@ -360,7 +366,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
360
366
|
var _a;
|
|
361
367
|
const scopeId2 = getScopeId(cmpMeta);
|
|
362
368
|
const style = styles.get(scopeId2);
|
|
363
|
-
|
|
369
|
+
if (!win.document) {
|
|
370
|
+
return scopeId2;
|
|
371
|
+
}
|
|
372
|
+
styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : win.document;
|
|
364
373
|
if (style) {
|
|
365
374
|
if (typeof style === "string") {
|
|
366
375
|
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
|
@@ -371,9 +380,9 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
371
380
|
}
|
|
372
381
|
if (!appliedStyles.has(scopeId2)) {
|
|
373
382
|
{
|
|
374
|
-
styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) ||
|
|
383
|
+
styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || win.document.createElement("style");
|
|
375
384
|
styleElm.innerHTML = style;
|
|
376
|
-
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(
|
|
385
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
|
|
377
386
|
if (nonce != null) {
|
|
378
387
|
styleElm.setAttribute("nonce", nonce);
|
|
379
388
|
}
|
|
@@ -402,7 +411,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
402
411
|
styleContainerNode.append(styleElm);
|
|
403
412
|
}
|
|
404
413
|
}
|
|
405
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */
|
|
414
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
406
415
|
styleContainerNode.insertBefore(styleElm, null);
|
|
407
416
|
}
|
|
408
417
|
}
|
|
@@ -427,7 +436,7 @@ var attachStyles = (hostRef) => {
|
|
|
427
436
|
const scopeId2 = addStyle(
|
|
428
437
|
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
429
438
|
cmpMeta);
|
|
430
|
-
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
439
|
+
if ((flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */ || flags & 128 /* shadowNeedsScopedCss */)) {
|
|
431
440
|
elm["s-sc"] = scopeId2;
|
|
432
441
|
elm.classList.add(scopeId2 + "-h");
|
|
433
442
|
}
|
|
@@ -435,42 +444,43 @@ var attachStyles = (hostRef) => {
|
|
|
435
444
|
};
|
|
436
445
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
437
446
|
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
438
|
-
if (oldValue
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
447
|
+
if (oldValue === newValue) {
|
|
448
|
+
return;
|
|
449
|
+
}
|
|
450
|
+
let isProp = isMemberInElement(elm, memberName);
|
|
451
|
+
memberName.toLowerCase();
|
|
452
|
+
if (memberName === "key") ; else {
|
|
453
|
+
const isComplex = isComplexType(newValue);
|
|
454
|
+
if ((isProp || isComplex && newValue !== null) && !isSvg) {
|
|
455
|
+
try {
|
|
456
|
+
if (!elm.tagName.includes("-")) {
|
|
457
|
+
const n = newValue == null ? "" : newValue;
|
|
458
|
+
if (memberName === "list") {
|
|
459
|
+
isProp = false;
|
|
460
|
+
} else if (oldValue == null || elm[memberName] != n) {
|
|
461
|
+
if (typeof elm.__lookupSetter__(memberName) === "function") {
|
|
462
|
+
elm[memberName] = n;
|
|
463
|
+
} else {
|
|
464
|
+
elm.setAttribute(memberName, n);
|
|
455
465
|
}
|
|
456
|
-
} else if (elm[memberName] !== newValue) {
|
|
457
|
-
elm[memberName] = newValue;
|
|
458
466
|
}
|
|
459
|
-
}
|
|
467
|
+
} else if (elm[memberName] !== newValue) {
|
|
468
|
+
elm[memberName] = newValue;
|
|
460
469
|
}
|
|
470
|
+
} catch (e) {
|
|
461
471
|
}
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
elm.removeAttribute(memberName);
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
} else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
|
|
469
|
-
newValue = newValue === true ? "" : newValue;
|
|
472
|
+
}
|
|
473
|
+
if (newValue == null || newValue === false) {
|
|
474
|
+
if (newValue !== false || elm.getAttribute(memberName) === "") {
|
|
470
475
|
{
|
|
471
|
-
elm.
|
|
476
|
+
elm.removeAttribute(memberName);
|
|
472
477
|
}
|
|
473
478
|
}
|
|
479
|
+
} else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex && elm.nodeType === 1 /* ElementNode */) {
|
|
480
|
+
newValue = newValue === true ? "" : newValue;
|
|
481
|
+
{
|
|
482
|
+
elm.setAttribute(memberName, newValue);
|
|
483
|
+
}
|
|
474
484
|
}
|
|
475
485
|
}
|
|
476
486
|
};
|
|
@@ -521,7 +531,12 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
521
531
|
let elm;
|
|
522
532
|
let childNode;
|
|
523
533
|
{
|
|
524
|
-
|
|
534
|
+
if (!win.document) {
|
|
535
|
+
throw new Error(
|
|
536
|
+
"You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component."
|
|
537
|
+
);
|
|
538
|
+
}
|
|
539
|
+
elm = newVNode2.$elm$ = win.document.createElement(
|
|
525
540
|
!useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
|
|
526
541
|
);
|
|
527
542
|
{
|
|
@@ -666,12 +681,9 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
666
681
|
const elm = newVNode2.$elm$ = oldVNode.$elm$;
|
|
667
682
|
const oldChildren = oldVNode.$children$;
|
|
668
683
|
const newChildren = newVNode2.$children$;
|
|
669
|
-
const tag = newVNode2.$tag$;
|
|
670
684
|
{
|
|
671
685
|
{
|
|
672
|
-
|
|
673
|
-
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
674
|
-
}
|
|
686
|
+
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
675
687
|
}
|
|
676
688
|
if (oldChildren !== null && newChildren !== null) {
|
|
677
689
|
updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
|
|
@@ -713,7 +725,7 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
713
725
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
714
726
|
hostRef.$vnode$ = rootVnode;
|
|
715
727
|
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
716
|
-
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)
|
|
728
|
+
useNativeShadowDom = !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) && !(cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */);
|
|
717
729
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
718
730
|
};
|
|
719
731
|
|
|
@@ -760,7 +772,11 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
760
772
|
hostRef.$queuedListeners$ = void 0;
|
|
761
773
|
}
|
|
762
774
|
}
|
|
775
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
776
|
+
} else {
|
|
777
|
+
maybePromise = safeCall(instance, "componentWillUpdate", void 0, elm);
|
|
763
778
|
}
|
|
779
|
+
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender", void 0, elm));
|
|
764
780
|
endSchedule();
|
|
765
781
|
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
|
766
782
|
};
|
|
@@ -826,14 +842,13 @@ var postUpdateComponent = (hostRef) => {
|
|
|
826
842
|
const endPostUpdate = createTime("postUpdate", tagName);
|
|
827
843
|
const instance = hostRef.$lazyInstance$ ;
|
|
828
844
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
845
|
+
safeCall(instance, "componentDidRender", void 0, elm);
|
|
829
846
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
830
847
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
831
848
|
{
|
|
832
849
|
addHydratedFlag(elm);
|
|
833
850
|
}
|
|
834
|
-
|
|
835
|
-
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
836
|
-
}
|
|
851
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
837
852
|
endPostUpdate();
|
|
838
853
|
{
|
|
839
854
|
hostRef.$onReadyResolve$(elm);
|
|
@@ -842,6 +857,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
842
857
|
}
|
|
843
858
|
}
|
|
844
859
|
} else {
|
|
860
|
+
safeCall(instance, "componentDidUpdate", void 0, elm);
|
|
845
861
|
endPostUpdate();
|
|
846
862
|
}
|
|
847
863
|
{
|
|
@@ -856,9 +872,6 @@ var postUpdateComponent = (hostRef) => {
|
|
|
856
872
|
}
|
|
857
873
|
};
|
|
858
874
|
var appDidLoad = (who) => {
|
|
859
|
-
{
|
|
860
|
-
addHydratedFlag(doc.documentElement);
|
|
861
|
-
}
|
|
862
875
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
863
876
|
};
|
|
864
877
|
var safeCall = (instance, method, arg, elm) => {
|
|
@@ -882,7 +895,7 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
882
895
|
const hostRef = getHostRef(ref);
|
|
883
896
|
if (!hostRef) {
|
|
884
897
|
throw new Error(
|
|
885
|
-
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/
|
|
898
|
+
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`
|
|
886
899
|
);
|
|
887
900
|
}
|
|
888
901
|
const elm = hostRef.$hostElement$ ;
|
|
@@ -908,6 +921,11 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
908
921
|
}
|
|
909
922
|
}
|
|
910
923
|
if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
924
|
+
if (instance.componentShouldUpdate) {
|
|
925
|
+
if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
|
|
926
|
+
return;
|
|
927
|
+
}
|
|
928
|
+
}
|
|
911
929
|
scheduleUpdate(hostRef, false);
|
|
912
930
|
}
|
|
913
931
|
}
|
|
@@ -1047,7 +1065,8 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1047
1065
|
let Cstr;
|
|
1048
1066
|
if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
|
|
1049
1067
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1050
|
-
|
|
1068
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1069
|
+
if (bundleId) {
|
|
1051
1070
|
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1052
1071
|
if (CstrImport && "then" in CstrImport) {
|
|
1053
1072
|
const endLoad = uniqueTime();
|
|
@@ -1082,6 +1101,11 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1082
1101
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1083
1102
|
}
|
|
1084
1103
|
endNewInstance();
|
|
1104
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1105
|
+
} else {
|
|
1106
|
+
Cstr = elm.constructor;
|
|
1107
|
+
const cmpTag = elm.localName;
|
|
1108
|
+
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
1085
1109
|
}
|
|
1086
1110
|
if (Cstr && Cstr.style) {
|
|
1087
1111
|
let style;
|
|
@@ -1105,6 +1129,9 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1105
1129
|
}
|
|
1106
1130
|
};
|
|
1107
1131
|
var fireConnectedCallback = (instance, elm) => {
|
|
1132
|
+
{
|
|
1133
|
+
safeCall(instance, "connectedCallback", void 0, elm);
|
|
1134
|
+
}
|
|
1108
1135
|
};
|
|
1109
1136
|
|
|
1110
1137
|
// src/runtime/connected-callback.ts
|
|
@@ -1138,8 +1165,10 @@ var connectedCallback = (elm) => {
|
|
|
1138
1165
|
}
|
|
1139
1166
|
} else {
|
|
1140
1167
|
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
1141
|
-
if (hostRef == null ? void 0 : hostRef.$lazyInstance$)
|
|
1142
|
-
hostRef.$
|
|
1168
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1169
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1170
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1171
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
|
1143
1172
|
}
|
|
1144
1173
|
}
|
|
1145
1174
|
endConnected();
|
|
@@ -1176,18 +1205,22 @@ var disconnectedCallback = async (elm) => {
|
|
|
1176
1205
|
// src/runtime/bootstrap-lazy.ts
|
|
1177
1206
|
var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
1178
1207
|
var _a;
|
|
1208
|
+
if (!win.document) {
|
|
1209
|
+
console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");
|
|
1210
|
+
return;
|
|
1211
|
+
}
|
|
1179
1212
|
const endBootstrap = createTime();
|
|
1180
1213
|
const cmpTags = [];
|
|
1181
1214
|
const exclude = options.exclude || [];
|
|
1182
1215
|
const customElements2 = win.customElements;
|
|
1183
|
-
const head =
|
|
1216
|
+
const head = win.document.head;
|
|
1184
1217
|
const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
|
|
1185
|
-
const dataStyles = /* @__PURE__ */
|
|
1218
|
+
const dataStyles = /* @__PURE__ */ win.document.createElement("style");
|
|
1186
1219
|
const deferredConnectedCallbacks = [];
|
|
1187
1220
|
let appLoadFallback;
|
|
1188
1221
|
let isBootstrapping = true;
|
|
1189
1222
|
Object.assign(plt, options);
|
|
1190
|
-
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./",
|
|
1223
|
+
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", win.document.baseURI).href;
|
|
1191
1224
|
let hasSlotRelocation = false;
|
|
1192
1225
|
lazyBundles.map((lazyBundle) => {
|
|
1193
1226
|
lazyBundle[1].map((compactMeta) => {
|
|
@@ -1258,6 +1291,10 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1258
1291
|
plt.raf(() => {
|
|
1259
1292
|
var _a3;
|
|
1260
1293
|
const hostRef = getHostRef(this);
|
|
1294
|
+
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1295
|
+
if (i2 > -1) {
|
|
1296
|
+
deferredConnectedCallbacks.splice(i2, 1);
|
|
1297
|
+
}
|
|
1261
1298
|
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1262
1299
|
delete hostRef.$vnode$.$elm$;
|
|
1263
1300
|
}
|
|
@@ -1286,7 +1323,7 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1286
1323
|
}
|
|
1287
1324
|
if (dataStyles.innerHTML.length) {
|
|
1288
1325
|
dataStyles.setAttribute("data-styles", "");
|
|
1289
|
-
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(
|
|
1326
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
|
|
1290
1327
|
if (nonce != null) {
|
|
1291
1328
|
dataStyles.setAttribute("nonce", nonce);
|
|
1292
1329
|
}
|
|
@@ -1304,7 +1341,7 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1304
1341
|
endBootstrap();
|
|
1305
1342
|
};
|
|
1306
1343
|
var addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
|
|
1307
|
-
if (listeners) {
|
|
1344
|
+
if (listeners && win.document) {
|
|
1308
1345
|
listeners.map(([flags, name, method]) => {
|
|
1309
1346
|
const target = elm;
|
|
1310
1347
|
const handler = hostListenerProxy(hostRef, method);
|
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-f320eb3e.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-f320eb3e.js');
|
|
6
6
|
|
|
7
|
-
const mdsAccordionTimerCss = "
|
|
7
|
+
const mdsAccordionTimerCss = ":host{--mds-accordion-timer-progress-bar-color:rgb(var(--tone-neutral-03));--mds-accordion-timer-progress-bar-background:rgb(var(--tone-neutral-08));--mds-accordion-timer-progress-bar-thickness:0.25rem;--mds-accordion-timer-duration:500ms;display:block}:host-context(.pref-animation-reduce){--mds-accordion-timer-item-duration:var(--mds-accordion-timer-duration, 0s)}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-accordion-timer-item-duration:var(--mds-accordion-timer-duration, 0s)}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";
|
|
8
8
|
const MdsAccordionTimerStyle0 = mdsAccordionTimerCss;
|
|
9
9
|
|
|
10
10
|
const MdsAccordionTimer = class {
|
|
@@ -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-f320eb3e.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.27.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('mds-accordion-timer.cjs.js', document.baseURI).href));
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@tailwind utilities;
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
* @prop --mds-accordion-timer-progress-bar-color: Sets the color of the progress bar when the mds-accordion-timer-item is selected
|
|
5
3
|
* @prop --mds-accordion-timer-progress-bar-background: Sets the background-color of the progress bar when the mds-accordion-timer-item is selected
|
|
@@ -9,32 +7,21 @@
|
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
9
|
:host {
|
|
12
|
-
|
|
13
10
|
--mds-accordion-timer-progress-bar-color: rgb(var(--tone-neutral-03));
|
|
14
11
|
--mds-accordion-timer-progress-bar-background: rgb(var(--tone-neutral-08));
|
|
15
12
|
--mds-accordion-timer-progress-bar-thickness: 0.25rem;
|
|
16
13
|
--mds-accordion-timer-duration: 500ms;
|
|
17
14
|
|
|
18
|
-
/* comment */
|
|
19
15
|
display: block;
|
|
20
16
|
}
|
|
21
17
|
|
|
22
|
-
|
|
23
|
-
:
|
|
24
|
-
|
|
25
|
-
--mds-accordion-timer-item-duration: var(--mds-accordion-timer-duration, 0s);
|
|
26
|
-
|
|
27
|
-
}
|
|
18
|
+
:host-context(.pref-animation-reduce) {
|
|
19
|
+
--mds-accordion-timer-item-duration: var(--mds-accordion-timer-duration, 0s);
|
|
28
20
|
}
|
|
29
21
|
|
|
30
|
-
@
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
:host {
|
|
34
|
-
|
|
35
|
-
--mds-accordion-timer-item-duration: var(--mds-accordion-timer-duration, 0s);
|
|
36
|
-
|
|
37
|
-
}
|
|
22
|
+
@media (prefers-reduced-motion) {
|
|
23
|
+
:host-context(.pref-animation-system) {
|
|
24
|
+
--mds-accordion-timer-item-duration: var(--mds-accordion-timer-duration, 0s);
|
|
38
25
|
}
|
|
39
26
|
}
|
|
40
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const mdsAccordionTimerCss = "
|
|
3
|
+
const mdsAccordionTimerCss = ":host{--mds-accordion-timer-progress-bar-color:rgb(var(--tone-neutral-03));--mds-accordion-timer-progress-bar-background:rgb(var(--tone-neutral-08));--mds-accordion-timer-progress-bar-thickness:0.25rem;--mds-accordion-timer-duration:500ms;display:block}:host-context(.pref-animation-reduce){--mds-accordion-timer-item-duration:var(--mds-accordion-timer-duration, 0s)}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-accordion-timer-item-duration:var(--mds-accordion-timer-duration, 0s)}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}";
|
|
4
4
|
const MdsAccordionTimerStyle0 = mdsAccordionTimerCss;
|
|
5
5
|
|
|
6
6
|
const MdsAccordionTimer$1 = /*@__PURE__*/ proxyCustomElement(class MdsAccordionTimer extends HTMLElement {
|