@symbo.ls/scratch 3.0.1 → 3.1.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.
@@ -34,23 +34,23 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
34
34
  var require_cjs = __commonJS({
35
35
  "../utils/dist/cjs/index.js"(exports, module2) {
36
36
  "use strict";
37
- var __defProp3 = Object.defineProperty;
37
+ var __defProp2 = Object.defineProperty;
38
38
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
39
39
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
40
- var __hasOwnProp3 = Object.prototype.hasOwnProperty;
40
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
41
41
  var __export2 = (target, all) => {
42
42
  for (var name in all)
43
- __defProp3(target, name, { get: all[name], enumerable: true });
43
+ __defProp2(target, name, { get: all[name], enumerable: true });
44
44
  };
45
45
  var __copyProps2 = (to, from, except, desc) => {
46
46
  if (from && typeof from === "object" || typeof from === "function") {
47
47
  for (let key of __getOwnPropNames2(from))
48
- if (!__hasOwnProp3.call(to, key) && key !== except)
49
- __defProp3(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
48
+ if (!__hasOwnProp2.call(to, key) && key !== except)
49
+ __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
50
50
  }
51
51
  return to;
52
52
  };
53
- var __toCommonJS2 = (mod) => __copyProps2(__defProp3({}, "__esModule", { value: true }), mod);
53
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
54
54
  var index_exports = {};
55
55
  __export2(index_exports, {
56
56
  arrayzeValue: () => arrayzeValue3,
@@ -83,7 +83,147 @@ var require_cjs = __commonJS({
83
83
  var isString2 = (arg) => typeof arg === "string";
84
84
  var isNumber2 = (arg) => typeof arg === "number";
85
85
  var isArray2 = (arg) => Array.isArray(arg);
86
+ var STATE_METHODS3 = [
87
+ "update",
88
+ "parse",
89
+ "clean",
90
+ "create",
91
+ "destroy",
92
+ "add",
93
+ "toggle",
94
+ "remove",
95
+ "apply",
96
+ "set",
97
+ "reset",
98
+ "replace",
99
+ "quietReplace",
100
+ "quietUpdate",
101
+ "applyReplace",
102
+ "applyFunction",
103
+ "keys",
104
+ "values",
105
+ "ref",
106
+ "rootUpdate",
107
+ "parentUpdate",
108
+ "parent",
109
+ "__element",
110
+ "__depends",
111
+ "__ref",
112
+ "__children",
113
+ "root",
114
+ "setByPath",
115
+ "setPathCollection",
116
+ "removeByPath",
117
+ "removePathCollection",
118
+ "getByPath"
119
+ ];
120
+ var PROPS_METHODS3 = ["update", "__element"];
121
+ var METHODS3 = [
122
+ "set",
123
+ "reset",
124
+ "update",
125
+ "remove",
126
+ "updateContent",
127
+ "removeContent",
128
+ "lookup",
129
+ "lookdown",
130
+ "lookdownAll",
131
+ "getRef",
132
+ "getPath",
133
+ "setNodeStyles",
134
+ "spotByPath",
135
+ "keys",
136
+ "parse",
137
+ "setProps",
138
+ "parseDeep",
139
+ "variables",
140
+ "if",
141
+ "log",
142
+ "verbose",
143
+ "warn",
144
+ "error",
145
+ "call",
146
+ "nextElement",
147
+ "previousElement"
148
+ ];
149
+ var METHODS_EXL3 = [
150
+ ...["node", "context", "extends", "__element", "__ref"],
151
+ ...METHODS3,
152
+ ...STATE_METHODS3,
153
+ ...PROPS_METHODS3
154
+ ];
86
155
  var isMobile2 = (() => typeof navigator === "undefined" ? false : /Mobi/.test(navigator.userAgent))();
156
+ var STATE_METHODS22 = [
157
+ "update",
158
+ "parse",
159
+ "clean",
160
+ "create",
161
+ "destroy",
162
+ "add",
163
+ "toggle",
164
+ "remove",
165
+ "apply",
166
+ "set",
167
+ "reset",
168
+ "replace",
169
+ "quietReplace",
170
+ "quietUpdate",
171
+ "applyReplace",
172
+ "applyFunction",
173
+ "keys",
174
+ "values",
175
+ "ref",
176
+ "rootUpdate",
177
+ "parentUpdate",
178
+ "parent",
179
+ "__element",
180
+ "__depends",
181
+ "__ref",
182
+ "__children",
183
+ "root",
184
+ "setByPath",
185
+ "setPathCollection",
186
+ "removeByPath",
187
+ "removePathCollection",
188
+ "getByPath"
189
+ ];
190
+ var PROPS_METHODS22 = ["update", "__element"];
191
+ var METHODS22 = [
192
+ "set",
193
+ "reset",
194
+ "update",
195
+ "remove",
196
+ "updateContent",
197
+ "removeContent",
198
+ "lookup",
199
+ "lookdown",
200
+ "lookdownAll",
201
+ "getRef",
202
+ "getPath",
203
+ "setNodeStyles",
204
+ "spotByPath",
205
+ "keys",
206
+ "parse",
207
+ "setProps",
208
+ "parseDeep",
209
+ "variables",
210
+ "if",
211
+ "log",
212
+ "verbose",
213
+ "warn",
214
+ "error",
215
+ "call",
216
+ "nextElement",
217
+ "previousElement"
218
+ ];
219
+ var METHODS_EXL22 = [
220
+ ...["node", "context", "extends", "__element", "__ref"],
221
+ ...METHODS22,
222
+ ...STATE_METHODS22,
223
+ ...PROPS_METHODS22
224
+ ];
225
+ var window32 = globalThis;
226
+ var document32 = window32.document;
87
227
  async function toggleFullscreen(opts) {
88
228
  if (!document.fullscreenElement) {
89
229
  try {
@@ -289,16 +429,16 @@ __export(system_exports, {
289
429
  });
290
430
  module.exports = __toCommonJS(system_exports);
291
431
 
292
- // node_modules/@domql/utils/dist/esm/globals.js
432
+ // ../../../domql/packages/utils/globals.js
293
433
  var window2 = globalThis;
294
434
  var document2 = window2.document;
295
435
 
296
- // node_modules/@domql/utils/dist/esm/node.js
436
+ // ../../../domql/packages/utils/node.js
297
437
  var isDOMNode = (obj) => {
298
438
  return typeof window2 !== "undefined" && (obj instanceof window2.Node || obj instanceof window2.Window || obj === window2 || obj === document);
299
439
  };
300
440
 
301
- // node_modules/@domql/utils/dist/esm/types.js
441
+ // ../../../domql/packages/utils/types.js
302
442
  var isObject = (arg) => {
303
443
  if (arg === null) return false;
304
444
  return typeof arg === "object" && arg.constructor === Object;
@@ -316,35 +456,92 @@ var isUndefined = (arg) => {
316
456
  return arg === void 0;
317
457
  };
318
458
 
319
- // node_modules/@domql/utils/dist/esm/array.js
320
- var mergeArray = (arr, exclude = []) => {
321
- return arr.reduce((a, c) => deepMerge(a, deepClone(c, { exclude }), exclude), {});
459
+ // ../../../domql/packages/utils/array.js
460
+ var unstackArrayOfObjects = (arr, exclude = []) => {
461
+ return arr.reduce(
462
+ (a, c) => deepMerge(a, deepClone(c, { exclude }), exclude),
463
+ {}
464
+ );
322
465
  };
323
466
 
324
- // node_modules/@domql/utils/dist/esm/object.js
325
- var __defProp2 = Object.defineProperty;
326
- var __defProps = Object.defineProperties;
327
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
328
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
329
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
330
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
331
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
332
- var __spreadValues = (a, b) => {
333
- for (var prop in b || (b = {}))
334
- if (__hasOwnProp2.call(b, prop))
335
- __defNormalProp(a, prop, b[prop]);
336
- if (__getOwnPropSymbols)
337
- for (var prop of __getOwnPropSymbols(b)) {
338
- if (__propIsEnum.call(b, prop))
339
- __defNormalProp(a, prop, b[prop]);
340
- }
341
- return a;
342
- };
343
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
467
+ // ../../../domql/packages/utils/keys.js
468
+ var STATE_METHODS = [
469
+ "update",
470
+ "parse",
471
+ "clean",
472
+ "create",
473
+ "destroy",
474
+ "add",
475
+ "toggle",
476
+ "remove",
477
+ "apply",
478
+ "set",
479
+ "reset",
480
+ "replace",
481
+ "quietReplace",
482
+ "quietUpdate",
483
+ "applyReplace",
484
+ "applyFunction",
485
+ "keys",
486
+ "values",
487
+ "ref",
488
+ "rootUpdate",
489
+ "parentUpdate",
490
+ "parent",
491
+ "__element",
492
+ "__depends",
493
+ "__ref",
494
+ "__children",
495
+ "root",
496
+ "setByPath",
497
+ "setPathCollection",
498
+ "removeByPath",
499
+ "removePathCollection",
500
+ "getByPath"
501
+ ];
502
+ var PROPS_METHODS = ["update", "__element"];
503
+ var METHODS = [
504
+ "set",
505
+ "reset",
506
+ "update",
507
+ "remove",
508
+ "updateContent",
509
+ "removeContent",
510
+ "lookup",
511
+ "lookdown",
512
+ "lookdownAll",
513
+ "getRef",
514
+ "getPath",
515
+ "setNodeStyles",
516
+ "spotByPath",
517
+ "keys",
518
+ "parse",
519
+ "setProps",
520
+ "parseDeep",
521
+ "variables",
522
+ "if",
523
+ "log",
524
+ "verbose",
525
+ "warn",
526
+ "error",
527
+ "call",
528
+ "nextElement",
529
+ "previousElement"
530
+ ];
531
+ var METHODS_EXL = [
532
+ ...["node", "context", "extends", "__element", "__ref"],
533
+ ...METHODS,
534
+ ...STATE_METHODS,
535
+ ...PROPS_METHODS
536
+ ];
537
+
538
+ // ../../../domql/packages/utils/object.js
344
539
  var merge = (element, obj, excludeFrom = []) => {
345
540
  for (const e in obj) {
346
- const hasOwnProperty2 = Object.prototype.hasOwnProperty.call(obj, e);
347
- if (!hasOwnProperty2 || excludeFrom.includes(e) || e.startsWith("__")) continue;
541
+ const hasOwnProperty = Object.prototype.hasOwnProperty.call(obj, e);
542
+ if (!hasOwnProperty || excludeFrom.includes(e) || e.startsWith("__")) {
543
+ continue;
544
+ }
348
545
  const elementProp = element[e];
349
546
  const objProp = obj[e];
350
547
  if (elementProp === void 0) {
@@ -353,10 +550,12 @@ var merge = (element, obj, excludeFrom = []) => {
353
550
  }
354
551
  return element;
355
552
  };
356
- var deepMerge = (element, extend, excludeFrom = []) => {
553
+ var deepMerge = (element, extend, excludeFrom = METHODS_EXL) => {
357
554
  for (const e in extend) {
358
- const hasOwnProperty2 = Object.prototype.hasOwnProperty.call(extend, e);
359
- if (!hasOwnProperty2 || excludeFrom.includes(e) || e.startsWith("__")) continue;
555
+ const hasOwnProperty = Object.prototype.hasOwnProperty.call(extend, e);
556
+ if (!hasOwnProperty || excludeFrom.includes(e) || e.startsWith("__")) {
557
+ continue;
558
+ }
360
559
  const elementProp = element[e];
361
560
  const extendProp = extend[e];
362
561
  if (isObjectLike(elementProp) && isObjectLike(extendProp)) {
@@ -374,7 +573,7 @@ var deepClone = (obj, options = {}) => {
374
573
  cleanNull = false,
375
574
  window: targetWindow,
376
575
  visited = /* @__PURE__ */ new WeakMap(),
377
- handleExtend = false
576
+ handleExtends = false
378
577
  } = options;
379
578
  if (!isObjectLike(obj) || isDOMNode(obj)) {
380
579
  return obj;
@@ -382,34 +581,39 @@ var deepClone = (obj, options = {}) => {
382
581
  if (visited.has(obj)) {
383
582
  return visited.get(obj);
384
583
  }
385
- const clone2 = targetWindow ? isArray(obj) ? new targetWindow.Array() : new targetWindow.Object() : isArray(obj) ? [] : {};
386
- visited.set(obj, clone2);
584
+ const clone = targetWindow ? isArray(obj) ? new targetWindow.Array() : new targetWindow.Object() : isArray(obj) ? [] : {};
585
+ visited.set(obj, clone);
387
586
  for (const key in obj) {
388
587
  if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;
389
- if (exclude.includes(key) || key.startsWith("__") || key === "__proto__") continue;
588
+ if (exclude.includes(key) || key.startsWith("__") || key === "__proto__") {
589
+ continue;
590
+ }
390
591
  const value = obj[key];
391
- if (cleanUndefined && isUndefined(value) || cleanNull && isNull(value)) continue;
592
+ if (cleanUndefined && isUndefined(value) || cleanNull && isNull(value)) {
593
+ continue;
594
+ }
392
595
  if (isDOMNode(value)) {
393
- clone2[key] = value;
596
+ clone[key] = value;
394
597
  continue;
395
598
  }
396
- if (handleExtend && key === "extend" && isArray(value)) {
397
- clone2[key] = mergeArray(value, exclude);
599
+ if (handleExtends && key === "extends" && isArray(value)) {
600
+ clone[key] = unstackArrayOfObjects(value, exclude);
398
601
  continue;
399
602
  }
400
603
  if (isFunction(value) && targetWindow) {
401
- clone2[key] = targetWindow.eval("(" + value.toString() + ")");
604
+ clone[key] = targetWindow.eval("(" + value.toString() + ")");
402
605
  continue;
403
606
  }
404
607
  if (isObjectLike(value)) {
405
- clone2[key] = deepClone(value, __spreadProps(__spreadValues({}, options), {
608
+ clone[key] = deepClone(value, {
609
+ ...options,
406
610
  visited
407
- }));
611
+ });
408
612
  } else {
409
- clone2[key] = value;
613
+ clone[key] = value;
410
614
  }
411
615
  }
412
- return clone2;
616
+ return clone;
413
617
  };
414
618
  var overwriteDeep = (obj, params, opts = {}, visited = /* @__PURE__ */ new WeakMap()) => {
415
619
  const excl = opts.exclude || [];
@@ -435,9 +639,84 @@ var overwriteDeep = (obj, params, opts = {}, visited = /* @__PURE__ */ new WeakM
435
639
  return obj;
436
640
  };
437
641
 
438
- // node_modules/@domql/utils/dist/esm/cookie.js
642
+ // ../../../domql/packages/utils/cookie.js
439
643
  var isMobile = (() => typeof navigator === "undefined" ? false : /Mobi/.test(navigator.userAgent))();
440
644
 
645
+ // ../../../domql/packages/event/dist/esm/keys.js
646
+ var STATE_METHODS2 = [
647
+ "update",
648
+ "parse",
649
+ "clean",
650
+ "create",
651
+ "destroy",
652
+ "add",
653
+ "toggle",
654
+ "remove",
655
+ "apply",
656
+ "set",
657
+ "reset",
658
+ "replace",
659
+ "quietReplace",
660
+ "quietUpdate",
661
+ "applyReplace",
662
+ "applyFunction",
663
+ "keys",
664
+ "values",
665
+ "ref",
666
+ "rootUpdate",
667
+ "parentUpdate",
668
+ "parent",
669
+ "__element",
670
+ "__depends",
671
+ "__ref",
672
+ "__children",
673
+ "root",
674
+ "setByPath",
675
+ "setPathCollection",
676
+ "removeByPath",
677
+ "removePathCollection",
678
+ "getByPath"
679
+ ];
680
+ var PROPS_METHODS2 = ["update", "__element"];
681
+ var METHODS2 = [
682
+ "set",
683
+ "reset",
684
+ "update",
685
+ "remove",
686
+ "updateContent",
687
+ "removeContent",
688
+ "lookup",
689
+ "lookdown",
690
+ "lookdownAll",
691
+ "getRef",
692
+ "getPath",
693
+ "setNodeStyles",
694
+ "spotByPath",
695
+ "keys",
696
+ "parse",
697
+ "setProps",
698
+ "parseDeep",
699
+ "variables",
700
+ "if",
701
+ "log",
702
+ "verbose",
703
+ "warn",
704
+ "error",
705
+ "call",
706
+ "nextElement",
707
+ "previousElement"
708
+ ];
709
+ var METHODS_EXL2 = [
710
+ ...["node", "context", "extends", "__element", "__ref"],
711
+ ...METHODS2,
712
+ ...STATE_METHODS2,
713
+ ...PROPS_METHODS2
714
+ ];
715
+
716
+ // ../../../domql/packages/event/dist/esm/globals.js
717
+ var window3 = globalThis;
718
+ var document3 = window3.document;
719
+
441
720
  // src/defaultConfig/index.js
442
721
  var defaultConfig_exports = {};
443
722
  __export(defaultConfig_exports, {
@@ -777,7 +1056,7 @@ var getFontFaceEach = (name, weights) => {
777
1056
  };
778
1057
 
779
1058
  // src/utils/sequence.js
780
- var import_utils4 = __toESM(require_cjs(), 1);
1059
+ var import_utils5 = __toESM(require_cjs(), 1);
781
1060
  var numToLetterMap = {
782
1061
  "-6": "U",
783
1062
  "-5": "V",
@@ -916,7 +1195,7 @@ var getSequenceValue = (value = "A", sequenceProps) => {
916
1195
  useVariable
917
1196
  } = sequenceProps;
918
1197
  if (isString(value) && value.slice(0, 2) === "--") return `var(${value})`;
919
- const prefix = `--${(0, import_utils4.toDashCase)(sequenceProps.type.replace(".", "-"))}-`;
1198
+ const prefix = `--${(0, import_utils5.toDashCase)(sequenceProps.type.replace(".", "-"))}-`;
920
1199
  const startsWithDashOrLetterRegex = /^-?[a-zA-Z]/i;
921
1200
  const startsWithDashOrLetter = startsWithDashOrLetterRegex.test(value);
922
1201
  if (value === "none" || value === "auto" || value === "unset" || value === "inherit" || value === "fit-content" || value === "min-content" || value === "max-content" || value.includes("calc") || value.includes("var") || !startsWithDashOrLetter) return value;
@@ -1042,6 +1321,8 @@ var applyMediaSequenceVars = (FACTORY2, media, options = {}) => {
1042
1321
  };
1043
1322
 
1044
1323
  // src/utils/sprite.js
1324
+ var ENV = "development";
1325
+ var isDev = ENV === "development" || ENV === "testing";
1045
1326
  var generateSprite = (icons) => {
1046
1327
  const CONFIG2 = getActiveConfig();
1047
1328
  let sprite = "";
@@ -1055,7 +1336,8 @@ var generateSprite = (icons) => {
1055
1336
  var parseRootAttributes = (htmlString) => {
1056
1337
  const val = htmlString.default || htmlString;
1057
1338
  if (!isString(val)) {
1058
- return console.warn(`parseRootAttributes: ${val} is not a string`);
1339
+ if (isDev) console.warn("parseRootAttributes:", val, "is not a string");
1340
+ return;
1059
1341
  }
1060
1342
  const match = val.match(/<svg\s+(.*?)>/);
1061
1343
  if (!match || !match[1]) {
@@ -1421,7 +1703,7 @@ var getMediaTheme = (value, modifier) => {
1421
1703
  };
1422
1704
 
1423
1705
  // src/system/font.js
1424
- var import_utils11 = __toESM(require_cjs(), 1);
1706
+ var import_utils12 = __toESM(require_cjs(), 1);
1425
1707
  var setFont = (val, key) => {
1426
1708
  const CSSvar = `--font-${key}`;
1427
1709
  if (!val || isArray(val) && !val[0]) return;
@@ -1438,7 +1720,7 @@ var setFontFamily = (val, key) => {
1438
1720
  const { FONT_FAMILY: FONT_FAMILY2, FONT_FAMILY_TYPES: FONT_FAMILY_TYPES2 } = CONFIG2;
1439
1721
  let { value, type } = val;
1440
1722
  if (val.isDefault) FONT_FAMILY2.default = key;
1441
- if (isObject(value)) value = (0, import_utils11.arrayzeValue)(value);
1723
+ if (isObject(value)) value = (0, import_utils12.arrayzeValue)(value);
1442
1724
  const CSSvar = `--font-family-${key}`;
1443
1725
  const str = `${value.join(", ")}, ${FONT_FAMILY_TYPES2[type]}`;
1444
1726
  return { var: CSSvar, value: str, arr: value, type };
@@ -1492,6 +1774,7 @@ var runThroughMedia = (FACTORY2) => {
1492
1774
  }
1493
1775
  };
1494
1776
  var applyHeadings = (props) => {
1777
+ var _a;
1495
1778
  const CONFIG2 = getActiveConfig();
1496
1779
  if (props.h1Matches) {
1497
1780
  const unit = props.unit;
@@ -1500,8 +1783,9 @@ var applyHeadings = (props) => {
1500
1783
  for (const k in HEADINGS) {
1501
1784
  const headerName = `h${parseInt(k) + 1}`;
1502
1785
  const headerStyle = templates[headerName];
1786
+ if (!HEADINGS[k]) continue;
1503
1787
  templates[headerName] = {
1504
- fontSize: CONFIG2.useVariable ? `var(${HEADINGS[k].variable})` : `${HEADINGS[k].scaling}${unit}`,
1788
+ fontSize: CONFIG2.useVariable ? `var(${(_a = HEADINGS[k]) == null ? void 0 : _a.variable})` : `${HEADINGS[k].scaling}${unit}`,
1505
1789
  margin: headerStyle ? headerStyle.margin : 0,
1506
1790
  lineHeight: headerStyle ? headerStyle.lineHeight : props.lineHeight,
1507
1791
  letterSpacing: headerStyle ? headerStyle.letterSpacing : props.letterSpacing,
@@ -1529,7 +1813,7 @@ var getFontSizeByKey = (value) => {
1529
1813
  };
1530
1814
 
1531
1815
  // src/system/spacing.js
1532
- var import_utils15 = __toESM(require_cjs(), 1);
1816
+ var import_utils16 = __toESM(require_cjs(), 1);
1533
1817
  var runThroughMedia2 = (FACTORY2) => {
1534
1818
  for (const prop in FACTORY2) {
1535
1819
  const mediaProps = FACTORY2[prop];
@@ -1580,7 +1864,7 @@ var getSpacingByKey = (value, propertyName = "padding", sequenceProps) => {
1580
1864
  if (isString(value) && (value.includes("calc") || value.includes("var"))) {
1581
1865
  return { [propertyName]: value };
1582
1866
  }
1583
- const stack = (0, import_utils15.arrayzeValue)(value);
1867
+ const stack = (0, import_utils16.arrayzeValue)(value);
1584
1868
  if (!isArray(stack)) return;
1585
1869
  if (stack.length > 1) {
1586
1870
  let suffix = "";
@@ -1712,7 +1996,7 @@ var getShadow = (value, globalTheme) => {
1712
1996
  };
1713
1997
 
1714
1998
  // src/system/timing.js
1715
- var import_utils19 = __toESM(require_cjs(), 1);
1999
+ var import_utils20 = __toESM(require_cjs(), 1);
1716
2000
  var applyTimingSequence = () => {
1717
2001
  const CONFIG2 = getActiveConfig();
1718
2002
  const { TIMING: TIMING2 } = CONFIG2;
@@ -1722,7 +2006,7 @@ var applyTimingSequence = () => {
1722
2006
  var getTimingFunction = (value) => {
1723
2007
  const CONFIG2 = getActiveConfig();
1724
2008
  const { TIMING: TIMING2 } = CONFIG2;
1725
- return TIMING2[value] || TIMING2[(0, import_utils19.toCamelCase)(value)] || value;
2009
+ return TIMING2[value] || TIMING2[(0, import_utils20.toCamelCase)(value)] || value;
1726
2010
  };
1727
2011
  var getTimingByKey = (value, property = "timing") => {
1728
2012
  const CONFIG2 = getActiveConfig();