@genesislcap/foundation-utils 14.222.0 → 14.223.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +356 -356
  2. package/package.json +10 -10
@@ -367,7 +367,7 @@
367
367
  },
368
368
  {
369
369
  "kind": "javascript-module",
370
- "path": "src/directives/index.ts",
370
+ "path": "src/decorators/index.ts",
371
371
  "declarations": [],
372
372
  "exports": [
373
373
  {
@@ -375,256 +375,87 @@
375
375
  "name": "*",
376
376
  "declaration": {
377
377
  "name": "*",
378
- "package": "./sync"
379
- }
380
- },
381
- {
382
- "kind": "js",
383
- "name": "*",
384
- "declaration": {
385
- "name": "*",
386
- "package": "./when-else"
378
+ "package": "./renderOnChange"
387
379
  }
388
380
  }
389
381
  ]
390
382
  },
391
383
  {
392
384
  "kind": "javascript-module",
393
- "path": "src/design-system/design-system.ts",
385
+ "path": "src/decorators/renderOnChange.ts",
394
386
  "declarations": [
395
387
  {
396
388
  "kind": "function",
397
- "name": "assureDesignSystem",
398
- "return": {
399
- "type": {
400
- "text": "DesignSystemModule"
401
- }
402
- },
389
+ "name": "renderOnChange",
403
390
  "parameters": [
404
391
  {
405
- "name": "module",
392
+ "name": "target",
406
393
  "type": {
407
- "text": "DesignSystemModule"
408
- }
394
+ "text": "FASTElement & { render(): void }"
395
+ },
396
+ "description": "The target to define the property change handler on."
397
+ },
398
+ {
399
+ "name": "name",
400
+ "type": {
401
+ "text": "string"
402
+ },
403
+ "description": "The property name."
409
404
  }
410
405
  ],
411
- "description": "assureDesignSystem.",
406
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
412
407
  "privacy": "public"
413
408
  }
414
409
  ],
415
410
  "exports": [
416
411
  {
417
412
  "kind": "js",
418
- "name": "assureDesignSystem",
419
- "declaration": {
420
- "name": "assureDesignSystem",
421
- "module": "src/design-system/design-system.ts"
422
- }
423
- }
424
- ]
425
- },
426
- {
427
- "kind": "javascript-module",
428
- "path": "src/design-system/index.ts",
429
- "declarations": [],
430
- "exports": [
431
- {
432
- "kind": "js",
433
- "name": "*",
413
+ "name": "renderOnChange",
434
414
  "declaration": {
435
- "name": "*",
436
- "package": "./design-system"
415
+ "name": "renderOnChange",
416
+ "module": "src/decorators/renderOnChange.ts"
437
417
  }
438
418
  }
439
419
  ]
440
420
  },
