@genesislcap/foundation-ui 14.233.0 → 14.233.1

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 +201 -201
  2. package/package.json +16 -16
@@ -864,37 +864,6 @@
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
867
  {
899
868
  "kind": "javascript-module",
900
869
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1291,158 +1260,7 @@
1291
1260
  },
1292
1261
  {
1293
1262
  "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",
1263
+ "path": "src/_config/index.ts",
1446
1264
  "declarations": [],
1447
1265
  "exports": [
1448
1266
  {
@@ -1450,7 +1268,7 @@
1450
1268
  "name": "*",
1451
1269
  "declaration": {
1452
1270
  "name": "*",
1453
- "package": "./accordion.template"
1271
+ "package": "./styles"
1454
1272
  }
1455
1273
  },
1456
1274
  {
@@ -1458,7 +1276,7 @@
1458
1276
  "name": "*",
1459
1277
  "declaration": {
1460
1278
  "name": "*",
1461
- "package": "./accordion.styles"
1279
+ "package": "./tokens"
1462
1280
  }
1463
1281
  },
1464
1282
  {
@@ -1466,7 +1284,7 @@
1466
1284
  "name": "*",
1467
1285
  "declaration": {
1468
1286
  "name": "*",
1469
- "package": "./accordion"
1287
+ "package": "./values"
1470
1288
  }
1471
1289
  }
1472
1290
  ]
@@ -2030,6 +1848,188 @@
2030
1848
  }
2031
1849
  ]
2032
1850
  },
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,21 +27828,6 @@
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
- },
27846
27831
  {
27847
27832
  "kind": "javascript-module",
27848
27833
  "path": "src/patterns/define.ts",
@@ -27943,6 +27928,21 @@
27943
27928
  }
27944
27929
  ]
27945
27930
  },
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",
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.1",
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.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",
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.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",
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": "89607c1393b8e6b0538b36c96371237421b20eae"
132
132
  }