cubing 0.47.0 → 0.48.0

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.
Files changed (42) hide show
  1. package/README.md +1 -1
  2. package/dist/lib/cubing/{TwizzleLink.d-Xe45r92P.d.ts → TwizzleLink.d-97ef04xr.d.ts} +1 -0
  3. package/dist/lib/cubing/bluetooth/index.js +3 -3
  4. package/dist/lib/cubing/chunks/{chunk-ZQ3THAI5.js → chunk-6P7J74PX.js} +8 -8
  5. package/dist/lib/cubing/chunks/{chunk-TQNDCG5W.js → chunk-GZV6D4HL.js} +2 -2
  6. package/dist/lib/cubing/chunks/{chunk-SXZY77DB.js → chunk-JISTVUPJ.js} +3 -3
  7. package/dist/lib/cubing/chunks/{chunk-N6THLDFR.js → chunk-K7335MAG.js} +2 -2
  8. package/dist/lib/cubing/chunks/{chunk-OGQNFZM2.js → chunk-M52K5JNF.js} +90 -72
  9. package/dist/lib/cubing/chunks/{chunk-OGQNFZM2.js.map → chunk-M52K5JNF.js.map} +3 -3
  10. package/dist/lib/cubing/chunks/{chunk-44CBFEXI.js → chunk-S3SMCJ2Q.js} +1 -1
  11. package/dist/lib/cubing/chunks/{chunk-DEKQBOQ7.js → chunk-U4JLWFNS.js} +19 -1
  12. package/dist/lib/cubing/chunks/chunk-U4JLWFNS.js.map +7 -0
  13. package/dist/lib/cubing/chunks/{inside-KOB7JHHP.js → inside-EKCXLHV5.js} +5 -5
  14. package/dist/lib/cubing/chunks/{puzzles-dynamic-side-events-FJHPJOLC.js → puzzles-dynamic-side-events-QIADTLKJ.js} +586 -46
  15. package/dist/lib/cubing/chunks/{puzzles-dynamic-side-events-FJHPJOLC.js.map → puzzles-dynamic-side-events-QIADTLKJ.js.map} +3 -3
  16. package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-PAMLOZFW.js → search-dynamic-sgs-side-events-TV6HT26E.js} +3 -3
  17. package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-3Q5EC27G.js → search-dynamic-sgs-unofficial-HAXSGKV7.js} +3 -3
  18. package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NLEVMG3O.js → search-dynamic-solve-4x4x4-4HG4AFW2.js} +6 -6
  19. package/dist/lib/cubing/chunks/search-worker-entry.js +1 -1
  20. package/dist/lib/cubing/chunks/{twisty-dynamic-3d-OQOFLNXF.js → twisty-dynamic-3d-A23ABL4R.js} +4 -4
  21. package/dist/lib/cubing/notation/index.d.ts +1 -1
  22. package/dist/lib/cubing/notation/index.js +2 -2
  23. package/dist/lib/cubing/protocol/index.js +2 -2
  24. package/dist/lib/cubing/puzzles/index.d.ts +1 -1
  25. package/dist/lib/cubing/puzzles/index.js +2 -2
  26. package/dist/lib/cubing/scramble/index.js +5 -5
  27. package/dist/lib/cubing/search/index.js +5 -5
  28. package/dist/lib/cubing/twisty/index.d.ts +2 -2
  29. package/dist/lib/cubing/twisty/index.js +5 -4
  30. package/dist/lib/cubing/twisty/index.js.map +2 -2
  31. package/package.json +8 -7
  32. package/dist/lib/cubing/chunks/chunk-DEKQBOQ7.js.map +0 -7
  33. /package/dist/lib/cubing/chunks/{chunk-ZQ3THAI5.js.map → chunk-6P7J74PX.js.map} +0 -0
  34. /package/dist/lib/cubing/chunks/{chunk-TQNDCG5W.js.map → chunk-GZV6D4HL.js.map} +0 -0
  35. /package/dist/lib/cubing/chunks/{chunk-SXZY77DB.js.map → chunk-JISTVUPJ.js.map} +0 -0
  36. /package/dist/lib/cubing/chunks/{chunk-N6THLDFR.js.map → chunk-K7335MAG.js.map} +0 -0
  37. /package/dist/lib/cubing/chunks/{chunk-44CBFEXI.js.map → chunk-S3SMCJ2Q.js.map} +0 -0
  38. /package/dist/lib/cubing/chunks/{inside-KOB7JHHP.js.map → inside-EKCXLHV5.js.map} +0 -0
  39. /package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-PAMLOZFW.js.map → search-dynamic-sgs-side-events-TV6HT26E.js.map} +0 -0
  40. /package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-3Q5EC27G.js.map → search-dynamic-sgs-unofficial-HAXSGKV7.js.map} +0 -0
  41. /package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NLEVMG3O.js.map → search-dynamic-solve-4x4x4-4HG4AFW2.js.map} +0 -0
  42. /package/dist/lib/cubing/chunks/{twisty-dynamic-3d-OQOFLNXF.js.map → twisty-dynamic-3d-A23ABL4R.js.map} +0 -0