441
421
  {
442
422
  "kind": "javascript-module",
443
- "path": "src/error/errorMap.ts",
423
+ "path": "src/design-system/design-system.ts",
444
424
  "declarations": [
445
- {
446
- "kind": "class",
447
- "description": "",
448
- "name": "DefaultErrorMap",
449
- "members": [
450
- {
451
- "kind": "field",
452
- "name": "map",
453
- "privacy": "private",
454
- "default": "new Map<keyof TErrorDetailMap, Error>()"
455
- },
456
- {
457
- "kind": "field",
458
- "name": "lastError",
459
- "type": {
460
- "text": "Error"
461
- },
462
- "description": "{@inheritDoc ErrorMap.lastError}"
463
- },
464
- {
465
- "kind": "method",
466
- "name": "set",
467
- "return": {
468
- "type": {
469
- "text": "void"
470
- }
471
- },
472
- "parameters": [
473
- {
474
- "name": "key",
475
- "type": {
476
- "text": "keyof TErrorDetailMap"
477
- }
478
- },
479
- {
480
- "name": "error",
481
- "type": {
482
- "text": "Error"
483
- }
484
- }
485
- ],
486
- "description": "{@inheritDoc ErrorMap.set}"
487
- },
488
- {
489
- "kind": "method",
490
- "name": "get",
491
- "return": {
492
- "type": {
493
- "text": ""
494
- }
495
- },
496
- "parameters": [
497
- {
498
- "name": "key",
499
- "type": {
500
- "text": "keyof TErrorDetailMap"
501
- },
502
- "description": "The key."
503
- }
504
- ],
505
- "description": "Get an error by key.",
506
- "privacy": "public"
507
- },
508
- {
509
- "kind": "method",
510
- "name": "has",
511
- "return": {
512
- "type": {
513
- "text": ""
514
- }
515
- },
516
- "parameters": [
517
- {
518
- "name": "key",
519
- "type": {
520
- "text": "keyof TErrorDetailMap"
521
- },
522
- "description": "The key."
523
- }
524
- ],
525
- "description": "Has an error for key.",
526
- "privacy": "public"
527
- },
528
- {
529
- "kind": "method",
530
- "name": "delete",
531
- "return": {
532
- "type": {
533
- "text": ""
534
- }
535
- },
536
- "parameters": [
537
- {
538
- "name": "key",
539
- "type": {
540
- "text": "keyof TErrorDetailMap"
541
- },
542
- "description": "The key."
543
- }
544
- ],
545
- "description": "Delete an error.",
546
- "privacy": "public"
547
- },
548
- {
549
- "kind": "method",
550
- "name": "clear",
551
- "description": "Clear errors.",
552
- "privacy": "public"
553
- },
554
- {
555
- "kind": "field",
556
- "name": "size",
557
- "type": {
558
- "text": "number"
559
- },
560
- "description": "The size of the error map.",
561
- "return": {
562
- "type": {
563
- "text": ""
564
- }
565
- },
566
- "privacy": "public",
567
- "readonly": true
568
- },
569
- {
570
- "kind": "method",
571
- "name": "values",
572
- "privacy": "public"
573
- },
574
- {
575
- "kind": "field",
576
- "name": "messages",
577
- "type": {
578
- "text": "string"
579
- },
580
- "description": "{@inheritDoc ErrorMap.messages}",
581
- "readonly": true
582
- }
583
- ]
584
- },
585
425
  {
586
426
  "kind": "function",
587
- "name": "createErrorMap",
427
+ "name": "assureDesignSystem",
588
428
  "return": {
589
429
  "type": {
590
- "text": ""
430
+ "text": "DesignSystemModule"
591
431
  }
592
432
  },
593
433
  "parameters": [
594
434
  {
595
- "name": "logger",
435
+ "name": "module",
596
436
  "type": {
597
- "text": "ErrorMapLogger"
598
- },
599
- "description": "A logger error method reference."
437
+ "text": "DesignSystemModule"
438
+ }
600
439
  }
601
440
  ],
602
- "description": "A factory to create the error map.",
441
+ "description": "assureDesignSystem.",
603
442
  "privacy": "public"
604
443
  }
605
444
  ],
606
445
  "exports": [
607
446
  {
608
447
  "kind": "js",
609
- "name": "DefaultErrorMap",
610
- "declaration": {
611
- "name": "DefaultErrorMap",
612
- "module": "src/error/errorMap.ts"
613
- }
614
- },
615
- {
616
- "kind": "js",
617
- "name": "createErrorMap",
448
+ "name": "assureDesignSystem",
618
449
  "declaration": {
619
- "name": "createErrorMap",
620
- "module": "src/error/errorMap.ts"
450
+ "name": "assureDesignSystem",
451
+ "module": "src/design-system/design-system.ts"
621
452
  }
622
453
  }
623
454
  ]
624
455
  },
625
456
  {
626
457
  "kind": "javascript-module",
627
- "path": "src/error/index.ts",
458
+ "path": "src/design-system/index.ts",
628
459
  "declarations": [],
629
460
  "exports": [
630
461
  {
@@ -632,14 +463,14 @@
632
463
  "name": "*",
633
464
  "declaration": {
634
465
  "name": "*",
635
- "package": "./errorMap"
466
+ "package": "./design-system"
636
467
  }
637
468
  }
638
469
  ]
639
470
  },
