@genesislcap/foundation-ui 14.233.1 → 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.
@@ -864,6 +864,219 @@
864
864
  }
865
865
  ]
866
866
  },
867
+ {
868
+ "kind": "javascript-module",
869
+ "path": "src/_config/index.ts",
870
+ "declarations": [],
871
+ "exports": [
872
+ {
873
+ "kind": "js",
874
+ "name": "*",
875
+ "declaration": {
876
+ "name": "*",
877
+ "package": "./styles"
878
+ }
879
+ },
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./tokens"
886
+ }
887
+ },
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./values"
894
+ }
895
+ }
896
+ ]
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
+ },
867
1080
  {
868
1081
  "kind": "javascript-module",
869
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1258,37 +1471,6 @@
1258
1471
  }
1259
1472
  ]
1260
1473
  },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/_config/index.ts",
1264
- "declarations": [],
1265
- "exports": [
1266
- {
1267
- "kind": "js",
1268
- "name": "*",
1269
- "declaration": {
1270
- "name": "*",
1271
- "package": "./styles"
1272
- }
1273
- },
1274
- {
1275
- "kind": "js",
1276
- "name": "*",
1277
- "declaration": {
1278
- "name": "*",
1279
- "package": "./tokens"
1280
- }
1281
- },
1282
- {
1283
- "kind": "js",
1284
- "name": "*",
1285
- "declaration": {
1286
- "name": "*",
1287
- "package": "./values"
1288
- }
1289
- }
1290
- ]
1291
- },
1292
1474
  {
1293
1475
  "kind": "javascript-module",
1294
1476
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1848,188 +2030,6 @@
1848
2030
  }
1849
2031
  ]
1850
2032
  },
1851
- {
1852
- "kind": "javascript-module",
1853
- "path": "src/accordion/accordion.styles.ts",
1854
- "declarations": [
1855
- {
1856
- "kind": "function",
1857
- "name": "foundationAccordionStyles",
1858
- "return": {
1859
- "type": {
1860
- "text": "ElementStyles"
1861
- }
1862
- },
1863
- "parameters": [
1864
- {
1865
- "name": "context",
1866
- "type": {
1867
- "text": "ElementDefinitionContext"
1868
- }
1869
- },
1870
- {
1871
- "name": "definition",
1872
- "type": {
1873
- "text": "FoundationElementDefinition"
1874
- }
1875
- }
1876
- ]
1877
- }
1878
- ],
1879
- "exports": [
1880
- {
1881
- "kind": "js",
1882
- "name": "foundationAccordionStyles",
1883
- "declaration": {
1884
- "name": "foundationAccordionStyles",
1885
- "module": "src/accordion/accordion.styles.ts"
1886
- }
1887
- }
1888
- ]
1889
- },
1890
- {
1891
- "kind": "javascript-module",
1892
- "path": "src/accordion/accordion.template.ts",
1893
- "declarations": [
1894
- {
1895
- "kind": "function",
1896
- "name": "foundationAccordionTemplate",
1897
- "return": {
1898
- "type": {
1899
- "text": "ViewTemplate<Accordion>"
1900
- }
1901
- },
1902
- "parameters": [
1903
- {
1904
- "name": "context",
1905
- "type": {
1906
- "text": "ElementDefinitionContext"
1907
- }
1908
- },
1909
- {
1910
- "name": "definition",
1911
- "type": {
1912
- "text": "FoundationElementDefinition"
1913
- }
1914
- }
1915
- ]
1916
- }
1917
- ],
1918
- "exports": [
1919
- {
1920
- "kind": "js",
1921
- "name": "foundationAccordionTemplate",
1922
- "declaration": {
1923
- "name": "foundationAccordionTemplate",
1924
- "module": "src/accordion/accordion.template.ts"
1925
- }
1926
- }
1927
- ]
1928
- },
1929
- {
1930
- "kind": "javascript-module",
1931
- "path": "src/accordion/accordion.ts",
1932
- "declarations": [
1933
- {
1934
- "kind": "class",
1935
- "description": "",
1936
- "name": "Accordion",
1937
- "superclass": {
1938
- "name": "FASTAccordion",
1939
- "package": "@microsoft/fast-foundation"
1940
- },
1941
- "tagName": "%%prefix%%-accordion",
1942
- "customElement": true
1943
- },
1944
- {
1945
- "kind": "variable",
1946
- "name": "foundationAccordionShadowOptions",
1947
- "type": {
1948
- "text": "ShadowRootInit"
1949
- },
1950
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1951
- },
1952
- {
1953
- "kind": "variable",
1954
- "name": "defaultAccordionConfig",
1955
- "type": {
1956
- "text": "object"
1957
- },
1958
- "default": "{}"
1959
- },
1960
- {
1961
- "kind": "variable",
1962
- "name": "foundationAccordion",
1963
- "description": "The Foundation Accordion",
1964
- "privacy": "public"
1965
- }
1966
- ],
1967
- "exports": [
1968
- {
1969
- "kind": "js",
1970
- "name": "Accordion",
1971
- "declaration": {
1972
- "name": "Accordion",
1973
- "module": "src/accordion/accordion.ts"
1974
- }
1975
- },
1976
- {
1977
- "kind": "js",
1978
- "name": "foundationAccordionShadowOptions",
1979
- "declaration": {
1980
- "name": "foundationAccordionShadowOptions",
1981
- "module": "src/accordion/accordion.ts"
1982
- }
1983
- },
1984
- {
1985
- "kind": "js",
1986
- "name": "defaultAccordionConfig",
1987
- "declaration": {
1988
- "name": "defaultAccordionConfig",
1989
- "module": "src/accordion/accordion.ts"
1990
- }
1991
- },
1992
- {
1993
- "kind": "js",
1994
- "name": "foundationAccordion",
1995
- "declaration": {
1996
- "name": "foundationAccordion",
1997
- "module": "src/accordion/accordion.ts"
1998
- }
1999
- }
2000
- ]
2001
- },
2002
- {
2003
- "kind": "javascript-module",
2004
- "path": "src/accordion/index.ts",
2005
- "declarations": [],
2006
- "exports": [
2007
- {
2008
- "kind": "js",
2009
- "name": "*",
2010
- "declaration": {
2011
- "name": "*",
2012
- "package": "./accordion.template"
2013
- }
2014
- },
2015
- {
2016
- "kind": "js",
2017
- "name": "*",
2018
- "declaration": {
2019
- "name": "*",
2020
- "package": "./accordion.styles"
2021
- }
2022
- },
2023
- {
2024
- "kind": "js",
2025
- "name": "*",
2026
- "declaration": {
2027
- "name": "*",
2028
- "package": "./accordion"
2029
- }
2030
- }
2031
- ]
2032
- },
2033
2033
  {
2034
2034
  "kind": "javascript-module",
2035
2035
  "path": "src/anchor/anchor.styles.ts",
@@ -27828,6 +27828,21 @@
27828
27828
  }
