@genesislcap/foundation-ui 14.186.1 → 14.187.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.
@@ -817,6 +817,264 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/_common/icons.ts",
823
+ "declarations": [
824
+ {
825
+ "kind": "function",
826
+ "name": "closeIcon",
827
+ "parameters": [
828
+ {
829
+ "name": "slot",
830
+ "default": "'start'"
831
+ },
832
+ {
833
+ "name": "fill",
834
+ "default": "'#879ba6'"
835
+ }
836
+ ]
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "closeIcon",
843
+ "declaration": {
844
+ "name": "closeIcon",
845
+ "module": "src/_common/icons.ts"
846
+ }
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/_common/index.ts",
853
+ "declarations": [],
854
+ "exports": [
855
+ {
856
+ "kind": "js",
857
+ "name": "*",
858
+ "declaration": {
859
+ "name": "*",
860
+ "package": "./icons"
861
+ }
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/accordion/accordion.styles.ts",
868
+ "declarations": [
869
+ {
870
+ "kind": "function",
871
+ "name": "foundationAccordionStyles",
872
+ "return": {
873
+ "type": {
874
+ "text": "ElementStyles"
875
+ }
876
+ },
877
+ "parameters": [
878
+ {
879
+ "name": "context",
880
+ "type": {
881
+ "text": "ElementDefinitionContext"
882
+ }
883
+ },
884
+ {
885
+ "name": "definition",
886
+ "type": {
887
+ "text": "FoundationElementDefinition"
888
+ }
889
+ }
890
+ ]
891
+ }
892
+ ],
893
+ "exports": [
894
+ {
895
+ "kind": "js",
896
+ "name": "foundationAccordionStyles",
897
+ "declaration": {
898
+ "name": "foundationAccordionStyles",
899
+ "module": "src/accordion/accordion.styles.ts"
900
+ }
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "kind": "javascript-module",
906
+ "path": "src/accordion/accordion.template.ts",
907
+ "declarations": [
908
+ {
909
+ "kind": "function",
910
+ "name": "foundationAccordionTemplate",
911
+ "return": {
912
+ "type": {
913
+ "text": "ViewTemplate<Accordion>"
914
+ }
915
+ },
916
+ "parameters": [
917
+ {
918
+ "name": "context",
919
+ "type": {
920
+ "text": "ElementDefinitionContext"
921
+ }
922
+ },
923
+ {
924
+ "name": "definition",
925
+ "type": {
926
+ "text": "FoundationElementDefinition"
927
+ }
928
+ }
929
+ ]
930
+ }
931
+ ],
932
+ "exports": [
933
+ {
934
+ "kind": "js",
935
+ "name": "foundationAccordionTemplate",
936
+ "declaration": {
937
+ "name": "foundationAccordionTemplate",
938
+ "module": "src/accordion/accordion.template.ts"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "kind": "javascript-module",
945
+ "path": "src/accordion/accordion.ts",
946
+ "declarations": [
947
+ {
948
+ "kind": "class",
949
+ "description": "",
950
+ "name": "Accordion",
951
+ "superclass": {
952
+ "name": "FASTAccordion",
953
+ "package": "@microsoft/fast-foundation"
954
+ },
955
+ "tagName": "%%prefix%%-accordion",
956
+ "customElement": true
957
+ },
958
+ {
959
+ "kind": "variable",
960
+ "name": "foundationAccordionShadowOptions",
961
+ "type": {
962
+ "text": "ShadowRootInit"
963
+ },
964
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
965
+ },
966
+ {
967
+ "kind": "variable",
968
+ "name": "defaultAccordionConfig",
969
+ "type": {
970
+ "text": "object"
971
+ },
972
+ "default": "{}"
973
+ },
974
+ {
975
+ "kind": "variable",
976
+ "name": "foundationAccordion",
977
+ "description": "The Foundation Accordion",
978
+ "privacy": "public"
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "Accordion",
985
+ "declaration": {
986
+ "name": "Accordion",
987
+ "module": "src/accordion/accordion.ts"
988
+ }
989
+ },
990
+ {
991
+ "kind": "js",
992
+ "name": "foundationAccordionShadowOptions",
993
+ "declaration": {
994
+ "name": "foundationAccordionShadowOptions",
995
+ "module": "src/accordion/accordion.ts"
996
+ }
997
+ },
998
+ {
999
+ "kind": "js",
1000
+ "name": "defaultAccordionConfig",
1001
+ "declaration": {
1002
+ "name": "defaultAccordionConfig",
1003
+ "module": "src/accordion/accordion.ts"
1004
+ }
1005
+ },
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "foundationAccordion",
1009
+ "declaration": {
1010
+ "name": "foundationAccordion",
1011
+ "module": "src/accordion/accordion.ts"
1012
+ }
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "kind": "javascript-module",
1018
+ "path": "src/accordion/index.ts",
1019
+ "declarations": [],
1020
+ "exports": [
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "*",
1024
+ "declaration": {
1025
+ "name": "*",
1026
+ "package": "./accordion.template"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "*",
1032
+ "declaration": {
1033
+ "name": "*",
1034
+ "package": "./accordion.styles"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "*",
1040
+ "declaration": {
1041
+ "name": "*",
1042
+ "package": "./accordion"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/_config/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./styles"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./tokens"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./values"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
820
1078
  {
821
1079
  "kind": "javascript-module",
822
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1153,97 +1411,36 @@
1153
1411
  "name": "AccordionItem",
1154
1412
  "module": "src/accordion-item/accordion-item.ts"
1155
1413
  }
1156
- },
1157
- {
1158
- "kind": "js",
1159
- "name": "foundationAccordionItemShadowOptions",
1160
- "declaration": {
1161
- "name": "foundationAccordionItemShadowOptions",
1162
- "module": "src/accordion-item/accordion-item.ts"
1163
- }
1164
- },
1165
- {
1166
- "kind": "js",
1167
- "name": "defaultAccordionItemConfig",
1168
- "declaration": {
1169
- "name": "defaultAccordionItemConfig",
1170
- "module": "src/accordion-item/accordion-item.ts"
1171
- }
1172
- },
1173
- {
1174
- "kind": "js",
1175
- "name": "foundationAccordionItem",
1176
- "declaration": {
1177
- "name": "foundationAccordionItem",
1178
- "module": "src/accordion-item/accordion-item.ts"
1179
- }
1180
- }
1181
- ]
1182
- },
1183
- {
1184
- "kind": "javascript-module",
1185
- "path": "src/accordion-item/index.ts",
1186
- "declarations": [],
1187
- "exports": [
1188
- {
1189
- "kind": "js",
1190
- "name": "*",
1191
- "declaration": {
1192
- "name": "*",
1193
- "package": "./accordion-item.template"
1194
- }
1195
- },
1196
- {
1197
- "kind": "js",
1198
- "name": "*",
1199
- "declaration": {
1200
- "name": "*",
1201
- "package": "./accordion-item.styles"
1202
- }
1203
- },
1204
- {
1205
- "kind": "js",
1206
- "name": "*",
1207
- "declaration": {
1208
- "name": "*",
1209
- "package": "./accordion-item"
1210
- }
1211
- }
1212
- ]
1213
- },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/_common/icons.ts",
1217
- "declarations": [
1218
- {
1219
- "kind": "function",
1220
- "name": "closeIcon",
1221
- "parameters": [
1222
- {
1223
- "name": "slot",
1224
- "default": "'start'"
1225
- },
1226
- {
1227
- "name": "fill",
1228
- "default": "'#879ba6'"
1229
- }
1230
- ]
1231
- }
1232
- ],
1233
- "exports": [
1414
+ },
1234
1415
  {
1235
1416
  "kind": "js",
1236
- "name": "closeIcon",
1417
+ "name": "foundationAccordionItemShadowOptions",
1237
1418
  "declaration": {
1238
- "name": "closeIcon",
1239
- "module": "src/_common/icons.ts"
1419
+ "name": "foundationAccordionItemShadowOptions",
1420
+ "module": "src/accordion-item/accordion-item.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "defaultAccordionItemConfig",
1426
+ "declaration": {
1427
+ "name": "defaultAccordionItemConfig",
1428
+ "module": "src/accordion-item/accordion-item.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordionItem",
1434
+ "declaration": {
1435
+ "name": "foundationAccordionItem",
1436
+ "module": "src/accordion-item/accordion-item.ts"
1240
1437
  }
1241
1438
  }
1242
1439
  ]
1243
1440
  },
1244
1441
  {
1245
1442
  "kind": "javascript-module",
1246
- "path": "src/_common/index.ts",
1443
+ "path": "src/accordion-item/index.ts",
1247
1444
  "declarations": [],
1248
1445
  "exports": [
1249
1446
  {
@@ -1251,7 +1448,23 @@
1251
1448
  "name": "*",
1252
1449
  "declaration": {
1253
1450
  "name": "*",
1254
- "package": "./icons"
1451
+ "package": "./accordion-item.template"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion-item.styles"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion-item"
1255
1468
  }
1256
1469
  }
1257
1470
  ]
@@ -3925,219 +4138,6 @@
3925
4138
  }
3926
4139
  ]
3927
4140
  },
3928
- {
3929
- "kind": "javascript-module",
3930
- "path": "src/accordion/accordion.styles.ts",
3931
- "declarations": [
3932
- {
3933
- "kind": "function",
3934
- "name": "foundationAccordionStyles",
3935
- "return": {
3936
- "type": {
3937
- "text": "ElementStyles"
3938
- }
3939
- },
3940
- "parameters": [
3941
- {
3942
- "name": "context",
3943
- "type": {
3944
- "text": "ElementDefinitionContext"
3945
- }
3946
- },
3947
- {
3948
- "name": "definition",
3949
- "type": {
3950
- "text": "FoundationElementDefinition"
3951
- }
3952
- }
3953
- ]
3954
- }
3955
- ],
3956
- "exports": [
3957
- {
3958
- "kind": "js",
3959
- "name": "foundationAccordionStyles",
3960
- "declaration": {
3961
- "name": "foundationAccordionStyles",
3962
- "module": "src/accordion/accordion.styles.ts"
3963
- }
3964
- }
3965
- ]
3966
- },
3967
- {
3968
- "kind": "javascript-module",
3969
- "path": "src/accordion/accordion.template.ts",
3970
- "declarations": [
3971
- {
3972
- "kind": "function",
3973
- "name": "foundationAccordionTemplate",
3974
- "return": {
3975
- "type": {
3976
- "text": "ViewTemplate<Accordion>"
3977
- }
3978
- },
3979
- "parameters": [
3980
- {
3981
- "name": "context",
3982
- "type": {
3983
- "text": "ElementDefinitionContext"
3984
- }
3985
- },
3986
- {
3987
- "name": "definition",
3988
- "type": {
3989
- "text": "FoundationElementDefinition"
3990
- }
3991
- }
3992
- ]
3993
- }
3994
- ],
3995
- "exports": [
3996
- {
3997
- "kind": "js",
3998
- "name": "foundationAccordionTemplate",
3999
- "declaration": {
4000
- "name": "foundationAccordionTemplate",
4001
- "module": "src/accordion/accordion.template.ts"
4002
- }
4003
- }
4004
- ]
4005
- },
4006
- {
4007
- "kind": "javascript-module",
4008
- "path": "src/accordion/accordion.ts",
4009
- "declarations": [
4010
- {
4011
- "kind": "class",
4012
- "description": "",
4013
- "name": "Accordion",
4014
- "superclass": {
4015
- "name": "FASTAccordion",
4016
- "package": "@microsoft/fast-foundation"
4017
- },
4018
- "tagName": "%%prefix%%-accordion",
4019
- "customElement": true
4020
- },
4021
- {
4022
- "kind": "variable",
4023
- "name": "foundationAccordionShadowOptions",
4024
- "type": {
4025
- "text": "ShadowRootInit"
4026
- },
4027
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4028
- },
4029
- {
4030
- "kind": "variable",
4031
- "name": "defaultAccordionConfig",
4032
- "type": {
4033
- "text": "object"
4034
- },
4035
- "default": "{}"
4036
- },
4037
- {
4038
- "kind": "variable",
4039
- "name": "foundationAccordion",
4040
- "description": "The Foundation Accordion",
4041
- "privacy": "public"
4042
- }
4043
- ],
4044
- "exports": [
4045
- {
4046
- "kind": "js",
4047
- "name": "Accordion",
4048
- "declaration": {
4049
- "name": "Accordion",
4050
- "module": "src/accordion/accordion.ts"
4051
- }
4052
- },
4053
- {
4054
- "kind": "js",
4055
- "name": "foundationAccordionShadowOptions",
4056
- "declaration": {
4057
- "name": "foundationAccordionShadowOptions",
4058
- "module": "src/accordion/accordion.ts"
4059
- }
4060
- },
4061
- {
4062
- "kind": "js",
4063
- "name": "defaultAccordionConfig",
4064
- "declaration": {
4065
- "name": "defaultAccordionConfig",
4066
- "module": "src/accordion/accordion.ts"
4067
- }
4068
- },
4069
- {
4070
- "kind": "js",
4071
- "name": "foundationAccordion",
4072
- "declaration": {
4073
- "name": "foundationAccordion",
4074
- "module": "src/accordion/accordion.ts"
4075
- }
4076
- }
4077
- ]
4078
- },
4079
- {
4080
- "kind": "javascript-module",
4081
- "path": "src/accordion/index.ts",
4082
- "declarations": [],
4083
- "exports": [
4084
- {
4085
- "kind": "js",
4086
- "name": "*",
4087
- "declaration": {
4088
- "name": "*",
4089
- "package": "./accordion.template"
4090
- }
4091
- },
4092
- {
4093
- "kind": "js",
4094
- "name": "*",
4095
- "declaration": {
4096
- "name": "*",
4097
- "package": "./accordion.styles"
4098
- }
4099
- },
4100
- {
4101
- "kind": "js",
4102
- "name": "*",
4103
- "declaration": {
4104
- "name": "*",
4105
- "package": "./accordion"
4106
- }
4107
- }
4108
- ]
4109
- },
4110
- {
4111
- "kind": "javascript-module",
4112
- "path": "src/_config/index.ts",
4113
- "declarations": [],
4114
- "exports": [
4115
- {
4116
- "kind": "js",
4117
- "name": "*",
4118
- "declaration": {
4119
- "name": "*",
4120
- "package": "./styles"
4121
- }
4122
- },
4123
- {
4124
- "kind": "js",
4125
- "name": "*",
4126
- "declaration": {
4127
- "name": "*",
4128
- "package": "./tokens"
4129
- }
4130
- },
4131
- {
4132
- "kind": "js",
4133
- "name": "*",
4134
- "declaration": {
4135
- "name": "*",
4136
- "package": "./values"
4137
- }
4138
- }
4139
- ]
4140
- },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "path": "src/avatar/avatar.styles.ts",
@@ -18,6 +18,12 @@ export type FoundationRouteNavItem = {
18
18
  * Defaults to 'header'.
19
19
  */
20
20
  navId?: string;
21
+ /**
22
+ * @remarks
23
+ * Allows nav items to appear conditionally based on the permissions held by the current user.
24
+ * @beta
25
+ */
26
+ permission?: string;
21
27
  /**
22
28
  * @remarks
23
29
  * Lower numbers move items earlier in navs. If not explicitly assigned, this value defaults to the route mapping
@@ -1 +1 @@
1
- {"version":3,"file":"navItems.d.ts","sourceRoot":"","sources":["../../../src/router/navItems.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,QAAQ,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,SAAS,CAAC;KACrB,CAAC;IACF;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,sBAAsB,KAAK,OAAO,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,gBACE,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,4BAA4B,KAAK,CAAC;AAE/C;;;GAGG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,eAAe,EAAE,EACzB,SAAS,mBAA0B,EACnC,qBAAqB,SAA+B,GACnD,sBAAsB,EAAE,CA8B1B"}
1
+ {"version":3,"file":"navItems.d.ts","sourceRoot":"","sources":["../../../src/router/navItems.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE;QACL,IAAI,EAAE,QAAQ,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,SAAS,CAAC;KACrB,CAAC;IACF;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,sBAAsB,KAAK,OAAO,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,gBACE,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,4BAA4B,KAAK,CAAC;AAE/C;;;GAGG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,eAAe,EAAE,EACzB,SAAS,mBAA0B,EACnC,qBAAqB,SAA+B,GACnD,sBAAsB,EAAE,CA8B1B"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.186.1",
4
+ "version": "14.187.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -82,13 +82,13 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.186.1",
86
- "@genesislcap/genx": "14.186.1",
87
- "@genesislcap/rollup-builder": "14.186.1",
88
- "@genesislcap/ts-builder": "14.186.1",
89
- "@genesislcap/uvu-playwright-builder": "14.186.1",
90
- "@genesislcap/vite-builder": "14.186.1",
91
- "@genesislcap/webpack-builder": "14.186.1",
85
+ "@genesislcap/foundation-testing": "14.187.0",
86
+ "@genesislcap/genx": "14.187.0",
87
+ "@genesislcap/rollup-builder": "14.187.0",
88
+ "@genesislcap/ts-builder": "14.187.0",
89
+ "@genesislcap/uvu-playwright-builder": "14.187.0",
90
+ "@genesislcap/vite-builder": "14.187.0",
91
+ "@genesislcap/webpack-builder": "14.187.0",
92
92
  "copyfiles": "^2.4.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "rxjs": "^7.5.4"
@@ -99,13 +99,13 @@
99
99
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
100
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
101
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.186.1",
103
- "@genesislcap/foundation-criteria": "14.186.1",
104
- "@genesislcap/foundation-errors": "14.186.1",
105
- "@genesislcap/foundation-logger": "14.186.1",
106
- "@genesislcap/foundation-notifications": "14.186.1",
107
- "@genesislcap/foundation-user": "14.186.1",
108
- "@genesislcap/foundation-utils": "14.186.1",
102
+ "@genesislcap/foundation-comms": "14.187.0",
103
+ "@genesislcap/foundation-criteria": "14.187.0",
104
+ "@genesislcap/foundation-errors": "14.187.0",
105
+ "@genesislcap/foundation-logger": "14.187.0",
106
+ "@genesislcap/foundation-notifications": "14.187.0",
107
+ "@genesislcap/foundation-user": "14.187.0",
108
+ "@genesislcap/foundation-utils": "14.187.0",
109
109
  "@microsoft/fast-colors": "^5.3.1",
110
110
  "@microsoft/fast-components": "^2.30.6",
111
111
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +127,5 @@
127
127
  "access": "public"
128
128
  },
129
129
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "d08325d1640fd14e5c6ecb86d75612c90ac49ef9"
130
+ "gitHead": "a1fbc41e29012ff3bc2c28616ef3908de7e626fe"
131
131
  }