@genesislcap/foundation-ui 14.407.0-workspaces.4 → 14.408.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 +213 -213
  2. package/package.json +19 -19
@@ -1287,6 +1287,37 @@
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/_config/index.ts",
1293
+ "declarations": [],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./styles"
1301
+ }
1302
+ },
1303
+ {
1304
+ "kind": "js",
1305
+ "name": "*",
1306
+ "declaration": {
1307
+ "name": "*",
1308
+ "package": "./tokens"
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./values"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1290
1321
  {
1291
1322
  "kind": "javascript-module",
1292
1323
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1681,219 +1712,6 @@
1681
1712
  }
1682
1713
  ]
1683
1714
  },
1684
- {
1685
- "kind": "javascript-module",
1686
- "path": "src/_config/index.ts",
1687
- "declarations": [],
1688
- "exports": [
1689
- {
1690
- "kind": "js",
1691
- "name": "*",
1692
- "declaration": {
1693
- "name": "*",
1694
- "package": "./styles"
1695
- }
1696
- },
1697
- {
1698
- "kind": "js",
1699
- "name": "*",
1700
- "declaration": {
1701
- "name": "*",
1702
- "package": "./tokens"
1703
- }
1704
- },
1705
- {
1706
- "kind": "js",
1707
- "name": "*",
1708
- "declaration": {
1709
- "name": "*",
1710
- "package": "./values"
1711
- }
1712
- }
1713
- ]
1714
- },
1715
- {
1716
- "kind": "javascript-module",
1717
- "path": "src/accordion/accordion.styles.ts",
1718
- "declarations": [
1719
- {
1720
- "kind": "function",
1721
- "name": "foundationAccordionStyles",
1722
- "return": {
1723
- "type": {
1724
- "text": "ElementStyles"
1725
- }
1726
- },
1727
- "parameters": [
1728
- {
1729
- "name": "context",
1730
- "type": {
1731
- "text": "ElementDefinitionContext"
1732
- }
1733
- },
1734
- {
1735
- "name": "definition",
1736
- "type": {
1737
- "text": "FoundationElementDefinition"
1738
- }
1739
- }
1740
- ]
1741
- }
1742
- ],
1743
- "exports": [
1744
- {
1745
- "kind": "js",
1746
- "name": "foundationAccordionStyles",
1747
- "declaration": {
1748
- "name": "foundationAccordionStyles",
1749
- "module": "src/accordion/accordion.styles.ts"
1750
- }
1751
- }
1752
- ]
1753
- },
1754
- {
1755
- "kind": "javascript-module",
1756
- "path": "src/accordion/accordion.template.ts",
1757
- "declarations": [
1758
- {
1759
- "kind": "function",
1760
- "name": "foundationAccordionTemplate",
1761
- "return": {
1762
- "type": {
1763
- "text": "ViewTemplate<Accordion>"
1764
- }
1765
- },
1766
- "parameters": [
1767
- {
1768
- "name": "context",
1769
- "type": {
1770
- "text": "ElementDefinitionContext"
1771
- }
1772
- },
1773
- {
1774
- "name": "definition",
1775
- "type": {
1776
- "text": "FoundationElementDefinition"
1777
- }
1778
- }
1779
- ]
1780
- }
1781
- ],
1782
- "exports": [
1783
- {
1784
- "kind": "js",
1785
- "name": "foundationAccordionTemplate",
1786
- "declaration": {
1787
- "name": "foundationAccordionTemplate",
1788
- "module": "src/accordion/accordion.template.ts"
1789
- }
1790
- }
1791
- ]
1792
- },
1793
- {
1794
- "kind": "javascript-module",
1795
- "path": "src/accordion/accordion.ts",
1796
- "declarations": [
1797
- {
1798
- "kind": "class",
1799
- "description": "",
1800
- "name": "Accordion",
1801
- "superclass": {
1802
- "name": "FASTAccordion",
1803
- "package": "@microsoft/fast-foundation"
1804
- },
1805
- "tagName": "%%prefix%%-accordion",
1806
- "customElement": true
1807
- },
1808
- {
1809
- "kind": "variable",
1810
- "name": "foundationAccordionShadowOptions",
1811
- "type": {
1812
- "text": "ShadowRootInit"
1813
- },
1814
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1815
- },
1816
- {
1817
- "kind": "variable",
1818
- "name": "defaultAccordionConfig",
1819
- "type": {
1820
- "text": "object"
1821
- },
1822
- "default": "{}"
1823
- },
1824
- {
1825
- "kind": "variable",
1826
- "name": "foundationAccordion",
1827
- "description": "The Foundation Accordion",
1828
- "privacy": "public"
1829
- }
1830
- ],
1831
- "exports": [
1832
- {
1833
- "kind": "js",
1834
- "name": "Accordion",
1835
- "declaration": {
1836
- "name": "Accordion",
1837
- "module": "src/accordion/accordion.ts"
1838
- }
1839
- },
1840
- {
1841
- "kind": "js",
1842
- "name": "foundationAccordionShadowOptions",
1843
- "declaration": {
1844
- "name": "foundationAccordionShadowOptions",
1845
- "module": "src/accordion/accordion.ts"
1846
- }
1847
- },
1848
- {
1849
- "kind": "js",
1850
- "name": "defaultAccordionConfig",
1851
- "declaration": {
1852
- "name": "defaultAccordionConfig",
1853
- "module": "src/accordion/accordion.ts"
1854
- }
1855
- },
1856
- {
1857
- "kind": "js",
1858
- "name": "foundationAccordion",
1859
- "declaration": {
1860
- "name": "foundationAccordion",
1861
- "module": "src/accordion/accordion.ts"
1862
- }
1863
- }
1864
- ]
1865
- },
1866
- {
1867
- "kind": "javascript-module",
1868
- "path": "src/accordion/index.ts",
1869
- "declarations": [],
1870
- "exports": [
1871
- {
1872
- "kind": "js",
1873
- "name": "*",
1874
- "declaration": {
1875
- "name": "*",
1876
- "package": "./accordion.template"
1877
- }
1878
- },
1879
- {
1880
- "kind": "js",
1881
- "name": "*",
1882
- "declaration": {
1883
- "name": "*",
1884
- "package": "./accordion.styles"
1885
- }
1886
- },
1887
- {
1888
- "kind": "js",
1889
- "name": "*",
1890
- "declaration": {
1891
- "name": "*",
1892
- "package": "./accordion"
1893
- }
1894
- }
1895
- ]
1896
- },
1897
1715
  {
1898
1716
  "kind": "javascript-module",
1899
1717
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2453,6 +2271,188 @@
2453
2271
  }
