@genesislcap/foundation-ui 14.373.2-MX-499-LIST.1 → 14.374.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.
- package/dist/custom-elements.json +182 -182
- package/package.json +18 -18
|
@@ -1263,6 +1263,188 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "javascript-module",
|
|
1268
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1269
|
+
"declarations": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "function",
|
|
1272
|
+
"name": "foundationAccordionStyles",
|
|
1273
|
+
"return": {
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "ElementStyles"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"parameters": [
|
|
1279
|
+
{
|
|
1280
|
+
"name": "context",
|
|
1281
|
+
"type": {
|
|
1282
|
+
"text": "ElementDefinitionContext"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "definition",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "FoundationElementDefinition"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1293
|
+
],
|
|
1294
|
+
"exports": [
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "foundationAccordionStyles",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "foundationAccordionStyles",
|
|
1300
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "javascript-module",
|
|
1307
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1308
|
+
"declarations": [
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "function",
|
|
1311
|
+
"name": "foundationAccordionTemplate",
|
|
1312
|
+
"return": {
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "ViewTemplate<Accordion>"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"parameters": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "context",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"text": "ElementDefinitionContext"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "definition",
|
|
1326
|
+
"type": {
|
|
1327
|
+
"text": "FoundationElementDefinition"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
]
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"exports": [
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "js",
|
|
1336
|
+
"name": "foundationAccordionTemplate",
|
|
1337
|
+
"declaration": {
|
|
1338
|
+
"name": "foundationAccordionTemplate",
|
|
1339
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "javascript-module",
|
|
1346
|
+
"path": "src/accordion/accordion.ts",
|
|
1347
|
+
"declarations": [
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "class",
|
|
1350
|
+
"description": "",
|
|
1351
|
+
"name": "Accordion",
|
|
1352
|
+
"superclass": {
|
|
1353
|
+
"name": "FASTAccordion",
|
|
1354
|
+
"package": "@microsoft/fast-foundation"
|
|
1355
|
+
},
|
|
1356
|
+
"tagName": "%%prefix%%-accordion",
|
|
1357
|
+
"customElement": true
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "variable",
|
|
1361
|
+
"name": "foundationAccordionShadowOptions",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "ShadowRootInit"
|
|
1364
|
+
},
|
|
1365
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "variable",
|
|
1369
|
+
"name": "defaultAccordionConfig",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "object"
|
|
1372
|
+
},
|
|
1373
|
+
"default": "{}"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"kind": "variable",
|
|
1377
|
+
"name": "foundationAccordion",
|
|
1378
|
+
"description": "The Foundation Accordion",
|
|
1379
|
+
"privacy": "public"
|
|
1380
|
+
}
|
|
1381
|
+
],
|
|
1382
|
+
"exports": [
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "Accordion",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "Accordion",
|
|
1388
|
+
"module": "src/accordion/accordion.ts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "foundationAccordionShadowOptions",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "foundationAccordionShadowOptions",
|
|
1396
|
+
"module": "src/accordion/accordion.ts"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "js",
|
|
1401
|
+
"name": "defaultAccordionConfig",
|
|
1402
|
+
"declaration": {
|
|
1403
|
+
"name": "defaultAccordionConfig",
|
|
1404
|
+
"module": "src/accordion/accordion.ts"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "foundationAccordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "foundationAccordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "javascript-module",
|
|
1419
|
+
"path": "src/accordion/index.ts",
|
|
1420
|
+
"declarations": [],
|
|
1421
|
+
"exports": [
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./accordion.template"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./accordion.styles"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "js",
|
|
1440
|
+
"name": "*",
|
|
1441
|
+
"declaration": {
|
|
1442
|
+
"name": "*",
|
|
1443
|
+
"package": "./accordion"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
]
|
|
1447
|
+
},
|
|
1266
1448
|
{
|
|
1267
1449
|
"kind": "javascript-module",
|
|
1268
1450
|
"path": "src/_config/index.ts",
|
|
@@ -1688,188 +1870,6 @@
|
|
|
1688
1870
|
}
|
|
1689
1871
|
]
|
|
1690
1872
|
},
|
|
1691
|
-
{
|
|
1692
|
-
"kind": "javascript-module",
|
|
1693
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1694
|
-
"declarations": [
|
|
1695
|
-
{
|
|
1696
|
-
"kind": "function",
|
|
1697
|
-
"name": "foundationAccordionStyles",
|
|
1698
|
-
"return": {
|
|
1699
|
-
"type": {
|
|
1700
|
-
"text": "ElementStyles"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
"parameters": [
|
|
1704
|
-
{
|
|
1705
|
-
"name": "context",
|
|
1706
|
-
"type": {
|
|
1707
|
-
"text": "ElementDefinitionContext"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "definition",
|
|
1712
|
-
"type": {
|
|
1713
|
-
"text": "FoundationElementDefinition"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
]
|
|
1717
|
-
}
|
|
1718
|
-
],
|
|
1719
|
-
"exports": [
|
|
1720
|
-
{
|
|
1721
|
-
"kind": "js",
|
|
1722
|
-
"name": "foundationAccordionStyles",
|
|
1723
|
-
"declaration": {
|
|
1724
|
-
"name": "foundationAccordionStyles",
|
|
1725
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1726
|
-
}
|
|
1727
|
-
}
|
|
1728
|
-
]
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "javascript-module",
|
|
1732
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1733
|
-
"declarations": [
|
|
1734
|
-
{
|
|
1735
|
-
"kind": "function",
|
|
1736
|
-
"name": "foundationAccordionTemplate",
|
|
1737
|
-
"return": {
|
|
1738
|
-
"type": {
|
|
1739
|
-
"text": "ViewTemplate<Accordion>"
|
|
1740
|
-
}
|
|
1741
|
-
},
|
|
1742
|
-
"parameters": [
|
|
1743
|
-
{
|
|
1744
|
-
"name": "context",
|
|
1745
|
-
"type": {
|
|
1746
|
-
"text": "ElementDefinitionContext"
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "definition",
|
|
1751
|
-
"type": {
|
|
1752
|
-
"text": "FoundationElementDefinition"
|
|
1753
|
-
}
|
|
1754
|
-
}
|
|
1755
|
-
]
|
|
1756
|
-
}
|
|
1757
|
-
],
|
|
1758
|
-
"exports": [
|
|
1759
|
-
{
|
|
1760
|
-
"kind": "js",
|
|
1761
|
-
"name": "foundationAccordionTemplate",
|
|
1762
|
-
"declaration": {
|
|
1763
|
-
"name": "foundationAccordionTemplate",
|
|
1764
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
]
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "javascript-module",
|
|
1771
|
-
"path": "src/accordion/accordion.ts",
|
|
1772
|
-
"declarations": [
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "class",
|
|
1775
|
-
"description": "",
|
|
1776
|
-
"name": "Accordion",
|
|
1777
|
-
"superclass": {
|
|
1778
|
-
"name": "FASTAccordion",
|
|
1779
|
-
"package": "@microsoft/fast-foundation"
|
|
1780
|
-
},
|
|
1781
|
-
"tagName": "%%prefix%%-accordion",
|
|
1782
|
-
"customElement": true
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "variable",
|
|
1786
|
-
"name": "foundationAccordionShadowOptions",
|
|
1787
|
-
"type": {
|
|
1788
|
-
"text": "ShadowRootInit"
|
|
1789
|
-
},
|
|
1790
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "variable",
|
|
1794
|
-
"name": "defaultAccordionConfig",
|
|
1795
|
-
"type": {
|
|
1796
|
-
"text": "object"
|
|
1797
|
-
},
|
|
1798
|
-
"default": "{}"
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "variable",
|
|
1802
|
-
"name": "foundationAccordion",
|
|
1803
|
-
"description": "The Foundation Accordion",
|
|
1804
|
-
"privacy": "public"
|
|
1805
|
-
}
|
|
1806
|
-
],
|
|
1807
|
-
"exports": [
|
|
1808
|
-
{
|
|
1809
|
-
"kind": "js",
|
|
1810
|
-
"name": "Accordion",
|
|
1811
|
-
"declaration": {
|
|
1812
|
-
"name": "Accordion",
|
|
1813
|
-
"module": "src/accordion/accordion.ts"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "js",
|
|
1818
|
-
"name": "foundationAccordionShadowOptions",
|
|
1819
|
-
"declaration": {
|
|
1820
|
-
"name": "foundationAccordionShadowOptions",
|
|
1821
|
-
"module": "src/accordion/accordion.ts"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "js",
|
|
1826
|
-
"name": "defaultAccordionConfig",
|
|
1827
|
-
"declaration": {
|
|
1828
|
-
"name": "defaultAccordionConfig",
|
|
1829
|
-
"module": "src/accordion/accordion.ts"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "js",
|
|
1834
|
-
"name": "foundationAccordion",
|
|
1835
|
-
"declaration": {
|
|
1836
|
-
"name": "foundationAccordion",
|
|
1837
|
-
"module": "src/accordion/accordion.ts"
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
]
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"kind": "javascript-module",
|
|
1844
|
-
"path": "src/accordion/index.ts",
|
|
1845
|
-
"declarations": [],
|
|
1846
|
-
"exports": [
|
|
1847
|
-
{
|
|
1848
|
-
"kind": "js",
|
|
1849
|
-
"name": "*",
|
|
1850
|
-
"declaration": {
|
|
1851
|
-
"name": "*",
|
|
1852
|
-
"package": "./accordion.template"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "*",
|
|
1858
|
-
"declaration": {
|
|
1859
|
-
"name": "*",
|
|
1860
|
-
"package": "./accordion.styles"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "js",
|
|
1865
|
-
"name": "*",
|
|
1866
|
-
"declaration": {
|
|
1867
|
-
"name": "*",
|
|
1868
|
-
"package": "./accordion"
|
|
1869
|
-
}
|
|
1870
|
-
}
|
|
1871
|
-
]
|
|
1872
|
-
},
|
|
1873
1873
|
{
|
|
1874
1874
|
"kind": "javascript-module",
|
|
1875
1875
|
"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.
|
|
4
|
+
"version": "14.374.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.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.374.0",
|
|
87
|
+
"@genesislcap/genx": "14.374.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.374.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.374.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.374.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.374.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.374.0",
|
|
93
93
|
"copyfiles": "^2.4.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
99
99
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
100
100
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
101
|
-
"@genesislcap/expression-builder": "14.
|
|
102
|
-
"@genesislcap/foundation-comms": "14.
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.
|
|
104
|
-
"@genesislcap/foundation-errors": "14.
|
|
105
|
-
"@genesislcap/foundation-events": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/expression-builder": "14.374.0",
|
|
102
|
+
"@genesislcap/foundation-comms": "14.374.0",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.374.0",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.374.0",
|
|
105
|
+
"@genesislcap/foundation-events": "14.374.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.374.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.374.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.374.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.374.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": "
|
|
131
|
+
"gitHead": "5b1d9974d57522806b773f291d40355a6dbff83a"
|
|
132
132
|
}
|