funnel-gfx-wc 0.1.13 → 0.1.15
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/{app-globals-3a1e7e63.js → app-globals-V2Kpy_OQ.js} +2 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
- package/dist/cjs/funnel-app.cjs.entry.js +1881 -1781
- package/dist/cjs/funnel-app.cjs.entry.js.map +1 -0
- package/dist/cjs/funnel-gfx-wc.cjs.js +8 -6
- package/dist/cjs/funnel-gfx-wc.cjs.js.map +1 -0
- package/dist/cjs/{index-44774964.js → index-ClfPW9fV.js} +12 -33
- package/dist/cjs/index-ClfPW9fV.js.map +1 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/styles/shadow.css +1 -8
- package/dist/collection/tokens.css +1 -1
- package/dist/collection/utils/tw-version.js +1 -1
- package/dist/esm/{app-globals-0f993ce5.js → app-globals-DQuL1Twl.js} +2 -0
- package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
- package/dist/esm/funnel-app.entry.js +1881 -1779
- package/dist/esm/funnel-app.entry.js.map +1 -0
- package/dist/esm/funnel-gfx-wc.js +7 -4
- package/dist/esm/funnel-gfx-wc.js.map +1 -0
- package/dist/esm/{index-b958050a.js → index-Ds-wrPNa.js} +10 -11
- package/dist/esm/index-Ds-wrPNa.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +5 -3
- package/dist/esm/loader.js.map +1 -0
- package/dist/funnel-gfx-wc/funnel-gfx-wc.esm.js +2 -1
- package/dist/funnel-gfx-wc/funnel-gfx-wc.esm.js.map +1 -0
- package/dist/funnel-gfx-wc/index.esm.js +2 -0
- package/dist/funnel-gfx-wc/index.esm.js.map +1 -0
- package/dist/funnel-gfx-wc/p-1074a7d4.entry.js +2 -0
- package/dist/funnel-gfx-wc/p-1074a7d4.entry.js.map +1 -0
- package/dist/funnel-gfx-wc/p-DQuL1Twl.js +2 -0
- package/dist/funnel-gfx-wc/p-DQuL1Twl.js.map +1 -0
- package/dist/funnel-gfx-wc/{p-19186959.js → p-Ds-wrPNa.js} +3 -2
- package/dist/funnel-gfx-wc/p-Ds-wrPNa.js.map +1 -0
- package/dist/funnel-gfx-wc/tokens.css +1 -1
- package/dist/types/stencil-public-runtime.d.ts +1 -0
- package/dist/types/utils/tw-version.d.ts +1 -1
- package/package.json +7 -7
- package/dist/funnel-gfx-wc/p-e1255160.js +0 -1
- package/dist/funnel-gfx-wc/p-ea0dddbf.entry.js +0 -1
- package/dist/loader/package.json +0 -11
- package/loader/package.json +0 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"sourcesContent":[]}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const index = require('./index-44774964.js');
|
|
6
|
-
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
3
|
+
var index = require('./index-ClfPW9fV.js');
|
|
4
|
+
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
7
5
|
|
|
6
|
+
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
8
7
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.
|
|
8
|
+
Stencil Client Patch Browser v4.28.2 | MIT Licensed | https://stenciljs.com
|
|
10
9
|
*/
|
|
10
|
+
|
|
11
11
|
var patchBrowser = () => {
|
|
12
|
-
const importMeta = (typeof document === 'undefined' ?
|
|
12
|
+
const importMeta = (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('funnel-gfx-wc.cjs.js', document.baseURI).href));
|
|
13
13
|
const opts = {};
|
|
14
14
|
if (importMeta !== "") {
|
|
15
15
|
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
@@ -23,3 +23,5 @@ patchBrowser().then(async (options) => {
|
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
exports.setNonce = index.setNonce;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=funnel-gfx-wc.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"sourcesContent":[]}
|
|
@@ -1,30 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
function _interopNamespace(e) {
|
|
4
|
-
if (e && e.__esModule) return e;
|
|
5
|
-
var n = Object.create(null);
|
|
6
|
-
if (e) {
|
|
7
|
-
Object.keys(e).forEach(function (k) {
|
|
8
|
-
if (k !== 'default') {
|
|
9
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
10
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
11
|
-
enumerable: true,
|
|
12
|
-
get: function () {
|
|
13
|
-
return e[k];
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
n['default'] = e;
|
|
20
|
-
return Object.freeze(n);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
3
|
const NAMESPACE = 'funnel-gfx-wc';
|
|
24
|
-
const BUILD = /* funnel-gfx-wc */ {
|
|
4
|
+
const BUILD = /* funnel-gfx-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, updatable: true, watchCallback: false };
|
|
25
5
|
|
|
26
6
|
/*
|
|
27
|
-
Stencil Client Platform v4.
|
|
7
|
+
Stencil Client Platform v4.28.2 | MIT Licensed | https://stenciljs.com
|
|
28
8
|
*/
|
|
29
9
|
var __defProp = Object.defineProperty;
|
|
30
10
|
var __export = (target, all) => {
|
|
@@ -79,13 +59,13 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
79
59
|
return module[exportName];
|
|
80
60
|
}
|
|
81
61
|
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/
|
|
82
|
-
return
|
|
62
|
+
return import(
|
|
83
63
|
/* @vite-ignore */
|
|
84
64
|
/* webpackInclude: /\.entry\.js$/ */
|
|
85
65
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
86
66
|
/* webpackMode: "lazy" */
|
|
87
67
|
`./${bundleId}.entry.js${""}`
|
|
88
|
-
)
|
|
68
|
+
).then(
|
|
89
69
|
(importedModule) => {
|
|
90
70
|
{
|
|
91
71
|
cmpModules.set(bundleId, importedModule);
|
|
@@ -563,7 +543,6 @@ function sortedAttrNames(attrNames) {
|
|
|
563
543
|
);
|
|
564
544
|
}
|
|
565
545
|
var hostTagName;
|
|
566
|
-
var useNativeShadowDom = false;
|
|
567
546
|
var isSvgMode = false;
|
|
568
547
|
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
569
548
|
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
@@ -583,7 +562,7 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
583
562
|
}
|
|
584
563
|
elm = newVNode2.$elm$ = win.document.createElementNS(
|
|
585
564
|
isSvgMode ? SVG_NS : HTML_NS,
|
|
586
|
-
|
|
565
|
+
newVNode2.$tag$
|
|
587
566
|
) ;
|
|
588
567
|
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
|
589
568
|
isSvgMode = false;
|
|
@@ -780,7 +759,6 @@ var insertBefore = (parent, newNode, reference) => {
|
|
|
780
759
|
};
|
|
781
760
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
782
761
|
const hostElm = hostRef.$hostElement$;
|
|
783
|
-
const cmpMeta = hostRef.$cmpMeta$;
|
|
784
762
|
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
785
763
|
const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
|
|
786
764
|
hostTagName = hostElm.tagName;
|
|
@@ -795,7 +773,6 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
795
773
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
796
774
|
hostRef.$vnode$ = rootVnode;
|
|
797
775
|
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
798
|
-
useNativeShadowDom = !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) && !(cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */);
|
|
799
776
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
800
777
|
};
|
|
801
778
|
|
|
@@ -884,7 +861,7 @@ var callRender = (hostRef, instance, elm, isInitialLoad) => {
|
|
|
884
861
|
renderingRef = instance;
|
|
885
862
|
instance = instance.render() ;
|
|
886
863
|
{
|
|
887
|
-
hostRef.$flags$ &=
|
|
864
|
+
hostRef.$flags$ &= -17 /* isQueuedForUpdate */;
|
|
888
865
|
}
|
|
889
866
|
{
|
|
890
867
|
hostRef.$flags$ |= 2 /* hasRendered */;
|
|
@@ -935,7 +912,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
935
912
|
if (hostRef.$flags$ & 512 /* needsRerender */) {
|
|
936
913
|
nextTick(() => scheduleUpdate(hostRef, false));
|
|
937
914
|
}
|
|
938
|
-
hostRef.$flags$ &=
|
|
915
|
+
hostRef.$flags$ &= -517;
|
|
939
916
|
}
|
|
940
917
|
};
|
|
941
918
|
var forceUpdate = (ref) => {
|
|
@@ -972,7 +949,7 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
972
949
|
const hostRef = getHostRef(ref);
|
|
973
950
|
if (!hostRef) {
|
|
974
951
|
throw new Error(
|
|
975
|
-
`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/
|
|
952
|
+
`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).`
|
|
976
953
|
);
|
|
977
954
|
}
|
|
978
955
|
const oldVal = hostRef.$instanceValues$.get(propName);
|
|
@@ -1000,7 +977,7 @@ var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
1000
977
|
var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
1001
978
|
var _a, _b;
|
|
1002
979
|
const prototype = Cstr.prototype;
|
|
1003
|
-
if (cmpMeta.$members$ || BUILD.watchCallback
|
|
980
|
+
if (cmpMeta.$members$ || BUILD.watchCallback) {
|
|
1004
981
|
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
1005
982
|
members.map(([memberName, [memberFlags]]) => {
|
|
1006
983
|
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
@@ -1149,7 +1126,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1149
1126
|
consoleError(e, elm);
|
|
1150
1127
|
}
|
|
1151
1128
|
{
|
|
1152
|
-
hostRef.$flags$ &=
|
|
1129
|
+
hostRef.$flags$ &= -9 /* isConstructingInstance */;
|
|
1153
1130
|
}
|
|
1154
1131
|
endNewInstance();
|
|
1155
1132
|
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
@@ -1384,3 +1361,5 @@ exports.h = h;
|
|
|
1384
1361
|
exports.promiseResolve = promiseResolve;
|
|
1385
1362
|
exports.registerInstance = registerInstance;
|
|
1386
1363
|
exports.setNonce = setNonce;
|
|
1364
|
+
|
|
1365
|
+
//# sourceMappingURL=index-ClfPW9fV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"sourcesContent":[]}
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"sourcesContent":[]}
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const index = require('./index-44774964.js');
|
|
6
|
-
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
3
|
+
var index = require('./index-ClfPW9fV.js');
|
|
4
|
+
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
7
5
|
|
|
8
6
|
const defineCustomElements = async (win, options) => {
|
|
9
7
|
if (typeof window === 'undefined') return undefined;
|
|
@@ -13,3 +11,5 @@ const defineCustomElements = async (win, options) => {
|
|
|
13
11
|
|
|
14
12
|
exports.setNonce = index.setNonce;
|
|
15
13
|
exports.defineCustomElements = defineCustomElements;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=loader.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"sourcesContent":[]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root,
|
|
@@ -81,9 +81,6 @@
|
|
|
81
81
|
.bg-clrs-silver {
|
|
82
82
|
background-color: var(--clrs-silver, #dddddd);
|
|
83
83
|
}
|
|
84
|
-
.stroke-1 {
|
|
85
|
-
stroke-width: 1;
|
|
86
|
-
}
|
|
87
84
|
.p-4 {
|
|
88
85
|
padding: calc(var(--spacing) * 4);
|
|
89
86
|
}
|
|
@@ -116,10 +113,6 @@
|
|
|
116
113
|
.italic {
|
|
117
114
|
font-style: italic;
|
|
118
115
|
}
|
|
119
|
-
.antialiased {
|
|
120
|
-
-webkit-font-smoothing: antialiased;
|
|
121
|
-
-moz-osx-font-smoothing: grayscale;
|
|
122
|
-
}
|
|
123
116
|
.shadow {
|
|
124
117
|
--tw-shadow:
|
|
125
118
|
0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"sourcesContent":[]}
|