@genesislcap/foundation-ui 14.393.5-alpha-6098f2f.0 → 14.395.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 +186 -186
  2. package/package.json +18 -18
@@ -1271,6 +1271,37 @@
1271
1271
  }
1272
1272
  ]
1273
1273
  },
1274
+ {
1275
+ "kind": "javascript-module",
1276
+ "path": "src/_config/index.ts",
1277
+ "declarations": [],
1278
+ "exports": [
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "*",
1282
+ "declaration": {
1283
+ "name": "*",
1284
+ "package": "./styles"
1285
+ }
1286
+ },
1287
+ {
1288
+ "kind": "js",
1289
+ "name": "*",
1290
+ "declaration": {
1291
+ "name": "*",
1292
+ "package": "./tokens"
1293
+ }
1294
+ },
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "*",
1298
+ "declaration": {
1299
+ "name": "*",
1300
+ "package": "./values"
1301
+ }
1302
+ }
1303
+ ]
1304
+ },
1274
1305
  {
1275
1306
  "kind": "javascript-module",
1276
1307
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1667,7 +1698,158 @@
1667
1698
  },
1668
1699
  {
1669
1700
  "kind": "javascript-module",
1670
- "path": "src/_config/index.ts",
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",
1671
1853
  "declarations": [],
1672
1854
  "exports": [
1673
1855
  {
@@ -1675,7 +1857,7 @@
1675
1857
  "name": "*",
1676
1858
  "declaration": {
1677
1859
  "name": "*",
1678
- "package": "./styles"
1860
+ "package": "./accordion.template"
1679
1861
  }
1680
1862
  },
1681
1863
  {
@@ -1683,7 +1865,7 @@
1683
1865
  "name": "*",
1684
1866
  "declaration": {
1685
1867
  "name": "*",
1686
- "package": "./tokens"
1868
+ "package": "./accordion.styles"
1687
1869
  }
1688
1870
  },
1689
1871
  {
@@ -1691,7 +1873,7 @@
1691
1873
  "name": "*",
1692
1874
  "declaration": {
1693
1875
  "name": "*",
1694
- "package": "./values"
1876
+ "package": "./accordion"
1695
1877
  }
1696
1878
  }
1697
1879
  ]
@@ -2775,188 +2957,6 @@
2775
2957
  }
2776
2958
  ]
2777
2959
  },
