@genesislcap/foundation-ui 14.296.0 → 14.298.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
@@ -1680,188 +1680,6 @@
1680
1680
  }
1681
1681
  ]
1682
1682
  },
1683
- {
1684
- "kind": "javascript-module",
1685
- "path": "src/accordion/accordion.styles.ts",
1686
- "declarations": [
1687
- {
1688
- "kind": "function",
1689
- "name": "foundationAccordionStyles",
1690
- "return": {
1691
- "type": {
1692
- "text": "ElementStyles"
1693
- }
1694
- },
1695
- "parameters": [
1696
- {
1697
- "name": "context",
1698
- "type": {
1699
- "text": "ElementDefinitionContext"
1700
- }
1701
- },
1702
- {
1703
- "name": "definition",
1704
- "type": {
1705
- "text": "FoundationElementDefinition"
1706
- }
1707
- }
1708
- ]
1709
- }
1710
- ],
1711
- "exports": [
1712
- {
1713
- "kind": "js",
1714
- "name": "foundationAccordionStyles",
1715
- "declaration": {
1716
- "name": "foundationAccordionStyles",
1717
- "module": "src/accordion/accordion.styles.ts"
1718
- }
1719
- }
1720
- ]
1721
- },
1722
- {
1723
- "kind": "javascript-module",
1724
- "path": "src/accordion/accordion.template.ts",
1725
- "declarations": [
1726
- {
1727
- "kind": "function",
1728
- "name": "foundationAccordionTemplate",
1729
- "return": {
1730
- "type": {
1731
- "text": "ViewTemplate<Accordion>"
1732
- }
1733
- },
1734
- "parameters": [
1735
- {
1736
- "name": "context",
1737
- "type": {
1738
- "text": "ElementDefinitionContext"
1739
- }
1740
- },
1741
- {
1742
- "name": "definition",
1743
- "type": {
1744
- "text": "FoundationElementDefinition"
1745
- }
1746
- }
1747
- ]
1748
- }
1749
- ],
1750
- "exports": [
1751
- {
1752
- "kind": "js",
1753
- "name": "foundationAccordionTemplate",
1754
- "declaration": {
1755
- "name": "foundationAccordionTemplate",
1756
- "module": "src/accordion/accordion.template.ts"
1757
- }
1758
- }
1759
- ]
1760
- },
1761
- {
1762
- "kind": "javascript-module",
1763
- "path": "src/accordion/accordion.ts",
1764
- "declarations": [
1765
- {
1766
- "kind": "class",
1767
- "description": "",
1768
- "name": "Accordion",
1769
- "superclass": {
1770
- "name": "FASTAccordion",
1771
- "package": "@microsoft/fast-foundation"
1772
- },
1773
- "tagName": "%%prefix%%-accordion",
1774
- "customElement": true
1775
- },
1776
- {
1777
- "kind": "variable",
1778
- "name": "foundationAccordionShadowOptions",
1779
- "type": {
1780
- "text": "ShadowRootInit"
1781
- },
1782
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1783
- },
1784
- {
1785
- "kind": "variable",
1786
- "name": "defaultAccordionConfig",
1787
- "type": {
1788
- "text": "object"
1789
- },
1790
- "default": "{}"
1791
- },
1792
- {
1793
- "kind": "variable",
1794
- "name": "foundationAccordion",
1795
- "description": "The Foundation Accordion",
1796
- "privacy": "public"
1797
- }
1798
- ],
1799
- "exports": [
1800
- {
1801
- "kind": "js",
1802
- "name": "Accordion",
1803
- "declaration": {
1804
- "name": "Accordion",
1805
- "module": "src/accordion/accordion.ts"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "foundationAccordionShadowOptions",
1811
- "declaration": {
1812
- "name": "foundationAccordionShadowOptions",
1813
- "module": "src/accordion/accordion.ts"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "defaultAccordionConfig",
1819
- "declaration": {
1820
- "name": "defaultAccordionConfig",
1821
- "module": "src/accordion/accordion.ts"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "foundationAccordion",
1827
- "declaration": {
1828
- "name": "foundationAccordion",
1829
- "module": "src/accordion/accordion.ts"
1830
- }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/accordion/index.ts",
1837
- "declarations": [],
1838
- "exports": [
1839
- {
1840
- "kind": "js",
1841
- "name": "*",
1842
- "declaration": {
1843
- "name": "*",
1844
- "package": "./accordion.template"
1845
- }
1846
- },
1847
- {
1848
- "kind": "js",
1849
- "name": "*",
1850
- "declaration": {
1851
- "name": "*",
1852
- "package": "./accordion.styles"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "*",
1858
- "declaration": {
1859
- "name": "*",
1860
- "package": "./accordion"
1861
- }
1862
- }
1863
- ]
1864
- },
1865
1683
  {
1866
1684
  "kind": "javascript-module",
1867
1685
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2421,6 +2239,188 @@
2421
2239
  }
2422
2240
  ]
2423
2241
  },
2242
+ {
2243
+ "kind": "javascript-module",
2244
+ "path": "src/accordion/accordion.styles.ts",
2245
+ "declarations": [
2246
+ {
2247
+ "kind": "function",
2248
+ "name": "foundationAccordionStyles",
2249
+ "return": {
2250
+ "type": {
2251
+ "text": "ElementStyles"
2252
+ }
2253
+ },
2254
+ "parameters": [
2255
+ {
2256
+ "name": "context",
2257
+ "type": {
2258
+ "text": "ElementDefinitionContext"
2259
+ }
2260
+ },
2261
+ {
2262
+ "name": "definition",
2263
+ "type": {
2264
+ "text": "FoundationElementDefinition"
2265
+ }
2266
+ }
2267
+ ]
2268
+ }
2269
+ ],
2270
+ "exports": [
2271
+ {
2272
+ "kind": "js",
2273
+ "name": "foundationAccordionStyles",
2274
+ "declaration": {
2275
+ "name": "foundationAccordionStyles",
2276
+ "module": "src/accordion/accordion.styles.ts"
2277
+ }
2278
+ }
2279
+ ]
2280
+ },
2281
+ {
2282
+ "kind": "javascript-module",
2283
+ "path": "src/accordion/accordion.template.ts",
2284
+ "declarations": [
2285
+ {
2286
+ "kind": "function",
2287
+ "name": "foundationAccordionTemplate",
2288
+ "return": {
2289
+ "type": {
2290
+ "text": "ViewTemplate<Accordion>"
2291
+ }
2292
+ },
2293
+ "parameters": [
2294
+ {
2295
+ "name": "context",
2296
+ "type": {
2297
+ "text": "ElementDefinitionContext"
2298
+ }
2299
+ },
2300
+ {
2301
+ "name": "definition",
2302
+ "type": {
2303
+ "text": "FoundationElementDefinition"
2304
+ }
2305
+ }
2306
+ ]
2307
+ }
2308
+ ],
2309
+ "exports": [
2310
+ {
2311
+ "kind": "js",
2312
+ "name": "foundationAccordionTemplate",
2313
+ "declaration": {
2314
+ "name": "foundationAccordionTemplate",
2315
+ "module": "src/accordion/accordion.template.ts"
2316
+ }
2317
+ }
2318
+ ]
2319
+ },
2320
+ {
2321
+ "kind": "javascript-module",
2322
+ "path": "src/accordion/accordion.ts",
2323
+ "declarations": [
2324
+ {
2325
+ "kind": "class",
2326
+ "description": "",
2327
+ "name": "Accordion",
2328
+ "superclass": {
2329
+ "name": "FASTAccordion",
2330
+ "package": "@microsoft/fast-foundation"
2331
+ },
2332
+ "tagName": "%%prefix%%-accordion",
2333
+ "customElement": true
2334
+ },
2335
+ {
2336
+ "kind": "variable",
2337
+ "name": "foundationAccordionShadowOptions",
2338
+ "type": {
2339
+ "text": "ShadowRootInit"
2340
+ },
2341
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2342
+ },
2343
+ {
2344
+ "kind": "variable",
2345
+ "name": "defaultAccordionConfig",
2346
+ "type": {
2347
+ "text": "object"
2348
+ },
2349
+ "default": "{}"
2350
+ },
2351
+ {
2352
+ "kind": "variable",
2353
+ "name": "foundationAccordion",
2354
+ "description": "The Foundation Accordion",
2355
+ "privacy": "public"
2356
+ }
2357
+ ],
2358
+ "exports": [
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "Accordion",
2362
+ "declaration": {
2363
+ "name": "Accordion",
2364
+ "module": "src/accordion/accordion.ts"
2365
+ }
2366
+ },
2367
+ {
2368
+ "kind": "js",
2369
+ "name": "foundationAccordionShadowOptions",
2370
+ "declaration": {
2371
+ "name": "foundationAccordionShadowOptions",
2372
+ "module": "src/accordion/accordion.ts"
2373
+ }
2374
+ },
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "defaultAccordionConfig",
2378
+ "declaration": {
2379
+ "name": "defaultAccordionConfig",
2380
+ "module": "src/accordion/accordion.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "foundationAccordion",
2386
+ "declaration": {
2387
+ "name": "foundationAccordion",
2388
+ "module": "src/accordion/accordion.ts"
2389
+ }
2390
+ }
2391
+ ]
2392
+ },
2393
+ {
2394
+ "kind": "javascript-module",
2395
+ "path": "src/accordion/index.ts",
2396
+ "declarations": [],
2397
+ "exports": [
2398
+ {
2399
+ "kind": "js",
2400
+ "name": "*",
2401
+ "declaration": {
2402
+ "name": "*",
2403
+ "package": "./accordion.template"
2404
+ }
2405
+ },
2406
+ {
2407
+ "kind": "js",
2408
+ "name": "*",
2409
+ "declaration": {
2410
+ "name": "*",
2411
+ "package": "./accordion.styles"
2412
+ }
2413
+ },
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "*",
2417
+ "declaration": {
2418
+ "name": "*",
2419
+ "package": "./accordion"
2420
+ }
2421
+ }
2422
+ ]
2423
+ },
2424
2424
  {
2425
2425
  "kind": "javascript-module",
2426
2426
  "path": "src/anchor/anchor.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.296.0",
4
+ "version": "14.298.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.296.0",
87
- "@genesislcap/genx": "14.296.0",
88
- "@genesislcap/rollup-builder": "14.296.0",
89
- "@genesislcap/ts-builder": "14.296.0",
90
- "@genesislcap/uvu-playwright-builder": "14.296.0",
91
- "@genesislcap/vite-builder": "14.296.0",
92
- "@genesislcap/webpack-builder": "14.296.0",
86
+ "@genesislcap/foundation-testing": "14.298.0",
87
+ "@genesislcap/genx": "14.298.0",
88
+ "@genesislcap/rollup-builder": "14.298.0",
89
+ "@genesislcap/ts-builder": "14.298.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.298.0",
91
+ "@genesislcap/vite-builder": "14.298.0",
92
+ "@genesislcap/webpack-builder": "14.298.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.296.0",
104
- "@genesislcap/foundation-comms": "14.296.0",
105
- "@genesislcap/foundation-criteria": "14.296.0",
106
- "@genesislcap/foundation-errors": "14.296.0",
107
- "@genesislcap/foundation-events": "14.296.0",
108
- "@genesislcap/foundation-logger": "14.296.0",
109
- "@genesislcap/foundation-notifications": "14.296.0",
110
- "@genesislcap/foundation-user": "14.296.0",
111
- "@genesislcap/foundation-utils": "14.296.0",
103
+ "@genesislcap/expression-builder": "14.298.0",
104
+ "@genesislcap/foundation-comms": "14.298.0",
105
+ "@genesislcap/foundation-criteria": "14.298.0",
106
+ "@genesislcap/foundation-errors": "14.298.0",
107
+ "@genesislcap/foundation-events": "14.298.0",
108
+ "@genesislcap/foundation-logger": "14.298.0",
109
+ "@genesislcap/foundation-notifications": "14.298.0",
110
+ "@genesislcap/foundation-user": "14.298.0",
111
+ "@genesislcap/foundation-utils": "14.298.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": "b39d43917f83e982be25f04961346d802691fd7d"
133
+ "gitHead": "f1279d076ccabb6108d854c2e596078afe285eb0"
134
134
  }