@genesislcap/foundation-ui 14.268.4 → 14.270.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 +274 -274
  2. package/package.json +18 -18
@@ -835,6 +835,264 @@
835
835
  }
836
836
  ]
837
837
  },
838
+ {
839
+ "kind": "javascript-module",
840
+ "path": "src/_common/icons.ts",
841
+ "declarations": [
842
+ {
843
+ "kind": "function",
844
+ "name": "closeIcon",
845
+ "parameters": [
846
+ {
847
+ "name": "slot",
848
+ "default": "'start'"
849
+ },
850
+ {
851
+ "name": "fill",
852
+ "default": "'#879ba6'"
853
+ }
854
+ ]
855
+ }
856
+ ],
857
+ "exports": [
858
+ {
859
+ "kind": "js",
860
+ "name": "closeIcon",
861
+ "declaration": {
862
+ "name": "closeIcon",
863
+ "module": "src/_common/icons.ts"
864
+ }
865
+ }
866
+ ]
867
+ },
868
+ {
869
+ "kind": "javascript-module",
870
+ "path": "src/_common/index.ts",
871
+ "declarations": [],
872
+ "exports": [
873
+ {
874
+ "kind": "js",
875
+ "name": "*",
876
+ "declaration": {
877
+ "name": "*",
878
+ "package": "./icons"
879
+ }
880
+ }
881
+ ]
882
+ },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/_config/index.ts",
886
+ "declarations": [],
887
+ "exports": [
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./styles"
894
+ }
895
+ },
896
+ {
897
+ "kind": "js",
898
+ "name": "*",
899
+ "declaration": {
900
+ "name": "*",
901
+ "package": "./tokens"
902
+ }
903
+ },
904
+ {
905
+ "kind": "js",
906
+ "name": "*",
907
+ "declaration": {
908
+ "name": "*",
909
+ "package": "./values"
910
+ }
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "kind": "javascript-module",
916
+ "path": "src/accordion/accordion.styles.ts",
917
+ "declarations": [
918
+ {
919
+ "kind": "function",
920
+ "name": "foundationAccordionStyles",
921
+ "return": {
922
+ "type": {
923
+ "text": "ElementStyles"
924
+ }
925
+ },
926
+ "parameters": [
927
+ {
928
+ "name": "context",
929
+ "type": {
930
+ "text": "ElementDefinitionContext"
931
+ }
932
+ },
933
+ {
934
+ "name": "definition",
935
+ "type": {
936
+ "text": "FoundationElementDefinition"
937
+ }
938
+ }
939
+ ]
940
+ }
941
+ ],
942
+ "exports": [
943
+ {
944
+ "kind": "js",
945
+ "name": "foundationAccordionStyles",
946
+ "declaration": {
947
+ "name": "foundationAccordionStyles",
948
+ "module": "src/accordion/accordion.styles.ts"
949
+ }
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "kind": "javascript-module",
955
+ "path": "src/accordion/accordion.template.ts",
956
+ "declarations": [
957
+ {
958
+ "kind": "function",
959
+ "name": "foundationAccordionTemplate",
960
+ "return": {
961
+ "type": {
962
+ "text": "ViewTemplate<Accordion>"
963
+ }
964
+ },
965
+ "parameters": [
966
+ {
967
+ "name": "context",
968
+ "type": {
969
+ "text": "ElementDefinitionContext"
970
+ }
971
+ },
972
+ {
973
+ "name": "definition",
974
+ "type": {
975
+ "text": "FoundationElementDefinition"
976
+ }
977
+ }
978
+ ]
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "foundationAccordionTemplate",
985
+ "declaration": {
986
+ "name": "foundationAccordionTemplate",
987
+ "module": "src/accordion/accordion.template.ts"
988
+ }
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "kind": "javascript-module",
994
+ "path": "src/accordion/accordion.ts",
995
+ "declarations": [
996
+ {
997
+ "kind": "class",
998
+ "description": "",
999
+ "name": "Accordion",
1000
+ "superclass": {
1001
+ "name": "FASTAccordion",
1002
+ "package": "@microsoft/fast-foundation"
1003
+ },
1004
+ "tagName": "%%prefix%%-accordion",
1005
+ "customElement": true
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordionShadowOptions",
1010
+ "type": {
1011
+ "text": "ShadowRootInit"
1012
+ },
1013
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1014
+ },
1015
+ {
1016
+ "kind": "variable",
1017
+ "name": "defaultAccordionConfig",
1018
+ "type": {
1019
+ "text": "object"
1020
+ },
1021
+ "default": "{}"
1022
+ },
1023
+ {
1024
+ "kind": "variable",
1025
+ "name": "foundationAccordion",
1026
+ "description": "The Foundation Accordion",
1027
+ "privacy": "public"
1028
+ }
1029
+ ],
1030
+ "exports": [
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "Accordion",
1034
+ "declaration": {
1035
+ "name": "Accordion",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordionShadowOptions",
1042
+ "declaration": {
1043
+ "name": "foundationAccordionShadowOptions",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ },
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "defaultAccordionConfig",
1050
+ "declaration": {
1051
+ "name": "defaultAccordionConfig",
1052
+ "module": "src/accordion/accordion.ts"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "js",
1057
+ "name": "foundationAccordion",
1058
+ "declaration": {
1059
+ "name": "foundationAccordion",
1060
+ "module": "src/accordion/accordion.ts"
1061
+ }
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ "kind": "javascript-module",
1067
+ "path": "src/accordion/index.ts",
1068
+ "declarations": [],
1069
+ "exports": [
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion.template"
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "js",
1080
+ "name": "*",
1081
+ "declaration": {
1082
+ "name": "*",
1083
+ "package": "./accordion.styles"
1084
+ }
1085
+ },
1086
+ {
1087
+ "kind": "js",
1088
+ "name": "*",
1089
+ "declaration": {
1090
+ "name": "*",
1091
+ "package": "./accordion"
1092
+ }
1093
+ }
1094
+ ]
1095
+ },
838
1096
  {
839
1097
  "kind": "javascript-module",
840
1098
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1169,69 +1427,38 @@
1169
1427
  "name": "AccordionItem",
1170
1428
  "declaration": {
1171
1429
  "name": "AccordionItem",
1172
- "module": "src/accordion-item/accordion-item.ts"
1173
- }
1174
- },
1175
- {
1176
- "kind": "js",
1177
- "name": "foundationAccordionItemShadowOptions",
1178
- "declaration": {
1179
- "name": "foundationAccordionItemShadowOptions",
1180
- "module": "src/accordion-item/accordion-item.ts"
1181
- }
1182
- },
1183
- {
1184
- "kind": "js",
1185
- "name": "defaultAccordionItemConfig",
1186
- "declaration": {
1187
- "name": "defaultAccordionItemConfig",
1188
- "module": "src/accordion-item/accordion-item.ts"
1189
- }
1190
- },
1191
- {
1192
- "kind": "js",
1193
- "name": "foundationAccordionItem",
1194
- "declaration": {
1195
- "name": "foundationAccordionItem",
1196
- "module": "src/accordion-item/accordion-item.ts"
1197
- }
1198
- }
1199
- ]
1200
- },
1201
- {
1202
- "kind": "javascript-module",
1203
- "path": "src/accordion-item/index.ts",
1204
- "declarations": [],
1205
- "exports": [
1430
+ "module": "src/accordion-item/accordion-item.ts"
1431
+ }
1432
+ },
1206
1433
  {
1207
1434
  "kind": "js",
1208
- "name": "*",
1435
+ "name": "foundationAccordionItemShadowOptions",
1209
1436
  "declaration": {
1210
- "name": "*",
1211
- "package": "./accordion-item.template"
1437
+ "name": "foundationAccordionItemShadowOptions",
1438
+ "module": "src/accordion-item/accordion-item.ts"
1212
1439
  }
1213
1440
  },
1214
1441
  {
1215
1442
  "kind": "js",
1216
- "name": "*",
1443
+ "name": "defaultAccordionItemConfig",
1217
1444
  "declaration": {
1218
- "name": "*",
1219
- "package": "./accordion-item.styles"
1445
+ "name": "defaultAccordionItemConfig",
1446
+ "module": "src/accordion-item/accordion-item.ts"
1220
1447
  }
1221
1448
  },
1222
1449
  {
1223
1450
  "kind": "js",
1224
- "name": "*",
1451
+ "name": "foundationAccordionItem",
1225
1452
  "declaration": {
1226
- "name": "*",
1227
- "package": "./accordion-item"
1453
+ "name": "foundationAccordionItem",
1454
+ "module": "src/accordion-item/accordion-item.ts"
1228
1455
  }
1229
1456
  }
1230
1457
  ]
1231
1458
  },
1232
1459
  {
1233
1460
  "kind": "javascript-module",
1234
- "path": "src/_config/index.ts",
1461
+ "path": "src/accordion-item/index.ts",
1235
1462
  "declarations": [],
1236
1463
  "exports": [
1237
1464
  {
@@ -1239,7 +1466,7 @@
1239
1466
  "name": "*",
1240
1467
  "declaration": {
1241
1468
  "name": "*",
1242
- "package": "./styles"
1469
+ "package": "./accordion-item.template"
1243
1470
  }
1244
1471
  },
1245
1472
  {
@@ -1247,7 +1474,7 @@
1247
1474
  "name": "*",
1248
1475
  "declaration": {
1249
1476
  "name": "*",
1250
- "package": "./tokens"
1477
+ "package": "./accordion-item.styles"
1251
1478
  }
1252
1479
  },
1253
1480
  {
@@ -1255,7 +1482,7 @@
1255
1482
  "name": "*",
1256
1483
  "declaration": {
1257
1484
  "name": "*",
1258
- "package": "./values"
1485
+ "package": "./accordion-item"
1259
1486
  }
1260
1487
  }
1261
1488
  ]
@@ -1819,233 +2046,6 @@
1819
2046
  }
1820
2047
  ]
1821
2048
  },
