@genesislcap/foundation-ui 14.265.1 → 14.266.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
@@ -1864,6 +1864,188 @@
1864
1864
  }
1865
1865
  ]
1866
1866
  },
1867
+ {
1868
+ "kind": "javascript-module",
1869
+ "path": "src/accordion/accordion.styles.ts",
1870
+ "declarations": [
1871
+ {
1872
+ "kind": "function",
1873
+ "name": "foundationAccordionStyles",
1874
+ "return": {
1875
+ "type": {
1876
+ "text": "ElementStyles"
1877
+ }
1878
+ },
1879
+ "parameters": [
1880
+ {
1881
+ "name": "context",
1882
+ "type": {
1883
+ "text": "ElementDefinitionContext"
1884
+ }
1885
+ },
1886
+ {
1887
+ "name": "definition",
1888
+ "type": {
1889
+ "text": "FoundationElementDefinition"
1890
+ }
1891
+ }
1892
+ ]
1893
+ }
1894
+ ],
1895
+ "exports": [
1896
+ {
1897
+ "kind": "js",
1898
+ "name": "foundationAccordionStyles",
1899
+ "declaration": {
1900
+ "name": "foundationAccordionStyles",
1901
+ "module": "src/accordion/accordion.styles.ts"
1902
+ }
1903
+ }
1904
+ ]
1905
+ },
1906
+ {
1907
+ "kind": "javascript-module",
1908
+ "path": "src/accordion/accordion.template.ts",
1909
+ "declarations": [
1910
+ {
1911
+ "kind": "function",
1912
+ "name": "foundationAccordionTemplate",
1913
+ "return": {
1914
+ "type": {
1915
+ "text": "ViewTemplate<Accordion>"
1916
+ }
1917
+ },
1918
+ "parameters": [
1919
+ {
1920
+ "name": "context",
1921
+ "type": {
1922
+ "text": "ElementDefinitionContext"
1923
+ }
1924
+ },
1925
+ {
1926
+ "name": "definition",
1927
+ "type": {
1928
+ "text": "FoundationElementDefinition"
1929
+ }
1930
+ }
1931
+ ]
1932
+ }
1933
+ ],
1934
+ "exports": [
1935
+ {
1936
+ "kind": "js",
1937
+ "name": "foundationAccordionTemplate",
1938
+ "declaration": {
1939
+ "name": "foundationAccordionTemplate",
1940
+ "module": "src/accordion/accordion.template.ts"
1941
+ }
1942
+ }
1943
+ ]
1944
+ },
1945
+ {
1946
+ "kind": "javascript-module",
1947
+ "path": "src/accordion/accordion.ts",
1948
+ "declarations": [
1949
+ {
1950
+ "kind": "class",
1951
+ "description": "",
1952
+ "name": "Accordion",
1953
+ "superclass": {
1954
+ "name": "FASTAccordion",
1955
+ "package": "@microsoft/fast-foundation"
1956
+ },
1957
+ "tagName": "%%prefix%%-accordion",
1958
+ "customElement": true
1959
+ },
1960
+ {
1961
+ "kind": "variable",
1962
+ "name": "foundationAccordionShadowOptions",
1963
+ "type": {
1964
+ "text": "ShadowRootInit"
1965
+ },
1966
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1967
+ },
1968
+ {
1969
+ "kind": "variable",
1970
+ "name": "defaultAccordionConfig",
1971
+ "type": {
1972
+ "text": "object"
1973
+ },
1974
+ "default": "{}"
1975
+ },
1976
+ {
1977
+ "kind": "variable",
1978
+ "name": "foundationAccordion",
1979
+ "description": "The Foundation Accordion",
1980
+ "privacy": "public"
1981
+ }
1982
+ ],
1983
+ "exports": [
1984
+ {
1985
+ "kind": "js",
1986
+ "name": "Accordion",
1987
+ "declaration": {
1988
+ "name": "Accordion",
1989
+ "module": "src/accordion/accordion.ts"
1990
+ }
1991
+ },
1992
+ {
1993
+ "kind": "js",
1994
+ "name": "foundationAccordionShadowOptions",
1995
+ "declaration": {
1996
+ "name": "foundationAccordionShadowOptions",
1997
+ "module": "src/accordion/accordion.ts"
1998
+ }
1999
+ },
2000
+ {
2001
+ "kind": "js",
2002
+ "name": "defaultAccordionConfig",
2003
+ "declaration": {
2004
+ "name": "defaultAccordionConfig",
2005
+ "module": "src/accordion/accordion.ts"
2006
+ }
2007
+ },
2008
+ {
2009
+ "kind": "js",
2010
+ "name": "foundationAccordion",
2011
+ "declaration": {
2012
+ "name": "foundationAccordion",
2013
+ "module": "src/accordion/accordion.ts"
2014
+ }
2015
+ }
2016
+ ]
2017
+ },
2018
+ {
2019
+ "kind": "javascript-module",
2020
+ "path": "src/accordion/index.ts",
2021
+ "declarations": [],
2022
+ "exports": [
2023
+ {
2024
+ "kind": "js",
2025
+ "name": "*",
2026
+ "declaration": {
2027
+ "name": "*",
2028
+ "package": "./accordion.template"
2029
+ }
2030
+ },
2031
+ {
2032
+ "kind": "js",
2033
+ "name": "*",
2034
+ "declaration": {
2035
+ "name": "*",
2036
+ "package": "./accordion.styles"
2037
+ }
2038
+ },
2039
+ {
2040
+ "kind": "js",
2041
+ "name": "*",
2042
+ "declaration": {
2043
+ "name": "*",
2044
+ "package": "./accordion"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
1867
2049
  {
1868
2050
  "kind": "javascript-module",
1869
2051
  "path": "src/anchor/anchor.styles.ts",
@@ -2384,188 +2566,6 @@
2384
2566
  }
2385
2567
  ]
2386
2568
  },
2387
- {
2388
- "kind": "javascript-module",
2389
- "path": "src/accordion/accordion.styles.ts",
2390
- "declarations": [
2391
- {
2392
- "kind": "function",
2393
- "name": "foundationAccordionStyles",
2394
- "return": {
2395
- "type": {
2396
- "text": "ElementStyles"
2397
- }
2398
- },
2399
- "parameters": [
2400
- {
2401
- "name": "context",
2402
- "type": {
2403
- "text": "ElementDefinitionContext"
2404
- }
2405
- },
2406
- {
2407
- "name": "definition",
2408
- "type": {
2409
- "text": "FoundationElementDefinition"
2410
- }
2411
- }
2412
- ]
2413
- }
2414
- ],
2415
- "exports": [
2416
- {
2417
- "kind": "js",
2418
- "name": "foundationAccordionStyles",
2419
- "declaration": {
2420
- "name": "foundationAccordionStyles",
2421
- "module": "src/accordion/accordion.styles.ts"
2422
- }
2423
- }
2424
- ]
2425
- },
2426
- {
2427
- "kind": "javascript-module",
2428
- "path": "src/accordion/accordion.template.ts",
2429
- "declarations": [
2430
- {
2431
- "kind": "function",
2432
- "name": "foundationAccordionTemplate",
2433
- "return": {
2434
- "type": {
2435
- "text": "ViewTemplate<Accordion>"
2436
- }
2437
- },
2438
- "parameters": [
2439
- {
2440
- "name": "context",
2441
- "type": {
2442
- "text": "ElementDefinitionContext"
2443
- }
2444
- },
2445
- {
2446
- "name": "definition",
2447
- "type": {
2448
- "text": "FoundationElementDefinition"
2449
- }
2450
- }
2451
- ]
2452
- }
2453
- ],
2454
- "exports": [
2455
- {
2456
- "kind": "js",
2457
- "name": "foundationAccordionTemplate",
2458
- "declaration": {
2459
- "name": "foundationAccordionTemplate",
2460
- "module": "src/accordion/accordion.template.ts"
2461
- }
2462
- }
2463
- ]
2464
- },
2465
- {
2466
- "kind": "javascript-module",
2467
- "path": "src/accordion/accordion.ts",
2468
- "declarations": [
2469
- {
2470
- "kind": "class",
2471
- "description": "",
2472
- "name": "Accordion",
2473
- "superclass": {
2474
- "name": "FASTAccordion",
2475
- "package": "@microsoft/fast-foundation"
2476
- },
2477
- "tagName": "%%prefix%%-accordion",
2478
- "customElement": true
2479
- },
2480
- {
2481
- "kind": "variable",
2482
- "name": "foundationAccordionShadowOptions",
2483
- "type": {
2484
- "text": "ShadowRootInit"
2485
- },
2486
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2487
- },
2488
- {
2489
- "kind": "variable",
2490
- "name": "defaultAccordionConfig",
2491
- "type": {
2492
- "text": "object"
2493
- },
2494
- "default": "{}"
2495
- },
2496
- {
2497
- "kind": "variable",
2498
- "name": "foundationAccordion",
2499
- "description": "The Foundation Accordion",
2500
- "privacy": "public"
2501
- }
2502
- ],
2503
- "exports": [
2504
- {
2505
- "kind": "js",
2506
- "name": "Accordion",
2507
- "declaration": {
2508
- "name": "Accordion",
2509
- "module": "src/accordion/accordion.ts"
2510
- }
2511
- },
2512
- {
2513
- "kind": "js",
2514
- "name": "foundationAccordionShadowOptions",
2515
- "declaration": {
2516
- "name": "foundationAccordionShadowOptions",
2517
- "module": "src/accordion/accordion.ts"
2518
- }
2519
- },
2520
- {
2521
- "kind": "js",
2522
- "name": "defaultAccordionConfig",
2523
- "declaration": {
2524
- "name": "defaultAccordionConfig",
2525
- "module": "src/accordion/accordion.ts"
2526
- }
2527
- },
2528
- {
2529
- "kind": "js",
2530
- "name": "foundationAccordion",
2531
- "declaration": {
2532
- "name": "foundationAccordion",
2533
- "module": "src/accordion/accordion.ts"
2534
- }
2535
- }
2536
- ]
2537
- },
2538
- {
2539
- "kind": "javascript-module",
2540
- "path": "src/accordion/index.ts",
2541
- "declarations": [],
2542
- "exports": [
2543
- {
2544
- "kind": "js",
2545
- "name": "*",
2546
- "declaration": {
2547
- "name": "*",
2548
- "package": "./accordion.template"
2549
- }
2550
- },
2551
- {
2552
- "kind": "js",
2553
- "name": "*",
2554
- "declaration": {
2555
- "name": "*",
2556
- "package": "./accordion.styles"
2557
- }
2558
- },
2559
- {
2560
- "kind": "js",
2561
- "name": "*",
2562
- "declaration": {
2563
- "name": "*",
2564
- "package": "./accordion"
2565
- }
2566
- }
2567
- ]
2568
- },
2569
2569
  {
2570
2570
  "kind": "javascript-module",
2571
2571
  "path": "src/anchored-region/anchor-region.template.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.265.1",
4
+ "version": "14.266.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.265.1",
87
- "@genesislcap/genx": "14.265.1",
88
- "@genesislcap/rollup-builder": "14.265.1",
89
- "@genesislcap/ts-builder": "14.265.1",
90
- "@genesislcap/uvu-playwright-builder": "14.265.1",
91
- "@genesislcap/vite-builder": "14.265.1",
92
- "@genesislcap/webpack-builder": "14.265.1",
86
+ "@genesislcap/foundation-testing": "14.266.0",
87
+ "@genesislcap/genx": "14.266.0",
88
+ "@genesislcap/rollup-builder": "14.266.0",
89
+ "@genesislcap/ts-builder": "14.266.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.266.0",
91
+ "@genesislcap/vite-builder": "14.266.0",
92
+ "@genesislcap/webpack-builder": "14.266.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.265.1",
104
- "@genesislcap/foundation-comms": "14.265.1",
105
- "@genesislcap/foundation-criteria": "14.265.1",
106
- "@genesislcap/foundation-errors": "14.265.1",
107
- "@genesislcap/foundation-events": "14.265.1",
108
- "@genesislcap/foundation-logger": "14.265.1",
109
- "@genesislcap/foundation-notifications": "14.265.1",
110
- "@genesislcap/foundation-user": "14.265.1",
111
- "@genesislcap/foundation-utils": "14.265.1",
103
+ "@genesislcap/expression-builder": "14.266.0",
104
+ "@genesislcap/foundation-comms": "14.266.0",
105
+ "@genesislcap/foundation-criteria": "14.266.0",
106
+ "@genesislcap/foundation-errors": "14.266.0",
107
+ "@genesislcap/foundation-events": "14.266.0",
108
+ "@genesislcap/foundation-logger": "14.266.0",
109
+ "@genesislcap/foundation-notifications": "14.266.0",
110
+ "@genesislcap/foundation-user": "14.266.0",
111
+ "@genesislcap/foundation-utils": "14.266.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": "0a6e8bc8aad1a31d18c5fb627636ca04a785c5bd"
133
+ "gitHead": "c8edbdf4a417312f24fc9d83c8abbdf16a2a9739"
134
134
  }