@genesislcap/foundation-ui 14.373.2-MX-499.4 → 14.373.2-MX-499-LIST.1

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 +19 -22
@@ -1688,6 +1688,188 @@
1688
1688
  }
1689
1689
  ]
1690
1690
  },
1691
+ {
1692
+ "kind": "javascript-module",
1693
+ "path": "src/accordion/accordion.styles.ts",
1694
+ "declarations": [
1695
+ {
1696
+ "kind": "function",
1697
+ "name": "foundationAccordionStyles",
1698
+ "return": {
1699
+ "type": {
1700
+ "text": "ElementStyles"
1701
+ }
1702
+ },
1703
+ "parameters": [
1704
+ {
1705
+ "name": "context",
1706
+ "type": {
1707
+ "text": "ElementDefinitionContext"
1708
+ }
1709
+ },
1710
+ {
1711
+ "name": "definition",
1712
+ "type": {
1713
+ "text": "FoundationElementDefinition"
1714
+ }
1715
+ }
1716
+ ]
1717
+ }
1718
+ ],
1719
+ "exports": [
1720
+ {
1721
+ "kind": "js",
1722
+ "name": "foundationAccordionStyles",
1723
+ "declaration": {
1724
+ "name": "foundationAccordionStyles",
1725
+ "module": "src/accordion/accordion.styles.ts"
1726
+ }
1727
+ }
1728
+ ]
1729
+ },
1730
+ {
1731
+ "kind": "javascript-module",
1732
+ "path": "src/accordion/accordion.template.ts",
1733
+ "declarations": [
1734
+ {
1735
+ "kind": "function",
1736
+ "name": "foundationAccordionTemplate",
1737
+ "return": {
1738
+ "type": {
1739
+ "text": "ViewTemplate<Accordion>"
1740
+ }
1741
+ },
1742
+ "parameters": [
1743
+ {
1744
+ "name": "context",
1745
+ "type": {
1746
+ "text": "ElementDefinitionContext"
1747
+ }
1748
+ },
1749
+ {
1750
+ "name": "definition",
1751
+ "type": {
1752
+ "text": "FoundationElementDefinition"
1753
+ }
1754
+ }
1755
+ ]
1756
+ }
1757
+ ],
1758
+ "exports": [
1759
+ {
1760
+ "kind": "js",
1761
+ "name": "foundationAccordionTemplate",
1762
+ "declaration": {
1763
+ "name": "foundationAccordionTemplate",
1764
+ "module": "src/accordion/accordion.template.ts"
1765
+ }
1766
+ }
1767
+ ]
1768
+ },
1769
+ {
1770
+ "kind": "javascript-module",
1771
+ "path": "src/accordion/accordion.ts",
1772
+ "declarations": [
1773
+ {
1774
+ "kind": "class",
1775
+ "description": "",
1776
+ "name": "Accordion",
1777
+ "superclass": {
1778
+ "name": "FASTAccordion",
1779
+ "package": "@microsoft/fast-foundation"
1780
+ },
1781
+ "tagName": "%%prefix%%-accordion",
1782
+ "customElement": true
1783
+ },
1784
+ {
1785
+ "kind": "variable",
1786
+ "name": "foundationAccordionShadowOptions",
1787
+ "type": {
1788
+ "text": "ShadowRootInit"
1789
+ },
1790
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1791
+ },
1792
+ {
1793
+ "kind": "variable",
1794
+ "name": "defaultAccordionConfig",
1795
+ "type": {
1796
+ "text": "object"
1797
+ },
1798
+ "default": "{}"
1799
+ },
1800
+ {
1801
+ "kind": "variable",
1802
+ "name": "foundationAccordion",
1803
+ "description": "The Foundation Accordion",
1804
+ "privacy": "public"
1805
+ }
1806
+ ],
1807
+ "exports": [
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "Accordion",
1811
+ "declaration": {
1812
+ "name": "Accordion",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "foundationAccordionShadowOptions",
1819
+ "declaration": {
1820
+ "name": "foundationAccordionShadowOptions",
1821
+ "module": "src/accordion/accordion.ts"
1822
+ }
1823
+ },
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "defaultAccordionConfig",
1827
+ "declaration": {
1828
+ "name": "defaultAccordionConfig",
1829
+ "module": "src/accordion/accordion.ts"
1830
+ }
1831
+ },
1832
+ {
1833
+ "kind": "js",
1834
+ "name": "foundationAccordion",
1835
+ "declaration": {
1836
+ "name": "foundationAccordion",
1837
+ "module": "src/accordion/accordion.ts"
1838
+ }
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "kind": "javascript-module",
1844
+ "path": "src/accordion/index.ts",
1845
+ "declarations": [],
1846
+ "exports": [
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./accordion.template"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./accordion.styles"
1861
+ }
1862
+ },
1863
+ {
1864
+ "kind": "js",
1865
+ "name": "*",
1866
+ "declaration": {
1867
+ "name": "*",
1868
+ "package": "./accordion"
1869
+ }
1870
+ }
1871
+ ]
1872
+ },
1691
1873
  {
1692
1874
  "kind": "javascript-module",
1693
1875
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2767,188 +2949,6 @@
2767
2949
  }
