@genesislcap/foundation-ui 14.285.0 → 14.286.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 +18 -18
@@ -1247,6 +1247,37 @@
1247
1247
  }
1248
1248
  ]
1249
1249
  },
1250
+ {
1251
+ "kind": "javascript-module",
1252
+ "path": "src/_config/index.ts",
1253
+ "declarations": [],
1254
+ "exports": [
1255
+ {
1256
+ "kind": "js",
1257
+ "name": "*",
1258
+ "declaration": {
1259
+ "name": "*",
1260
+ "package": "./styles"
1261
+ }
1262
+ },
1263
+ {
1264
+ "kind": "js",
1265
+ "name": "*",
1266
+ "declaration": {
1267
+ "name": "*",
1268
+ "package": "./tokens"
1269
+ }
1270
+ },
1271
+ {
1272
+ "kind": "js",
1273
+ "name": "*",
1274
+ "declaration": {
1275
+ "name": "*",
1276
+ "package": "./values"
1277
+ }
1278
+ }
1279
+ ]
1280
+ },
1250
1281
  {
1251
1282
  "kind": "javascript-module",
1252
1283
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1641,6 +1672,188 @@
1641
1672
  }
1642
1673
  ]
1643
1674
  },
1675
+ {
1676
+ "kind": "javascript-module",
1677
+ "path": "src/accordion/accordion.styles.ts",
1678
+ "declarations": [
1679
+ {
1680
+ "kind": "function",
1681
+ "name": "foundationAccordionStyles",
1682
+ "return": {
1683
+ "type": {
1684
+ "text": "ElementStyles"
1685
+ }
1686
+ },
1687
+ "parameters": [
1688
+ {
1689
+ "name": "context",
1690
+ "type": {
1691
+ "text": "ElementDefinitionContext"
1692
+ }
1693
+ },
1694
+ {
1695
+ "name": "definition",
1696
+ "type": {
1697
+ "text": "FoundationElementDefinition"
1698
+ }
1699
+ }
1700
+ ]
1701
+ }
1702
+ ],
1703
+ "exports": [
1704
+ {
1705
+ "kind": "js",
1706
+ "name": "foundationAccordionStyles",
1707
+ "declaration": {
1708
+ "name": "foundationAccordionStyles",
1709
+ "module": "src/accordion/accordion.styles.ts"
1710
+ }
1711
+ }
1712
+ ]
1713
+ },
1714
+ {
1715
+ "kind": "javascript-module",
1716
+ "path": "src/accordion/accordion.template.ts",
1717
+ "declarations": [
1718
+ {
1719
+ "kind": "function",
1720
+ "name": "foundationAccordionTemplate",
1721
+ "return": {
1722
+ "type": {
1723
+ "text": "ViewTemplate<Accordion>"
1724
+ }
1725
+ },
1726
+ "parameters": [
1727
+ {
1728
+ "name": "context",
1729
+ "type": {
1730
+ "text": "ElementDefinitionContext"
1731
+ }
1732
+ },
1733
+ {
1734
+ "name": "definition",
1735
+ "type": {
1736
+ "text": "FoundationElementDefinition"
1737
+ }
1738
+ }
1739
+ ]
1740
+ }
1741
+ ],
1742
+ "exports": [
1743
+ {
1744
+ "kind": "js",
1745
+ "name": "foundationAccordionTemplate",
1746
+ "declaration": {
1747
+ "name": "foundationAccordionTemplate",
1748
+ "module": "src/accordion/accordion.template.ts"
1749
+ }
1750
+ }
1751
+ ]
1752
+ },
1753
+ {
1754
+ "kind": "javascript-module",
1755
+ "path": "src/accordion/accordion.ts",
1756
+ "declarations": [
1757
+ {
1758
+ "kind": "class",
1759
+ "description": "",
1760
+ "name": "Accordion",
1761
+ "superclass": {
1762
+ "name": "FASTAccordion",
1763
+ "package": "@microsoft/fast-foundation"
1764
+ },
1765
+ "tagName": "%%prefix%%-accordion",
1766
+ "customElement": true
1767
+ },
1768
+ {
1769
+ "kind": "variable",
1770
+ "name": "foundationAccordionShadowOptions",
1771
+ "type": {
1772
+ "text": "ShadowRootInit"
1773
+ },
1774
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1775
+ },
1776
+ {
1777
+ "kind": "variable",
1778
+ "name": "defaultAccordionConfig",
1779
+ "type": {
1780
+ "text": "object"
1781
+ },
1782
+ "default": "{}"
1783
+ },
1784
+ {
1785
+ "kind": "variable",
1786
+ "name": "foundationAccordion",
1787
+ "description": "The Foundation Accordion",
1788
+ "privacy": "public"
1789
+ }
1790
+ ],
1791
+ "exports": [
1792
+ {
1793
+ "kind": "js",
1794
+ "name": "Accordion",
1795
+ "declaration": {
1796
+ "name": "Accordion",
1797
+ "module": "src/accordion/accordion.ts"
1798
+ }
1799
+ },
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "foundationAccordionShadowOptions",
1803
+ "declaration": {
1804
+ "name": "foundationAccordionShadowOptions",
1805
+ "module": "src/accordion/accordion.ts"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "defaultAccordionConfig",
1811
+ "declaration": {
1812
+ "name": "defaultAccordionConfig",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "foundationAccordion",
1819
+ "declaration": {
1820
+ "name": "foundationAccordion",
1821
+ "module": "src/accordion/accordion.ts"
1822
+ }
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "kind": "javascript-module",
1828
+ "path": "src/accordion/index.ts",
1829
+ "declarations": [],
1830
+ "exports": [
1831
+ {
1832
+ "kind": "js",
1833
+ "name": "*",
1834
+ "declaration": {
1835
+ "name": "*",
1836
+ "package": "./accordion.template"
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "js",
1841
+ "name": "*",
1842
+ "declaration": {
1843
+ "name": "*",
1844
+ "package": "./accordion.styles"
1845
+ }
1846
+ },
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./accordion"
1853
+ }
1854
+ }
1855
+ ]
1856
+ },
1644
1857
  {
1645
1858
  "kind": "javascript-module",
1646
1859
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2200,219 +2413,6 @@
2200
2413
  }
2201
2414
  ]
2202
2415
  },
