@genesislcap/foundation-ui 14.285.1 → 14.286.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 +182 -182
  2. package/package.json +18 -18
@@ -1247,188 +1247,6 @@
1247
1247
  }
1248
1248
  ]
1249
1249
  },
1250
- {
1251
- "kind": "javascript-module",
1252
- "path": "src/accordion/accordion.styles.ts",
1253
- "declarations": [
1254
- {
1255
- "kind": "function",
1256
- "name": "foundationAccordionStyles",
1257
- "return": {
1258
- "type": {
1259
- "text": "ElementStyles"
1260
- }
1261
- },
1262
- "parameters": [
1263
- {
1264
- "name": "context",
1265
- "type": {
1266
- "text": "ElementDefinitionContext"
1267
- }
1268
- },
1269
- {
1270
- "name": "definition",
1271
- "type": {
1272
- "text": "FoundationElementDefinition"
1273
- }
1274
- }
1275
- ]
1276
- }
1277
- ],
1278
- "exports": [
1279
- {
1280
- "kind": "js",
1281
- "name": "foundationAccordionStyles",
1282
- "declaration": {
1283
- "name": "foundationAccordionStyles",
1284
- "module": "src/accordion/accordion.styles.ts"
1285
- }
1286
- }
1287
- ]
1288
- },
1289
- {
1290
- "kind": "javascript-module",
1291
- "path": "src/accordion/accordion.template.ts",
1292
- "declarations": [
1293
- {
1294
- "kind": "function",
1295
- "name": "foundationAccordionTemplate",
1296
- "return": {
1297
- "type": {
1298
- "text": "ViewTemplate<Accordion>"
1299
- }
1300
- },
1301
- "parameters": [
1302
- {
1303
- "name": "context",
1304
- "type": {
1305
- "text": "ElementDefinitionContext"
1306
- }
1307
- },
1308
- {
1309
- "name": "definition",
1310
- "type": {
1311
- "text": "FoundationElementDefinition"
1312
- }
1313
- }
1314
- ]
1315
- }
1316
- ],
1317
- "exports": [
1318
- {
1319
- "kind": "js",
1320
- "name": "foundationAccordionTemplate",
1321
- "declaration": {
1322
- "name": "foundationAccordionTemplate",
1323
- "module": "src/accordion/accordion.template.ts"
1324
- }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- "kind": "javascript-module",
1330
- "path": "src/accordion/accordion.ts",
1331
- "declarations": [
1332
- {
1333
- "kind": "class",
1334
- "description": "",
1335
- "name": "Accordion",
1336
- "superclass": {
1337
- "name": "FASTAccordion",
1338
- "package": "@microsoft/fast-foundation"
1339
- },
1340
- "tagName": "%%prefix%%-accordion",
1341
- "customElement": true
1342
- },
1343
- {
1344
- "kind": "variable",
1345
- "name": "foundationAccordionShadowOptions",
1346
- "type": {
1347
- "text": "ShadowRootInit"
1348
- },
1349
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1350
- },
1351
- {
1352
- "kind": "variable",
1353
- "name": "defaultAccordionConfig",
1354
- "type": {
1355
- "text": "object"
1356
- },
1357
- "default": "{}"
1358
- },
1359
- {
1360
- "kind": "variable",
1361
- "name": "foundationAccordion",
1362
- "description": "The Foundation Accordion",
1363
- "privacy": "public"
1364
- }
1365
- ],
1366
- "exports": [
1367
- {
1368
- "kind": "js",
1369
- "name": "Accordion",
1370
- "declaration": {
1371
- "name": "Accordion",
1372
- "module": "src/accordion/accordion.ts"
1373
- }
1374
- },
1375
- {
1376
- "kind": "js",
1377
- "name": "foundationAccordionShadowOptions",
1378
- "declaration": {
1379
- "name": "foundationAccordionShadowOptions",
1380
- "module": "src/accordion/accordion.ts"
1381
- }
1382
- },
1383
- {
1384
- "kind": "js",
1385
- "name": "defaultAccordionConfig",
1386
- "declaration": {
1387
- "name": "defaultAccordionConfig",
1388
- "module": "src/accordion/accordion.ts"
1389
- }
1390
- },
1391
- {
1392
- "kind": "js",
1393
- "name": "foundationAccordion",
1394
- "declaration": {
1395
- "name": "foundationAccordion",
1396
- "module": "src/accordion/accordion.ts"
1397
- }
1398
- }
1399
- ]
1400
- },
1401
- {
1402
- "kind": "javascript-module",
1403
- "path": "src/accordion/index.ts",
1404
- "declarations": [],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "*",
1409
- "declaration": {
1410
- "name": "*",
1411
- "package": "./accordion.template"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./accordion.styles"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./accordion"
1428
- }
1429
- }
1430
- ]
1431
- },
1432
1250
  {
1433
1251
  "kind": "javascript-module",
1434
1252
  "path": "src/_config/index.ts",
@@ -1854,6 +1672,188 @@
1854
1672
  }