1822
- {
1823
- "kind": "javascript-module",
1824
- "path": "src/accordion/accordion.styles.ts",
1825
- "declarations": [
1826
- {
1827
- "kind": "function",
1828
- "name": "foundationAccordionStyles",
1829
- "return": {
1830
- "type": {
1831
- "text": "ElementStyles"
1832
- }
1833
- },
1834
- "parameters": [
1835
- {
1836
- "name": "context",
1837
- "type": {
1838
- "text": "ElementDefinitionContext"
1839
- }
1840
- },
1841
- {
1842
- "name": "definition",
1843
- "type": {
1844
- "text": "FoundationElementDefinition"
1845
- }
1846
- }
1847
- ]
1848
- }
1849
- ],
1850
- "exports": [
1851
- {
1852
- "kind": "js",
1853
- "name": "foundationAccordionStyles",
1854
- "declaration": {
1855
- "name": "foundationAccordionStyles",
1856
- "module": "src/accordion/accordion.styles.ts"
1857
- }
1858
- }
1859
- ]
1860
- },
1861
- {
1862
- "kind": "javascript-module",
1863
- "path": "src/accordion/accordion.template.ts",
1864
- "declarations": [
1865
- {
1866
- "kind": "function",
1867
- "name": "foundationAccordionTemplate",
1868
- "return": {
1869
- "type": {
1870
- "text": "ViewTemplate<Accordion>"
1871
- }
1872
- },
1873
- "parameters": [
1874
- {
1875
- "name": "context",
1876
- "type": {
1877
- "text": "ElementDefinitionContext"
1878
- }
1879
- },
1880
- {
1881
- "name": "definition",
1882
- "type": {
1883
- "text": "FoundationElementDefinition"
1884
- }
1885
- }
1886
- ]
1887
- }
1888
- ],
1889
- "exports": [
1890
- {
1891
- "kind": "js",
1892
- "name": "foundationAccordionTemplate",
1893
- "declaration": {
1894
- "name": "foundationAccordionTemplate",
1895
- "module": "src/accordion/accordion.template.ts"
1896
- }
1897
- }
1898
- ]
1899
- },
1900
- {
1901
- "kind": "javascript-module",
1902
- "path": "src/accordion/accordion.ts",
1903
- "declarations": [
1904
- {
1905
- "kind": "class",
1906
- "description": "",
1907
- "name": "Accordion",
1908
- "superclass": {
1909
- "name": "FASTAccordion",
1910
- "package": "@microsoft/fast-foundation"
1911
- },
1912
- "tagName": "%%prefix%%-accordion",
1913
- "customElement": true
1914
- },
1915
- {
1916
- "kind": "variable",
1917
- "name": "foundationAccordionShadowOptions",
1918
- "type": {
1919
- "text": "ShadowRootInit"
1920
- },
1921
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1922
- },
1923
- {
1924
- "kind": "variable",
1925
- "name": "defaultAccordionConfig",
1926
- "type": {
1927
- "text": "object"
1928
- },
1929
- "default": "{}"
1930
- },
1931
- {
1932
- "kind": "variable",
1933
- "name": "foundationAccordion",
1934
- "description": "The Foundation Accordion",
1935
- "privacy": "public"
1936
- }
1937
- ],
1938
- "exports": [
1939
- {
1940
- "kind": "js",
1941
- "name": "Accordion",
1942
- "declaration": {
1943
- "name": "Accordion",
1944
- "module": "src/accordion/accordion.ts"
1945
- }
1946
- },
1947
- {
1948
- "kind": "js",
1949
- "name": "foundationAccordionShadowOptions",
1950
- "declaration": {
1951
- "name": "foundationAccordionShadowOptions",
1952
- "module": "src/accordion/accordion.ts"
1953
- }
1954
- },
1955
- {
1956
- "kind": "js",
1957
- "name": "defaultAccordionConfig",
1958
- "declaration": {
1959
- "name": "defaultAccordionConfig",
1960
- "module": "src/accordion/accordion.ts"
1961
- }
1962
- },
1963
- {
1964
- "kind": "js",
1965
- "name": "foundationAccordion",
1966
- "declaration": {
1967
- "name": "foundationAccordion",
1968
- "module": "src/accordion/accordion.ts"
1969
- }
1970
- }
1971
- ]
1972
- },
1973
- {
1974
- "kind": "javascript-module",
1975
- "path": "src/accordion/index.ts",
1976
- "declarations": [],
1977
- "exports": [
1978
- {
1979
- "kind": "js",
1980
- "name": "*",
1981
- "declaration": {
1982
- "name": "*",
1983
- "package": "./accordion.template"
1984
- }
1985
- },
1986
- {
1987
- "kind": "js",
1988
- "name": "*",
1989
- "declaration": {
1990
- "name": "*",
1991
- "package": "./accordion.styles"
1992
- }
1993
- },
1994
- {
1995
- "kind": "js",
1996
- "name": "*",
1997
- "declaration": {
1998
- "name": "*",
1999
- "package": "./accordion"
2000
- }
2001
- }
2002
- ]
2003
- },
2004
- {
2005
- "kind": "javascript-module",
2006
- "path": "src/_common/icons.ts",
2007
- "declarations": [
2008
- {
2009
- "kind": "function",
2010
- "name": "closeIcon",
2011
- "parameters": [
2012
- {
2013
- "name": "slot",
2014
- "default": "'start'"
2015
- },
2016
- {
2017
- "name": "fill",
2018
- "default": "'#879ba6'"
2019
- }
2020
- ]
2021
- }
2022
- ],
2023
- "exports": [
2024
- {
2025
- "kind": "js",
2026
- "name": "closeIcon",
2027
- "declaration": {
2028
- "name": "closeIcon",
2029
- "module": "src/_common/icons.ts"
2030
- }
2031
- }
2032
- ]
2033
- },
2034
- {
2035
- "kind": "javascript-module",
2036
- "path": "src/_common/index.ts",
2037
- "declarations": [],
2038
- "exports": [
2039
- {
2040
- "kind": "js",
2041
- "name": "*",
2042
- "declaration": {
2043
- "name": "*",
2044
- "package": "./icons"
2045
- }
2046
- }
2047
- ]
2048
- },
2049
2049
  {
2050
2050
  "kind": "javascript-module",
2051
2051
  "path": "src/anchor/anchor.styles.ts",
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.268.4",
4
+ "version": "14.270.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.268.4",
87
- "@genesislcap/genx": "14.268.4",
88
- "@genesislcap/rollup-builder": "14.268.4",
89
- "@genesislcap/ts-builder": "14.268.4",
90
- "@genesislcap/uvu-playwright-builder": "14.268.4",
91
- "@genesislcap/vite-builder": "14.268.4",
92
- "@genesislcap/webpack-builder": "14.268.4",
86
+ "@genesislcap/foundation-testing": "14.270.0",
87
+ "@genesislcap/genx": "14.270.0",
88
+ "@genesislcap/rollup-builder": "14.270.0",
89
+ "@genesislcap/ts-builder": "14.270.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.270.0",
91
+ "@genesislcap/vite-builder": "14.270.0",
92
+ "@genesislcap/webpack-builder": "14.270.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
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/expression-builder": "14.268.4",
104
- "@genesislcap/foundation-comms": "14.268.4",
105
- "@genesislcap/foundation-criteria": "14.268.4",
106
- "@genesislcap/foundation-errors": "14.268.4",
107
- "@genesislcap/foundation-events": "14.268.4",
108
- "@genesislcap/foundation-logger": "14.268.4",
109
- "@genesislcap/foundation-notifications": "14.268.4",
110
- "@genesislcap/foundation-user": "14.268.4",
111
- "@genesislcap/foundation-utils": "14.268.4",
103
+ "@genesislcap/expression-builder": "14.270.0",
104
+ "@genesislcap/foundation-comms": "14.270.0",
105
+ "@genesislcap/foundation-criteria": "14.270.0",
106
+ "@genesislcap/foundation-errors": "14.270.0",
107
+ "@genesislcap/foundation-events": "14.270.0",
108
+ "@genesislcap/foundation-logger": "14.270.0",
109
+ "@genesislcap/foundation-notifications": "14.270.0",
110
+ "@genesislcap/foundation-user": "14.270.0",
111
+ "@genesislcap/foundation-utils": "14.270.0",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "0f4ca7a67988ffb11995ec68f6ccf4f7ac98eef5"
133
+ "gitHead": "9621513a43acfbdebb78ddc98a98dd6e05d011b0"
134
134
  }