@genesislcap/foundation-ui 14.262.1 → 14.262.2

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
@@ -911,188 +911,6 @@
911
911
  }
912
912
  ]
913
913
  },
914
- {
915
- "kind": "javascript-module",
916
- "path": "src/accordion/accordion.styles.ts",
917
- "declarations": [
918
- {
919
- "kind": "function",
920
- "name": "foundationAccordionStyles",
921
- "return": {
922
- "type": {
923
- "text": "ElementStyles"
924
- }
925
- },
926
- "parameters": [
927
- {
928
- "name": "context",
929
- "type": {
930
- "text": "ElementDefinitionContext"
931
- }
932
- },
933
- {
934
- "name": "definition",
935
- "type": {
936
- "text": "FoundationElementDefinition"
937
- }
938
- }
939
- ]
940
- }
941
- ],
942
- "exports": [
943
- {
944
- "kind": "js",
945
- "name": "foundationAccordionStyles",
946
- "declaration": {
947
- "name": "foundationAccordionStyles",
948
- "module": "src/accordion/accordion.styles.ts"
949
- }
950
- }
951
- ]
952
- },
953
- {
954
- "kind": "javascript-module",
955
- "path": "src/accordion/accordion.template.ts",
956
- "declarations": [
957
- {
958
- "kind": "function",
959
- "name": "foundationAccordionTemplate",
960
- "return": {
961
- "type": {
962
- "text": "ViewTemplate<Accordion>"
963
- }
964
- },
965
- "parameters": [
966
- {
967
- "name": "context",
968
- "type": {
969
- "text": "ElementDefinitionContext"
970
- }
971
- },
972
- {
973
- "name": "definition",
974
- "type": {
975
- "text": "FoundationElementDefinition"
976
- }
977
- }
978
- ]
979
- }
980
- ],
981
- "exports": [
982
- {
983
- "kind": "js",
984
- "name": "foundationAccordionTemplate",
985
- "declaration": {
986
- "name": "foundationAccordionTemplate",
987
- "module": "src/accordion/accordion.template.ts"
988
- }
989
- }
990
- ]
991
- },
992
- {
993
- "kind": "javascript-module",
994
- "path": "src/accordion/accordion.ts",
995
- "declarations": [
996
- {
997
- "kind": "class",
998
- "description": "",
999
- "name": "Accordion",
1000
- "superclass": {
1001
- "name": "FASTAccordion",
1002
- "package": "@microsoft/fast-foundation"
1003
- },
1004
- "tagName": "%%prefix%%-accordion",
1005
- "customElement": true
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordionShadowOptions",
1010
- "type": {
1011
- "text": "ShadowRootInit"
1012
- },
1013
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1014
- },
1015
- {
1016
- "kind": "variable",
1017
- "name": "defaultAccordionConfig",
1018
- "type": {
1019
- "text": "object"
1020
- },
1021
- "default": "{}"
1022
- },
1023
- {
1024
- "kind": "variable",
1025
- "name": "foundationAccordion",
1026
- "description": "The Foundation Accordion",
1027
- "privacy": "public"
1028
- }
1029
- ],
1030
- "exports": [
1031
- {
1032
- "kind": "js",
1033
- "name": "Accordion",
1034
- "declaration": {
1035
- "name": "Accordion",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordionShadowOptions",
1042
- "declaration": {
1043
- "name": "foundationAccordionShadowOptions",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "defaultAccordionConfig",
1050
- "declaration": {
1051
- "name": "defaultAccordionConfig",
1052
- "module": "src/accordion/accordion.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "foundationAccordion",
1058
- "declaration": {
1059
- "name": "foundationAccordion",
1060
- "module": "src/accordion/accordion.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/accordion/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion.template"
1076
- }
1077
- },
1078
- {
1079
- "kind": "js",
1080
- "name": "*",
1081
- "declaration": {
1082
- "name": "*",
1083
- "package": "./accordion.styles"
1084
- }
1085
- },
1086
- {
1087
- "kind": "js",
1088
- "name": "*",
1089
- "declaration": {
1090
- "name": "*",
1091
- "package": "./accordion"
1092
- }
1093
- }
1094
- ]
1095
- },
1096
914
  {
1097
915
  "kind": "javascript-module",
1098
916
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2046,6 +1864,188 @@
2046
1864
  }
2047
1865
  ]
2048
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
+ },
2049
2049
  {
2050
2050
  "kind": "javascript-module",
2051
2051
  "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.262.1",
4
+ "version": "14.262.2",
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.262.1",
87
- "@genesislcap/genx": "14.262.1",
88
- "@genesislcap/rollup-builder": "14.262.1",
89
- "@genesislcap/ts-builder": "14.262.1",
90
- "@genesislcap/uvu-playwright-builder": "14.262.1",
91
- "@genesislcap/vite-builder": "14.262.1",
92
- "@genesislcap/webpack-builder": "14.262.1",
86
+ "@genesislcap/foundation-testing": "14.262.2",
87
+ "@genesislcap/genx": "14.262.2",
88
+ "@genesislcap/rollup-builder": "14.262.2",
89
+ "@genesislcap/ts-builder": "14.262.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.262.2",
91
+ "@genesislcap/vite-builder": "14.262.2",
92
+ "@genesislcap/webpack-builder": "14.262.2",
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.262.1",
104
- "@genesislcap/foundation-comms": "14.262.1",
105
- "@genesislcap/foundation-criteria": "14.262.1",
106
- "@genesislcap/foundation-errors": "14.262.1",
107
- "@genesislcap/foundation-events": "14.262.1",
108
- "@genesislcap/foundation-logger": "14.262.1",
109
- "@genesislcap/foundation-notifications": "14.262.1",
110
- "@genesislcap/foundation-user": "14.262.1",
111
- "@genesislcap/foundation-utils": "14.262.1",
103
+ "@genesislcap/expression-builder": "14.262.2",
104
+ "@genesislcap/foundation-comms": "14.262.2",
105
+ "@genesislcap/foundation-criteria": "14.262.2",
106
+ "@genesislcap/foundation-errors": "14.262.2",
107
+ "@genesislcap/foundation-events": "14.262.2",
108
+ "@genesislcap/foundation-logger": "14.262.2",
109
+ "@genesislcap/foundation-notifications": "14.262.2",
110
+ "@genesislcap/foundation-user": "14.262.2",
111
+ "@genesislcap/foundation-utils": "14.262.2",
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": "cb79ea22c0027e331354fceac7ff86fa587d65dc"
133
+ "gitHead": "d4c7eaf9af2757646daf831ea8f2ce0c075832c0"
134
134
  }