@genesislcap/foundation-ui 14.396.2 → 14.396.3

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
@@ -1696,6 +1696,188 @@
1696
1696
  }
1697
1697
  ]
1698
1698
  },
1699
+ {
1700
+ "kind": "javascript-module",
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
+ "declarations": [],
1854
+ "exports": [
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./accordion.template"
1861
+ }
1862
+ },
1863
+ {
1864
+ "kind": "js",
1865
+ "name": "*",
1866
+ "declaration": {
1867
+ "name": "*",
1868
+ "package": "./accordion.styles"
1869
+ }
1870
+ },
1871
+ {
1872
+ "kind": "js",
1873
+ "name": "*",
1874
+ "declaration": {
1875
+ "name": "*",
1876
+ "package": "./accordion"
1877
+ }
1878
+ }
1879
+ ]
1880
+ },
1699
1881
  {
1700
1882
  "kind": "javascript-module",
1701
1883
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2255,188 +2437,6 @@
2255
2437
  }
2256
2438
  ]
2257
2439
  },
2258
- {
2259
- "kind": "javascript-module",
2260
- "path": "src/accordion/accordion.styles.ts",
2261
- "declarations": [
2262
- {
2263
- "kind": "function",
2264
- "name": "foundationAccordionStyles",
2265
- "return": {
2266
- "type": {
2267
- "text": "ElementStyles"
2268
- }
2269
- },
2270
- "parameters": [
2271
- {
2272
- "name": "context",
2273
- "type": {
2274
- "text": "ElementDefinitionContext"
2275
- }
2276
- },
2277
- {
2278
- "name": "definition",
2279
- "type": {
2280
- "text": "FoundationElementDefinition"
2281
- }
2282
- }
2283
- ]
2284
- }
2285
- ],
2286
- "exports": [
2287
- {
2288
- "kind": "js",
2289
- "name": "foundationAccordionStyles",
2290
- "declaration": {
2291
- "name": "foundationAccordionStyles",
2292
- "module": "src/accordion/accordion.styles.ts"
2293
- }
2294
- }
2295
- ]
2296
- },
2297
- {
2298
- "kind": "javascript-module",
2299
- "path": "src/accordion/accordion.template.ts",
2300
- "declarations": [
2301
- {
2302
- "kind": "function",
2303
- "name": "foundationAccordionTemplate",
2304
- "return": {
2305
- "type": {
2306
- "text": "ViewTemplate<Accordion>"
2307
- }
2308
- },
2309
- "parameters": [
2310
- {
2311
- "name": "context",
2312
- "type": {
2313
- "text": "ElementDefinitionContext"
2314
- }
2315
- },
2316
- {
2317
- "name": "definition",
2318
- "type": {
2319
- "text": "FoundationElementDefinition"
2320
- }
2321
- }
2322
- ]
2323
- }
2324
- ],
2325
- "exports": [
2326
- {
2327
- "kind": "js",
2328
- "name": "foundationAccordionTemplate",
2329
- "declaration": {
2330
- "name": "foundationAccordionTemplate",
2331
- "module": "src/accordion/accordion.template.ts"
2332
- }
2333
- }
2334
- ]
2335
- },
2336
- {
2337
- "kind": "javascript-module",
2338
- "path": "src/accordion/accordion.ts",
2339
- "declarations": [
2340
- {
2341
- "kind": "class",
2342
- "description": "",
2343
- "name": "Accordion",
2344
- "superclass": {
2345
- "name": "FASTAccordion",
2346
- "package": "@microsoft/fast-foundation"
2347
- },
2348
- "tagName": "%%prefix%%-accordion",
2349
- "customElement": true
2350
- },
2351
- {
2352
- "kind": "variable",
2353
- "name": "foundationAccordionShadowOptions",
2354
- "type": {
2355
- "text": "ShadowRootInit"
2356
- },
2357
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2358
- },
2359
- {
2360
- "kind": "variable",
2361
- "name": "defaultAccordionConfig",
2362
- "type": {
2363
- "text": "object"
2364
- },
2365
- "default": "{}"
2366
- },
2367
- {
2368
- "kind": "variable",
2369
- "name": "foundationAccordion",
2370
- "description": "The Foundation Accordion",
2371
- "privacy": "public"
2372
- }
2373
- ],
2374
- "exports": [
2375
- {
2376
- "kind": "js",
2377
- "name": "Accordion",
2378
- "declaration": {
2379
- "name": "Accordion",
2380
- "module": "src/accordion/accordion.ts"
2381
- }
2382
- },
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationAccordionShadowOptions",
2386
- "declaration": {
2387
- "name": "foundationAccordionShadowOptions",
2388
- "module": "src/accordion/accordion.ts"
2389
- }
2390
- },
2391
- {
2392
- "kind": "js",
2393
- "name": "defaultAccordionConfig",
2394
- "declaration": {
2395
- "name": "defaultAccordionConfig",
2396
- "module": "src/accordion/accordion.ts"
2397
- }
2398
- },
2399
- {
2400
- "kind": "js",
2401
- "name": "foundationAccordion",
2402
- "declaration": {
2403
- "name": "foundationAccordion",
2404
- "module": "src/accordion/accordion.ts"
2405
- }
2406
- }
2407
- ]
2408
- },
2409
- {
2410
- "kind": "javascript-module",
2411
- "path": "src/accordion/index.ts",
2412
- "declarations": [],
2413
- "exports": [
2414
- {
2415
- "kind": "js",
2416
- "name": "*",
2417
- "declaration": {
2418
- "name": "*",
2419
- "package": "./accordion.template"
2420
- }
2421
- },
2422
- {
2423
- "kind": "js",
2424
- "name": "*",
2425
- "declaration": {
2426
- "name": "*",
2427
- "package": "./accordion.styles"
2428
- }
2429
- },
2430
- {
2431
- "kind": "js",
2432
- "name": "*",
2433
- "declaration": {
2434
- "name": "*",
2435
- "package": "./accordion"
2436
- }
2437
- }
2438
- ]
2439
- },
2440
2440
  {
2441
2441
  "kind": "javascript-module",
2442
2442
  "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.396.2",
4
+ "version": "14.396.3",
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.396.2",
89
- "@genesislcap/genx": "14.396.2",
90
- "@genesislcap/rollup-builder": "14.396.2",
91
- "@genesislcap/ts-builder": "14.396.2",
92
- "@genesislcap/uvu-playwright-builder": "14.396.2",
93
- "@genesislcap/vite-builder": "14.396.2",
94
- "@genesislcap/webpack-builder": "14.396.2",
88
+ "@genesislcap/foundation-testing": "14.396.3",
89
+ "@genesislcap/genx": "14.396.3",
90
+ "@genesislcap/rollup-builder": "14.396.3",
91
+ "@genesislcap/ts-builder": "14.396.3",
92
+ "@genesislcap/uvu-playwright-builder": "14.396.3",
93
+ "@genesislcap/vite-builder": "14.396.3",
94
+ "@genesislcap/webpack-builder": "14.396.3",
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.396.2",
104
- "@genesislcap/foundation-comms": "14.396.2",
105
- "@genesislcap/foundation-criteria": "14.396.2",
106
- "@genesislcap/foundation-errors": "14.396.2",
107
- "@genesislcap/foundation-events": "14.396.2",
108
- "@genesislcap/foundation-logger": "14.396.2",
109
- "@genesislcap/foundation-notifications": "14.396.2",
110
- "@genesislcap/foundation-user": "14.396.2",
111
- "@genesislcap/foundation-utils": "14.396.2",
103
+ "@genesislcap/expression-builder": "14.396.3",
104
+ "@genesislcap/foundation-comms": "14.396.3",
105
+ "@genesislcap/foundation-criteria": "14.396.3",
106
+ "@genesislcap/foundation-errors": "14.396.3",
107
+ "@genesislcap/foundation-events": "14.396.3",
108
+ "@genesislcap/foundation-logger": "14.396.3",
109
+ "@genesislcap/foundation-notifications": "14.396.3",
110
+ "@genesislcap/foundation-user": "14.396.3",
111
+ "@genesislcap/foundation-utils": "14.396.3",
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": "e24bbfe35e3296eb083c3ed6ab3cdf6b7670fed2"
133
+ "gitHead": "6f85d4d04625c1ed860ab8d0b0bdb10c097b1440"
134
134
  }