1855
1673
  ]
1856
1674
  },
1675
+ {
1676
+ "kind": "javascript-module",
1677
+ "path": "src/accordion/accordion.styles.ts",
1678
+ "declarations": [
1679
+ {
1680
+ "kind": "function",
1681
+ "name": "foundationAccordionStyles",
1682
+ "return": {
1683
+ "type": {
1684
+ "text": "ElementStyles"
1685
+ }
1686
+ },
1687
+ "parameters": [
1688
+ {
1689
+ "name": "context",
1690
+ "type": {
1691
+ "text": "ElementDefinitionContext"
1692
+ }
1693
+ },
1694
+ {
1695
+ "name": "definition",
1696
+ "type": {
1697
+ "text": "FoundationElementDefinition"
1698
+ }
1699
+ }
1700
+ ]
1701
+ }
1702
+ ],
1703
+ "exports": [
1704
+ {
1705
+ "kind": "js",
1706
+ "name": "foundationAccordionStyles",
1707
+ "declaration": {
1708
+ "name": "foundationAccordionStyles",
1709
+ "module": "src/accordion/accordion.styles.ts"
1710
+ }
1711
+ }
1712
+ ]
1713
+ },
1714
+ {
1715
+ "kind": "javascript-module",
1716
+ "path": "src/accordion/accordion.template.ts",
1717
+ "declarations": [
1718
+ {
1719
+ "kind": "function",
1720
+ "name": "foundationAccordionTemplate",
1721
+ "return": {
1722
+ "type": {
1723
+ "text": "ViewTemplate<Accordion>"
1724
+ }
1725
+ },
1726
+ "parameters": [
1727
+ {
1728
+ "name": "context",
1729
+ "type": {
1730
+ "text": "ElementDefinitionContext"
1731
+ }
1732
+ },
1733
+ {
1734
+ "name": "definition",
1735
+ "type": {
1736
+ "text": "FoundationElementDefinition"
1737
+ }
1738
+ }
1739
+ ]
1740
+ }
1741
+ ],
1742
+ "exports": [
1743
+ {
1744
+ "kind": "js",
1745
+ "name": "foundationAccordionTemplate",
1746
+ "declaration": {
1747
+ "name": "foundationAccordionTemplate",
1748
+ "module": "src/accordion/accordion.template.ts"
1749
+ }
1750
+ }
1751
+ ]
1752
+ },
1753
+ {
1754
+ "kind": "javascript-module",
1755
+ "path": "src/accordion/accordion.ts",
1756
+ "declarations": [
1757
+ {
1758
+ "kind": "class",
1759
+ "description": "",
1760
+ "name": "Accordion",
1761
+ "superclass": {
1762
+ "name": "FASTAccordion",
1763
+ "package": "@microsoft/fast-foundation"
1764
+ },
1765
+ "tagName": "%%prefix%%-accordion",
1766
+ "customElement": true
1767
+ },
1768
+ {
1769
+ "kind": "variable",
1770
+ "name": "foundationAccordionShadowOptions",
1771
+ "type": {
1772
+ "text": "ShadowRootInit"
1773
+ },
1774
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1775
+ },
1776
+ {
1777
+ "kind": "variable",
1778
+ "name": "defaultAccordionConfig",
1779
+ "type": {
1780
+ "text": "object"
1781
+ },
1782
+ "default": "{}"
1783
+ },
1784
+ {
1785
+ "kind": "variable",
1786
+ "name": "foundationAccordion",
1787
+ "description": "The Foundation Accordion",
1788
+ "privacy": "public"
1789
+ }
1790
+ ],
1791
+ "exports": [
1792
+ {
1793
+ "kind": "js",
1794
+ "name": "Accordion",
1795
+ "declaration": {
1796
+ "name": "Accordion",
1797
+ "module": "src/accordion/accordion.ts"
1798
+ }
1799
+ },
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "foundationAccordionShadowOptions",
1803
+ "declaration": {
1804
+ "name": "foundationAccordionShadowOptions",
1805
+ "module": "src/accordion/accordion.ts"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "defaultAccordionConfig",
1811
+ "declaration": {
1812
+ "name": "defaultAccordionConfig",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "foundationAccordion",
1819
+ "declaration": {
1820
+ "name": "foundationAccordion",
1821
+ "module": "src/accordion/accordion.ts"
1822
+ }
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "kind": "javascript-module",
1828
+ "path": "src/accordion/index.ts",
1829
+ "declarations": [],
1830
+ "exports": [
1831
+ {
1832
+ "kind": "js",
1833
+ "name": "*",
1834
+ "declaration": {
1835
+ "name": "*",
1836
+ "package": "./accordion.template"
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "js",
1841
+ "name": "*",
1842
+ "declaration": {
1843
+ "name": "*",
1844
+ "package": "./accordion.styles"
1845
+ }
1846
+ },
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./accordion"
1853
+ }
1854
+ }
1855
+ ]
1856
+ },
1857
1857
  {
1858
1858
  "kind": "javascript-module",
1859
1859
  "path": "src/actions-menu/actions-menu.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.285.1",
4
+ "version": "14.286.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.285.1",
87
- "@genesislcap/genx": "14.285.1",
88
- "@genesislcap/rollup-builder": "14.285.1",
89
- "@genesislcap/ts-builder": "14.285.1",
90
- "@genesislcap/uvu-playwright-builder": "14.285.1",
91
- "@genesislcap/vite-builder": "14.285.1",
92
- "@genesislcap/webpack-builder": "14.285.1",
86
+ "@genesislcap/foundation-testing": "14.286.0",
87
+ "@genesislcap/genx": "14.286.0",
88
+ "@genesislcap/rollup-builder": "14.286.0",
89
+ "@genesislcap/ts-builder": "14.286.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.286.0",
91
+ "@genesislcap/vite-builder": "14.286.0",
92
+ "@genesislcap/webpack-builder": "14.286.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.285.1",
104
- "@genesislcap/foundation-comms": "14.285.1",
105
- "@genesislcap/foundation-criteria": "14.285.1",
106
- "@genesislcap/foundation-errors": "14.285.1",
107
- "@genesislcap/foundation-events": "14.285.1",
108
- "@genesislcap/foundation-logger": "14.285.1",
109
- "@genesislcap/foundation-notifications": "14.285.1",
110
- "@genesislcap/foundation-user": "14.285.1",
111
- "@genesislcap/foundation-utils": "14.285.1",
103
+ "@genesislcap/expression-builder": "14.286.0",
104
+ "@genesislcap/foundation-comms": "14.286.0",
105
+ "@genesislcap/foundation-criteria": "14.286.0",
106
+ "@genesislcap/foundation-errors": "14.286.0",
107
+ "@genesislcap/foundation-events": "14.286.0",
108
+ "@genesislcap/foundation-logger": "14.286.0",
109
+ "@genesislcap/foundation-notifications": "14.286.0",
110
+ "@genesislcap/foundation-user": "14.286.0",
111
+ "@genesislcap/foundation-utils": "14.286.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": "6d060a7642ec87b7c2bb4c992cb3c98ef6bc52a1"
133
+ "gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
134
134
  }