funnel-gfx-wc 0.1.109 → 0.1.111
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/funnel-app.cjs.entry.js +61 -57
- package/dist/cjs/funnel-gfx-wc.cjs.js +2 -2
- package/dist/cjs/{index-DpUr5qA8.js → index-zoDmccDC.js} +5 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/styles/shadow.css +1 -1
- package/dist/collection/tokens.css +1 -1
- package/dist/collection/utils/tw-version.js +1 -1
- package/dist/esm/funnel-app.entry.js +61 -57
- package/dist/esm/funnel-gfx-wc.js +3 -3
- package/dist/esm/{index-pozSYYMV.js → index-a9HiafPJ.js} +5 -2
- package/dist/esm/loader.js +2 -2
- package/dist/funnel-gfx-wc/funnel-gfx-wc.esm.js +1 -1
- package/dist/funnel-gfx-wc/{p-a3230393.entry.js → p-6f776a89.entry.js} +56 -56
- package/dist/funnel-gfx-wc/{p-pozSYYMV.js → p-a9HiafPJ.js} +1 -1
- package/dist/funnel-gfx-wc/tokens.css +1 -1
- package/dist/types/stencil-public-runtime.d.ts +20 -10
- package/dist/types/utils/tw-version.d.ts +1 -1
- package/package.json +9 -9
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-zoDmccDC.js');
|
|
4
4
|
|
|
5
5
|
const Radio = props => {
|
|
6
6
|
const hex = props.hex || 'currentColor';
|
|
@@ -331,7 +331,7 @@ const actions = {
|
|
|
331
331
|
};
|
|
332
332
|
|
|
333
333
|
// WARNING: generated file...
|
|
334
|
-
const TW_VERSION = '4.1.
|
|
334
|
+
const TW_VERSION = '4.1.16';
|
|
335
335
|
|
|
336
336
|
const ColorPicker = props => {
|
|
337
337
|
const { actions, state } = props;
|
|
@@ -398,7 +398,7 @@ var consts = {};
|
|
|
398
398
|
|
|
399
399
|
/**
|
|
400
400
|
* Anime.js - core - CJS
|
|
401
|
-
* @version v4.2.
|
|
401
|
+
* @version v4.2.2
|
|
402
402
|
* @license MIT
|
|
403
403
|
* @copyright 2025 - Julian Garnier
|
|
404
404
|
*/
|
|
@@ -568,7 +568,7 @@ var globals = {};
|
|
|
568
568
|
|
|
569
569
|
/**
|
|
570
570
|
* Anime.js - core - CJS
|
|
571
|
-
* @version v4.2.
|
|
571
|
+
* @version v4.2.2
|
|
572
572
|
* @license MIT
|
|
573
573
|
* @copyright 2025 - Julian Garnier
|
|
574
574
|
*/
|
|
@@ -637,7 +637,7 @@ function requireGlobals () {
|
|
|
637
637
|
tickThreshold: 200,
|
|
638
638
|
};
|
|
639
639
|
|
|
640
|
-
const globalVersions = { version: '4.2.
|
|
640
|
+
const globalVersions = { version: '4.2.2', engine: null };
|
|
641
641
|
|
|
642
642
|
if (consts.isBrowser) {
|
|
643
643
|
if (!consts.win.AnimeJS) consts.win.AnimeJS = [];
|
|
@@ -653,7 +653,7 @@ function requireGlobals () {
|
|
|
653
653
|
|
|
654
654
|
/**
|
|
655
655
|
* Anime.js - core - CJS
|
|
656
|
-
* @version v4.2.
|
|
656
|
+
* @version v4.2.2
|
|
657
657
|
* @license MIT
|
|
658
658
|
* @copyright 2025 - Julian Garnier
|
|
659
659
|
*/
|
|
@@ -968,7 +968,7 @@ var transforms = {};
|
|
|
968
968
|
|
|
969
969
|
/**
|
|
970
970
|
* Anime.js - core - CJS
|
|
971
|
-
* @version v4.2.
|
|
971
|
+
* @version v4.2.2
|
|
972
972
|
* @license MIT
|
|
973
973
|
* @copyright 2025 - Julian Garnier
|
|
974
974
|
*/
|
|
@@ -1026,7 +1026,7 @@ var colors = {};
|
|
|
1026
1026
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Anime.js - core - CJS
|
|
1029
|
-
* @version v4.2.
|
|
1029
|
+
* @version v4.2.2
|
|
1030
1030
|
* @license MIT
|
|
1031
1031
|
* @copyright 2025 - Julian Garnier
|
|
1032
1032
|
*/
|
|
@@ -1135,7 +1135,7 @@ function requireColors () {
|
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* Anime.js - core - CJS
|
|
1138
|
-
* @version v4.2.
|
|
1138
|
+
* @version v4.2.2
|
|
1139
1139
|
* @license MIT
|
|
1140
1140
|
* @copyright 2025 - Julian Garnier
|
|
1141
1141
|
*/
|
|
@@ -1370,7 +1370,7 @@ var render = {};
|
|
|
1370
1370
|
|
|
1371
1371
|
/**
|
|
1372
1372
|
* Anime.js - core - CJS
|
|
1373
|
-
* @version v4.2.
|
|
1373
|
+
* @version v4.2.2
|
|
1374
1374
|
* @license MIT
|
|
1375
1375
|
* @copyright 2025 - Julian Garnier
|
|
1376
1376
|
*/
|
|
@@ -1772,7 +1772,7 @@ var styles = {};
|
|
|
1772
1772
|
|
|
1773
1773
|
/**
|
|
1774
1774
|
* Anime.js - core - CJS
|
|
1775
|
-
* @version v4.2.
|
|
1775
|
+
* @version v4.2.2
|
|
1776
1776
|
* @license MIT
|
|
1777
1777
|
* @copyright 2025 - Julian Garnier
|
|
1778
1778
|
*/
|
|
@@ -1899,7 +1899,7 @@ var clock = {};
|
|
|
1899
1899
|
|
|
1900
1900
|
/**
|
|
1901
1901
|
* Anime.js - core - CJS
|
|
1902
|
-
* @version v4.2.
|
|
1902
|
+
* @version v4.2.2
|
|
1903
1903
|
* @license MIT
|
|
1904
1904
|
* @copyright 2025 - Julian Garnier
|
|
1905
1905
|
*/
|
|
@@ -2018,7 +2018,7 @@ var additive = {};
|
|
|
2018
2018
|
|
|
2019
2019
|
/**
|
|
2020
2020
|
* Anime.js - animation - CJS
|
|
2021
|
-
* @version v4.2.
|
|
2021
|
+
* @version v4.2.2
|
|
2022
2022
|
* @license MIT
|
|
2023
2023
|
* @copyright 2025 - Julian Garnier
|
|
2024
2024
|
*/
|
|
@@ -2107,7 +2107,7 @@ function requireAdditive () {
|
|
|
2107
2107
|
|
|
2108
2108
|
/**
|
|
2109
2109
|
* Anime.js - engine - CJS
|
|
2110
|
-
* @version v4.2.
|
|
2110
|
+
* @version v4.2.2
|
|
2111
2111
|
* @license MIT
|
|
2112
2112
|
* @copyright 2025 - Julian Garnier
|
|
2113
2113
|
*/
|
|
@@ -2282,7 +2282,7 @@ function requireEngine () {
|
|
|
2282
2282
|
|
|
2283
2283
|
/**
|
|
2284
2284
|
* Anime.js - animation - CJS
|
|
2285
|
-
* @version v4.2.
|
|
2285
|
+
* @version v4.2.2
|
|
2286
2286
|
* @license MIT
|
|
2287
2287
|
* @copyright 2025 - Julian Garnier
|
|
2288
2288
|
*/
|
|
@@ -2672,7 +2672,7 @@ function requireComposition$1 () {
|
|
|
2672
2672
|
|
|
2673
2673
|
/**
|
|
2674
2674
|
* Anime.js - timer - CJS
|
|
2675
|
-
* @version v4.2.
|
|
2675
|
+
* @version v4.2.2
|
|
2676
2676
|
* @license MIT
|
|
2677
2677
|
* @copyright 2025 - Julian Garnier
|
|
2678
2678
|
*/
|
|
@@ -3177,7 +3177,7 @@ var targets = {};
|
|
|
3177
3177
|
|
|
3178
3178
|
/**
|
|
3179
3179
|
* Anime.js - core - CJS
|
|
3180
|
-
* @version v4.2.
|
|
3180
|
+
* @version v4.2.2
|
|
3181
3181
|
* @license MIT
|
|
3182
3182
|
* @copyright 2025 - Julian Garnier
|
|
3183
3183
|
*/
|
|
@@ -3322,7 +3322,7 @@ var units = {};
|
|
|
3322
3322
|
|
|
3323
3323
|
/**
|
|
3324
3324
|
* Anime.js - core - CJS
|
|
3325
|
-
* @version v4.2.
|
|
3325
|
+
* @version v4.2.2
|
|
3326
3326
|
* @license MIT
|
|
3327
3327
|
* @copyright 2025 - Julian Garnier
|
|
3328
3328
|
*/
|
|
@@ -3399,7 +3399,7 @@ var none = {};
|
|
|
3399
3399
|
|
|
3400
3400
|
/**
|
|
3401
3401
|
* Anime.js - easings - CJS
|
|
3402
|
-
* @version v4.2.
|
|
3402
|
+
* @version v4.2.2
|
|
3403
3403
|
* @license MIT
|
|
3404
3404
|
* @copyright 2025 - Julian Garnier
|
|
3405
3405
|
*/
|
|
@@ -3425,7 +3425,7 @@ function requireNone () {
|
|
|
3425
3425
|
|
|
3426
3426
|
/**
|
|
3427
3427
|
* Anime.js - easings - CJS
|
|
3428
|
-
* @version v4.2.
|
|
3428
|
+
* @version v4.2.2
|
|
3429
3429
|
* @license MIT
|
|
3430
3430
|
* @copyright 2025 - Julian Garnier
|
|
3431
3431
|
*/
|
|
@@ -3623,7 +3623,7 @@ function requireParser () {
|
|
|
3623
3623
|
|
|
3624
3624
|
/**
|
|
3625
3625
|
* Anime.js - animation - CJS
|
|
3626
|
-
* @version v4.2.
|
|
3626
|
+
* @version v4.2.2
|
|
3627
3627
|
* @license MIT
|
|
3628
3628
|
* @copyright 2025 - Julian Garnier
|
|
3629
3629
|
*/
|
|
@@ -4305,7 +4305,7 @@ var position = {};
|
|
|
4305
4305
|
|
|
4306
4306
|
/**
|
|
4307
4307
|
* Anime.js - timeline - CJS
|
|
4308
|
-
* @version v4.2.
|
|
4308
|
+
* @version v4.2.2
|
|
4309
4309
|
* @license MIT
|
|
4310
4310
|
* @copyright 2025 - Julian Garnier
|
|
4311
4311
|
*/
|
|
@@ -4384,7 +4384,7 @@ function requirePosition () {
|
|
|
4384
4384
|
|
|
4385
4385
|
/**
|
|
4386
4386
|
* Anime.js - timeline - CJS
|
|
4387
|
-
* @version v4.2.
|
|
4387
|
+
* @version v4.2.2
|
|
4388
4388
|
* @license MIT
|
|
4389
4389
|
* @copyright 2025 - Julian Garnier
|
|
4390
4390
|
*/
|
|
@@ -4709,7 +4709,7 @@ var animatable = {};
|
|
|
4709
4709
|
|
|
4710
4710
|
/**
|
|
4711
4711
|
* Anime.js - animatable - CJS
|
|
4712
|
-
* @version v4.2.
|
|
4712
|
+
* @version v4.2.2
|
|
4713
4713
|
* @license MIT
|
|
4714
4714
|
* @copyright 2025 - Julian Garnier
|
|
4715
4715
|
*/
|
|
@@ -4870,7 +4870,7 @@ var number = {};
|
|
|
4870
4870
|
|
|
4871
4871
|
/**
|
|
4872
4872
|
* Anime.js - utils - CJS
|
|
4873
|
-
* @version v4.2.
|
|
4873
|
+
* @version v4.2.2
|
|
4874
4874
|
* @license MIT
|
|
4875
4875
|
* @copyright 2025 - Julian Garnier
|
|
4876
4876
|
*/
|
|
@@ -4976,7 +4976,7 @@ var spring = {};
|
|
|
4976
4976
|
|
|
4977
4977
|
/**
|
|
4978
4978
|
* Anime.js - easings - CJS
|
|
4979
|
-
* @version v4.2.
|
|
4979
|
+
* @version v4.2.2
|
|
4980
4980
|
* @license MIT
|
|
4981
4981
|
* @copyright 2025 - Julian Garnier
|
|
4982
4982
|
*/
|
|
@@ -5242,7 +5242,7 @@ var composition = {};
|
|
|
5242
5242
|
|
|
5243
5243
|
/**
|
|
5244
5244
|
* Anime.js - waapi - CJS
|
|
5245
|
-
* @version v4.2.
|
|
5245
|
+
* @version v4.2.2
|
|
5246
5246
|
* @license MIT
|
|
5247
5247
|
* @copyright 2025 - Julian Garnier
|
|
5248
5248
|
*/
|
|
@@ -5344,7 +5344,7 @@ function requireComposition () {
|
|
|
5344
5344
|
|
|
5345
5345
|
/**
|
|
5346
5346
|
* Anime.js - utils - CJS
|
|
5347
|
-
* @version v4.2.
|
|
5347
|
+
* @version v4.2.2
|
|
5348
5348
|
* @license MIT
|
|
5349
5349
|
* @copyright 2025 - Julian Garnier
|
|
5350
5350
|
*/
|
|
@@ -5481,7 +5481,7 @@ function requireTarget () {
|
|
|
5481
5481
|
|
|
5482
5482
|
/**
|
|
5483
5483
|
* Anime.js - draggable - CJS
|
|
5484
|
-
* @version v4.2.
|
|
5484
|
+
* @version v4.2.2
|
|
5485
5485
|
* @license MIT
|
|
5486
5486
|
* @copyright 2025 - Julian Garnier
|
|
5487
5487
|
*/
|
|
@@ -6731,7 +6731,7 @@ var time = {};
|
|
|
6731
6731
|
|
|
6732
6732
|
/**
|
|
6733
6733
|
* Anime.js - utils - CJS
|
|
6734
|
-
* @version v4.2.
|
|
6734
|
+
* @version v4.2.2
|
|
6735
6735
|
* @license MIT
|
|
6736
6736
|
* @copyright 2025 - Julian Garnier
|
|
6737
6737
|
*/
|
|
@@ -6795,7 +6795,7 @@ function requireTime () {
|
|
|
6795
6795
|
|
|
6796
6796
|
/**
|
|
6797
6797
|
* Anime.js - scope - CJS
|
|
6798
|
-
* @version v4.2.
|
|
6798
|
+
* @version v4.2.2
|
|
6799
6799
|
* @license MIT
|
|
6800
6800
|
* @copyright 2025 - Julian Garnier
|
|
6801
6801
|
*/
|
|
@@ -7058,7 +7058,7 @@ var scroll = {};
|
|
|
7058
7058
|
|
|
7059
7059
|
/**
|
|
7060
7060
|
* Anime.js - events - CJS
|
|
7061
|
-
* @version v4.2.
|
|
7061
|
+
* @version v4.2.2
|
|
7062
7062
|
* @license MIT
|
|
7063
7063
|
* @copyright 2025 - Julian Garnier
|
|
7064
7064
|
*/
|
|
@@ -8001,7 +8001,7 @@ var cubicBezier = {};
|
|
|
8001
8001
|
|
|
8002
8002
|
/**
|
|
8003
8003
|
* Anime.js - easings - CJS
|
|
8004
|
-
* @version v4.2.
|
|
8004
|
+
* @version v4.2.2
|
|
8005
8005
|
* @license MIT
|
|
8006
8006
|
* @copyright 2025 - Julian Garnier
|
|
8007
8007
|
*/
|
|
@@ -8074,7 +8074,7 @@ var steps = {};
|
|
|
8074
8074
|
|
|
8075
8075
|
/**
|
|
8076
8076
|
* Anime.js - easings - CJS
|
|
8077
|
-
* @version v4.2.
|
|
8077
|
+
* @version v4.2.2
|
|
8078
8078
|
* @license MIT
|
|
8079
8079
|
* @copyright 2025 - Julian Garnier
|
|
8080
8080
|
*/
|
|
@@ -8113,7 +8113,7 @@ var linear = {};
|
|
|
8113
8113
|
|
|
8114
8114
|
/**
|
|
8115
8115
|
* Anime.js - easings - CJS
|
|
8116
|
-
* @version v4.2.
|
|
8116
|
+
* @version v4.2.2
|
|
8117
8117
|
* @license MIT
|
|
8118
8118
|
* @copyright 2025 - Julian Garnier
|
|
8119
8119
|
*/
|
|
@@ -8181,7 +8181,7 @@ var irregular = {};
|
|
|
8181
8181
|
|
|
8182
8182
|
/**
|
|
8183
8183
|
* Anime.js - easings - CJS
|
|
8184
|
-
* @version v4.2.
|
|
8184
|
+
* @version v4.2.2
|
|
8185
8185
|
* @license MIT
|
|
8186
8186
|
* @copyright 2025 - Julian Garnier
|
|
8187
8187
|
*/
|
|
@@ -8229,7 +8229,7 @@ function requireIrregular () {
|
|
|
8229
8229
|
|
|
8230
8230
|
/**
|
|
8231
8231
|
* Anime.js - easings - CJS
|
|
8232
|
-
* @version v4.2.
|
|
8232
|
+
* @version v4.2.2
|
|
8233
8233
|
* @license MIT
|
|
8234
8234
|
* @copyright 2025 - Julian Garnier
|
|
8235
8235
|
*/
|
|
@@ -8266,7 +8266,7 @@ var chainable = {};
|
|
|
8266
8266
|
|
|
8267
8267
|
/**
|
|
8268
8268
|
* Anime.js - utils - CJS
|
|
8269
|
-
* @version v4.2.
|
|
8269
|
+
* @version v4.2.2
|
|
8270
8270
|
* @license MIT
|
|
8271
8271
|
* @copyright 2025 - Julian Garnier
|
|
8272
8272
|
*/
|
|
@@ -8465,7 +8465,7 @@ var random = {};
|
|
|
8465
8465
|
|
|
8466
8466
|
/**
|
|
8467
8467
|
* Anime.js - utils - CJS
|
|
8468
|
-
* @version v4.2.
|
|
8468
|
+
* @version v4.2.2
|
|
8469
8469
|
* @license MIT
|
|
8470
8470
|
* @copyright 2025 - Julian Garnier
|
|
8471
8471
|
*/
|
|
@@ -8551,7 +8551,7 @@ var stagger = {};
|
|
|
8551
8551
|
|
|
8552
8552
|
/**
|
|
8553
8553
|
* Anime.js - utils - CJS
|
|
8554
|
-
* @version v4.2.
|
|
8554
|
+
* @version v4.2.2
|
|
8555
8555
|
* @license MIT
|
|
8556
8556
|
* @copyright 2025 - Julian Garnier
|
|
8557
8557
|
*/
|
|
@@ -8680,7 +8680,7 @@ function requireStagger () {
|
|
|
8680
8680
|
|
|
8681
8681
|
/**
|
|
8682
8682
|
* Anime.js - utils - CJS
|
|
8683
|
-
* @version v4.2.
|
|
8683
|
+
* @version v4.2.2
|
|
8684
8684
|
* @license MIT
|
|
8685
8685
|
* @copyright 2025 - Julian Garnier
|
|
8686
8686
|
*/
|
|
@@ -8736,7 +8736,7 @@ var helpers = {};
|
|
|
8736
8736
|
|
|
8737
8737
|
/**
|
|
8738
8738
|
* Anime.js - svg - CJS
|
|
8739
|
-
* @version v4.2.
|
|
8739
|
+
* @version v4.2.2
|
|
8740
8740
|
* @license MIT
|
|
8741
8741
|
* @copyright 2025 - Julian Garnier
|
|
8742
8742
|
*/
|
|
@@ -8773,7 +8773,7 @@ function requireHelpers () {
|
|
|
8773
8773
|
|
|
8774
8774
|
/**
|
|
8775
8775
|
* Anime.js - svg - CJS
|
|
8776
|
-
* @version v4.2.
|
|
8776
|
+
* @version v4.2.2
|
|
8777
8777
|
* @license MIT
|
|
8778
8778
|
* @copyright 2025 - Julian Garnier
|
|
8779
8779
|
*/
|
|
@@ -8803,12 +8803,15 @@ function requireMotionpath () {
|
|
|
8803
8803
|
* @param {SVGGeometryElement} $path
|
|
8804
8804
|
* @param {Number} totalLength
|
|
8805
8805
|
* @param {Number} progress
|
|
8806
|
-
* @param {Number}lookup
|
|
8806
|
+
* @param {Number} lookup
|
|
8807
|
+
* @param {Boolean} shouldClamp
|
|
8807
8808
|
* @return {DOMPoint}
|
|
8808
8809
|
*/
|
|
8809
|
-
const getPathPoint = ($path, totalLength, progress, lookup
|
|
8810
|
+
const getPathPoint = ($path, totalLength, progress, lookup, shouldClamp) => {
|
|
8810
8811
|
const point = progress + lookup;
|
|
8811
|
-
const pointOnPath =
|
|
8812
|
+
const pointOnPath = shouldClamp
|
|
8813
|
+
? Math.max(0, Math.min(point, totalLength)) // Clamp between 0 and totalLength
|
|
8814
|
+
: (point % totalLength + totalLength) % totalLength; // Wrap around
|
|
8812
8815
|
return $path.getPointAtLength(pointOnPath);
|
|
8813
8816
|
};
|
|
8814
8817
|
|
|
@@ -8823,6 +8826,7 @@ function requireMotionpath () {
|
|
|
8823
8826
|
const totalLength = +($path.getTotalLength());
|
|
8824
8827
|
const inSvg = $el[consts.isSvgSymbol];
|
|
8825
8828
|
const ctm = $path.getCTM();
|
|
8829
|
+
const shouldClamp = offset === 0;
|
|
8826
8830
|
/** @type {TweenObjectValue} */
|
|
8827
8831
|
return {
|
|
8828
8832
|
from: 0,
|
|
@@ -8832,11 +8836,11 @@ function requireMotionpath () {
|
|
|
8832
8836
|
const offsetLength = offset * totalLength;
|
|
8833
8837
|
const newProgress = progress + offsetLength;
|
|
8834
8838
|
if (pathProperty === 'a') {
|
|
8835
|
-
const p0 = getPathPoint($path, totalLength, newProgress, -1);
|
|
8836
|
-
const p1 = getPathPoint($path, totalLength, newProgress, 1);
|
|
8839
|
+
const p0 = getPathPoint($path, totalLength, newProgress, -1, shouldClamp);
|
|
8840
|
+
const p1 = getPathPoint($path, totalLength, newProgress, 1, shouldClamp);
|
|
8837
8841
|
return helpers$1.atan2(p1.y - p0.y, p1.x - p0.x) * 180 / helpers$1.PI;
|
|
8838
8842
|
} else {
|
|
8839
|
-
const p = getPathPoint($path, totalLength, newProgress, 0);
|
|
8843
|
+
const p = getPathPoint($path, totalLength, newProgress, 0, shouldClamp);
|
|
8840
8844
|
return pathProperty === 'x' ?
|
|
8841
8845
|
inSvg || !ctm ? p.x : p.x * ctm.a + p.y * ctm.c + ctm.e :
|
|
8842
8846
|
inSvg || !ctm ? p.y : p.x * ctm.b + p.y * ctm.d + ctm.f
|
|
@@ -8868,7 +8872,7 @@ var drawable = {};
|
|
|
8868
8872
|
|
|
8869
8873
|
/**
|
|
8870
8874
|
* Anime.js - svg - CJS
|
|
8871
|
-
* @version v4.2.
|
|
8875
|
+
* @version v4.2.2
|
|
8872
8876
|
* @license MIT
|
|
8873
8877
|
* @copyright 2025 - Julian Garnier
|
|
8874
8878
|
*/
|
|
@@ -8996,7 +9000,7 @@ var morphto = {};
|
|
|
8996
9000
|
|
|
8997
9001
|
/**
|
|
8998
9002
|
* Anime.js - svg - CJS
|
|
8999
|
-
* @version v4.2.
|
|
9003
|
+
* @version v4.2.2
|
|
9000
9004
|
* @license MIT
|
|
9001
9005
|
* @copyright 2025 - Julian Garnier
|
|
9002
9006
|
*/
|
|
@@ -9071,7 +9075,7 @@ function requireMorphto () {
|
|
|
9071
9075
|
|
|
9072
9076
|
/**
|
|
9073
9077
|
* Anime.js - svg - CJS
|
|
9074
|
-
* @version v4.2.
|
|
9078
|
+
* @version v4.2.2
|
|
9075
9079
|
* @license MIT
|
|
9076
9080
|
* @copyright 2025 - Julian Garnier
|
|
9077
9081
|
*/
|
|
@@ -9100,7 +9104,7 @@ var split = {};
|
|
|
9100
9104
|
|
|
9101
9105
|
/**
|
|
9102
9106
|
* Anime.js - text - CJS
|
|
9103
|
-
* @version v4.2.
|
|
9107
|
+
* @version v4.2.2
|
|
9104
9108
|
* @license MIT
|
|
9105
9109
|
* @copyright 2025 - Julian Garnier
|
|
9106
9110
|
*/
|
|
@@ -9595,7 +9599,7 @@ function requireSplit () {
|
|
|
9595
9599
|
|
|
9596
9600
|
/**
|
|
9597
9601
|
* Anime.js - text - CJS
|
|
9598
|
-
* @version v4.2.
|
|
9602
|
+
* @version v4.2.2
|
|
9599
9603
|
* @license MIT
|
|
9600
9604
|
* @copyright 2025 - Julian Garnier
|
|
9601
9605
|
*/
|
|
@@ -9620,7 +9624,7 @@ var waapi = {};
|
|
|
9620
9624
|
|
|
9621
9625
|
/**
|
|
9622
9626
|
* Anime.js - waapi - CJS
|
|
9623
|
-
* @version v4.2.
|
|
9627
|
+
* @version v4.2.2
|
|
9624
9628
|
* @license MIT
|
|
9625
9629
|
* @copyright 2025 - Julian Garnier
|
|
9626
9630
|
*/
|
|
@@ -10122,7 +10126,7 @@ function requireWaapi () {
|
|
|
10122
10126
|
|
|
10123
10127
|
/**
|
|
10124
10128
|
* Anime.js - CJS
|
|
10125
|
-
* @version v4.2.
|
|
10129
|
+
* @version v4.2.2
|
|
10126
10130
|
* @license MIT
|
|
10127
10131
|
* @copyright 2025 - Julian Garnier
|
|
10128
10132
|
*/
|
|
@@ -10310,7 +10314,7 @@ const Eswat2Io = _props => {
|
|
|
10310
10314
|
return (index.h("a", { class: "absolute right-8 top-8 text-clrs-gray hover:text-clrs-navy", href: url, "aria-label": who, target: "blank", title: who }, index.h(Fingerprint, { label: "eswat2" })));
|
|
10311
10315
|
};
|
|
10312
10316
|
|
|
10313
|
-
const shadowCss = "/*! tailwindcss v4.1.
|
|
10317
|
+
const shadowCss = "/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */\n@layer properties;\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';\n --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --font-weight-bold: 700;\n }\n}\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-8 {\n top: calc(var(--spacing) * 8);\n }\n .right-8 {\n right: calc(var(--spacing) * 8);\n }\n .mt-3 {\n margin-top: calc(var(--spacing) * 3);\n }\n .mt-5px {\n margin-top: 5px;\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-10px {\n margin-right: 10px;\n }\n .mb-10px {\n margin-bottom: 10px;\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .transform {\n transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)\n var(--tw-skew-x,) var(--tw-skew-y,);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .items-center {\n align-items: center;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-clrs-gray {\n border-color: var(--clrs-gray, #aaaaaa);\n }\n .border-clrs-slate {\n border-color: var(--clrs-slate, #708090);\n }\n .bg-clrs-blue {\n background-color: var(--clrs-blue, #0074d9);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-silver {\n background-color: var(--clrs-silver, #dddddd);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .italic {\n font-style: italic;\n }\n .shadow {\n --tw-shadow:\n 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .active\\:bg-clrs-gray {\n &:active {\n background-color: var(--clrs-gray, #aaaaaa);\n }\n }\n .active\\:text-clrs-navy {\n &:active {\n color: var(--clrs-navy, #001f3f);\n }\n }\n}\n@layer components {\n .ds1-main {\n display: flex;\n flex-direction: column;\n padding: calc(var(--spacing) * 4);\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .ds1-button {\n display: flex;\n align-items: center;\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-slate, #708090);\n color: var(--clrs-white, #ffffff);\n &:active {\n background-color: var(--clrs-gray, #aaaaaa);\n }\n &:active {\n color: var(--clrs-navy, #001f3f);\n }\n }\n .funnel-gfx {\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-gray, #aaaaaa);\n background-color: var(--clrs-silver, #dddddd);\n stroke-width: 1;\n }\n}\n.data-button {\n border-radius: 5px;\n border-width: 1px;\n padding: 5px;\n margin: 0px;\n margin-right: 5px;\n cursor: pointer;\n}\n.funnel-gfx {\n width: calc(100% - 20px);\n height: 100%;\n padding: 10px;\n padding-bottom: 7px;\n border-radius: 10px;\n border-width: 1px;\n}\n";
|
|
10314
10318
|
|
|
10315
10319
|
const FunnelApp = class {
|
|
10316
10320
|
constructor(hostRef) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-zoDmccDC.js');
|
|
4
4
|
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
5
5
|
|
|
6
6
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v4.38.
|
|
8
|
+
Stencil Client Patch Browser v4.38.2 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
var patchBrowser = () => {
|
|
@@ -4,7 +4,7 @@ const NAMESPACE = 'funnel-gfx-wc';
|
|
|
4
4
|
const BUILD = /* funnel-gfx-wc */ { hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: false, updatable: true};
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Platform v4.38.
|
|
7
|
+
Stencil Client Platform v4.38.2 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
10
10
|
var __export = (target, all) => {
|
|
@@ -1150,8 +1150,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
return;
|
|
1152
1152
|
}
|
|
1153
|
+
const propFlags = members.find(([m]) => m === propName);
|
|
1154
|
+
if (propFlags && propFlags[1][0] & 4 /* Boolean */) {
|
|
1155
|
+
newValue = newValue === null || newValue === "false" ? false : true;
|
|
1156
|
+
}
|
|
1153
1157
|
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1154
|
-
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1155
1158
|
if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1156
1159
|
this[propName] = newValue;
|
|
1157
1160
|
}
|
package/dist/cjs/loader.cjs.js
CHANGED