@genesislcap/foundation-ui 14.219.2-alpha-8e7b8ad.0 → 14.219.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 +296 -296
  2. package/package.json +16 -16
@@ -817,6 +817,264 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/_common/icons.ts",
823
+ "declarations": [
824
+ {
825
+ "kind": "function",
826
+ "name": "closeIcon",
827
+ "parameters": [
828
+ {
829
+ "name": "slot",
830
+ "default": "'start'"
831
+ },
832
+ {
833
+ "name": "fill",
834
+ "default": "'#879ba6'"
835
+ }
836
+ ]
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "closeIcon",
843
+ "declaration": {
844
+ "name": "closeIcon",
845
+ "module": "src/_common/icons.ts"
846
+ }
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/_common/index.ts",
853
+ "declarations": [],
854
+ "exports": [
855
+ {
856
+ "kind": "js",
857
+ "name": "*",
858
+ "declaration": {
859
+ "name": "*",
860
+ "package": "./icons"
861
+ }
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/_config/index.ts",
868
+ "declarations": [],
869
+ "exports": [
870
+ {
871
+ "kind": "js",
872
+ "name": "*",
873
+ "declaration": {
874
+ "name": "*",
875
+ "package": "./styles"
876
+ }
877
+ },
878
+ {
879
+ "kind": "js",
880
+ "name": "*",
881
+ "declaration": {
882
+ "name": "*",
883
+ "package": "./tokens"
884
+ }
885
+ },
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./values"
892
+ }
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
820
1078
  {
821
1079
  "kind": "javascript-module",
822
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1153,97 +1411,36 @@
1153
1411
  "name": "AccordionItem",
1154
1412
  "module": "src/accordion-item/accordion-item.ts"
1155
1413
  }
1156
- },
1157
- {
1158
- "kind": "js",
1159
- "name": "foundationAccordionItemShadowOptions",
1160
- "declaration": {
1161
- "name": "foundationAccordionItemShadowOptions",
1162
- "module": "src/accordion-item/accordion-item.ts"
1163
- }
1164
- },
1165
- {
1166
- "kind": "js",
1167
- "name": "defaultAccordionItemConfig",
1168
- "declaration": {
1169
- "name": "defaultAccordionItemConfig",
1170
- "module": "src/accordion-item/accordion-item.ts"
1171
- }
1172
- },
1173
- {
1174
- "kind": "js",
1175
- "name": "foundationAccordionItem",
1176
- "declaration": {
1177
- "name": "foundationAccordionItem",
1178
- "module": "src/accordion-item/accordion-item.ts"
1179
- }
1180
- }
1181
- ]
1182
- },
1183
- {
1184
- "kind": "javascript-module",
1185
- "path": "src/accordion-item/index.ts",
1186
- "declarations": [],
1187
- "exports": [
1188
- {
1189
- "kind": "js",
1190
- "name": "*",
1191
- "declaration": {
1192
- "name": "*",
1193
- "package": "./accordion-item.template"
1194
- }
1195
- },
1196
- {
1197
- "kind": "js",
1198
- "name": "*",
1199
- "declaration": {
1200
- "name": "*",
1201
- "package": "./accordion-item.styles"
1202
- }
1203
- },
1204
- {
1205
- "kind": "js",
1206
- "name": "*",
1207
- "declaration": {
1208
- "name": "*",
1209
- "package": "./accordion-item"
1210
- }
1211
- }
1212
- ]
1213
- },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/_common/icons.ts",
1217
- "declarations": [
1218
- {
1219
- "kind": "function",
1220
- "name": "closeIcon",
1221
- "parameters": [
1222
- {
1223
- "name": "slot",
1224
- "default": "'start'"
1225
- },
1226
- {
1227
- "name": "fill",
1228
- "default": "'#879ba6'"
1229
- }
1230
- ]
1231
- }
1232
- ],
1233
- "exports": [
1414
+ },
1234
1415
  {
1235
1416
  "kind": "js",
1236
- "name": "closeIcon",
1417
+ "name": "foundationAccordionItemShadowOptions",
1237
1418
  "declaration": {
1238
- "name": "closeIcon",
1239
- "module": "src/_common/icons.ts"
1419
+ "name": "foundationAccordionItemShadowOptions",
1420
+ "module": "src/accordion-item/accordion-item.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "defaultAccordionItemConfig",
1426
+ "declaration": {
1427
+ "name": "defaultAccordionItemConfig",
1428
+ "module": "src/accordion-item/accordion-item.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordionItem",
1434
+ "declaration": {
1435
+ "name": "foundationAccordionItem",
1436
+ "module": "src/accordion-item/accordion-item.ts"
1240
1437
  }
1241
1438
  }
1242
1439
  ]
1243
1440
  },
1244
1441
  {
1245
1442
  "kind": "javascript-module",
1246
- "path": "src/_common/index.ts",
1443
+ "path": "src/accordion-item/index.ts",
1247
1444
  "declarations": [],
1248
1445
  "exports": [
1249
1446
  {
@@ -1251,7 +1448,23 @@
1251
1448
  "name": "*",
1252
1449
  "declaration": {
1253
1450
  "name": "*",
1254
- "package": "./icons"
1451
+ "package": "./accordion-item.template"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion-item.styles"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion-item"
1255
1468
  }
1256
1469
  }
1257
1470
  ]
@@ -3925,219 +4138,6 @@
3925
4138
  }
3926
4139
  ]
