@genesislcap/foundation-ui 14.182.1 → 14.182.3-alpha-75765564b4e.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 +279 -279
  2. package/package.json +16 -16
@@ -817,264 +817,6 @@
817
817
  }
818
818
  ]
819
819
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/_config/index.ts",
823
- "declarations": [],
824
- "exports": [
825
- {
826
- "kind": "js",
827
- "name": "*",
828
- "declaration": {
829
- "name": "*",
830
- "package": "./styles"
831
- }
832
- },
833
- {
834
- "kind": "js",
835
- "name": "*",
836
- "declaration": {
837
- "name": "*",
838
- "package": "./tokens"
839
- }
840
- },
841
- {
842
- "kind": "js",
843
- "name": "*",
844
- "declaration": {
845
- "name": "*",
846
- "package": "./values"
847
- }
848
- }
849
- ]
850
- },
851
- {
852
- "kind": "javascript-module",
853
- "path": "src/accordion/accordion.styles.ts",
854
- "declarations": [
855
- {
856
- "kind": "function",
857
- "name": "foundationAccordionStyles",
858
- "return": {
859
- "type": {
860
- "text": "ElementStyles"
861
- }
862
- },
863
- "parameters": [
864
- {
865
- "name": "context",
866
- "type": {
867
- "text": "ElementDefinitionContext"
868
- }
869
- },
870
- {
871
- "name": "definition",
872
- "type": {
873
- "text": "FoundationElementDefinition"
874
- }
875
- }
876
- ]
877
- }
878
- ],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "foundationAccordionStyles",
883
- "declaration": {
884
- "name": "foundationAccordionStyles",
885
- "module": "src/accordion/accordion.styles.ts"
886
- }
887
- }
888
- ]
889
- },
890
- {
891
- "kind": "javascript-module",
892
- "path": "src/accordion/accordion.template.ts",
893
- "declarations": [
894
- {
895
- "kind": "function",
896
- "name": "foundationAccordionTemplate",
897
- "return": {
898
- "type": {
899
- "text": "ViewTemplate<Accordion>"
900
- }
901
- },
902
- "parameters": [
903
- {
904
- "name": "context",
905
- "type": {
906
- "text": "ElementDefinitionContext"
907
- }
908
- },
909
- {
910
- "name": "definition",
911
- "type": {
912
- "text": "FoundationElementDefinition"
913
- }
914
- }
915
- ]
916
- }
917
- ],
918
- "exports": [
919
- {
920
- "kind": "js",
921
- "name": "foundationAccordionTemplate",
922
- "declaration": {
923
- "name": "foundationAccordionTemplate",
924
- "module": "src/accordion/accordion.template.ts"
925
- }
926
- }
927
- ]
928
- },
929
- {
930
- "kind": "javascript-module",
931
- "path": "src/accordion/accordion.ts",
932
- "declarations": [
933
- {
934
- "kind": "class",
935
- "description": "",
936
- "name": "Accordion",
937
- "superclass": {
938
- "name": "FASTAccordion",
939
- "package": "@microsoft/fast-foundation"
940
- },
941
- "tagName": "%%prefix%%-accordion",
942
- "customElement": true
943
- },
944
- {
945
- "kind": "variable",
946
- "name": "foundationAccordionShadowOptions",
947
- "type": {
948
- "text": "ShadowRootInit"
949
- },
950
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
951
- },
952
- {
953
- "kind": "variable",
954
- "name": "defaultAccordionConfig",
955
- "type": {
956
- "text": "object"
957
- },
958
- "default": "{}"
959
- },
960
- {
961
- "kind": "variable",
962
- "name": "foundationAccordion",
963
- "description": "The Foundation Accordion",
964
- "privacy": "public"
965
- }
966
- ],
967
- "exports": [
968
- {
969
- "kind": "js",
970
- "name": "Accordion",
971
- "declaration": {
972
- "name": "Accordion",
973
- "module": "src/accordion/accordion.ts"
974
- }
975
- },
976
- {
977
- "kind": "js",
978
- "name": "foundationAccordionShadowOptions",
979
- "declaration": {
980
- "name": "foundationAccordionShadowOptions",
981
- "module": "src/accordion/accordion.ts"
982
- }
983
- },
984
- {
985
- "kind": "js",
986
- "name": "defaultAccordionConfig",
987
- "declaration": {
988
- "name": "defaultAccordionConfig",
989
- "module": "src/accordion/accordion.ts"
990
- }
991
- },
992
- {
993
- "kind": "js",
994
- "name": "foundationAccordion",
995
- "declaration": {
996
- "name": "foundationAccordion",
997
- "module": "src/accordion/accordion.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "src/accordion/index.ts",
1005
- "declarations": [],
1006
- "exports": [
1007
- {
1008
- "kind": "js",
1009
- "name": "*",
1010
- "declaration": {
1011
- "name": "*",
1012
- "package": "./accordion.template"
1013
- }
1014
- },
1015
- {
1016
- "kind": "js",
1017
- "name": "*",
1018
- "declaration": {
1019
- "name": "*",
1020
- "package": "./accordion.styles"
1021
- }
1022
- },
1023
- {
1024
- "kind": "js",
1025
- "name": "*",
1026
- "declaration": {
1027
- "name": "*",
1028
- "package": "./accordion"
1029
- }
1030
- }
1031
- ]
1032
- },
1033
- {
1034
- "kind": "javascript-module",
1035
- "path": "src/_common/icons.ts",
1036
- "declarations": [
1037
- {
1038
- "kind": "function",
1039
- "name": "closeIcon",
1040
- "parameters": [
1041
- {
1042
- "name": "slot",
1043
- "default": "'start'"
1044
- },
1045
- {
1046
- "name": "fill",
1047
- "default": "'#879ba6'"
1048
- }
1049
- ]
1050
- }
1051
- ],
1052
- "exports": [
1053
- {
1054
- "kind": "js",
1055
- "name": "closeIcon",
1056
- "declaration": {
1057
- "name": "closeIcon",
1058
- "module": "src/_common/icons.ts"
1059
- }
1060
- }
1061
- ]
1062
- },
1063
- {
1064
- "kind": "javascript-module",
1065
- "path": "src/_common/index.ts",
1066
- "declarations": [],
1067
- "exports": [
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./icons"
1074
- }
1075
- }
1076
- ]
1077
- },
1078
820
  {
1079
821
  "kind": "javascript-module",
1080
822
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1430,17 +1172,78 @@
1430
1172
  },
1431
1173
  {
1432
1174
  "kind": "js",
1433
- "name": "foundationAccordionItem",
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": [
1234
+ {
1235
+ "kind": "js",
1236
+ "name": "closeIcon",
1434
1237
  "declaration": {
1435
- "name": "foundationAccordionItem",
1436
- "module": "src/accordion-item/accordion-item.ts"
1238
+ "name": "closeIcon",
1239
+ "module": "src/_common/icons.ts"
1437
1240
  }
1438
1241
  }
1439
1242
  ]
1440
1243
  },