640
471
  {
641
472
  "kind": "javascript-module",
642
- "path": "src/decorators/index.ts",
473
+ "path": "src/directives/index.ts",
643
474
  "declarations": [],
644
475
  "exports": [
645
476
  {
@@ -647,45 +478,15 @@
647
478
  "name": "*",
648
479
  "declaration": {
649
480
  "name": "*",
650
- "package": "./renderOnChange"
481
+ "package": "./sync"
651
482
  }
652
- }
653
- ]
654
- },
655
- {
656
- "kind": "javascript-module",
657
- "path": "src/decorators/renderOnChange.ts",
658
- "declarations": [
659
- {
660
- "kind": "function",
661
- "name": "renderOnChange",
662
- "parameters": [
663
- {
664
- "name": "target",
665
- "type": {
666
- "text": "FASTElement & { render(): void }"
667
- },
668
- "description": "The target to define the property change handler on."
669
- },
670
- {
671
- "name": "name",
672
- "type": {
673
- "text": "string"
674
- },
675
- "description": "The property name."
676
- }
677
- ],
678
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
679
- "privacy": "public"
680
- }
681
- ],
682
- "exports": [
483
+ },
683
484
  {
684
485
  "kind": "js",
685
- "name": "renderOnChange",
486
+ "name": "*",
686
487
  "declaration": {
687
- "name": "renderOnChange",
688
- "module": "src/decorators/renderOnChange.ts"
488
+ "name": "*",
489
+ "package": "./when-else"
689
490
  }
690
491
  }
691
492
  ]
@@ -904,26 +705,225 @@
904
705
  },