2454
2272
  ]
2455
2273
  },
2274
+ {
2275
+ "kind": "javascript-module",
2276
+ "path": "src/accordion/accordion.styles.ts",
2277
+ "declarations": [
2278
+ {
2279
+ "kind": "function",
2280
+ "name": "foundationAccordionStyles",
2281
+ "return": {
2282
+ "type": {
2283
+ "text": "ElementStyles"
2284
+ }
2285
+ },
2286
+ "parameters": [
2287
+ {
2288
+ "name": "context",
2289
+ "type": {
2290
+ "text": "ElementDefinitionContext"
2291
+ }
2292
+ },
2293
+ {
2294
+ "name": "definition",
2295
+ "type": {
2296
+ "text": "FoundationElementDefinition"
2297
+ }
2298
+ }
2299
+ ]
2300
+ }
2301
+ ],
2302
+ "exports": [
2303
+ {
2304
+ "kind": "js",
2305
+ "name": "foundationAccordionStyles",
2306
+ "declaration": {
2307
+ "name": "foundationAccordionStyles",
2308
+ "module": "src/accordion/accordion.styles.ts"
2309
+ }
2310
+ }
2311
+ ]
2312
+ },
2313
+ {
2314
+ "kind": "javascript-module",
2315
+ "path": "src/accordion/accordion.template.ts",
2316
+ "declarations": [
2317
+ {
2318
+ "kind": "function",
2319
+ "name": "foundationAccordionTemplate",
2320
+ "return": {
2321
+ "type": {
2322
+ "text": "ViewTemplate<Accordion>"
2323
+ }
2324
+ },
2325
+ "parameters": [
2326
+ {
2327
+ "name": "context",
2328
+ "type": {
2329
+ "text": "ElementDefinitionContext"
2330
+ }
2331
+ },
2332
+ {
2333
+ "name": "definition",
2334
+ "type": {
2335
+ "text": "FoundationElementDefinition"
2336
+ }
2337
+ }
2338
+ ]
2339
+ }
2340
+ ],
2341
+ "exports": [
2342
+ {
2343
+ "kind": "js",
2344
+ "name": "foundationAccordionTemplate",
2345
+ "declaration": {
2346
+ "name": "foundationAccordionTemplate",
2347
+ "module": "src/accordion/accordion.template.ts"
2348
+ }
2349
+ }
2350
+ ]
2351
+ },
2352
+ {
2353
+ "kind": "javascript-module",
2354
+ "path": "src/accordion/accordion.ts",
2355
+ "declarations": [
2356
+ {
2357
+ "kind": "class",
2358
+ "description": "",
2359
+ "name": "Accordion",
2360
+ "superclass": {
2361
+ "name": "FASTAccordion",
2362
+ "package": "@microsoft/fast-foundation"
2363
+ },
2364
+ "tagName": "%%prefix%%-accordion",
2365
+ "customElement": true
2366
+ },
2367
+ {
2368
+ "kind": "variable",
2369
+ "name": "foundationAccordionShadowOptions",
2370
+ "type": {
2371
+ "text": "ShadowRootInit"
2372
+ },
2373
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2374
+ },
2375
+ {
2376
+ "kind": "variable",
2377
+ "name": "defaultAccordionConfig",
2378
+ "type": {
2379
+ "text": "object"
2380
+ },
2381
+ "default": "{}"
2382
+ },
2383
+ {
2384
+ "kind": "variable",
2385
+ "name": "foundationAccordion",
2386
+ "description": "The Foundation Accordion",
2387
+ "privacy": "public"
2388
+ }
2389
+ ],
2390
+ "exports": [
2391
+ {
2392
+ "kind": "js",
2393
+ "name": "Accordion",
2394
+ "declaration": {
2395
+ "name": "Accordion",
2396
+ "module": "src/accordion/accordion.ts"
2397
+ }
2398
+ },
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "foundationAccordionShadowOptions",
2402
+ "declaration": {
2403
+ "name": "foundationAccordionShadowOptions",
2404
+ "module": "src/accordion/accordion.ts"
2405
+ }
2406
+ },
2407
+ {
2408
+ "kind": "js",
2409
+ "name": "defaultAccordionConfig",
2410
+ "declaration": {
2411
+ "name": "defaultAccordionConfig",
2412
+ "module": "src/accordion/accordion.ts"
2413
+ }
2414
+ },
2415
+ {
2416
+ "kind": "js",
2417
+ "name": "foundationAccordion",
2418
+ "declaration": {
2419
+ "name": "foundationAccordion",
2420
+ "module": "src/accordion/accordion.ts"
2421
+ }
2422
+ }
2423
+ ]
2424
+ },
2425
+ {
2426
+ "kind": "javascript-module",
2427
+ "path": "src/accordion/index.ts",
2428
+ "declarations": [],
2429
+ "exports": [
2430
+ {
2431
+ "kind": "js",
2432
+ "name": "*",
2433
+ "declaration": {
2434
+ "name": "*",
2435
+ "package": "./accordion.template"
2436
+ }
2437
+ },
2438
+ {
2439
+ "kind": "js",
2440
+ "name": "*",
2441
+ "declaration": {
2442
+ "name": "*",
2443
+ "package": "./accordion.styles"
2444
+ }
2445
+ },
2446
+ {
2447
+ "kind": "js",
2448
+ "name": "*",
2449
+ "declaration": {
2450
+ "name": "*",
2451
+ "package": "./accordion"
2452
+ }
2453
+ }
2454
+ ]
2455
+ },
2456
2456
  {
2457
2457
  "kind": "javascript-module",
2458
2458
  "path": "src/ai-criteria-search/ai-criteria-search.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.407.0-workspaces.4",
4
+ "version": "14.408.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.407.0-workspaces.4",
89
- "@genesislcap/genx": "14.407.0-workspaces.4",
90
- "@genesislcap/rollup-builder": "14.407.0-workspaces.4",
91
- "@genesislcap/ts-builder": "14.407.0-workspaces.4",
92
- "@genesislcap/uvu-playwright-builder": "14.407.0-workspaces.4",
93
- "@genesislcap/vite-builder": "14.407.0-workspaces.4",
94
- "@genesislcap/webpack-builder": "14.407.0-workspaces.4",
88
+ "@genesislcap/foundation-testing": "14.408.0",
89
+ "@genesislcap/genx": "14.408.0",
90
+ "@genesislcap/rollup-builder": "14.408.0",
91
+ "@genesislcap/ts-builder": "14.408.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.408.0",
93
+ "@genesislcap/vite-builder": "14.408.0",
94
+ "@genesislcap/webpack-builder": "14.408.0",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -100,16 +100,16 @@
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.407.0-workspaces.4",
104
- "@genesislcap/foundation-ai": "14.407.0-workspaces.4",
105
- "@genesislcap/foundation-comms": "14.407.0-workspaces.4",
106
- "@genesislcap/foundation-criteria": "14.407.0-workspaces.4",
107
- "@genesislcap/foundation-errors": "14.407.0-workspaces.4",
108
- "@genesislcap/foundation-events": "14.407.0-workspaces.4",
109
- "@genesislcap/foundation-logger": "14.407.0-workspaces.4",
110
- "@genesislcap/foundation-notifications": "14.407.0-workspaces.4",
111
- "@genesislcap/foundation-user": "14.407.0-workspaces.4",
112
- "@genesislcap/foundation-utils": "14.407.0-workspaces.4",
103
+ "@genesislcap/expression-builder": "14.408.0",
104
+ "@genesislcap/foundation-ai": "14.408.0",
105
+ "@genesislcap/foundation-comms": "14.408.0",
106
+ "@genesislcap/foundation-criteria": "14.408.0",
107
+ "@genesislcap/foundation-errors": "14.408.0",
108
+ "@genesislcap/foundation-events": "14.408.0",
109
+ "@genesislcap/foundation-logger": "14.408.0",
110
+ "@genesislcap/foundation-notifications": "14.408.0",
111
+ "@genesislcap/foundation-user": "14.408.0",
112
+ "@genesislcap/foundation-utils": "14.408.0",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -131,5 +131,5 @@
131
131
  "access": "public"
132
132
  },
133
133
  "customElements": "dist/custom-elements.json",
134
- "gitHead": "923fa7c52904cc262f94b21f8c0b025986bfdf41"
134
+ "gitHead": "26b08831fd001b4ee95c8a0d3364a18c0ec4005b"
135
135
  }