3927
4140
  },
3928
- {
3929
- "kind": "javascript-module",
3930
- "path": "src/accordion/accordion.styles.ts",
3931
- "declarations": [
3932
- {
3933
- "kind": "function",
3934
- "name": "foundationAccordionStyles",
3935
- "return": {
3936
- "type": {
3937
- "text": "ElementStyles"
3938
- }
3939
- },
3940
- "parameters": [
3941
- {
3942
- "name": "context",
3943
- "type": {
3944
- "text": "ElementDefinitionContext"
3945
- }
3946
- },
3947
- {
3948
- "name": "definition",
3949
- "type": {
3950
- "text": "FoundationElementDefinition"
3951
- }
3952
- }
3953
- ]
3954
- }
3955
- ],
3956
- "exports": [
3957
- {
3958
- "kind": "js",
3959
- "name": "foundationAccordionStyles",
3960
- "declaration": {
3961
- "name": "foundationAccordionStyles",
3962
- "module": "src/accordion/accordion.styles.ts"
3963
- }
3964
- }
3965
- ]
3966
- },
3967
- {
3968
- "kind": "javascript-module",
3969
- "path": "src/accordion/accordion.template.ts",
3970
- "declarations": [
3971
- {
3972
- "kind": "function",
3973
- "name": "foundationAccordionTemplate",
3974
- "return": {
3975
- "type": {
3976
- "text": "ViewTemplate<Accordion>"
3977
- }
3978
- },
3979
- "parameters": [
3980
- {
3981
- "name": "context",
3982
- "type": {
3983
- "text": "ElementDefinitionContext"
3984
- }
3985
- },
3986
- {
3987
- "name": "definition",
3988
- "type": {
3989
- "text": "FoundationElementDefinition"
3990
- }
3991
- }
3992
- ]
3993
- }
3994
- ],
3995
- "exports": [
3996
- {
3997
- "kind": "js",
3998
- "name": "foundationAccordionTemplate",
3999
- "declaration": {
4000
- "name": "foundationAccordionTemplate",
4001
- "module": "src/accordion/accordion.template.ts"
4002
- }
4003
- }
4004
- ]
4005
- },
4006
- {
4007
- "kind": "javascript-module",
4008
- "path": "src/accordion/accordion.ts",
4009
- "declarations": [
4010
- {
4011
- "kind": "class",
4012
- "description": "",
4013
- "name": "Accordion",
4014
- "superclass": {
4015
- "name": "FASTAccordion",
4016
- "package": "@microsoft/fast-foundation"
4017
- },
4018
- "tagName": "%%prefix%%-accordion",
4019
- "customElement": true
4020
- },
4021
- {
4022
- "kind": "variable",
4023
- "name": "foundationAccordionShadowOptions",
4024
- "type": {
4025
- "text": "ShadowRootInit"
4026
- },
4027
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4028
- },
4029
- {
4030
- "kind": "variable",
4031
- "name": "defaultAccordionConfig",
4032
- "type": {
4033
- "text": "object"
4034
- },
4035
- "default": "{}"
4036
- },
4037
- {
4038
- "kind": "variable",
4039
- "name": "foundationAccordion",
4040
- "description": "The Foundation Accordion",
4041
- "privacy": "public"
4042
- }
4043
- ],
4044
- "exports": [
4045
- {
4046
- "kind": "js",
4047
- "name": "Accordion",
4048
- "declaration": {
4049
- "name": "Accordion",
4050
- "module": "src/accordion/accordion.ts"
4051
- }
4052
- },
4053
- {
4054
- "kind": "js",
4055
- "name": "foundationAccordionShadowOptions",
4056
- "declaration": {
4057
- "name": "foundationAccordionShadowOptions",
4058
- "module": "src/accordion/accordion.ts"
4059
- }
4060
- },
4061
- {
4062
- "kind": "js",
4063
- "name": "defaultAccordionConfig",
4064
- "declaration": {
4065
- "name": "defaultAccordionConfig",
4066
- "module": "src/accordion/accordion.ts"
4067
- }
4068
- },
4069
- {
4070
- "kind": "js",
4071
- "name": "foundationAccordion",
4072
- "declaration": {
4073
- "name": "foundationAccordion",
4074
- "module": "src/accordion/accordion.ts"
4075
- }
4076
- }
4077
- ]
4078
- },
4079
- {
4080
- "kind": "javascript-module",
4081
- "path": "src/accordion/index.ts",
4082
- "declarations": [],
4083
- "exports": [
4084
- {
4085
- "kind": "js",
4086
- "name": "*",
4087
- "declaration": {
4088
- "name": "*",
4089
- "package": "./accordion.template"
4090
- }
4091
- },
4092
- {
4093
- "kind": "js",
4094
- "name": "*",
4095
- "declaration": {
4096
- "name": "*",
4097
- "package": "./accordion.styles"
4098
- }
4099
- },
4100
- {
4101
- "kind": "js",
4102
- "name": "*",
4103
- "declaration": {
4104
- "name": "*",
4105
- "package": "./accordion"
4106
- }
4107
- }
4108
- ]
4109
- },
4110
- {
4111
- "kind": "javascript-module",
4112
- "path": "src/_config/index.ts",
4113
- "declarations": [],
4114
- "exports": [
4115
- {
4116
- "kind": "js",
4117
- "name": "*",
4118
- "declaration": {
4119
- "name": "*",
4120
- "package": "./styles"
4121
- }
4122
- },
4123
- {
4124
- "kind": "js",
4125
- "name": "*",
4126
- "declaration": {
4127
- "name": "*",
4128
- "package": "./tokens"
4129
- }
4130
- },
4131
- {
4132
- "kind": "js",
4133
- "name": "*",
4134
- "declaration": {
4135
- "name": "*",
4136
- "package": "./values"
4137
- }
4138
- }
4139
- ]
4140
- },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "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.219.2-alpha-8e7b8ad.0",
4
+ "version": "14.219.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.219.2-alpha-8e7b8ad.0",
87
- "@genesislcap/genx": "14.219.2-alpha-8e7b8ad.0",
88
- "@genesislcap/rollup-builder": "14.219.2-alpha-8e7b8ad.0",
89
- "@genesislcap/ts-builder": "14.219.2-alpha-8e7b8ad.0",
90
- "@genesislcap/uvu-playwright-builder": "14.219.2-alpha-8e7b8ad.0",
91
- "@genesislcap/vite-builder": "14.219.2-alpha-8e7b8ad.0",
92
- "@genesislcap/webpack-builder": "14.219.2-alpha-8e7b8ad.0",
86
+ "@genesislcap/foundation-testing": "14.219.2",
87
+ "@genesislcap/genx": "14.219.2",
88
+ "@genesislcap/rollup-builder": "14.219.2",
89
+ "@genesislcap/ts-builder": "14.219.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.219.2",
91
+ "@genesislcap/vite-builder": "14.219.2",
92
+ "@genesislcap/webpack-builder": "14.219.2",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
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/foundation-comms": "14.219.2-alpha-8e7b8ad.0",
104
- "@genesislcap/foundation-criteria": "14.219.2-alpha-8e7b8ad.0",
105
- "@genesislcap/foundation-errors": "14.219.2-alpha-8e7b8ad.0",
106
- "@genesislcap/foundation-logger": "14.219.2-alpha-8e7b8ad.0",
107
- "@genesislcap/foundation-notifications": "14.219.2-alpha-8e7b8ad.0",
108
- "@genesislcap/foundation-user": "14.219.2-alpha-8e7b8ad.0",
109
- "@genesislcap/foundation-utils": "14.219.2-alpha-8e7b8ad.0",
103
+ "@genesislcap/foundation-comms": "14.219.2",
104
+ "@genesislcap/foundation-criteria": "14.219.2",
105
+ "@genesislcap/foundation-errors": "14.219.2",
106
+ "@genesislcap/foundation-logger": "14.219.2",
107
+ "@genesislcap/foundation-notifications": "14.219.2",
108
+ "@genesislcap/foundation-user": "14.219.2",
109
+ "@genesislcap/foundation-utils": "14.219.2",
110
110
  "@microsoft/fast-colors": "^5.3.1",
111
111
  "@microsoft/fast-components": "^2.30.6",
112
112
  "@microsoft/fast-element": "^1.12.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "800e2637c3b2809df65a34d39defec4d1213b489"
131
+ "gitHead": "91bfe243c47884d0a7bd6df59ae1fea0736b79cb"
132
132
  }