905
706
  {
906
707
  "kind": "js",
907
- "name": "DEFAULT_ORGANISATION",
708
+ "name": "DEFAULT_ORGANISATION",
709
+ "declaration": {
710
+ "name": "_DEFAULT_ORGANISATION",
711
+ "module": "src/env/variables.ts"
712
+ }
713
+ },
714
+ {
715
+ "kind": "js",
716
+ "name": "DEFAULT_PASSWORD",
717
+ "declaration": {
718
+ "name": "_DEFAULT_PASSWORD",
719
+ "module": "src/env/variables.ts"
720
+ }
721
+ },
722
+ {
723
+ "kind": "js",
724
+ "name": "DEFAULT_USER",
725
+ "declaration": {
726
+ "name": "_DEFAULT_USER",
727
+ "module": "src/env/variables.ts"
728
+ }
729
+ }
730
+ ]
731
+ },
732
+ {
733
+ "kind": "javascript-module",
734
+ "path": "src/error/errorMap.ts",
735
+ "declarations": [
736
+ {
737
+ "kind": "class",
738
+ "description": "",
739
+ "name": "DefaultErrorMap",
740
+ "members": [
741
+ {
742
+ "kind": "field",
743
+ "name": "map",
744
+ "privacy": "private",
745
+ "default": "new Map<keyof TErrorDetailMap, Error>()"
746
+ },
747
+ {
748
+ "kind": "field",
749
+ "name": "lastError",
750
+ "type": {
751
+ "text": "Error"
752
+ },
753
+ "description": "{@inheritDoc ErrorMap.lastError}"
754
+ },
755
+ {
756
+ "kind": "method",
757
+ "name": "set",
758
+ "return": {
759
+ "type": {
760
+ "text": "void"
761
+ }
762
+ },
763
+ "parameters": [
764
+ {
765
+ "name": "key",
766
+ "type": {
767
+ "text": "keyof TErrorDetailMap"
768
+ }
769
+ },
770
+ {
771
+ "name": "error",
772
+ "type": {
773
+ "text": "Error"
774
+ }
775
+ }
776
+ ],
777
+ "description": "{@inheritDoc ErrorMap.set}"
778
+ },
779
+ {
780
+ "kind": "method",
781
+ "name": "get",
782
+ "return": {
783
+ "type": {
784
+ "text": ""
785
+ }
786
+ },
787
+ "parameters": [
788
+ {
789
+ "name": "key",
790
+ "type": {
791
+ "text": "keyof TErrorDetailMap"
792
+ },
793
+ "description": "The key."
794
+ }
795
+ ],
796
+ "description": "Get an error by key.",
797
+ "privacy": "public"
798
+ },
799
+ {
800
+ "kind": "method",
801
+ "name": "has",
802
+ "return": {
803
+ "type": {
804
+ "text": ""
805
+ }
806
+ },
807
+ "parameters": [
808
+ {
809
+ "name": "key",
810
+ "type": {
811
+ "text": "keyof TErrorDetailMap"
812
+ },
813
+ "description": "The key."
814
+ }
815
+ ],
816
+ "description": "Has an error for key.",
817
+ "privacy": "public"
818
+ },
819
+ {
820
+ "kind": "method",
821
+ "name": "delete",
822
+ "return": {
823
+ "type": {
824
+ "text": ""
825
+ }
826
+ },
827
+ "parameters": [
828
+ {
829
+ "name": "key",
830
+ "type": {
831
+ "text": "keyof TErrorDetailMap"
832
+ },
833
+ "description": "The key."
834
+ }
835
+ ],
836
+ "description": "Delete an error.",
837
+ "privacy": "public"
838
+ },
839
+ {
840
+ "kind": "method",
841
+ "name": "clear",
842
+ "description": "Clear errors.",
843
+ "privacy": "public"
844
+ },
845
+ {
846
+ "kind": "field",
847
+ "name": "size",
848
+ "type": {
849
+ "text": "number"
850
+ },
851
+ "description": "The size of the error map.",
852
+ "return": {
853
+ "type": {
854
+ "text": ""
855
+ }
856
+ },
857
+ "privacy": "public",
858
+ "readonly": true
859
+ },
860
+ {
861
+ "kind": "method",
862
+ "name": "values",
863
+ "privacy": "public"
864
+ },
865
+ {
866
+ "kind": "field",
867
+ "name": "messages",
868
+ "type": {
869
+ "text": "string"
870
+ },
871
+ "description": "{@inheritDoc ErrorMap.messages}",
872
+ "readonly": true
873
+ }
874
+ ]
875
+ },
876
+ {
877
+ "kind": "function",
878
+ "name": "createErrorMap",
879
+ "return": {
880
+ "type": {
881
+ "text": ""
882
+ }
883
+ },
884
+ "parameters": [
885
+ {
886
+ "name": "logger",
887
+ "type": {
888
+ "text": "ErrorMapLogger"
889
+ },
890
+ "description": "A logger error method reference."
891
+ }
892
+ ],
893
+ "description": "A factory to create the error map.",
894
+ "privacy": "public"
895
+ }
896
+ ],
897
+ "exports": [
898
+ {
899
+ "kind": "js",
900
+ "name": "DefaultErrorMap",
908
901
  "declaration": {
909
- "name": "_DEFAULT_ORGANISATION",
910
- "module": "src/env/variables.ts"
902
+ "name": "DefaultErrorMap",
903
+ "module": "src/error/errorMap.ts"
911
904
  }
912
905
  },
913
906
  {
914
907
  "kind": "js",
915
- "name": "DEFAULT_PASSWORD",
908
+ "name": "createErrorMap",
916
909
  "declaration": {
917
- "name": "_DEFAULT_PASSWORD",
918
- "module": "src/env/variables.ts"
910
+ "name": "createErrorMap",
911
+ "module": "src/error/errorMap.ts"
919
912
  }
920
- },
913
+ }
914
+ ]
915
+ },
916
+ {
917
+ "kind": "javascript-module",
918
+ "path": "src/error/index.ts",
919
+ "declarations": [],
920
+ "exports": [
921
921
  {
922
922
  "kind": "js",
923
- "name": "DEFAULT_USER",
923
+ "name": "*",
924
924
  "declaration": {
925
- "name": "_DEFAULT_USER",
926
- "module": "src/env/variables.ts"
925
+ "name": "*",
926
+ "package": "./errorMap"
927
927
  }
928
928
  }
929
929
  ]
@@ -1314,29 +1314,6 @@
1314
1314
  }
1315
1315
  ]
1316
1316
  },