2778
- {
2779
- "kind": "javascript-module",
2780
- "path": "src/accordion/accordion.styles.ts",
2781
- "declarations": [
2782
- {
2783
- "kind": "function",
2784
- "name": "foundationAccordionStyles",
2785
- "return": {
2786
- "type": {
2787
- "text": "ElementStyles"
2788
- }
2789
- },
2790
- "parameters": [
2791
- {
2792
- "name": "context",
2793
- "type": {
2794
- "text": "ElementDefinitionContext"
2795
- }
2796
- },
2797
- {
2798
- "name": "definition",
2799
- "type": {
2800
- "text": "FoundationElementDefinition"
2801
- }
2802
- }
2803
- ]
2804
- }
2805
- ],
2806
- "exports": [
2807
- {
2808
- "kind": "js",
2809
- "name": "foundationAccordionStyles",
2810
- "declaration": {
2811
- "name": "foundationAccordionStyles",
2812
- "module": "src/accordion/accordion.styles.ts"
2813
- }
2814
- }
2815
- ]
2816
- },
2817
- {
2818
- "kind": "javascript-module",
2819
- "path": "src/accordion/accordion.template.ts",
2820
- "declarations": [
2821
- {
2822
- "kind": "function",
2823
- "name": "foundationAccordionTemplate",
2824
- "return": {
2825
- "type": {
2826
- "text": "ViewTemplate<Accordion>"
2827
- }
2828
- },
2829
- "parameters": [
2830
- {
2831
- "name": "context",
2832
- "type": {
2833
- "text": "ElementDefinitionContext"
2834
- }
2835
- },
2836
- {
2837
- "name": "definition",
2838
- "type": {
2839
- "text": "FoundationElementDefinition"
2840
- }
2841
- }
2842
- ]
2843
- }
2844
- ],
2845
- "exports": [
2846
- {
2847
- "kind": "js",
2848
- "name": "foundationAccordionTemplate",
2849
- "declaration": {
2850
- "name": "foundationAccordionTemplate",
2851
- "module": "src/accordion/accordion.template.ts"
2852
- }
2853
- }
2854
- ]
2855
- },
2856
- {
2857
- "kind": "javascript-module",
2858
- "path": "src/accordion/accordion.ts",
2859
- "declarations": [
2860
- {
2861
- "kind": "class",
2862
- "description": "",
2863
- "name": "Accordion",
2864
- "superclass": {
2865
- "name": "FASTAccordion",
2866
- "package": "@microsoft/fast-foundation"
2867
- },
2868
- "tagName": "%%prefix%%-accordion",
2869
- "customElement": true
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "foundationAccordionShadowOptions",
2874
- "type": {
2875
- "text": "ShadowRootInit"
2876
- },
2877
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2878
- },
2879
- {
2880
- "kind": "variable",
2881
- "name": "defaultAccordionConfig",
2882
- "type": {
2883
- "text": "object"
2884
- },
2885
- "default": "{}"
2886
- },
2887
- {
2888
- "kind": "variable",
2889
- "name": "foundationAccordion",
2890
- "description": "The Foundation Accordion",
2891
- "privacy": "public"
2892
- }
2893
- ],
2894
- "exports": [
2895
- {
2896
- "kind": "js",
2897
- "name": "Accordion",
2898
- "declaration": {
2899
- "name": "Accordion",
2900
- "module": "src/accordion/accordion.ts"
2901
- }
2902
- },
2903
- {
2904
- "kind": "js",
2905
- "name": "foundationAccordionShadowOptions",
2906
- "declaration": {
2907
- "name": "foundationAccordionShadowOptions",
2908
- "module": "src/accordion/accordion.ts"
2909
- }
2910
- },
2911
- {
2912
- "kind": "js",
2913
- "name": "defaultAccordionConfig",
2914
- "declaration": {
2915
- "name": "defaultAccordionConfig",
2916
- "module": "src/accordion/accordion.ts"
2917
- }
2918
- },
2919
- {
2920
- "kind": "js",
2921
- "name": "foundationAccordion",
2922
- "declaration": {
2923
- "name": "foundationAccordion",
2924
- "module": "src/accordion/accordion.ts"
2925
- }
2926
- }
2927
- ]
2928
- },
2929
- {
2930
- "kind": "javascript-module",
2931
- "path": "src/accordion/index.ts",
2932
- "declarations": [],
2933
- "exports": [
2934
- {
2935
- "kind": "js",
2936
- "name": "*",
2937
- "declaration": {
2938
- "name": "*",
2939
- "package": "./accordion.template"
2940
- }
2941
- },
2942
- {
2943
- "kind": "js",
2944
- "name": "*",
2945
- "declaration": {
2946
- "name": "*",
2947
- "package": "./accordion.styles"
2948
- }
2949
- },
2950
- {
2951
- "kind": "js",
2952
- "name": "*",
2953
- "declaration": {
2954
- "name": "*",
2955
- "package": "./accordion"
2956
- }
2957
- }
2958
- ]
2959
- },
2960
2960
  {
2961
2961
  "kind": "javascript-module",
2962
2962
  "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.393.5-alpha-6098f2f.0",
4
+ "version": "14.395.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.393.5-alpha-6098f2f.0",
89
- "@genesislcap/genx": "14.393.5-alpha-6098f2f.0",
90
- "@genesislcap/rollup-builder": "14.393.5-alpha-6098f2f.0",
91
- "@genesislcap/ts-builder": "14.393.5-alpha-6098f2f.0",
92
- "@genesislcap/uvu-playwright-builder": "14.393.5-alpha-6098f2f.0",
93
- "@genesislcap/vite-builder": "14.393.5-alpha-6098f2f.0",
94
- "@genesislcap/webpack-builder": "14.393.5-alpha-6098f2f.0",
88
+ "@genesislcap/foundation-testing": "14.395.0",
89
+ "@genesislcap/genx": "14.395.0",
90
+ "@genesislcap/rollup-builder": "14.395.0",
91
+ "@genesislcap/ts-builder": "14.395.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.395.0",
93
+ "@genesislcap/vite-builder": "14.395.0",
94
+ "@genesislcap/webpack-builder": "14.395.0",
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.393.5-alpha-6098f2f.0",
104
- "@genesislcap/foundation-comms": "14.393.5-alpha-6098f2f.0",
105
- "@genesislcap/foundation-criteria": "14.393.5-alpha-6098f2f.0",
106
- "@genesislcap/foundation-errors": "14.393.5-alpha-6098f2f.0",
107
- "@genesislcap/foundation-events": "14.393.5-alpha-6098f2f.0",
108
- "@genesislcap/foundation-logger": "14.393.5-alpha-6098f2f.0",
109
- "@genesislcap/foundation-notifications": "14.393.5-alpha-6098f2f.0",
110
- "@genesislcap/foundation-user": "14.393.5-alpha-6098f2f.0",
111
- "@genesislcap/foundation-utils": "14.393.5-alpha-6098f2f.0",
103
+ "@genesislcap/expression-builder": "14.395.0",
104
+ "@genesislcap/foundation-comms": "14.395.0",
105
+ "@genesislcap/foundation-criteria": "14.395.0",
106
+ "@genesislcap/foundation-errors": "14.395.0",
107
+ "@genesislcap/foundation-events": "14.395.0",
108
+ "@genesislcap/foundation-logger": "14.395.0",
109
+ "@genesislcap/foundation-notifications": "14.395.0",
110
+ "@genesislcap/foundation-user": "14.395.0",
111
+ "@genesislcap/foundation-utils": "14.395.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": "c351f1146516bf658f4ff61e37f56e8492741c90"
133
+ "gitHead": "fb6a934ee936db50a36a54c1f5a790f3dcb81321"
134
134
  }