1441
1244
  {
1442
1245
  "kind": "javascript-module",
1443
- "path": "src/accordion-item/index.ts",
1246
+ "path": "src/_common/index.ts",
1444
1247
  "declarations": [],
1445
1248
  "exports": [
1446
1249
  {
@@ -1448,23 +1251,7 @@
1448
1251
  "name": "*",
1449
1252
  "declaration": {
1450
1253
  "name": "*",
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"
1254
+ "package": "./icons"
1468
1255
  }
1469
1256
  }
1470
1257
  ]
@@ -4548,6 +4335,219 @@
4548
4335
  }
4549
4336
  ]
4550
4337
  },
4338
+ {
4339
+ "kind": "javascript-module",
4340
+ "path": "src/accordion/accordion.styles.ts",
4341
+ "declarations": [
4342
+ {
4343
+ "kind": "function",
4344
+ "name": "foundationAccordionStyles",
4345
+ "return": {
4346
+ "type": {
4347
+ "text": "ElementStyles"
4348
+ }
4349
+ },
4350
+ "parameters": [
4351
+ {
4352
+ "name": "context",
4353
+ "type": {
4354
+ "text": "ElementDefinitionContext"
4355
+ }
4356
+ },
4357
+ {
4358
+ "name": "definition",
4359
+ "type": {
4360
+ "text": "FoundationElementDefinition"
4361
+ }
4362
+ }
4363
+ ]
4364
+ }
4365
+ ],
4366
+ "exports": [
4367
+ {
4368
+ "kind": "js",
4369
+ "name": "foundationAccordionStyles",
4370
+ "declaration": {
4371
+ "name": "foundationAccordionStyles",
4372
+ "module": "src/accordion/accordion.styles.ts"
4373
+ }
4374
+ }
4375
+ ]
4376
+ },
4377
+ {
4378
+ "kind": "javascript-module",
4379
+ "path": "src/accordion/accordion.template.ts",
4380
+ "declarations": [
4381
+ {
4382
+ "kind": "function",
4383
+ "name": "foundationAccordionTemplate",
4384
+ "return": {
4385
+ "type": {
4386
+ "text": "ViewTemplate<Accordion>"
4387
+ }
4388
+ },
4389
+ "parameters": [
4390
+ {
4391
+ "name": "context",
4392
+ "type": {
4393
+ "text": "ElementDefinitionContext"
4394
+ }
4395
+ },
4396
+ {
4397
+ "name": "definition",
4398
+ "type": {
4399
+ "text": "FoundationElementDefinition"
4400
+ }
4401
+ }
4402
+ ]
4403
+ }
4404
+ ],
4405
+ "exports": [
4406
+ {
4407
+ "kind": "js",
4408
+ "name": "foundationAccordionTemplate",
4409
+ "declaration": {
4410
+ "name": "foundationAccordionTemplate",
4411
+ "module": "src/accordion/accordion.template.ts"
4412
+ }
4413
+ }
4414
+ ]
4415
+ },
4416
+ {
4417
+ "kind": "javascript-module",
4418
+ "path": "src/accordion/accordion.ts",
4419
+ "declarations": [
4420
+ {
4421
+ "kind": "class",
4422
+ "description": "",
4423
+ "name": "Accordion",
4424
+ "superclass": {
4425
+ "name": "FASTAccordion",
4426
+ "package": "@microsoft/fast-foundation"
4427
+ },
4428
+ "tagName": "%%prefix%%-accordion",
4429
+ "customElement": true
4430
+ },
4431
+ {
4432
+ "kind": "variable",
4433
+ "name": "foundationAccordionShadowOptions",
4434
+ "type": {
4435
+ "text": "ShadowRootInit"
4436
+ },
4437
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4438
+ },
4439
+ {
4440
+ "kind": "variable",
4441
+ "name": "defaultAccordionConfig",
4442
+ "type": {
4443
+ "text": "object"
4444
+ },
4445
+ "default": "{}"
4446
+ },
4447
+ {
4448
+ "kind": "variable",
4449
+ "name": "foundationAccordion",
4450
+ "description": "The Foundation Accordion",
4451
+ "privacy": "public"
4452
+ }
4453
+ ],
4454
+ "exports": [
4455
+ {
4456
+ "kind": "js",
4457
+ "name": "Accordion",
4458
+ "declaration": {
4459
+ "name": "Accordion",
4460
+ "module": "src/accordion/accordion.ts"
4461
+ }
4462
+ },
4463
+ {
4464
+ "kind": "js",
4465
+ "name": "foundationAccordionShadowOptions",
4466
+ "declaration": {
4467
+ "name": "foundationAccordionShadowOptions",
4468
+ "module": "src/accordion/accordion.ts"
4469
+ }
4470
+ },
4471
+ {
4472
+ "kind": "js",
4473
+ "name": "defaultAccordionConfig",
4474
+ "declaration": {
4475
+ "name": "defaultAccordionConfig",
4476
+ "module": "src/accordion/accordion.ts"
4477
+ }
4478
+ },
4479
+ {
4480
+ "kind": "js",
4481
+ "name": "foundationAccordion",
4482
+ "declaration": {
4483
+ "name": "foundationAccordion",
4484
+ "module": "src/accordion/accordion.ts"
4485
+ }
4486
+ }
4487
+ ]
4488
+ },
4489
+ {
4490
+ "kind": "javascript-module",
4491
+ "path": "src/accordion/index.ts",
4492
+ "declarations": [],
4493
+ "exports": [
4494
+ {
4495
+ "kind": "js",
4496
+ "name": "*",
4497
+ "declaration": {
4498
+ "name": "*",
4499
+ "package": "./accordion.template"
4500
+ }
4501
+ },
4502
+ {
4503
+ "kind": "js",
4504
+ "name": "*",
4505
+ "declaration": {
4506
+ "name": "*",
4507
+ "package": "./accordion.styles"
4508
+ }
4509
+ },
4510
+ {
4511
+ "kind": "js",
4512
+ "name": "*",
4513
+ "declaration": {
4514
+ "name": "*",
4515
+ "package": "./accordion"
4516
+ }
4517
+ }
4518
+ ]
4519
+ },
4520
+ {
4521
+ "kind": "javascript-module",
4522
+ "path": "src/_config/index.ts",
4523
+ "declarations": [],
4524
+ "exports": [
4525
+ {
4526
+ "kind": "js",
4527
+ "name": "*",
4528
+ "declaration": {
4529
+ "name": "*",
4530
+ "package": "./styles"
4531
+ }
4532
+ },
4533
+ {
4534
+ "kind": "js",
4535
+ "name": "*",
4536
+ "declaration": {
4537
+ "name": "*",
4538
+ "package": "./tokens"
4539
+ }
4540
+ },
4541
+ {
4542
+ "kind": "js",
4543
+ "name": "*",
4544
+ "declaration": {
4545
+ "name": "*",
4546
+ "package": "./values"
4547
+ }
4548
+ }
4549
+ ]
4550
+ },
4551
4551
  {
4552
4552
  "kind": "javascript-module",
4553
4553
  "path": "src/badge/badge.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.182.1",
4
+ "version": "14.182.3-alpha-75765564b4e.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -74,13 +74,13 @@
74
74
  "test:debug": "genx test --debug"
75
75
  },