1317
- {
1318
- "kind": "javascript-module",
1319
- "path": "src/mixins/index.ts",
1320
- "declarations": [],
1321
- "exports": [
1322
- {
1323
- "kind": "js",
1324
- "name": "*",
1325
- "declaration": {
1326
- "name": "*",
1327
- "package": "./pendingState"
1328
- }
1329
- },
1330
- {
1331
- "kind": "js",
1332
- "name": "*",
1333
- "declaration": {
1334
- "name": "*",
1335
- "package": "./lifecycle"
1336
- }
1337
- }
1338
- ]
1339
- },
1340
1317
  {
1341
1318
  "kind": "javascript-module",
1342
1319
  "path": "src/observer/index.ts",
@@ -1409,6 +1386,29 @@
1409
1386
  }
1410
1387
  ]
1411
1388
  },
1389
+ {
1390
+ "kind": "javascript-module",
1391
+ "path": "src/mixins/index.ts",
1392
+ "declarations": [],
1393
+ "exports": [
1394
+ {
1395
+ "kind": "js",
1396
+ "name": "*",
1397
+ "declaration": {
1398
+ "name": "*",
1399
+ "package": "./pendingState"
1400
+ }
1401
+ },
1402
+ {
1403
+ "kind": "js",
1404
+ "name": "*",
1405
+ "declaration": {
1406
+ "name": "*",
1407
+ "package": "./lifecycle"
1408
+ }
1409
+ }
1410
+ ]
1411
+ },
1412
1412
  {
1413
1413
  "kind": "javascript-module",
1414
1414
  "path": "src/promise/index.ts",
@@ -2594,93 +2594,6 @@
2594
2594
  }
2595
2595
  ]
2596
2596
  },