2203
- {
2204
- "kind": "javascript-module",
2205
- "path": "src/_config/index.ts",
2206
- "declarations": [],
2207
- "exports": [
2208
- {
2209
- "kind": "js",
2210
- "name": "*",
2211
- "declaration": {
2212
- "name": "*",
2213
- "package": "./styles"
2214
- }
2215
- },
2216
- {
2217
- "kind": "js",
2218
- "name": "*",
2219
- "declaration": {
2220
- "name": "*",
2221
- "package": "./tokens"
2222
- }
2223
- },
2224
- {
2225
- "kind": "js",
2226
- "name": "*",
2227
- "declaration": {
2228
- "name": "*",
2229
- "package": "./values"
2230
- }
2231
- }
2232
- ]
2233
- },
2234
- {
2235
- "kind": "javascript-module",
2236
- "path": "src/accordion/accordion.styles.ts",
2237
- "declarations": [
2238
- {
2239
- "kind": "function",
2240
- "name": "foundationAccordionStyles",
2241
- "return": {
2242
- "type": {
2243
- "text": "ElementStyles"
2244
- }
2245
- },
2246
- "parameters": [
2247
- {
2248
- "name": "context",
2249
- "type": {
2250
- "text": "ElementDefinitionContext"
2251
- }
2252
- },
2253
- {
2254
- "name": "definition",
2255
- "type": {
2256
- "text": "FoundationElementDefinition"
2257
- }
2258
- }
2259
- ]
2260
- }
2261
- ],
2262
- "exports": [
2263
- {
2264
- "kind": "js",
2265
- "name": "foundationAccordionStyles",
2266
- "declaration": {
2267
- "name": "foundationAccordionStyles",
2268
- "module": "src/accordion/accordion.styles.ts"
2269
- }
2270
- }
2271
- ]
2272
- },
2273
- {
2274
- "kind": "javascript-module",
2275
- "path": "src/accordion/accordion.template.ts",
2276
- "declarations": [
2277
- {
2278
- "kind": "function",
2279
- "name": "foundationAccordionTemplate",
2280
- "return": {
2281
- "type": {
2282
- "text": "ViewTemplate<Accordion>"
2283
- }
2284
- },
2285
- "parameters": [
2286
- {
2287
- "name": "context",
2288
- "type": {
2289
- "text": "ElementDefinitionContext"
2290
- }
2291
- },
2292
- {
2293
- "name": "definition",
2294
- "type": {
2295
- "text": "FoundationElementDefinition"
2296
- }
2297
- }
2298
- ]
2299
- }
2300
- ],
2301
- "exports": [
2302
- {
2303
- "kind": "js",
2304
- "name": "foundationAccordionTemplate",
2305
- "declaration": {
2306
- "name": "foundationAccordionTemplate",
2307
- "module": "src/accordion/accordion.template.ts"
2308
- }
2309
- }
2310
- ]
2311
- },
2312
- {
2313
- "kind": "javascript-module",
2314
- "path": "src/accordion/accordion.ts",
2315
- "declarations": [
2316
- {
2317
- "kind": "class",
2318
- "description": "",
2319
- "name": "Accordion",
2320
- "superclass": {
2321
- "name": "FASTAccordion",
2322
- "package": "@microsoft/fast-foundation"
2323
- },
2324
- "tagName": "%%prefix%%-accordion",
2325
- "customElement": true
2326
- },
2327
- {
2328
- "kind": "variable",
2329
- "name": "foundationAccordionShadowOptions",
2330
- "type": {
2331
- "text": "ShadowRootInit"
2332
- },
2333
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2334
- },
2335
- {
2336
- "kind": "variable",
2337
- "name": "defaultAccordionConfig",
2338
- "type": {
2339
- "text": "object"
2340
- },
2341
- "default": "{}"
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "foundationAccordion",
2346
- "description": "The Foundation Accordion",
2347
- "privacy": "public"
2348
- }
2349
- ],
2350
- "exports": [
2351
- {
2352
- "kind": "js",
2353
- "name": "Accordion",
2354
- "declaration": {
2355
- "name": "Accordion",
2356
- "module": "src/accordion/accordion.ts"
2357
- }
2358
- },
2359
- {
2360
- "kind": "js",
2361
- "name": "foundationAccordionShadowOptions",
2362
- "declaration": {
2363
- "name": "foundationAccordionShadowOptions",
2364
- "module": "src/accordion/accordion.ts"
2365
- }
2366
- },
2367
- {
2368
- "kind": "js",
2369
- "name": "defaultAccordionConfig",
2370
- "declaration": {
2371
- "name": "defaultAccordionConfig",
2372
- "module": "src/accordion/accordion.ts"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "foundationAccordion",
2378
- "declaration": {
2379
- "name": "foundationAccordion",
2380
- "module": "src/accordion/accordion.ts"
2381
- }
2382
- }
2383
- ]
2384
- },
2385
- {
2386
- "kind": "javascript-module",
2387
- "path": "src/accordion/index.ts",
2388
- "declarations": [],
2389
- "exports": [
2390
- {
2391
- "kind": "js",
2392
- "name": "*",
2393
- "declaration": {
2394
- "name": "*",
2395
- "package": "./accordion.template"
2396
- }
2397
- },
2398
- {
2399
- "kind": "js",
2400
- "name": "*",
2401
- "declaration": {
2402
- "name": "*",
2403
- "package": "./accordion.styles"
2404
- }
2405
- },
2406
- {
2407
- "kind": "js",
2408
- "name": "*",
2409
- "declaration": {
2410
- "name": "*",
2411
- "package": "./accordion"
2412
- }
2413
- }
2414
- ]
2415
- },
2416
2416
  {
2417
2417
  "kind": "javascript-module",
2418
2418
  "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.285.0",
4
+ "version": "14.286.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.285.0",
87
- "@genesislcap/genx": "14.285.0",
88
- "@genesislcap/rollup-builder": "14.285.0",
89
- "@genesislcap/ts-builder": "14.285.0",
90
- "@genesislcap/uvu-playwright-builder": "14.285.0",
91
- "@genesislcap/vite-builder": "14.285.0",
92
- "@genesislcap/webpack-builder": "14.285.0",
86
+ "@genesislcap/foundation-testing": "14.286.0",
87
+ "@genesislcap/genx": "14.286.0",
88
+ "@genesislcap/rollup-builder": "14.286.0",
89
+ "@genesislcap/ts-builder": "14.286.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.286.0",
91
+ "@genesislcap/vite-builder": "14.286.0",
92
+ "@genesislcap/webpack-builder": "14.286.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.285.0",
104
- "@genesislcap/foundation-comms": "14.285.0",
105
- "@genesislcap/foundation-criteria": "14.285.0",
106
- "@genesislcap/foundation-errors": "14.285.0",
107
- "@genesislcap/foundation-events": "14.285.0",
108
- "@genesislcap/foundation-logger": "14.285.0",
109
- "@genesislcap/foundation-notifications": "14.285.0",
110
- "@genesislcap/foundation-user": "14.285.0",
111
- "@genesislcap/foundation-utils": "14.285.0",
103
+ "@genesislcap/expression-builder": "14.286.0",
104
+ "@genesislcap/foundation-comms": "14.286.0",
105
+ "@genesislcap/foundation-criteria": "14.286.0",
106
+ "@genesislcap/foundation-errors": "14.286.0",
107
+ "@genesislcap/foundation-events": "14.286.0",
108
+ "@genesislcap/foundation-logger": "14.286.0",
109
+ "@genesislcap/foundation-notifications": "14.286.0",
110
+ "@genesislcap/foundation-user": "14.286.0",
111
+ "@genesislcap/foundation-utils": "14.286.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": "45006991dfd619837fe3093077405efeb710c5cd"
133
+ "gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
134
134
  }