package/README.md CHANGED
@@ -82,7 +82,7 @@ This project is licensed under the Mozilla Public License. This means that `cubi
82
82
 
83
83
  However, if you modify the source code of `cubing.js` to fit your needs then you **must publish your modifications to the `cubing.js` source code** (e.g. publish a fork put it on GitHub). See [the full license](./LICENSE-MPL.md) for exact details.
84
84
 
85
- Although you are no longer required to publish code that uses `cubing.js`, we encourage you to developer your projects as open-source. This way, others can learn from your work and build on it far into the future. It also allows us to tell how features are being used by projects in the community, and what new features are needed.
85
+ Although you are no longer required to publish code that uses `cubing.js`, we encourage you to develop your projects as open-source. This way, others can learn from your work and build on it far into the future. It also allows us to tell how features are being used by projects in the community, and what new features are needed.
86
86
 
87
87
  ### Fine Print
88
88
 
@@ -347,6 +347,7 @@ declare const puzzleIDs: {
347
347
  kilominx: boolean;
348
348
  redi_cube: boolean;
349
349
  melindas2x2x2x2: boolean;
350
+ tri_quad: boolean;
350
351
  loopover: boolean;
351
352
  };
352
353
  type PuzzleID = keyof typeof puzzleIDs;
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  binaryComponentsToReid3x3x3,
3
3
  twizzleBinaryToBinaryComponents
4
- } from "../chunks/chunk-N6THLDFR.js";
4
+ } from "../chunks/chunk-K7335MAG.js";
5
5
  import {
6
6
  cube3x3x3,
7
7
  puzzles
8
- } from "../chunks/chunk-OGQNFZM2.js";
8
+ } from "../chunks/chunk-M52K5JNF.js";
9
9
  import {
10
10
  experimental3x3x3KPuzzle
11
- } from "../chunks/chunk-DEKQBOQ7.js";
11
+ } from "../chunks/chunk-U4JLWFNS.js";
12
12
  import {
13
13
  KPattern
14
14
  } from "../chunks/chunk-YB6VZREV.js";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  countMoves
3
- } from "./chunk-TQNDCG5W.js";
3
+ } from "./chunk-GZV6D4HL.js";
4
4
  import {
5
5
  cube2x2x2,
6
6
  puzzles
7
- } from "./chunk-OGQNFZM2.js";
7
+ } from "./chunk-M52K5JNF.js";
8
8
  import {
9
9
  from
10
- } from "./chunk-DEKQBOQ7.js";
10
+ } from "./chunk-U4JLWFNS.js";
11
11
  import {
12
12
  KPattern,
13
13
  KPuzzle
@@ -740,7 +740,7 @@ function randomPatternFromSGS(kpuzzle, sgs) {
740
740
  }
741
741
 
742
742
  // src/cubing/search/inside/solve/puzzles/dynamic/sgs-side-events/index.ts
743
- var searchDynamicSideEvents = from(() => import("./search-dynamic-sgs-side-events-PAMLOZFW.js"));
743
+ var searchDynamicSideEvents = from(() => import("./search-dynamic-sgs-side-events-TV6HT26E.js"));
744
744
 
745
745
  // src/cubing/search/inside/solve/twsearch.ts
746
746
  var twsearchPromise = from(async () => import("./twsearch-QLSDT3QA.js"));
@@ -778,7 +778,7 @@ async function solve222HTMSubOptimal(pattern, maxDepth = 11) {
778
778
  }
779
779
 
780
780
  // src/cubing/search/inside/solve/puzzles/dynamic/4x4x4/index.ts
781
- var dynamic4x4x4Solver = from(() => import("./search-dynamic-solve-4x4x4-NLEVMG3O.js"));
781
+ var dynamic4x4x4Solver = from(() => import("./search-dynamic-solve-4x4x4-4HG4AFW2.js"));
782
782
 
783
783
  // src/cubing/search/inside/solve/puzzles/4x4x4.ts
784
784
  var randomSuffixes2 = [
@@ -800,7 +800,7 @@ async function random444OrientedScramble() {
800
800
  var dynamicFTOSolver = from(() => import("./search-dynamic-solve-fto-EY5ZVAGO.js"));
801
801
 
802
802
  // src/cubing/search/inside/solve/puzzles/fto.ts
803
- var dynamic = from(() => import("./search-dynamic-sgs-unofficial-3Q5EC27G.js"));
803
+ var dynamic = from(() => import("./search-dynamic-sgs-unofficial-HAXSGKV7.js"));
804
804
  async function randomFTOScramble() {
805
805
  mustBeInsideWorker();
806
806
  return new Alg(await (await dynamicFTOSolver).randomFTOScrambleString());
@@ -880,7 +880,7 @@ async function solvePyraminx(pattern) {
880
880
  }
881
881
 
882
882
  // src/cubing/search/inside/solve/puzzles/dynamic/sgs-unofficial/index.ts
883
- var searchDynamicUnofficial = from(() => import("./search-dynamic-sgs-unofficial-3Q5EC27G.js"));
883
+ var searchDynamicUnofficial = from(() => import("./search-dynamic-sgs-unofficial-HAXSGKV7.js"));
884
884
 
885
885
  // src/cubing/search/inside/solve/puzzles/redi_cube.ts
886
886
  async function randomRediCubeScramble() {
@@ -1131,4 +1131,4 @@ export {
1131
1131
  random333Scramble,
1132
1132
  insideAPI
1133
1133
  };
1134
- //# sourceMappingURL=chunk-ZQ3THAI5.js.map
1134
+ //# sourceMappingURL=chunk-6P7J74PX.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  cube3x3x3KPuzzleDefinition
3
- } from "./chunk-DEKQBOQ7.js";
3
+ } from "./chunk-U4JLWFNS.js";
4
4
  import {
5
5
  TraversalUp,
6
6
  functionFromTraversal
@@ -232,4 +232,4 @@ export {
232
232
  countMetricMoves,
233
233
  countAnimatedLeaves
234
234
  };
235
- //# sourceMappingURL=chunk-TQNDCG5W.js.map
235
+ //# sourceMappingURL=chunk-GZV6D4HL.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  from
3
- } from "./chunk-DEKQBOQ7.js";
3
+ } from "./chunk-U4JLWFNS.js";
4
4
 
5
5
  // src/cubing/twisty/debug.ts
6
6
  var twistyDebugGlobals = {
@@ -527,7 +527,7 @@ var StatsPanel = class {
527
527
  // src/cubing/twisty/heavy-code-imports/3d.ts
528
528
  var cachedConstructorProxy = null;
529
529
  async function proxy3D() {
530
- return cachedConstructorProxy ??= import("./twisty-dynamic-3d-OQOFLNXF.js");
530
+ return cachedConstructorProxy ??= import("./twisty-dynamic-3d-A23ABL4R.js");
531
531
  }
532
532
  var THREEJS = from(
533
533
  async () => (await proxy3D()).T3I
@@ -1155,4 +1155,4 @@ export {
1155
1155
  proxy3D,
1156
1156
  THREEJS
1157
1157
  };
1158
- //# sourceMappingURL=chunk-SXZY77DB.js.map
1158
+ //# sourceMappingURL=chunk-JISTVUPJ.js.map
@@ -3,7 +3,7 @@ import {
3
3
  normalize3x3x3Orientation,
4
4
  puzzleOrientation3x3x3Cache,
5
5
  puzzleOrientation3x3x3Idx
6
- } from "./chunk-DEKQBOQ7.js";
6
+ } from "./chunk-U4JLWFNS.js";
7
7
  import {
8
8
  KPattern
9
9
  } from "./chunk-YB6VZREV.js";
@@ -262,4 +262,4 @@ export {
262
262
  bufferToSpacedHex,
263
263
  spacedHexToBuffer
264
264
  };
265
- //# sourceMappingURL=chunk-N6THLDFR.js.map
265
+ //# sourceMappingURL=chunk-K7335MAG.js.map
@@ -11,7 +11,7 @@ import {
11
11
  experimental3x3x3KPuzzle,
12
12
  from,
13
13
  getCached
14
- } from "./chunk-DEKQBOQ7.js";
14
+ } from "./chunk-U4JLWFNS.js";
15
15
  import {
16
16
  KPuzzle
17
17
  } from "./chunk-YB6VZREV.js";
@@ -73,12 +73,12 @@ var cube2x2x2 = {
73
73
  fullName: "2\xD72\xD72 Cube",
74
74
  kpuzzle: getCached(
75
75
  async () => new KPuzzle(
76
- (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).cube2x2x2JSON
76
+ (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).cube2x2x2JSON
77
77
  )
78
78
  ),
79
- svg: async () => (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).cube2x2x2SVG,
79
+ svg: async () => (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).cube2x2x2SVG,
80
80
  llSVG: getCached(
81
- async () => (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).cube2x2x2LLSVG
81
+ async () => (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).cube2x2x2LLSVG
82
82
  ),
83
83
  pg: getCached(async () => {
84
84
  return asyncGetPuzzleGeometry("2x2x2");
@@ -340,6 +340,15 @@ var cube3x3x3 = {
340
340
  puzzleSpecificSimplifyOptions: puzzleSpecificSimplifyOptions333
341
341
  };
342
342
 
343
+ // src/cubing/puzzles/implementations/4x4x4/index.ts
344
+ var cube4x4x4 = new CubePGPuzzleLoader({
345
+ id: "4x4x4",
346
+ fullName: "4\xD74\xD74 Cube"
347
+ });
348
+ cube4x4x4.llSVG = getCached(async () => {
349
+ return (await import("./puzzles-dynamic-4x4x4-REUXFQJ4.js")).cube4x4x4LLSVG;
350
+ });
351
+
343
352
  // src/cubing/puzzles/implementations/clock/index.ts
344
353
  var clock = {
345
354
  id: "clock",
@@ -349,11 +358,11 @@ var clock = {
349
358
  // Patent application year: https://www.jaapsch.net/puzzles/patents/us4869506.pdf
350
359
  kpuzzle: getCached(
351
360
  async () => new KPuzzle(
352
- (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).clockJSON
361
+ (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).clockJSON
353
362
  )
354
363
  ),
355
364
  svg: getCached(async () => {
356
- return (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).clockSVG;
365
+ return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).clockSVG;
357
366
  })
358
367
  };
359
368
 
@@ -472,6 +481,42 @@ var FTOPuzzleLoader = class extends PGPuzzleLoader {
472
481
  };
473
482
  var fto = new FTOPuzzleLoader();
474
483
 
484
+ // src/cubing/puzzles/implementations/kilominx/index.ts
485
+ var KILOMINX_PUZZLE_DESCRIPTION = "d f 0.56";
486
+ var kilominx = {
487
+ id: "kilominx",
488
+ fullName: "Kilominx",
489
+ kpuzzle: getCached(
490
+ () => asyncGetKPuzzleByDesc(KILOMINX_PUZZLE_DESCRIPTION, {
491
+ includeCenterOrbits: false,
492
+ includeEdgeOrbits: false
493
+ })
494
+ ),
495
+ pg: () => descAsyncGetPuzzleGeometry(KILOMINX_PUZZLE_DESCRIPTION, {
496
+ includeCenterOrbits: false,
497
+ includeEdgeOrbits: false
498
+ }),
499
+ svg: getCached(async () => {
500
+ return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).kilominxSVG;
501
+ })
502
+ };
503
+
504
+ // src/cubing/puzzles/implementations/loopover/index.ts
505
+ var loopover = {
506
+ id: "loopover",
507
+ fullName: "Loopover",
508
+ inventedBy: ["Cary Huang"],
509
+ inventionYear: 2018,
510
+ kpuzzle: getCached(
511
+ async () => new KPuzzle(
512
+ (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).loopoverJSON
513
+ )
514
+ ),
515
+ svg: async () => {
516
+ return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).loopoverSVG;
517
+ }
518
+ };
519
+
475
520
  // src/cubing/puzzles/stickerings/megaminx-stickerings.ts
476
521
  async function megaminxStickeringMask(puzzleLoader, stickering) {
477
522
  if ((await megaminxStickerings()).includes(stickering)) {
@@ -510,6 +555,22 @@ var MegaminxPuzzleLoader = class extends PGPuzzleLoader {
510
555
  };
511
556
  var megaminx = new MegaminxPuzzleLoader();
512
557
 
558
+ // src/cubing/puzzles/implementations/melindas2x2x2x2/index.ts
559
+ var melindas2x2x2x2 = {
560
+ id: "melindas2x2x2x2",
561
+ fullName: "Melinda's 2\xD72\xD72\xD72",
562
+ inventedBy: ["Melinda Green"],
563
+ // inventionYear: 20__, // TODO
564
+ kpuzzle: getCached(
565
+ async () => new KPuzzle(
566
+ (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).melindas2x2x2x2OrbitJSON
567
+ )
568
+ ),
569
+ svg: getCached(async () => {
570
+ return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).melindas2x2x2x2OrbitSVG;
571
+ })
572
+ };
573
+
513
574
  // src/cubing/puzzles/implementations/pyraminx/index.ts
514
575
  var PyraminxPuzzleLoader = class extends PGPuzzleLoader {
515
576
  constructor() {
@@ -520,48 +581,11 @@ var PyraminxPuzzleLoader = class extends PGPuzzleLoader {
520
581
  });
521
582
  }
522
583
  svg = getCached(async () => {
523
- return (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).pyraminxSVG;
584
+ return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).pyraminxSVG;
524
585
  });
525
586
  };
526
587
  var pyraminx = new PyraminxPuzzleLoader();
527
588
 
528
- // src/cubing/puzzles/implementations/square1/index.ts
529
- var square1 = {
530
- id: "square1",
531
- fullName: "Square-1",
532
- inventedBy: ["Karel Hr\u0161el", "Vojtech Kopsk\xFD"],
533
- inventionYear: 1990,
534
- // Czech patent application year: http://spisy.upv.cz/Patents/FullDocuments/277/277266.pdf
535
- kpuzzle: getCached(
536
- async () => new KPuzzle(
537
- (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).sq1HyperOrbitJSON
538
- )
539
- ),
540
- svg: getCached(async () => {
541
- return (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).sq1HyperOrbitSVG;
542
- })
543
- };
544
-
545
- // src/cubing/puzzles/implementations/kilominx/index.ts
546
- var KILOMINX_PUZZLE_DESCRIPTION = "d f 0.56";
547
- var kilominx = {
548
- id: "kilominx",
549
- fullName: "Kilominx",
550
- kpuzzle: getCached(
551
- () => asyncGetKPuzzleByDesc(KILOMINX_PUZZLE_DESCRIPTION, {
552
- includeCenterOrbits: false,
553
- includeEdgeOrbits: false
554
- })
555
- ),
556
- pg: () => descAsyncGetPuzzleGeometry(KILOMINX_PUZZLE_DESCRIPTION, {
557
- includeCenterOrbits: false,
558
- includeEdgeOrbits: false
559
- }),
560
- svg: getCached(async () => {
561
- return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).kilominxSVG;
562
- })
563
- };
564
-
565
589
  // src/cubing/puzzles/implementations/redi-cube/index.ts
566
590
  var rediCube = {
567
591
  id: "redi_cube",
@@ -580,45 +604,38 @@ var rediCube = {
580
604
  }
581
605
  };
582
606
 
583
- // src/cubing/puzzles/implementations/4x4x4/index.ts
584
- var cube4x4x4 = new CubePGPuzzleLoader({
585
- id: "4x4x4",
586
- fullName: "4\xD74\xD74 Cube"
587
- });
588
- cube4x4x4.llSVG = getCached(async () => {
589
- return (await import("./puzzles-dynamic-4x4x4-REUXFQJ4.js")).cube4x4x4LLSVG;
590
- });
591
-
592
- // src/cubing/puzzles/implementations/melindas2x2x2x2/index.ts
593
- var melindas2x2x2x2 = {
594
- id: "melindas2x2x2x2",
595
- fullName: "Melinda's 2\xD72\xD72\xD72",
596
- inventedBy: ["Melinda Green"],
597
- // inventionYear: 20__, // TODO
607
+ // src/cubing/puzzles/implementations/square1/index.ts
608
+ var square1 = {
609
+ id: "square1",
610
+ fullName: "Square-1",
611
+ inventedBy: ["Karel Hr\u0161el", "Vojtech Kopsk\xFD"],
612
+ inventionYear: 1990,
613
+ // Czech patent application year: http://spisy.upv.cz/Patents/FullDocuments/277/277266.pdf
598
614
  kpuzzle: getCached(
599
615
  async () => new KPuzzle(
600
- (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).melindas2x2x2x2OrbitJSON
616
+ (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).sq1HyperOrbitJSON
601
617
  )
602
618
  ),
603
619
  svg: getCached(async () => {
604
- return (await import("./puzzles-dynamic-side-events-FJHPJOLC.js")).melindas2x2x2x2OrbitSVG;
620
+ return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).sq1HyperOrbitSVG;
605
621
  })
606
622
  };
607
623
 
608
- // src/cubing/puzzles/implementations/loopover/index.ts
609
- var loopover = {
610
- id: "loopover",
611
- fullName: "Loopover",
612
- inventedBy: ["Cary Huang"],
624
+ // src/cubing/puzzles/implementations/tri_quad/index.ts
625
+ var tri_quad = {
626
+ id: "tri_quad",
627
+ fullName: "TriQuad",
628
+ inventedBy: ["Bram Cohen", "Carl Hoff"],
613
629
  inventionYear: 2018,
630
+ // https://twistypuzzles.com/cgi-bin/puzzle.cgi?pkey=6809
614
631
  kpuzzle: getCached(
615
632
  async () => new KPuzzle(
616
- (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).loopoverJSON
633
+ (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).triQuadJSON
617
634
  )
618
635
  ),
619
- svg: async () => {
620
- return (await import("./puzzles-dynamic-unofficial-EE5FDJ3S.js")).loopoverSVG;
621
- }
636
+ svg: getCached(async () => {
637
+ return (await import("./puzzles-dynamic-side-events-QIADTLKJ.js")).triQuadSVG;
638
+ })
622
639
  };
623
640
 
624
641
  // src/cubing/puzzles/index.ts
@@ -671,7 +688,8 @@ var puzzles = {
671
688
  kilominx,
672
689
  redi_cube: rediCube,
673
690
  melindas2x2x2x2,
674
- loopover
691
+ loopover,
692
+ tri_quad
675
693
  };
676
694
 
677
695
  export {
@@ -683,4 +701,4 @@ export {
683
701
  cube3x3x3,
684
702
  puzzles
685
703
  };
686
- //# sourceMappingURL=chunk-OGQNFZM2.js.map
704
+ //# sourceMappingURL=chunk-M52K5JNF.js.map