2597
- {
2598
- "kind": "javascript-module",
2599
- "path": "src/mixins/pendingState/index.ts",
2600
- "declarations": [],
2601
- "exports": [
2602
- {
2603
- "kind": "js",
2604
- "name": "*",
2605
- "declaration": {
2606
- "name": "*",
2607
- "package": "./pendingState"
2608
- }
2609
- }
2610
- ]
2611
- },
2612
- {
2613
- "kind": "javascript-module",
2614
- "path": "src/mixins/pendingState/pendingState.ts",
2615
- "declarations": [
2616
- {
2617
- "kind": "mixin",
2618
- "description": "The `PendingState` mixin.",
2619
- "name": "PendingState",
2620
- "members": [
2621
- {
2622
- "kind": "field",
2623
- "name": "pendingCount",
2624
- "type": {
2625
- "text": "number"
2626
- },
2627
- "privacy": "public",
2628
- "default": "0",
2629
- "description": "The number of promises that are currently pending."
2630
- },
2631
- {
2632
- "kind": "field",
2633
- "name": "resolvedCount",
2634
- "type": {
2635
- "text": "number"
2636
- },
2637
- "privacy": "public",
2638
- "default": "0",
2639
- "description": "The number of promises that have been resolved."
2640
- },
2641
- {
2642
- "kind": "field",
2643
- "name": "hasPendingChildren",
2644
- "type": {
2645
- "text": "boolean"
2646
- },
2647
- "privacy": "public",
2648
- "default": "false",
2649
- "description": "A boolean indicating whether there are any pending children."
2650
- },
2651
- {
2652
- "kind": "field",
2653
- "name": "progress",
2654
- "type": {
2655
- "text": "number"
2656
- },
2657
- "privacy": "public",
2658
- "description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
2659
- "readonly": true
2660
- }
2661
- ],
2662
- "parameters": [
2663
- {
2664
- "name": "Base",
2665
- "type": {
2666
- "text": "TBase"
2667
- }
2668
- }
2669
- ],
2670
- "privacy": "public"
2671
- }
2672
- ],
2673
- "exports": [
2674
- {
2675
- "kind": "js",
2676
- "name": "PendingState",
2677
- "declaration": {
2678
- "name": "PendingState",
2679
- "module": "src/mixins/pendingState/pendingState.ts"
2680
- }
2681
- }
2682
- ]
2683
- },
2684
2597
  {
2685
2598
  "kind": "javascript-module",
2686
2599
  "path": "src/serializers/json/index.ts",
@@ -2907,6 +2820,93 @@
2907
2820
  "path": "src/serializers/json/types.ts",
2908
2821
  "declarations": [],
2909
2822
  "exports": []
2823
+ },
2824
+ {
2825
+ "kind": "javascript-module",
2826
+ "path": "src/mixins/pendingState/index.ts",
2827
+ "declarations": [],
2828
+ "exports": [
2829
+ {
2830
+ "kind": "js",
2831
+ "name": "*",
2832
+ "declaration": {
2833
+ "name": "*",
2834
+ "package": "./pendingState"
2835
+ }
2836
+ }
2837
+ ]
2838
+ },
2839
+ {
2840
+ "kind": "javascript-module",
2841
+ "path": "src/mixins/pendingState/pendingState.ts",
2842
+ "declarations": [
2843
+ {
2844
+ "kind": "mixin",
2845
+ "description": "The `PendingState` mixin.",
2846
+ "name": "PendingState",
2847
+ "members": [
2848
+ {
2849
+ "kind": "field",
2850
+ "name": "pendingCount",
2851
+ "type": {
2852
+ "text": "number"
2853
+ },
2854
+ "privacy": "public",
2855
+ "default": "0",
2856
+ "description": "The number of promises that are currently pending."
2857
+ },
2858
+ {
2859
+ "kind": "field",
2860
+ "name": "resolvedCount",
2861
+ "type": {
2862
+ "text": "number"
2863
+ },
2864
+ "privacy": "public",
2865
+ "default": "0",
2866
+ "description": "The number of promises that have been resolved."
2867
+ },
2868
+ {
2869
+ "kind": "field",
2870
+ "name": "hasPendingChildren",
2871
+ "type": {
2872
+ "text": "boolean"
2873
+ },
2874
+ "privacy": "public",
2875
+ "default": "false",
2876
+ "description": "A boolean indicating whether there are any pending children."
2877
+ },
2878
+ {
2879
+ "kind": "field",
2880
+ "name": "progress",
2881
+ "type": {
2882
+ "text": "number"
2883
+ },
2884
+ "privacy": "public",
2885
+ "description": "Gets the progress of the pending promises as a percentage between 0 and 1.",
2886
+ "readonly": true
2887
+ }
2888
+ ],
2889
+ "parameters": [
2890
+ {
2891
+ "name": "Base",
2892
+ "type": {
2893
+ "text": "TBase"
2894
+ }
2895
+ }
2896
+ ],
2897
+ "privacy": "public"
2898
+ }
2899
+ ],
2900
+ "exports": [
2901
+ {
2902
+ "kind": "js",
2903
+ "name": "PendingState",
2904
+ "declaration": {
2905
+ "name": "PendingState",
2906
+ "module": "src/mixins/pendingState/pendingState.ts"
2907
+ }
2908
+ }
2909
+ ]
2910
2910
  }
2911
2911
  ]
2912
2912
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.222.0",
4
+ "version": "14.223.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.222.0",
31
- "@genesislcap/genx": "14.222.0",
32
- "@genesislcap/rollup-builder": "14.222.0",
33
- "@genesislcap/ts-builder": "14.222.0",
34
- "@genesislcap/uvu-playwright-builder": "14.222.0",
35
- "@genesislcap/vite-builder": "14.222.0",
36
- "@genesislcap/webpack-builder": "14.222.0",
30
+ "@genesislcap/foundation-testing": "14.223.0",
31
+ "@genesislcap/genx": "14.223.0",
32
+ "@genesislcap/rollup-builder": "14.223.0",
33
+ "@genesislcap/ts-builder": "14.223.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.223.0",
35
+ "@genesislcap/vite-builder": "14.223.0",
36
+ "@genesislcap/webpack-builder": "14.223.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.222.0",
40
+ "@genesislcap/foundation-logger": "14.223.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "d123c20ba58c810e8ca64c1be44d349e6db79487"
58
+ "gitHead": "22b246a956a4063d7337ab506bbdaa43e136ba63"
59
59
  }