@genesislcap/foundation-ui 14.215.1 → 14.216.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.
@@ -862,188 +862,6 @@
862
862
  }
863
863
  ]
864
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
865
  {
1048
866
  "kind": "javascript-module",
1049
867
  "path": "src/_config/index.ts",
@@ -1469,6 +1287,188 @@
1469
1287
  }
1470
1288
  ]
1471
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/accordion/accordion.styles.ts",
1293
+ "declarations": [
1294
+ {
1295
+ "kind": "function",
1296
+ "name": "foundationAccordionStyles",
1297
+ "return": {
1298
+ "type": {
1299
+ "text": "ElementStyles"
1300
+ }
1301
+ },
1302
+ "parameters": [
1303
+ {
1304
+ "name": "context",
1305
+ "type": {
1306
+ "text": "ElementDefinitionContext"
1307
+ }
1308
+ },
1309
+ {
1310
+ "name": "definition",
1311
+ "type": {
1312
+ "text": "FoundationElementDefinition"
1313
+ }
1314
+ }
1315
+ ]
1316
+ }
1317
+ ],
1318
+ "exports": [
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "foundationAccordionStyles",
1322
+ "declaration": {
1323
+ "name": "foundationAccordionStyles",
1324
+ "module": "src/accordion/accordion.styles.ts"
1325
+ }
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "kind": "javascript-module",
1331
+ "path": "src/accordion/accordion.template.ts",
1332
+ "declarations": [
1333
+ {
1334
+ "kind": "function",
1335
+ "name": "foundationAccordionTemplate",
1336
+ "return": {
1337
+ "type": {
1338
+ "text": "ViewTemplate<Accordion>"
1339
+ }
1340
+ },
1341
+ "parameters": [
1342
+ {
1343
+ "name": "context",
1344
+ "type": {
1345
+ "text": "ElementDefinitionContext"
1346
+ }
1347
+ },
1348
+ {
1349
+ "name": "definition",
1350
+ "type": {
1351
+ "text": "FoundationElementDefinition"
1352
+ }
1353
+ }
1354
+ ]
1355
+ }
1356
+ ],
1357
+ "exports": [
1358
+ {
1359
+ "kind": "js",
1360
+ "name": "foundationAccordionTemplate",
1361
+ "declaration": {
1362
+ "name": "foundationAccordionTemplate",
1363
+ "module": "src/accordion/accordion.template.ts"
1364
+ }
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "kind": "javascript-module",
1370
+ "path": "src/accordion/accordion.ts",
1371
+ "declarations": [
1372
+ {
1373
+ "kind": "class",
1374
+ "description": "",
1375
+ "name": "Accordion",
1376
+ "superclass": {
1377
+ "name": "FASTAccordion",
1378
+ "package": "@microsoft/fast-foundation"
1379
+ },
1380
+ "tagName": "%%prefix%%-accordion",
1381
+ "customElement": true
1382
+ },
1383
+ {
1384
+ "kind": "variable",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "type": {
1387
+ "text": "ShadowRootInit"
1388
+ },
1389
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
+ },
1391
+ {
1392
+ "kind": "variable",
1393
+ "name": "defaultAccordionConfig",
1394
+ "type": {
1395
+ "text": "object"
1396
+ },
1397
+ "default": "{}"
1398
+ },
1399
+ {
1400
+ "kind": "variable",
1401
+ "name": "foundationAccordion",
1402
+ "description": "The Foundation Accordion",
1403
+ "privacy": "public"
1404
+ }
1405
+ ],
1406
+ "exports": [
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "Accordion",
1410
+ "declaration": {
1411
+ "name": "Accordion",
1412
+ "module": "src/accordion/accordion.ts"
1413
+ }
1414
+ },
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "foundationAccordionShadowOptions",
1418
+ "declaration": {
1419
+ "name": "foundationAccordionShadowOptions",
1420
+ "module": "src/accordion/accordion.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "defaultAccordionConfig",
1426
+ "declaration": {
1427
+ "name": "defaultAccordionConfig",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordion",
1434
+ "declaration": {
1435
+ "name": "foundationAccordion",
1436
+ "module": "src/accordion/accordion.ts"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "src/accordion/index.ts",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./accordion.template"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion.styles"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1472
1472
  {
1473
1473
  "kind": "javascript-module",
1474
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -34876,7 +34876,7 @@
34876
34876
  "type": {
34877
34877
  "text": "ElementStyles"
34878
34878
  },
34879
- "default": "css`\n :host {\n display: flex;\n height: 100%;\n width: 100%;\n }\n\n :host([orientation='horizontal']) {\n flex-direction: column;\n }\n\n .stepper-tab {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n max-width: 280px;\n border-radius: 0;\n }\n\n .action-buttons-container {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n }\n\n .stepper-panel-container {\n height: 100%;\n overflow: hidden;\n padding: 15px;\n }\n\n .stepper-tab-menu {\n display: flex;\n flex-direction: column;\n width: 100%;\n margin-bottom: 30px;\n }\n\n .stepper-tab-progress {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: start;\n flex: 1;\n }\n\n .stepper-tab-progress .progress-ring {\n --design-unit: 10;\n\n margin: 0;\n }\n\n .stepper-tab-panel {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n min-width: 370px;\n border-radius: 0;\n }\n\n label {\n padding: 0 10px;\n color: rgb(135 155 166);\n display: block;\n cursor: pointer;\n text-align: center;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n :host([orientation='horizontal']) .stepper-tab-menu {\n height: 100%;\n flex-direction: row;\n margin-bottom: 0;\n align-items: center;\n justify-content: center;\n }\n\n :host([orientation='horizontal']) .stepper-tab {\n max-width: 100%;\n max-height: 70px;\n }\n`"
34879
+ "default": "css`\n :host {\n display: flex;\n height: 100%;\n width: 100%;\n }\n\n :host([orientation='horizontal']) {\n flex-direction: column;\n }\n\n .stepper-tab {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n max-width: 280px;\n border-radius: 0;\n }\n\n .action-buttons-container {\n width: 100%;\n display: flex;\n justify-content: flex-end;\n }\n\n .stepper-panel-container {\n height: 100%;\n overflow: hidden;\n padding: 15px;\n }\n\n .stepper-tab-menu {\n display: flex;\n flex-direction: column;\n width: 100%;\n margin-bottom: 30px;\n }\n\n .stepper-tab-progress {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: start;\n flex: 1;\n }\n\n .stepper-tab-progress .progress-ring {\n --design-unit: 10;\n\n margin: 0;\n }\n\n .stepper-tab-panel {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n width: 100%;\n min-width: 370px;\n border-radius: 0;\n }\n\n label {\n padding: 0 10px;\n color: rgb(135 155 166);\n display: block;\n cursor: pointer;\n text-align: center;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n :host([orientation='horizontal']) .stepper-tab-menu {\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n align-items: center;\n justify-content: center;\n gap: calc(var(--design-unit) * 4px);\n padding: 0 calc(var(--design-unit) * 4px);\n }\n\n :host([orientation='horizontal']) .stepper-tab {\n max-width: 100%;\n max-height: 70px;\n height: 70px;\n }\n`"
34880
34880
  }
34881
34881
  ],
34882
34882
  "exports": [
@@ -1 +1 @@
1
- {"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,uBAAuB,EAAE,aAsFrC,CAAC"}
1
+ {"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper/stepper.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,uBAAuB,EAAE,aA2FrC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stepper-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,0BAA0B,YAC5B,wBAAwB,cACrB,2BAA2B,KACtC,aAiFF,CAAC"}
1
+ {"version":3,"file":"stepper-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,0BAA0B,YAC5B,wBAAwB,cACrB,2BAA2B,KACtC,aA8GF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,eAAO,MAAM,qBAAqB,WAAY,MAAM,oEAqDnD,CAAC;AAEF,eAAO,MAAM,4BAA4B,iEAExC,CAAC"}
1
+ {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEhD,eAAO,MAAM,qBAAqB,WAAY,MAAM,oEAwDnD,CAAC;AAEF,eAAO,MAAM,4BAA4B,iEAExC,CAAC"}
@@ -75,14 +75,19 @@ export const foundationStepperStyles = css `
75
75
 
76
76
  :host([orientation='horizontal']) .stepper-tab-menu {
77
77
  height: 100%;
78
+ width: 100%;
79
+ display: flex;
78
80
  flex-direction: row;
79
81
  margin-bottom: 0;
80
82
  align-items: center;
81
83
  justify-content: center;
84
+ gap: calc(var(--design-unit) * 4px);
85
+ padding: 0 calc(var(--design-unit) * 4px);
82
86
  }
83
87
 
84
88
  :host([orientation='horizontal']) .stepper-tab {
85
89
  max-width: 100%;
86
90
  max-height: 70px;
91
+ height: 70px;
87
92
  }
88
93
  `;
@@ -35,49 +35,78 @@ export const foundationStepperTabStyles = (context, definition) => css `
35
35
  margin: 0 5px 0 0;
36
36
  width: 24px;
37
37
  height: 24px;
38
- font-size: 12px;
38
+ font-size: var(--type-ramp-minus-1-font-size);
39
+ font-weight: 500;
39
40
  color: var(--focus-stroke-outer);
40
41
  background-color: var(--neutral-fill-input-rest);
41
42
  border-radius: 50%;
42
- border: 1px solid var(--neutral-fill-input-rest);
43
+ border: calc(var(--stroke-width) * 1px) solid var(--neutral-fill-input-rest);
43
44
  }
44
45
 
45
46
  .step-number-container {
46
47
  display: flex;
47
48
  flex-direction: row;
48
49
  align-items: center;
50
+ justify-content: center;
51
+ width: 75%;
49
52
  }
50
53
 
51
54
  .angle-icon {
52
55
  color: var(--neutral-fill-input-rest);
53
- margin: 0 15px;
56
+ margin: 0 calc(var(--design-unit) * 4px);
54
57
  }
55
58
 
56
59
  .step-title {
57
- font-size: 14px;
60
+ font-size: var(--type-ramp-base-font-size);
58
61
  color: var(--focus-stroke-outer);
62
+ font-weight: 600;
59
63
  }
60
64
 
61
65
  :host([completed]) .step-number {
62
66
  border-color: #69cd70;
63
- color: #69cd70;
67
+ color: white;
68
+ background-color: #69cd70;
64
69
  }
65
70
 
66
- :host([completed]) .step-title,
67
- :host([completed]) .angle-icon {
71
+ :host([completed]) .step-title {
68
72
  color: #69cd70;
69
73
  }
70
74
 
71
75
  :host([error]) .step-number {
72
76
  border-color: #f14376;
73
- color: #f14376;
77
+ color: white;
78
+ background-color: #f14376;
74
79
  }
75
80
 
76
81
  :host([error]) .step-title {
77
82
  color: #f14376;
78
83
  }
79
84
 
85
+ :host([orientation='horizontal']) {
86
+ flex: 1 1 0;
87
+ height: 100%;
88
+ }
89
+
80
90
  .cursor-pointer {
81
91
  cursor: pointer;
82
92
  }
93
+
94
+ .step-container {
95
+ position: relative;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: space-between;
99
+ height: 100%;
100
+ }
101
+
102
+ .step-container.selected::after {
103
+ content: '';
104
+ position: absolute;
105
+ bottom: 0;
106
+ left: calc(var(--design-unit) * -3px); /* This matches the left padding */
107
+ right: 28px; /* This matches the icon width + right margin */
108
+ height: 2px;
109
+ width: calc(100% - 28px);
110
+ background-color: var(--accent-fill-rest); /* Choose a color */
111
+ }
83
112
  `;
@@ -27,12 +27,14 @@ export const getPrefixedStepperTab = (prefix) => html `
27
27
  <slot></slot>
28
28
  </${prefix}-tree-item>
29
29
  `, html `
30
- <div
31
- class=${(x) => classNames('step-number-container', ['cursor-pointer', x.showCursorPointer])}
32
- @click="${(x) => x.$emit('tab-clicked', x.tabPosition - 1)}"
33
- >
34
- <span class="step-number">${(x) => x.tabPosition}</span>
35
- <slot class="step-title"></slot>
30
+ <div class=${(x) => classNames('step-container', ['selected', x.selected])}>
31
+ <div
32
+ class=${(x) => classNames('step-number-container', ['cursor-pointer', x.showCursorPointer])}
33
+ @click="${(x) => x.$emit('tab-clicked', x.tabPosition - 1)}"
34
+ >
35
+ <span class="step-number">${(x) => x.tabPosition}</span>
36
+ <slot class="step-title"></slot>
37
+ </div>
36
38
  ${when((x) => !x.isLast, html `
37
39
  <${prefix}-icon
38
40
  class="stepper-icon angle-icon"
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.215.1",
4
+ "version": "14.216.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.215.1",
87
- "@genesislcap/genx": "14.215.1",
88
- "@genesislcap/rollup-builder": "14.215.1",
89
- "@genesislcap/ts-builder": "14.215.1",
90
- "@genesislcap/uvu-playwright-builder": "14.215.1",
91
- "@genesislcap/vite-builder": "14.215.1",
92
- "@genesislcap/webpack-builder": "14.215.1",
86
+ "@genesislcap/foundation-testing": "14.216.0",
87
+ "@genesislcap/genx": "14.216.0",
88
+ "@genesislcap/rollup-builder": "14.216.0",
89
+ "@genesislcap/ts-builder": "14.216.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.216.0",
91
+ "@genesislcap/vite-builder": "14.216.0",
92
+ "@genesislcap/webpack-builder": "14.216.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/foundation-comms": "14.215.1",
104
- "@genesislcap/foundation-criteria": "14.215.1",
105
- "@genesislcap/foundation-errors": "14.215.1",
106
- "@genesislcap/foundation-logger": "14.215.1",
107
- "@genesislcap/foundation-notifications": "14.215.1",
108
- "@genesislcap/foundation-user": "14.215.1",
109
- "@genesislcap/foundation-utils": "14.215.1",
103
+ "@genesislcap/foundation-comms": "14.216.0",
104
+ "@genesislcap/foundation-criteria": "14.216.0",
105
+ "@genesislcap/foundation-errors": "14.216.0",
106
+ "@genesislcap/foundation-logger": "14.216.0",
107
+ "@genesislcap/foundation-notifications": "14.216.0",
108
+ "@genesislcap/foundation-user": "14.216.0",
109
+ "@genesislcap/foundation-utils": "14.216.0",
110
110
  "@microsoft/fast-colors": "^5.3.1",
111
111
  "@microsoft/fast-components": "^2.30.6",
112
112
  "@microsoft/fast-element": "^1.12.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "f7a58325bc859e6ce441c7df636009d16baca008"
131
+ "gitHead": "b376558560c01c275ea32ac90429521839776d02"
132
132
  }