@genesislcap/foundation-ui 14.275.3 → 14.276.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
@@ -913,188 +913,6 @@
913
913
  }
914
914
  ]
915
915
  },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/accordion/accordion.styles.ts",
919
- "declarations": [
920
- {
921
- "kind": "function",
922
- "name": "foundationAccordionStyles",
923
- "return": {
924
- "type": {
925
- "text": "ElementStyles"
926
- }
927
- },
928
- "parameters": [
929
- {
930
- "name": "context",
931
- "type": {
932
- "text": "ElementDefinitionContext"
933
- }
934
- },
935
- {
936
- "name": "definition",
937
- "type": {
938
- "text": "FoundationElementDefinition"
939
- }
940
- }
941
- ]
942
- }
943
- ],
944
- "exports": [
945
- {
946
- "kind": "js",
947
- "name": "foundationAccordionStyles",
948
- "declaration": {
949
- "name": "foundationAccordionStyles",
950
- "module": "src/accordion/accordion.styles.ts"
951
- }
952
- }
953
- ]
954
- },
955
- {
956
- "kind": "javascript-module",
957
- "path": "src/accordion/accordion.template.ts",
958
- "declarations": [
959
- {
960
- "kind": "function",
961
- "name": "foundationAccordionTemplate",
962
- "return": {
963
- "type": {
964
- "text": "ViewTemplate<Accordion>"
965
- }
966
- },
967
- "parameters": [
968
- {
969
- "name": "context",
970
- "type": {
971
- "text": "ElementDefinitionContext"
972
- }
973
- },
974
- {
975
- "name": "definition",
976
- "type": {
977
- "text": "FoundationElementDefinition"
978
- }
979
- }
980
- ]
981
- }
982
- ],
983
- "exports": [
984
- {
985
- "kind": "js",
986
- "name": "foundationAccordionTemplate",
987
- "declaration": {
988
- "name": "foundationAccordionTemplate",
989
- "module": "src/accordion/accordion.template.ts"
990
- }
991
- }
992
- ]
993
- },
994
- {
995
- "kind": "javascript-module",
996
- "path": "src/accordion/accordion.ts",
997
- "declarations": [
998
- {
999
- "kind": "class",
1000
- "description": "",
1001
- "name": "Accordion",
1002
- "superclass": {
1003
- "name": "FASTAccordion",
1004
- "package": "@microsoft/fast-foundation"
1005
- },
1006
- "tagName": "%%prefix%%-accordion",
1007
- "customElement": true
1008
- },
1009
- {
1010
- "kind": "variable",
1011
- "name": "foundationAccordionShadowOptions",
1012
- "type": {
1013
- "text": "ShadowRootInit"
1014
- },
1015
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1016
- },
1017
- {
1018
- "kind": "variable",
1019
- "name": "defaultAccordionConfig",
1020
- "type": {
1021
- "text": "object"
1022
- },
1023
- "default": "{}"
1024
- },
1025
- {
1026
- "kind": "variable",
1027
- "name": "foundationAccordion",
1028
- "description": "The Foundation Accordion",
1029
- "privacy": "public"
1030
- }
1031
- ],
1032
- "exports": [
1033
- {
1034
- "kind": "js",
1035
- "name": "Accordion",
1036
- "declaration": {
1037
- "name": "Accordion",
1038
- "module": "src/accordion/accordion.ts"
1039
- }
1040
- },
1041
- {
1042
- "kind": "js",
1043
- "name": "foundationAccordionShadowOptions",
1044
- "declaration": {
1045
- "name": "foundationAccordionShadowOptions",
1046
- "module": "src/accordion/accordion.ts"
1047
- }
1048
- },
1049
- {
1050
- "kind": "js",
1051
- "name": "defaultAccordionConfig",
1052
- "declaration": {
1053
- "name": "defaultAccordionConfig",
1054
- "module": "src/accordion/accordion.ts"
1055
- }
1056
- },
1057
- {
1058
- "kind": "js",
1059
- "name": "foundationAccordion",
1060
- "declaration": {
1061
- "name": "foundationAccordion",
1062
- "module": "src/accordion/accordion.ts"
1063
- }
1064
- }
1065
- ]
1066
- },
1067
- {
1068
- "kind": "javascript-module",
1069
- "path": "src/accordion/index.ts",
1070
- "declarations": [],
1071
- "exports": [
1072
- {
1073
- "kind": "js",
1074
- "name": "*",
1075
- "declaration": {
1076
- "name": "*",
1077
- "package": "./accordion.template"
1078
- }
1079
- },
1080
- {
1081
- "kind": "js",
1082
- "name": "*",
1083
- "declaration": {
1084
- "name": "*",
1085
- "package": "./accordion.styles"
1086
- }
1087
- },
1088
- {
1089
- "kind": "js",
1090
- "name": "*",
1091
- "declaration": {
1092
- "name": "*",
1093
- "package": "./accordion"
1094
- }
1095
- }
1096
- ]
1097
- },
1098
916
  {
1099
917
  "kind": "javascript-module",
1100
918
  "path": "src/_config/index.ts",
@@ -4189,6 +4007,188 @@
4189
4007
  }
