@genesislcap/foundation-utils 14.374.2-alpha-2b5362b.0 → 14.374.2-alpha-0edcc93.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 (2) hide show
  1. package/dist/custom-elements.json +365 -365
  2. package/package.json +11 -11
@@ -393,112 +393,83 @@
393
393
  },
394
394
  {
395
395
  "kind": "javascript-module",
396
- "path": "src/design-system/design-system.ts",
397
- "declarations": [
396
+ "path": "src/directives/index.ts",
397
+ "declarations": [],
398
+ "exports": [
398
399
  {
399
- "kind": "function",
400
- "name": "assureDesignSystem",
401
- "return": {
402
- "type": {
403
- "text": "DesignSystemModule"
404
- }
405
- },
406
- "parameters": [
407
- {
408
- "name": "module",
409
- "type": {
410
- "text": "DesignSystemModule"
411
- }
412
- }
413
- ],
414
- "description": "assureDesignSystem.",
415
- "privacy": "public"
400
+ "kind": "js",
401
+ "name": "*",
402
+ "declaration": {
403
+ "name": "*",
404
+ "package": "./sync"
405
+ }
416
406
  },
417
407
  {
418
- "kind": "function",
419
- "name": "getCurrentDesignSystem",
420
- "return": {
421
- "type": {
422
- "text": ""
423
- }
424
- },
425
- "parameters": [
426
- {
427
- "name": "element",
428
- "type": {
429
- "text": "HTMLElement"
430
- },
431
- "description": "The starting HTML element"
432
- },
433
- {
434
- "name": "fallbackPrefix",
435
- "type": {
436
- "text": "string"
437
- },
438
- "description": "The prefix to fallback to if the provider is not available"
439
- }
440
- ],
441
- "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
442
- "privacy": "public"
443
- },
408
+ "kind": "js",
409
+ "name": "*",
410
+ "declaration": {
411
+ "name": "*",
412
+ "package": "./when-else"
413
+ }
414
+ }
415
+ ]
416
+ },
417
+ {
418
+ "kind": "javascript-module",
419
+ "path": "src/decorators/index.ts",
420
+ "declarations": [],
421
+ "exports": [
422
+ {
423
+ "kind": "js",
424
+ "name": "*",
425
+ "declaration": {
426
+ "name": "*",
427
+ "package": "./renderOnChange"
428
+ }
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "kind": "javascript-module",
434
+ "path": "src/decorators/renderOnChange.ts",
435
+ "declarations": [
444
436
  {
445
437
  "kind": "function",
446
- "name": "getCurrentDesignSystemPrefix",
447
- "return": {
448
- "type": {
449
- "text": ""
450
- }
451
- },
438
+ "name": "renderOnChange",
452
439
  "parameters": [
453
440
  {
454
- "name": "element",
441
+ "name": "target",
455
442
  "type": {
456
- "text": "HTMLElement"
443
+ "text": "FASTElement & { render(): void }"
457
444
  },
458
- "description": "The starting HTML element"
445
+ "description": "The target to define the property change handler on."
459
446
  },
460
447
  {
461
- "name": "fallbackPrefix",
448
+ "name": "name",
462
449
  "type": {
463
450
  "text": "string"
464
451
  },
465
- "description": "The prefix to fallback to if the provider is not available"
452
+ "description": "The property name."
466
453
  }
467
454
  ],
468
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
455
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
469
456
  "privacy": "public"
470
457
  }
471
458
  ],
472
459
  "exports": [
473
460
  {
474
461
  "kind": "js",
475
- "name": "assureDesignSystem",
476
- "declaration": {
477
- "name": "assureDesignSystem",
478
- "module": "src/design-system/design-system.ts"
479
- }
480
- },
481
- {
482
- "kind": "js",
483
- "name": "getCurrentDesignSystem",
484
- "declaration": {
485
- "name": "getCurrentDesignSystem",
486
- "module": "src/design-system/design-system.ts"
487
- }
488
- },
489
- {
490
- "kind": "js",
491
- "name": "getCurrentDesignSystemPrefix",
462
+ "name": "renderOnChange",
492
463
  "declaration": {
493
- "name": "getCurrentDesignSystemPrefix",
494
- "module": "src/design-system/design-system.ts"
464
+ "name": "renderOnChange",
465
+ "module": "src/decorators/renderOnChange.ts"
495
466
  }
496
467
  }
497
468
  ]
498
469
  },
499
470
  {
500
471
  "kind": "javascript-module",
501
- "path": "src/design-system/index.ts",
472
+ "path": "src/encoding/index.ts",
502
473
  "declarations": [],
503
474
  "exports": [
504
475
  {
@@ -506,14 +477,14 @@
506
477
  "name": "*",
507
478
  "declaration": {
508
479
  "name": "*",
509
- "package": "./design-system"
480
+ "package": "./base64"
510
481
  }
511
482
  }
512
483
  ]
513
484
  },
514
485
  {
515
486
  "kind": "javascript-module",
516
- "path": "src/directives/index.ts",
487
+ "path": "src/env/index.ts",
517
488
  "declarations": [],
518
489
  "exports": [
519
490
  {
@@ -521,7 +492,7 @@
521
492
  "name": "*",
522
493
  "declaration": {
523
494
  "name": "*",
524
- "package": "./sync"
495
+ "package": "./is-dev"
525
496
  }
526
497
  },
527
498
  {
@@ -529,311 +500,36 @@
529
500
  "name": "*",
530
501
  "declaration": {
531
502
  "name": "*",
532
- "package": "./when-else"
533
- }
534
- }
535
- ]
536
- },
537
- {
538
- "kind": "javascript-module",
539
- "path": "src/decorators/index.ts",
540
- "declarations": [],
541
- "exports": [
542
- {
543
- "kind": "js",
544
- "name": "*",
545
- "declaration": {
546
- "name": "*",
547
- "package": "./renderOnChange"
503
+ "package": "./variables"
548
504
  }
549
505
  }
550
506
  ]
551
507
  },
552
508
  {
553
509
  "kind": "javascript-module",
554
- "path": "src/decorators/renderOnChange.ts",
510
+ "path": "src/env/is-dev.ts",
555
511
  "declarations": [
556
512
  {
557
513
  "kind": "function",
558
- "name": "renderOnChange",
559
- "parameters": [
560
- {
561
- "name": "target",
562
- "type": {
563
- "text": "FASTElement & { render(): void }"
564
- },
565
- "description": "The target to define the property change handler on."
566
- },
567
- {
568
- "name": "name",
569
- "type": {
570
- "text": "string"
571
- },
572
- "description": "The property name."
573
- }
574
- ],
575
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
514
+ "name": "isDev",
515
+ "description": "Determines if the current environment is a development environment.",
576
516
  "privacy": "public"
577
517
  }
578
518
  ],
579
519
  "exports": [
580
520
  {
581
521
  "kind": "js",
582
- "name": "renderOnChange",
522
+ "name": "isDev",
583
523
  "declaration": {
584
- "name": "renderOnChange",
585
- "module": "src/decorators/renderOnChange.ts"
524
+ "name": "isDev",
525
+ "module": "src/env/is-dev.ts"
586
526
  }
587
527
  }
588
528
  ]
589
529
  },
590
530
  {
591
531
  "kind": "javascript-module",
592
- "path": "src/error/errorMap.ts",
593
- "declarations": [
594
- {
595
- "kind": "class",
596
- "description": "",
597
- "name": "DefaultErrorMap",
598
- "members": [
599
- {
600
- "kind": "field",
601
- "name": "map",
602
- "privacy": "private",
603
- "default": "new Map<keyof TErrorDetailMap, Error>()"
604
- },
605
- {
606
- "kind": "field",
607
- "name": "lastError",
608
- "type": {
609
- "text": "Error"
610
- },
611
- "description": "{@inheritDoc ErrorMap.lastError}"
612
- },
613
- {
614
- "kind": "method",
615
- "name": "set",
616
- "return": {
617
- "type": {
618
- "text": "void"
619
- }
620
- },
621
- "parameters": [
622
- {
623
- "name": "key",
624
- "type": {
625
- "text": "keyof TErrorDetailMap"
626
- }
627
- },
628
- {
629
- "name": "error",
630
- "type": {
631
- "text": "Error"
632
- }
633
- }
634
- ],
635
- "description": "{@inheritDoc ErrorMap.set}"
636
- },
637
- {
638
- "kind": "method",
639
- "name": "get",
640
- "return": {
641
- "type": {
642
- "text": ""
643
- }
644
- },
645
- "parameters": [
646
- {
647
- "name": "key",
648
- "type": {
649
- "text": "keyof TErrorDetailMap"
650
- },
651
- "description": "The key."
652
- }
653
- ],
654
- "description": "Get an error by key.",
655
- "privacy": "public"
656
- },
657
- {
658
- "kind": "method",
659
- "name": "has",
660
- "return": {
661
- "type": {
662
- "text": ""
663
- }
664
- },
665
- "parameters": [
666
- {
667
- "name": "key",
668
- "type": {
669
- "text": "keyof TErrorDetailMap"
670
- },
671
- "description": "The key."
672
- }
673
- ],
674
- "description": "Has an error for key.",
675
- "privacy": "public"
676
- },
677
- {
678
- "kind": "method",
679
- "name": "delete",
680
- "return": {
681
- "type": {
682
- "text": ""
683
- }
684
- },
685
- "parameters": [
686
- {
687
- "name": "key",
688
- "type": {
689
- "text": "keyof TErrorDetailMap"
690
- },
691
- "description": "The key."
692
- }
693
- ],
694
- "description": "Delete an error.",
695
- "privacy": "public"
696
- },
697
- {
698
- "kind": "method",
699
- "name": "clear",
700
- "description": "Clear errors.",
701
- "privacy": "public"
702
- },
703
- {
704
- "kind": "field",
705
- "name": "size",
706
- "type": {
707
- "text": "number"
708
- },
709
- "description": "The size of the error map.",
710
- "return": {
711
- "type": {
712
- "text": ""
713
- }
714
- },
715
- "privacy": "public",
716
- "readonly": true
717
- },
718
- {
719
- "kind": "method",
720
- "name": "values",
721
- "privacy": "public"
722
- },
723
- {
724
- "kind": "field",
725
- "name": "messages",
726
- "type": {
727
- "text": "string"
728
- },
729
- "description": "{@inheritDoc ErrorMap.messages}",
730
- "readonly": true
731
- }
732
- ]
733
- },
734
- {
735
- "kind": "function",
736
- "name": "createErrorMap",
737
- "return": {
738
- "type": {
739
- "text": ""
740
- }
741
- },
742
- "parameters": [
743
- {
744
- "name": "logger",
745
- "type": {
746
- "text": "ErrorMapLogger"
747
- },
748
- "description": "A logger error method reference."
749
- }
750
- ],
751
- "description": "A factory to create the error map.",
752
- "privacy": "public"
753
- }
754
- ],
755
- "exports": [
756
- {
757
- "kind": "js",
758
- "name": "DefaultErrorMap",
759
- "declaration": {
760
- "name": "DefaultErrorMap",
761
- "module": "src/error/errorMap.ts"
762
- }
763
- },
764
- {
765
- "kind": "js",
766
- "name": "createErrorMap",
767
- "declaration": {
768
- "name": "createErrorMap",
769
- "module": "src/error/errorMap.ts"
770
- }
771
- }
772
- ]
773
- },
774
- {
775
- "kind": "javascript-module",
776
- "path": "src/error/index.ts",
777
- "declarations": [],
778
- "exports": [
779
- {
780
- "kind": "js",
781
- "name": "*",
782
- "declaration": {
783
- "name": "*",
784
- "package": "./errorMap"
785
- }
786
- }
787
- ]
788
- },
789
- {
790
- "kind": "javascript-module",
791
- "path": "src/env/index.ts",
792
- "declarations": [],
793
- "exports": [
794
- {
795
- "kind": "js",
796
- "name": "*",
797
- "declaration": {
798
- "name": "*",
799
- "package": "./is-dev"
800
- }
801
- },
802
- {
803
- "kind": "js",
804
- "name": "*",
805
- "declaration": {
806
- "name": "*",
807
- "package": "./variables"
808
- }
809
- }
810
- ]
811
- },
812
- {
813
- "kind": "javascript-module",
814
- "path": "src/env/is-dev.ts",
815
- "declarations": [
816
- {
817
- "kind": "function",
818
- "name": "isDev",
819
- "description": "Determines if the current environment is a development environment.",
820
- "privacy": "public"
821
- }
822
- ],
823
- "exports": [
824
- {
825
- "kind": "js",
826
- "name": "isDev",
827
- "declaration": {
828
- "name": "isDev",
829
- "module": "src/env/is-dev.ts"
830
- }
831
- }
832
- ]
833
- },
834
- {
835
- "kind": "javascript-module",
836
- "path": "src/env/variables.ts",
532
+ "path": "src/env/variables.ts",
837
533
  "declarations": [
838
534
  {
839
535
  "kind": "variable",
@@ -1263,7 +959,112 @@
1263
959
  },
1264
960
  {
1265
961
  "kind": "javascript-module",
1266
- "path": "src/encoding/index.ts",
962
+ "path": "src/design-system/design-system.ts",
963
+ "declarations": [
964
+ {
965
+ "kind": "function",
966
+ "name": "assureDesignSystem",
967
+ "return": {
968
+ "type": {
969
+ "text": "DesignSystemModule"
970
+ }
971
+ },
972
+ "parameters": [
973
+ {
974
+ "name": "module",
975
+ "type": {
976
+ "text": "DesignSystemModule"
977
+ }
978
+ }
979
+ ],
980
+ "description": "assureDesignSystem.",
981
+ "privacy": "public"
982
+ },
983
+ {
984
+ "kind": "function",
985
+ "name": "getCurrentDesignSystem",
986
+ "return": {
987
+ "type": {
988
+ "text": ""
989
+ }
990
+ },
991
+ "parameters": [
992
+ {
993
+ "name": "element",
994
+ "type": {
995
+ "text": "HTMLElement"
996
+ },
997
+ "description": "The starting HTML element"
998
+ },
999
+ {
1000
+ "name": "fallbackPrefix",
1001
+ "type": {
1002
+ "text": "string"
1003
+ },
1004
+ "description": "The prefix to fallback to if the provider is not available"
1005
+ }
1006
+ ],
1007
+ "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1008
+ "privacy": "public"
1009
+ },
1010
+ {
1011
+ "kind": "function",
1012
+ "name": "getCurrentDesignSystemPrefix",
1013
+ "return": {
1014
+ "type": {
1015
+ "text": ""
1016
+ }
1017
+ },
1018
+ "parameters": [
1019
+ {
1020
+ "name": "element",
1021
+ "type": {
1022
+ "text": "HTMLElement"
1023
+ },
1024
+ "description": "The starting HTML element"
1025
+ },
1026
+ {
1027
+ "name": "fallbackPrefix",
1028
+ "type": {
1029
+ "text": "string"
1030
+ },
1031
+ "description": "The prefix to fallback to if the provider is not available"
1032
+ }
1033
+ ],
1034
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1035
+ "privacy": "public"
1036
+ }
1037
+ ],
1038
+ "exports": [
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "assureDesignSystem",
1042
+ "declaration": {
1043
+ "name": "assureDesignSystem",
1044
+ "module": "src/design-system/design-system.ts"
1045
+ }
1046
+ },
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "getCurrentDesignSystem",
1050
+ "declaration": {
1051
+ "name": "getCurrentDesignSystem",
1052
+ "module": "src/design-system/design-system.ts"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "js",
1057
+ "name": "getCurrentDesignSystemPrefix",
1058
+ "declaration": {
1059
+ "name": "getCurrentDesignSystemPrefix",
1060
+ "module": "src/design-system/design-system.ts"
1061
+ }
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ "kind": "javascript-module",
1067
+ "path": "src/design-system/index.ts",
1267
1068
  "declarations": [],
1268
1069
  "exports": [
1269
1070
  {
@@ -1271,7 +1072,206 @@
1271
1072
  "name": "*",
1272
1073
  "declaration": {
1273
1074
  "name": "*",
1274
- "package": "./base64"
1075
+ "package": "./design-system"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
1080
+ {
1081
+ "kind": "javascript-module",
1082
+ "path": "src/error/errorMap.ts",
1083
+ "declarations": [
1084
+ {
1085
+ "kind": "class",
1086
+ "description": "",
1087
+ "name": "DefaultErrorMap",
1088
+ "members": [
1089
+ {
1090
+ "kind": "field",
1091
+ "name": "map",
1092
+ "privacy": "private",
1093
+ "default": "new Map<keyof TErrorDetailMap, Error>()"
1094
+ },
1095
+ {
1096
+ "kind": "field",
1097
+ "name": "lastError",
1098
+ "type": {
1099
+ "text": "Error"
1100
+ },
1101
+ "description": "{@inheritDoc ErrorMap.lastError}"
1102
+ },
1103
+ {
1104
+ "kind": "method",
1105
+ "name": "set",
1106
+ "return": {
1107
+ "type": {
1108
+ "text": "void"
1109
+ }
1110
+ },
1111
+ "parameters": [
1112
+ {
1113
+ "name": "key",
1114
+ "type": {
1115
+ "text": "keyof TErrorDetailMap"
1116
+ }
1117
+ },
1118
+ {
1119
+ "name": "error",
1120
+ "type": {
1121
+ "text": "Error"
1122
+ }
1123
+ }
1124
+ ],
1125
+ "description": "{@inheritDoc ErrorMap.set}"
1126
+ },
1127
+ {
1128
+ "kind": "method",
1129
+ "name": "get",
1130
+ "return": {
1131
+ "type": {
1132
+ "text": ""
1133
+ }
1134
+ },
1135
+ "parameters": [
1136
+ {
1137
+ "name": "key",
1138
+ "type": {
1139
+ "text": "keyof TErrorDetailMap"
1140
+ },
1141
+ "description": "The key."
1142
+ }
1143
+ ],
1144
+ "description": "Get an error by key.",
1145
+ "privacy": "public"
1146
+ },
1147
+ {
1148
+ "kind": "method",
1149
+ "name": "has",
1150
+ "return": {
1151
+ "type": {
1152
+ "text": ""
1153
+ }
1154
+ },
1155
+ "parameters": [
1156
+ {
1157
+ "name": "key",
1158
+ "type": {
1159
+ "text": "keyof TErrorDetailMap"
1160
+ },
1161
+ "description": "The key."
1162
+ }
1163
+ ],
1164
+ "description": "Has an error for key.",
1165
+ "privacy": "public"
1166
+ },
1167
+ {
1168
+ "kind": "method",
1169
+ "name": "delete",
1170
+ "return": {
1171
+ "type": {
1172
+ "text": ""
1173
+ }
1174
+ },
1175
+ "parameters": [
1176
+ {
1177
+ "name": "key",
1178
+ "type": {
1179
+ "text": "keyof TErrorDetailMap"
1180
+ },
1181
+ "description": "The key."
1182
+ }
1183
+ ],
1184
+ "description": "Delete an error.",
1185
+ "privacy": "public"
1186
+ },
1187
+ {
1188
+ "kind": "method",
1189
+ "name": "clear",
1190
+ "description": "Clear errors.",
1191
+ "privacy": "public"
1192
+ },
1193
+ {
1194
+ "kind": "field",
1195
+ "name": "size",
1196
+ "type": {
1197
+ "text": "number"
1198
+ },
1199
+ "description": "The size of the error map.",
1200
+ "return": {
1201
+ "type": {
1202
+ "text": ""
1203
+ }
1204
+ },
1205
+ "privacy": "public",
1206
+ "readonly": true
1207
+ },
1208
+ {
1209
+ "kind": "method",
1210
+ "name": "values",
1211
+ "privacy": "public"
1212
+ },
1213
+ {
1214
+ "kind": "field",
1215
+ "name": "messages",
1216
+ "type": {
1217
+ "text": "string"
1218
+ },
1219
+ "description": "{@inheritDoc ErrorMap.messages}",
1220
+ "readonly": true
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "kind": "function",
1226
+ "name": "createErrorMap",
1227
+ "return": {
1228
+ "type": {
1229
+ "text": ""
1230
+ }
1231
+ },
1232
+ "parameters": [
1233
+ {
1234
+ "name": "logger",
1235
+ "type": {
1236
+ "text": "ErrorMapLogger"
1237
+ },
1238
+ "description": "A logger error method reference."
1239
+ }
1240
+ ],
1241
+ "description": "A factory to create the error map.",
1242
+ "privacy": "public"
1243
+ }
1244
+ ],
1245
+ "exports": [
1246
+ {
1247
+ "kind": "js",
1248
+ "name": "DefaultErrorMap",
1249
+ "declaration": {
1250
+ "name": "DefaultErrorMap",
1251
+ "module": "src/error/errorMap.ts"
1252
+ }
1253
+ },
1254
+ {
1255
+ "kind": "js",
1256
+ "name": "createErrorMap",
1257
+ "declaration": {
1258
+ "name": "createErrorMap",
1259
+ "module": "src/error/errorMap.ts"
1260
+ }
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "kind": "javascript-module",
1266
+ "path": "src/error/index.ts",
1267
+ "declarations": [],
1268
+ "exports": [
1269
+ {
1270
+ "kind": "js",
1271
+ "name": "*",
1272
+ "declaration": {
1273
+ "name": "*",
1274
+ "package": "./errorMap"
1275
1275
  }
1276
1276
  }
1277
1277
  ]
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.374.2-alpha-2b5362b.0",
4
+ "version": "14.374.2-alpha-0edcc93.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.374.2-alpha-2b5362b.0",
31
- "@genesislcap/genx": "14.374.2-alpha-2b5362b.0",
32
- "@genesislcap/rollup-builder": "14.374.2-alpha-2b5362b.0",
33
- "@genesislcap/ts-builder": "14.374.2-alpha-2b5362b.0",
34
- "@genesislcap/uvu-playwright-builder": "14.374.2-alpha-2b5362b.0",
35
- "@genesislcap/vite-builder": "14.374.2-alpha-2b5362b.0",
36
- "@genesislcap/webpack-builder": "14.374.2-alpha-2b5362b.0",
30
+ "@genesislcap/foundation-testing": "14.374.2-alpha-0edcc93.0",
31
+ "@genesislcap/genx": "14.374.2-alpha-0edcc93.0",
32
+ "@genesislcap/rollup-builder": "14.374.2-alpha-0edcc93.0",
33
+ "@genesislcap/ts-builder": "14.374.2-alpha-0edcc93.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.374.2-alpha-0edcc93.0",
35
+ "@genesislcap/vite-builder": "14.374.2-alpha-0edcc93.0",
36
+ "@genesislcap/webpack-builder": "14.374.2-alpha-0edcc93.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.374.2-alpha-2b5362b.0",
41
- "@genesislcap/foundation-logger": "14.374.2-alpha-2b5362b.0",
40
+ "@genesislcap/expression-builder": "14.374.2-alpha-0edcc93.0",
41
+ "@genesislcap/foundation-logger": "14.374.2-alpha-0edcc93.0",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "2a38a730604c2d06125ebbdc8b5f8ca80027fefc"
59
+ "gitHead": "b40515e859162778edbf029d9923254eea5eb91d"
60
60
  }