2768
2950
  ]
2769
2951
  },
2770
- {
2771
- "kind": "javascript-module",
2772
- "path": "src/accordion/accordion.styles.ts",
2773
- "declarations": [
2774
- {
2775
- "kind": "function",
2776
- "name": "foundationAccordionStyles",
2777
- "return": {
2778
- "type": {
2779
- "text": "ElementStyles"
2780
- }
2781
- },
2782
- "parameters": [
2783
- {
2784
- "name": "context",
2785
- "type": {
2786
- "text": "ElementDefinitionContext"
2787
- }
2788
- },
2789
- {
2790
- "name": "definition",
2791
- "type": {
2792
- "text": "FoundationElementDefinition"
2793
- }
2794
- }
2795
- ]
2796
- }
2797
- ],
2798
- "exports": [
2799
- {
2800
- "kind": "js",
2801
- "name": "foundationAccordionStyles",
2802
- "declaration": {
2803
- "name": "foundationAccordionStyles",
2804
- "module": "src/accordion/accordion.styles.ts"
2805
- }
2806
- }
2807
- ]
2808
- },
2809
- {
2810
- "kind": "javascript-module",
2811
- "path": "src/accordion/accordion.template.ts",
2812
- "declarations": [
2813
- {
2814
- "kind": "function",
2815
- "name": "foundationAccordionTemplate",
2816
- "return": {
2817
- "type": {
2818
- "text": "ViewTemplate<Accordion>"
2819
- }
2820
- },
2821
- "parameters": [
2822
- {
2823
- "name": "context",
2824
- "type": {
2825
- "text": "ElementDefinitionContext"
2826
- }
2827
- },
2828
- {
2829
- "name": "definition",
2830
- "type": {
2831
- "text": "FoundationElementDefinition"
2832
- }
2833
- }
2834
- ]
2835
- }
2836
- ],
2837
- "exports": [
2838
- {
2839
- "kind": "js",
2840
- "name": "foundationAccordionTemplate",
2841
- "declaration": {
2842
- "name": "foundationAccordionTemplate",
2843
- "module": "src/accordion/accordion.template.ts"
2844
- }
2845
- }
2846
- ]
2847
- },
2848
- {
2849
- "kind": "javascript-module",
2850
- "path": "src/accordion/accordion.ts",
2851
- "declarations": [
2852
- {
2853
- "kind": "class",
2854
- "description": "",
2855
- "name": "Accordion",
2856
- "superclass": {
2857
- "name": "FASTAccordion",
2858
- "package": "@microsoft/fast-foundation"
2859
- },
2860
- "tagName": "%%prefix%%-accordion",
2861
- "customElement": true
2862
- },
2863
- {
2864
- "kind": "variable",
2865
- "name": "foundationAccordionShadowOptions",
2866
- "type": {
2867
- "text": "ShadowRootInit"
2868
- },
2869
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "defaultAccordionConfig",
2874
- "type": {
2875
- "text": "object"
2876
- },
2877
- "default": "{}"
2878
- },
2879
- {
2880
- "kind": "variable",
2881
- "name": "foundationAccordion",
2882
- "description": "The Foundation Accordion",
2883
- "privacy": "public"
2884
- }
2885
- ],
2886
- "exports": [
2887
- {
2888
- "kind": "js",
2889
- "name": "Accordion",
2890
- "declaration": {
2891
- "name": "Accordion",
2892
- "module": "src/accordion/accordion.ts"
2893
- }
2894
- },
2895
- {
2896
- "kind": "js",
2897
- "name": "foundationAccordionShadowOptions",
2898
- "declaration": {
2899
- "name": "foundationAccordionShadowOptions",
2900
- "module": "src/accordion/accordion.ts"
2901
- }
2902
- },
2903
- {
2904
- "kind": "js",
2905
- "name": "defaultAccordionConfig",
2906
- "declaration": {
2907
- "name": "defaultAccordionConfig",
2908
- "module": "src/accordion/accordion.ts"
2909
- }
2910
- },
2911
- {
2912
- "kind": "js",
2913
- "name": "foundationAccordion",
2914
- "declaration": {
2915
- "name": "foundationAccordion",
2916
- "module": "src/accordion/accordion.ts"
2917
- }
2918
- }
2919
- ]
2920
- },
2921
- {
2922
- "kind": "javascript-module",
2923
- "path": "src/accordion/index.ts",
2924
- "declarations": [],
2925
- "exports": [
2926
- {
2927
- "kind": "js",
2928
- "name": "*",
2929
- "declaration": {
2930
- "name": "*",
2931
- "package": "./accordion.template"
2932
- }
2933
- },
2934
- {
2935
- "kind": "js",
2936
- "name": "*",
2937
- "declaration": {
2938
- "name": "*",
2939
- "package": "./accordion.styles"
2940
- }
2941
- },
2942
- {
2943
- "kind": "js",
2944
- "name": "*",
2945
- "declaration": {
2946
- "name": "*",
2947
- "package": "./accordion"
2948
- }
2949
- }
2950
- ]
2951
- },
2952
2952
  {
2953
2953
  "kind": "javascript-module",
2954
2954
  "path": "src/anchored-region/anchor-region.template.ts",
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.373.2-MX-499.4",
5
- "sideEffects": [
6
- "./src/**/*.ts",
7
- "./dist/**/*.js"
8
- ],
4
+ "version": "14.373.2-MX-499-LIST.1",
5
+ "sideEffects": false,
9
6
  "license": "SEE LICENSE IN license.txt",
10
7
  "main": "dist/esm/index.js",
11
8
  "types": "dist/dts/index.d.ts",
@@ -86,13 +83,13 @@
86
83
  }