4190
4008
  ]
4191
4009
  },
4010
+ {
4011
+ "kind": "javascript-module",
4012
+ "path": "src/accordion/accordion.styles.ts",
4013
+ "declarations": [
4014
+ {
4015
+ "kind": "function",
4016
+ "name": "foundationAccordionStyles",
4017
+ "return": {
4018
+ "type": {
4019
+ "text": "ElementStyles"
4020
+ }
4021
+ },
4022
+ "parameters": [
4023
+ {
4024
+ "name": "context",
4025
+ "type": {
4026
+ "text": "ElementDefinitionContext"
4027
+ }
4028
+ },
4029
+ {
4030
+ "name": "definition",
4031
+ "type": {
4032
+ "text": "FoundationElementDefinition"
4033
+ }
4034
+ }
4035
+ ]
4036
+ }
4037
+ ],
4038
+ "exports": [
4039
+ {
4040
+ "kind": "js",
4041
+ "name": "foundationAccordionStyles",
4042
+ "declaration": {
4043
+ "name": "foundationAccordionStyles",
4044
+ "module": "src/accordion/accordion.styles.ts"
4045
+ }
4046
+ }
4047
+ ]
4048
+ },
4049
+ {
4050
+ "kind": "javascript-module",
4051
+ "path": "src/accordion/accordion.template.ts",
4052
+ "declarations": [
4053
+ {
4054
+ "kind": "function",
4055
+ "name": "foundationAccordionTemplate",
4056
+ "return": {
4057
+ "type": {
4058
+ "text": "ViewTemplate<Accordion>"
4059
+ }
4060
+ },
4061
+ "parameters": [
4062
+ {
4063
+ "name": "context",
4064
+ "type": {
4065
+ "text": "ElementDefinitionContext"
4066
+ }
4067
+ },
4068
+ {
4069
+ "name": "definition",
4070
+ "type": {
4071
+ "text": "FoundationElementDefinition"
4072
+ }
4073
+ }
4074
+ ]
4075
+ }
4076
+ ],
4077
+ "exports": [
4078
+ {
4079
+ "kind": "js",
4080
+ "name": "foundationAccordionTemplate",
4081
+ "declaration": {
4082
+ "name": "foundationAccordionTemplate",
4083
+ "module": "src/accordion/accordion.template.ts"
4084
+ }
4085
+ }
4086
+ ]
4087
+ },
4088
+ {
4089
+ "kind": "javascript-module",
4090
+ "path": "src/accordion/accordion.ts",
4091
+ "declarations": [
4092
+ {
4093
+ "kind": "class",
4094
+ "description": "",
4095
+ "name": "Accordion",
4096
+ "superclass": {
4097
+ "name": "FASTAccordion",
4098
+ "package": "@microsoft/fast-foundation"
4099
+ },
4100
+ "tagName": "%%prefix%%-accordion",
4101
+ "customElement": true
4102
+ },
4103
+ {
4104
+ "kind": "variable",
4105
+ "name": "foundationAccordionShadowOptions",
4106
+ "type": {
4107
+ "text": "ShadowRootInit"
4108
+ },
4109
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4110
+ },
4111
+ {
4112
+ "kind": "variable",
4113
+ "name": "defaultAccordionConfig",
4114
+ "type": {
4115
+ "text": "object"
4116
+ },
4117
+ "default": "{}"
4118
+ },
4119
+ {
4120
+ "kind": "variable",
4121
+ "name": "foundationAccordion",
4122
+ "description": "The Foundation Accordion",
4123
+ "privacy": "public"
4124
+ }
4125
+ ],
4126
+ "exports": [
4127
+ {
4128
+ "kind": "js",
4129
+ "name": "Accordion",
4130
+ "declaration": {
4131
+ "name": "Accordion",
4132
+ "module": "src/accordion/accordion.ts"
4133
+ }
4134
+ },
4135
+ {
4136
+ "kind": "js",
4137
+ "name": "foundationAccordionShadowOptions",
4138
+ "declaration": {
4139
+ "name": "foundationAccordionShadowOptions",
4140
+ "module": "src/accordion/accordion.ts"
4141
+ }
4142
+ },
4143
+ {
4144
+ "kind": "js",
4145
+ "name": "defaultAccordionConfig",
4146
+ "declaration": {
4147
+ "name": "defaultAccordionConfig",
4148
+ "module": "src/accordion/accordion.ts"
4149
+ }
4150
+ },
4151
+ {
4152
+ "kind": "js",
4153
+ "name": "foundationAccordion",
4154
+ "declaration": {
4155
+ "name": "foundationAccordion",
4156
+ "module": "src/accordion/accordion.ts"
4157
+ }
4158
+ }
4159
+ ]
4160
+ },
4161
+ {
4162
+ "kind": "javascript-module",
4163
+ "path": "src/accordion/index.ts",
4164
+ "declarations": [],
4165
+ "exports": [
4166
+ {
4167
+ "kind": "js",
4168
+ "name": "*",
4169
+ "declaration": {
4170
+ "name": "*",
4171
+ "package": "./accordion.template"
4172
+ }
4173
+ },
4174
+ {
4175
+ "kind": "js",
4176
+ "name": "*",
4177
+ "declaration": {
4178
+ "name": "*",
4179
+ "package": "./accordion.styles"
4180
+ }
4181
+ },
4182
+ {
4183
+ "kind": "js",
4184
+ "name": "*",
4185
+ "declaration": {
4186
+ "name": "*",
4187
+ "package": "./accordion"
4188
+ }
4189
+ }
4190
+ ]
4191
+ },
4192
4192
  {
4193
4193
  "kind": "javascript-module",
4194
4194
  "path": "src/avatar/avatar.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.275.3",
4
+ "version": "14.276.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.275.3",
87
- "@genesislcap/genx": "14.275.3",
88
- "@genesislcap/rollup-builder": "14.275.3",
89
- "@genesislcap/ts-builder": "14.275.3",
90
- "@genesislcap/uvu-playwright-builder": "14.275.3",
91
- "@genesislcap/vite-builder": "14.275.3",
92
- "@genesislcap/webpack-builder": "14.275.3",
86
+ "@genesislcap/foundation-testing": "14.276.0",
87
+ "@genesislcap/genx": "14.276.0",
88
+ "@genesislcap/rollup-builder": "14.276.0",
89
+ "@genesislcap/ts-builder": "14.276.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.276.0",
91
+ "@genesislcap/vite-builder": "14.276.0",
92
+ "@genesislcap/webpack-builder": "14.276.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.275.3",
104
- "@genesislcap/foundation-comms": "14.275.3",
105
- "@genesislcap/foundation-criteria": "14.275.3",
106
- "@genesislcap/foundation-errors": "14.275.3",
107
- "@genesislcap/foundation-events": "14.275.3",
108
- "@genesislcap/foundation-logger": "14.275.3",
109
- "@genesislcap/foundation-notifications": "14.275.3",
110
- "@genesislcap/foundation-user": "14.275.3",
111
- "@genesislcap/foundation-utils": "14.275.3",
103
+ "@genesislcap/expression-builder": "14.276.0",
104
+ "@genesislcap/foundation-comms": "14.276.0",
105
+ "@genesislcap/foundation-criteria": "14.276.0",
106
+ "@genesislcap/foundation-errors": "14.276.0",
107
+ "@genesislcap/foundation-events": "14.276.0",
108
+ "@genesislcap/foundation-logger": "14.276.0",
109
+ "@genesislcap/foundation-notifications": "14.276.0",
110
+ "@genesislcap/foundation-user": "14.276.0",
111
+ "@genesislcap/foundation-utils": "14.276.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": "bf879e49257ab5a47f2307ef75e3170e75a1c49f"
133
+ "gitHead": "5ece673bf91cdbd37bff15d8125d57c027244c68"
134
134
  }