76
76
  "devDependencies": {
77
- "@genesislcap/foundation-testing": "14.182.1",
78
- "@genesislcap/genx": "14.182.1",
79
- "@genesislcap/rollup-builder": "14.182.1",
80
- "@genesislcap/ts-builder": "14.182.1",
81
- "@genesislcap/uvu-playwright-builder": "14.182.1",
82
- "@genesislcap/vite-builder": "14.182.1",
83
- "@genesislcap/webpack-builder": "14.182.1",
77
+ "@genesislcap/foundation-testing": "14.182.3-alpha-75765564b4e.0",
78
+ "@genesislcap/genx": "14.182.3-alpha-75765564b4e.0",
79
+ "@genesislcap/rollup-builder": "14.182.3-alpha-75765564b4e.0",
80
+ "@genesislcap/ts-builder": "14.182.3-alpha-75765564b4e.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.182.3-alpha-75765564b4e.0",
82
+ "@genesislcap/vite-builder": "14.182.3-alpha-75765564b4e.0",
83
+ "@genesislcap/webpack-builder": "14.182.3-alpha-75765564b4e.0",
84
84
  "copyfiles": "^2.4.1",
85
85
  "rimraf": "^3.0.2",
86
86
  "rxjs": "^7.5.4"
@@ -91,13 +91,13 @@
91
91
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
92
92
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
93
93
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
94
- "@genesislcap/foundation-comms": "14.182.1",
95
- "@genesislcap/foundation-criteria": "14.182.1",
96
- "@genesislcap/foundation-errors": "14.182.1",
97
- "@genesislcap/foundation-logger": "14.182.1",
98
- "@genesislcap/foundation-notifications": "14.182.1",
99
- "@genesislcap/foundation-user": "14.182.1",
100
- "@genesislcap/foundation-utils": "14.182.1",
94
+ "@genesislcap/foundation-comms": "14.182.3-alpha-75765564b4e.0",
95
+ "@genesislcap/foundation-criteria": "14.182.3-alpha-75765564b4e.0",
96
+ "@genesislcap/foundation-errors": "14.182.3-alpha-75765564b4e.0",
97
+ "@genesislcap/foundation-logger": "14.182.3-alpha-75765564b4e.0",
98
+ "@genesislcap/foundation-notifications": "14.182.3-alpha-75765564b4e.0",
99
+ "@genesislcap/foundation-user": "14.182.3-alpha-75765564b4e.0",
100
+ "@genesislcap/foundation-utils": "14.182.3-alpha-75765564b4e.0",
101
101
  "@microsoft/fast-colors": "^5.3.1",
102
102
  "@microsoft/fast-components": "^2.30.6",
103
103
  "@microsoft/fast-element": "^1.12.0",
@@ -119,5 +119,5 @@
119
119
  "access": "public"
120
120
  },
121
121
  "customElements": "dist/custom-elements.json",
122
- "gitHead": "269302eb913285781ee3875d82c4eddc34eb8aa9"
122
+ "gitHead": "db534c9b74fd9c9813f573cea0962819667eec93"
123
123
  }