@genesislcap/foundation-ui 14.233.0 → 14.233.2-alpha-eddf1a1.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.
@@ -895,6 +895,188 @@
895
895
  }
896
896
  ]
897
897
  },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/accordion/accordion.styles.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "foundationAccordionStyles",
905
+ "return": {
906
+ "type": {
907
+ "text": "ElementStyles"
908
+ }
909
+ },
910
+ "parameters": [
911
+ {
912
+ "name": "context",
913
+ "type": {
914
+ "text": "ElementDefinitionContext"
915
+ }
916
+ },
917
+ {
918
+ "name": "definition",
919
+ "type": {
920
+ "text": "FoundationElementDefinition"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "foundationAccordionStyles",
930
+ "declaration": {
931
+ "name": "foundationAccordionStyles",
932
+ "module": "src/accordion/accordion.styles.ts"
933
+ }
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/accordion/accordion.template.ts",
940
+ "declarations": [
941
+ {
942
+ "kind": "function",
943
+ "name": "foundationAccordionTemplate",
944
+ "return": {
945
+ "type": {
946
+ "text": "ViewTemplate<Accordion>"
947
+ }
948
+ },
949
+ "parameters": [
950
+ {
951
+ "name": "context",
952
+ "type": {
953
+ "text": "ElementDefinitionContext"
954
+ }
955
+ },
956
+ {
957
+ "name": "definition",
958
+ "type": {
959
+ "text": "FoundationElementDefinition"
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ ],
965
+ "exports": [
966
+ {
967
+ "kind": "js",
968
+ "name": "foundationAccordionTemplate",
969
+ "declaration": {
970
+ "name": "foundationAccordionTemplate",
971
+ "module": "src/accordion/accordion.template.ts"
972
+ }
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "kind": "javascript-module",
978
+ "path": "src/accordion/accordion.ts",
979
+ "declarations": [
980
+ {
981
+ "kind": "class",
982
+ "description": "",
983
+ "name": "Accordion",
984
+ "superclass": {
985
+ "name": "FASTAccordion",
986
+ "package": "@microsoft/fast-foundation"
987
+ },
988
+ "tagName": "%%prefix%%-accordion",
989
+ "customElement": true
990
+ },
991
+ {
992
+ "kind": "variable",
993
+ "name": "foundationAccordionShadowOptions",
994
+ "type": {
995
+ "text": "ShadowRootInit"
996
+ },
997
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
+ },
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "defaultAccordionConfig",
1002
+ "type": {
1003
+ "text": "object"
1004
+ },
1005
+ "default": "{}"
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordion",
1010
+ "description": "The Foundation Accordion",
1011
+ "privacy": "public"
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "Accordion",
1018
+ "declaration": {
1019
+ "name": "Accordion",
1020
+ "module": "src/accordion/accordion.ts"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "declaration": {
1027
+ "name": "foundationAccordionShadowOptions",
1028
+ "module": "src/accordion/accordion.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "defaultAccordionConfig",
1034
+ "declaration": {
1035
+ "name": "defaultAccordionConfig",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordion",
1042
+ "declaration": {
1043
+ "name": "foundationAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion.template"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
898
1080
  {
899
1081
  "kind": "javascript-module",
900
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1289,188 +1471,6 @@
1289
1471
  }
1290
1472
  ]
1291
1473
  },
1292
- {
1293
- "kind": "javascript-module",
1294
- "path": "src/accordion/accordion.styles.ts",
1295
- "declarations": [
1296
- {
1297
- "kind": "function",
1298
- "name": "foundationAccordionStyles",
1299
- "return": {
1300
- "type": {
1301
- "text": "ElementStyles"
1302
- }
1303
- },
1304
- "parameters": [
1305
- {
1306
- "name": "context",
1307
- "type": {
1308
- "text": "ElementDefinitionContext"
1309
- }
1310
- },
1311
- {
1312
- "name": "definition",
1313
- "type": {
1314
- "text": "FoundationElementDefinition"
1315
- }
1316
- }
1317
- ]
1318
- }
1319
- ],
1320
- "exports": [
1321
- {
1322
- "kind": "js",
1323
- "name": "foundationAccordionStyles",
1324
- "declaration": {
1325
- "name": "foundationAccordionStyles",
1326
- "module": "src/accordion/accordion.styles.ts"
1327
- }
1328
- }
1329
- ]
1330
- },
1331
- {
1332
- "kind": "javascript-module",
1333
- "path": "src/accordion/accordion.template.ts",
1334
- "declarations": [
1335
- {
1336
- "kind": "function",
1337
- "name": "foundationAccordionTemplate",
1338
- "return": {
1339
- "type": {
1340
- "text": "ViewTemplate<Accordion>"
1341
- }
1342
- },
1343
- "parameters": [
1344
- {
1345
- "name": "context",
1346
- "type": {
1347
- "text": "ElementDefinitionContext"
1348
- }
1349
- },
1350
- {
1351
- "name": "definition",
1352
- "type": {
1353
- "text": "FoundationElementDefinition"
1354
- }
1355
- }
1356
- ]
1357
- }
1358
- ],
1359
- "exports": [
1360
- {
1361
- "kind": "js",
1362
- "name": "foundationAccordionTemplate",
1363
- "declaration": {
1364
- "name": "foundationAccordionTemplate",
1365
- "module": "src/accordion/accordion.template.ts"
1366
- }
1367
- }
1368
- ]
1369
- },
1370
- {
1371
- "kind": "javascript-module",
1372
- "path": "src/accordion/accordion.ts",
1373
- "declarations": [
1374
- {
1375
- "kind": "class",
1376
- "description": "",
1377
- "name": "Accordion",
1378
- "superclass": {
1379
- "name": "FASTAccordion",
1380
- "package": "@microsoft/fast-foundation"
1381
- },
1382
- "tagName": "%%prefix%%-accordion",
1383
- "customElement": true
1384
- },
1385
- {
1386
- "kind": "variable",
1387
- "name": "foundationAccordionShadowOptions",
1388
- "type": {
1389
- "text": "ShadowRootInit"
1390
- },
1391
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1392
- },
1393
- {
1394
- "kind": "variable",
1395
- "name": "defaultAccordionConfig",
1396
- "type": {
1397
- "text": "object"
1398
- },
1399
- "default": "{}"
1400
- },
1401
- {
1402
- "kind": "variable",
1403
- "name": "foundationAccordion",
1404
- "description": "The Foundation Accordion",
1405
- "privacy": "public"
1406
- }
1407
- ],
1408
- "exports": [
1409
- {
1410
- "kind": "js",
1411
- "name": "Accordion",
1412
- "declaration": {
1413
- "name": "Accordion",
1414
- "module": "src/accordion/accordion.ts"
1415
- }
1416
- },
1417
- {
1418
- "kind": "js",
1419
- "name": "foundationAccordionShadowOptions",
1420
- "declaration": {
1421
- "name": "foundationAccordionShadowOptions",
1422
- "module": "src/accordion/accordion.ts"
1423
- }
1424
- },
1425
- {
1426
- "kind": "js",
1427
- "name": "defaultAccordionConfig",
1428
- "declaration": {
1429
- "name": "defaultAccordionConfig",
1430
- "module": "src/accordion/accordion.ts"
1431
- }
1432
- },
1433
- {
1434
- "kind": "js",
1435
- "name": "foundationAccordion",
1436
- "declaration": {
1437
- "name": "foundationAccordion",
1438
- "module": "src/accordion/accordion.ts"
1439
- }
1440
- }
1441
- ]
1442
- },
1443
- {
1444
- "kind": "javascript-module",
1445
- "path": "src/accordion/index.ts",
1446
- "declarations": [],
1447
- "exports": [
1448
- {
1449
- "kind": "js",
1450
- "name": "*",
1451
- "declaration": {
1452
- "name": "*",
1453
- "package": "./accordion.template"
1454
- }
1455
- },
1456
- {
1457
- "kind": "js",
1458
- "name": "*",
1459
- "declaration": {
1460
- "name": "*",
1461
- "package": "./accordion.styles"
1462
- }
1463
- },
1464
- {
1465
- "kind": "js",
1466
- "name": "*",
1467
- "declaration": {
1468
- "name": "*",
1469
- "package": "./accordion"
1470
- }
1471
- }
1472
- ]
1473
- },
1474
1474
  {
1475
1475
  "kind": "javascript-module",
1476
1476
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -106,7 +106,7 @@ export class FoundationRouterConfiguration extends RouterConfiguration {
106
106
  });
107
107
  return __awaiter(this, void 0, void 0, function* () {
108
108
  const path = yield _super.generateRouteFromName.call(this, name, params);
109
- return this.generateNavigationPath(path);
109
+ return path ? this.generateNavigationPath(path) : null;
110
110
  });
111
111
  }
112
112
  navigateTo(config) {
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.233.0",
4
+ "version": "14.233.2-alpha-eddf1a1.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.233.0",
87
- "@genesislcap/genx": "14.233.0",
88
- "@genesislcap/rollup-builder": "14.233.0",
89
- "@genesislcap/ts-builder": "14.233.0",
90
- "@genesislcap/uvu-playwright-builder": "14.233.0",
91
- "@genesislcap/vite-builder": "14.233.0",
92
- "@genesislcap/webpack-builder": "14.233.0",
86
+ "@genesislcap/foundation-testing": "14.233.2-alpha-eddf1a1.0",
87
+ "@genesislcap/genx": "14.233.2-alpha-eddf1a1.0",
88
+ "@genesislcap/rollup-builder": "14.233.2-alpha-eddf1a1.0",
89
+ "@genesislcap/ts-builder": "14.233.2-alpha-eddf1a1.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.233.2-alpha-eddf1a1.0",
91
+ "@genesislcap/vite-builder": "14.233.2-alpha-eddf1a1.0",
92
+ "@genesislcap/webpack-builder": "14.233.2-alpha-eddf1a1.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.233.0",
104
- "@genesislcap/foundation-criteria": "14.233.0",
105
- "@genesislcap/foundation-errors": "14.233.0",
106
- "@genesislcap/foundation-logger": "14.233.0",
107
- "@genesislcap/foundation-notifications": "14.233.0",
108
- "@genesislcap/foundation-user": "14.233.0",
109
- "@genesislcap/foundation-utils": "14.233.0",
103
+ "@genesislcap/foundation-comms": "14.233.2-alpha-eddf1a1.0",
104
+ "@genesislcap/foundation-criteria": "14.233.2-alpha-eddf1a1.0",
105
+ "@genesislcap/foundation-errors": "14.233.2-alpha-eddf1a1.0",
106
+ "@genesislcap/foundation-logger": "14.233.2-alpha-eddf1a1.0",
107
+ "@genesislcap/foundation-notifications": "14.233.2-alpha-eddf1a1.0",
108
+ "@genesislcap/foundation-user": "14.233.2-alpha-eddf1a1.0",
109
+ "@genesislcap/foundation-utils": "14.233.2-alpha-eddf1a1.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "75bb6ef14a2e732337af5e0498ebf6ce2a1aa980"
131
+ "gitHead": "2164f177418232818933668d0637e6d4ceae99ad"
132
132
  }