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