87
84
  },
88
85
  "devDependencies": {
89
- "@genesislcap/foundation-testing": "14.373.2-MX-499.4",
90
- "@genesislcap/genx": "14.373.2-MX-499.4",
91
- "@genesislcap/rollup-builder": "14.373.2-MX-499.4",
92
- "@genesislcap/ts-builder": "14.373.2-MX-499.4",
93
- "@genesislcap/uvu-playwright-builder": "14.373.2-MX-499.4",
94
- "@genesislcap/vite-builder": "14.373.2-MX-499.4",
95
- "@genesislcap/webpack-builder": "14.373.2-MX-499.4",
86
+ "@genesislcap/foundation-testing": "14.373.2-MX-499-LIST.1",
87
+ "@genesislcap/genx": "14.373.2-MX-499-LIST.1",
88
+ "@genesislcap/rollup-builder": "14.373.2-MX-499-LIST.1",
89
+ "@genesislcap/ts-builder": "14.373.2-MX-499-LIST.1",
90
+ "@genesislcap/uvu-playwright-builder": "14.373.2-MX-499-LIST.1",
91
+ "@genesislcap/vite-builder": "14.373.2-MX-499-LIST.1",
92
+ "@genesislcap/webpack-builder": "14.373.2-MX-499-LIST.1",
96
93
  "copyfiles": "^2.4.1"
97
94
  },
98
95
  "dependencies": {
@@ -101,15 +98,15 @@
101
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
102
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
103
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
104
- "@genesislcap/expression-builder": "14.373.2-MX-499.4",
105
- "@genesislcap/foundation-comms": "14.373.2-MX-499.4",
106
- "@genesislcap/foundation-criteria": "14.373.2-MX-499.4",
107
- "@genesislcap/foundation-errors": "14.373.2-MX-499.4",
108
- "@genesislcap/foundation-events": "14.373.2-MX-499.4",
109
- "@genesislcap/foundation-logger": "14.373.2-MX-499.4",
110
- "@genesislcap/foundation-notifications": "14.373.2-MX-499.4",
111
- "@genesislcap/foundation-user": "14.373.2-MX-499.4",
112
- "@genesislcap/foundation-utils": "14.373.2-MX-499.4",
101
+ "@genesislcap/expression-builder": "14.373.2-MX-499-LIST.1",
102
+ "@genesislcap/foundation-comms": "14.373.2-MX-499-LIST.1",
103
+ "@genesislcap/foundation-criteria": "14.373.2-MX-499-LIST.1",
104
+ "@genesislcap/foundation-errors": "14.373.2-MX-499-LIST.1",
105
+ "@genesislcap/foundation-events": "14.373.2-MX-499-LIST.1",
106
+ "@genesislcap/foundation-logger": "14.373.2-MX-499-LIST.1",
107
+ "@genesislcap/foundation-notifications": "14.373.2-MX-499-LIST.1",
108
+ "@genesislcap/foundation-user": "14.373.2-MX-499-LIST.1",
109
+ "@genesislcap/foundation-utils": "14.373.2-MX-499-LIST.1",
113
110
  "@microsoft/fast-colors": "5.3.1",
114
111
  "@microsoft/fast-components": "2.30.6",
115
112
  "@microsoft/fast-element": "1.14.0",
@@ -131,5 +128,5 @@
131
128
  "access": "public"
132
129
  },
133
130
  "customElements": "dist/custom-elements.json",
134
- "gitHead": "6d4bc5f43c45e4ff5f3043afb28a39625011b297"
131
+ "gitHead": "7241279314a174536b42109fff4e98bd7ad07b99"
135
132
  }