27829
27829
  ]
27830
27830
  },
27831
+ {
27832
+ "kind": "javascript-module",
27833
+ "path": "src/overlays/index.ts",
27834
+ "declarations": [],
27835
+ "exports": [
27836
+ {
27837
+ "kind": "js",
27838
+ "name": "*",
27839
+ "declaration": {
27840
+ "name": "*",
27841
+ "package": "./system-health"
27842
+ }
27843
+ }
27844
+ ]
27845
+ },
27831
27846
  {
27832
27847
  "kind": "javascript-module",
27833
27848
  "path": "src/patterns/define.ts",
@@ -27928,21 +27943,6 @@
27928
27943
  }
27929
27944
  ]
27930
27945
  },
27931
- {
27932
- "kind": "javascript-module",
27933
- "path": "src/overlays/index.ts",
27934
- "declarations": [],
27935
- "exports": [
27936
- {
27937
- "kind": "js",
27938
- "name": "*",
27939
- "declaration": {
27940
- "name": "*",
27941
- "package": "./system-health"
27942
- }
27943
- }
27944
- ]
27945
- },
27946
27946
  {
27947
27947
  "kind": "javascript-module",
27948
27948
  "path": "src/popper/index.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.1",
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.1",
87
- "@genesislcap/genx": "14.233.1",
88
- "@genesislcap/rollup-builder": "14.233.1",
89
- "@genesislcap/ts-builder": "14.233.1",
90
- "@genesislcap/uvu-playwright-builder": "14.233.1",
91
- "@genesislcap/vite-builder": "14.233.1",
92
- "@genesislcap/webpack-builder": "14.233.1",
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.1",
104
- "@genesislcap/foundation-criteria": "14.233.1",
105
- "@genesislcap/foundation-errors": "14.233.1",
106
- "@genesislcap/foundation-logger": "14.233.1",
107
- "@genesislcap/foundation-notifications": "14.233.1",
108
- "@genesislcap/foundation-user": "14.233.1",
109
- "@genesislcap/foundation-utils": "14.233.1",
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": "89607c1393b8e6b0538b36c96371237421b20eae"
131
+ "gitHead": "2164f177418232818933668d0637e6d4ceae99ad"
132
132
  }