@genesislcap/foundation-ui 14.216.0 → 14.217.0-FUI-2233.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.
@@ -862,6 +862,188 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/accordion/accordion.styles.ts",
868
+ "declarations": [
869
+ {
870
+ "kind": "function",
871
+ "name": "foundationAccordionStyles",
872
+ "return": {
873
+ "type": {
874
+ "text": "ElementStyles"
875
+ }
876
+ },
877
+ "parameters": [
878
+ {
879
+ "name": "context",
880
+ "type": {
881
+ "text": "ElementDefinitionContext"
882
+ }
883
+ },
884
+ {
885
+ "name": "definition",
886
+ "type": {
887
+ "text": "FoundationElementDefinition"
888
+ }
889
+ }
890
+ ]
891
+ }
892
+ ],
893
+ "exports": [
894
+ {
895
+ "kind": "js",
896
+ "name": "foundationAccordionStyles",
897
+ "declaration": {
898
+ "name": "foundationAccordionStyles",
899
+ "module": "src/accordion/accordion.styles.ts"
900
+ }
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "kind": "javascript-module",
906
+ "path": "src/accordion/accordion.template.ts",
907
+ "declarations": [
908
+ {
909
+ "kind": "function",
910
+ "name": "foundationAccordionTemplate",
911
+ "return": {
912
+ "type": {
913
+ "text": "ViewTemplate<Accordion>"
914
+ }
915
+ },
916
+ "parameters": [
917
+ {
918
+ "name": "context",
919
+ "type": {
920
+ "text": "ElementDefinitionContext"
921
+ }
922
+ },
923
+ {
924
+ "name": "definition",
925
+ "type": {
926
+ "text": "FoundationElementDefinition"
927
+ }
928
+ }
929
+ ]
930
+ }
931
+ ],
932
+ "exports": [
933
+ {
934
+ "kind": "js",
935
+ "name": "foundationAccordionTemplate",
936
+ "declaration": {
937
+ "name": "foundationAccordionTemplate",
938
+ "module": "src/accordion/accordion.template.ts"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "kind": "javascript-module",
945
+ "path": "src/accordion/accordion.ts",
946
+ "declarations": [
947
+ {
948
+ "kind": "class",
949
+ "description": "",
950
+ "name": "Accordion",
951
+ "superclass": {
952
+ "name": "FASTAccordion",
953
+ "package": "@microsoft/fast-foundation"
954
+ },
955
+ "tagName": "%%prefix%%-accordion",
956
+ "customElement": true
957
+ },
958
+ {
959
+ "kind": "variable",
960
+ "name": "foundationAccordionShadowOptions",
961
+ "type": {
962
+ "text": "ShadowRootInit"
963
+ },
964
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
965
+ },
966
+ {
967
+ "kind": "variable",
968
+ "name": "defaultAccordionConfig",
969
+ "type": {
970
+ "text": "object"
971
+ },
972
+ "default": "{}"
973
+ },
974
+ {
975
+ "kind": "variable",
976
+ "name": "foundationAccordion",
977
+ "description": "The Foundation Accordion",
978
+ "privacy": "public"
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "Accordion",
985
+ "declaration": {
986
+ "name": "Accordion",
987
+ "module": "src/accordion/accordion.ts"
988
+ }
989
+ },
990
+ {
991
+ "kind": "js",
992
+ "name": "foundationAccordionShadowOptions",
993
+ "declaration": {
994
+ "name": "foundationAccordionShadowOptions",
995
+ "module": "src/accordion/accordion.ts"
996
+ }
997
+ },
998
+ {
999
+ "kind": "js",
1000
+ "name": "defaultAccordionConfig",
1001
+ "declaration": {
1002
+ "name": "defaultAccordionConfig",
1003
+ "module": "src/accordion/accordion.ts"
1004
+ }
1005
+ },
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "foundationAccordion",
1009
+ "declaration": {
1010
+ "name": "foundationAccordion",
1011
+ "module": "src/accordion/accordion.ts"
1012
+ }
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "kind": "javascript-module",
1018
+ "path": "src/accordion/index.ts",
1019
+ "declarations": [],
1020
+ "exports": [
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "*",
1024
+ "declaration": {
1025
+ "name": "*",
1026
+ "package": "./accordion.template"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "*",
1032
+ "declaration": {
1033
+ "name": "*",
1034
+ "package": "./accordion.styles"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "*",
1040
+ "declaration": {
1041
+ "name": "*",
1042
+ "package": "./accordion"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
865
1047
  {
866
1048
  "kind": "javascript-module",
867
1049
  "path": "src/_config/index.ts",
@@ -1287,188 +1469,6 @@
1287
1469
  }
1288
1470
  ]
1289
1471
  },
1290
- {
1291
- "kind": "javascript-module",
1292
- "path": "src/accordion/accordion.styles.ts",
1293
- "declarations": [
1294
- {
1295
- "kind": "function",
1296
- "name": "foundationAccordionStyles",
1297
- "return": {
1298
- "type": {
1299
- "text": "ElementStyles"
1300
- }
1301
- },
1302
- "parameters": [
1303
- {
1304
- "name": "context",
1305
- "type": {
1306
- "text": "ElementDefinitionContext"
1307
- }
1308
- },
1309
- {
1310
- "name": "definition",
1311
- "type": {
1312
- "text": "FoundationElementDefinition"
1313
- }
1314
- }
1315
- ]
1316
- }
1317
- ],
1318
- "exports": [
1319
- {
1320
- "kind": "js",
1321
- "name": "foundationAccordionStyles",
1322
- "declaration": {
1323
- "name": "foundationAccordionStyles",
1324
- "module": "src/accordion/accordion.styles.ts"
1325
- }
1326
- }
1327
- ]
1328
- },
1329
- {
1330
- "kind": "javascript-module",
1331
- "path": "src/accordion/accordion.template.ts",
1332
- "declarations": [
1333
- {
1334
- "kind": "function",
1335
- "name": "foundationAccordionTemplate",
1336
- "return": {
1337
- "type": {
1338
- "text": "ViewTemplate<Accordion>"
1339
- }
1340
- },
1341
- "parameters": [
1342
- {
1343
- "name": "context",
1344
- "type": {
1345
- "text": "ElementDefinitionContext"
1346
- }
1347
- },
1348
- {
1349
- "name": "definition",
1350
- "type": {
1351
- "text": "FoundationElementDefinition"
1352
- }
1353
- }
1354
- ]
1355
- }
1356
- ],
1357
- "exports": [
1358
- {
1359
- "kind": "js",
1360
- "name": "foundationAccordionTemplate",
1361
- "declaration": {
1362
- "name": "foundationAccordionTemplate",
1363
- "module": "src/accordion/accordion.template.ts"
1364
- }
1365
- }
1366
- ]
1367
- },
1368
- {
1369
- "kind": "javascript-module",
1370
- "path": "src/accordion/accordion.ts",
1371
- "declarations": [
1372
- {
1373
- "kind": "class",
1374
- "description": "",
1375
- "name": "Accordion",
1376
- "superclass": {
1377
- "name": "FASTAccordion",
1378
- "package": "@microsoft/fast-foundation"
1379
- },
1380
- "tagName": "%%prefix%%-accordion",
1381
- "customElement": true
1382
- },
1383
- {
1384
- "kind": "variable",
1385
- "name": "foundationAccordionShadowOptions",
1386
- "type": {
1387
- "text": "ShadowRootInit"
1388
- },
1389
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
- },
1391
- {
1392
- "kind": "variable",
1393
- "name": "defaultAccordionConfig",
1394
- "type": {
1395
- "text": "object"
1396
- },
1397
- "default": "{}"
1398
- },
1399
- {
1400
- "kind": "variable",
1401
- "name": "foundationAccordion",
1402
- "description": "The Foundation Accordion",
1403
- "privacy": "public"
1404
- }
1405
- ],
1406
- "exports": [
1407
- {
1408
- "kind": "js",
1409
- "name": "Accordion",
1410
- "declaration": {
1411
- "name": "Accordion",
1412
- "module": "src/accordion/accordion.ts"
1413
- }
1414
- },
1415
- {
1416
- "kind": "js",
1417
- "name": "foundationAccordionShadowOptions",
1418
- "declaration": {
1419
- "name": "foundationAccordionShadowOptions",
1420
- "module": "src/accordion/accordion.ts"
1421
- }
1422
- },
1423
- {
1424
- "kind": "js",
1425
- "name": "defaultAccordionConfig",
1426
- "declaration": {
1427
- "name": "defaultAccordionConfig",
1428
- "module": "src/accordion/accordion.ts"
1429
- }
1430
- },
1431
- {
1432
- "kind": "js",
1433
- "name": "foundationAccordion",
1434
- "declaration": {
1435
- "name": "foundationAccordion",
1436
- "module": "src/accordion/accordion.ts"
1437
- }
1438
- }
1439
- ]
1440
- },
1441
- {
1442
- "kind": "javascript-module",
1443
- "path": "src/accordion/index.ts",
1444
- "declarations": [],
1445
- "exports": [
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./accordion.template"
1452
- }
1453
- },
1454
- {
1455
- "kind": "js",
1456
- "name": "*",
1457
- "declaration": {
1458
- "name": "*",
1459
- "package": "./accordion.styles"
1460
- }
1461
- },
1462
- {
1463
- "kind": "js",
1464
- "name": "*",
1465
- "declaration": {
1466
- "name": "*",
1467
- "package": "./accordion"
1468
- }
1469
- }
1470
- ]
1471
- },
1472
1472
  {
1473
1473
  "kind": "javascript-module",
1474
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"categorized-multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/categorized-multiselect.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAExE,eAAO,MAAM,iCAAiC,YACpC,MAAM,gFAgEf,CAAC;AAEF,eAAO,MAAM,8BAA8B,6EAE1C,CAAC"}
1
+ {"version":3,"file":"categorized-multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/categorized-multiselect.template.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAExE,eAAO,MAAM,iCAAiC,YACpC,MAAM,gFAoEf,CAAC;AAEF,eAAO,MAAM,8BAA8B,6EAE1C,CAAC"}
@@ -17,7 +17,11 @@ export const getPrefixedCategorizedMultiselect = (prefix = 'foundation') => html
17
17
  })}
18
18
  ></slot>
19
19
  </label>
20
- <${prefix}-button class="control-button" part="control-button"><${prefix}-icon name="plus" variant="solid" size="lg"></${prefix}-icon></${prefix}-button>
20
+ <${prefix}-button class="control-button" part="control-button">
21
+ <slot name="button-content">
22
+ <${prefix}-icon name="plus" variant="solid" size="lg"></${prefix}-icon>
23
+ </slot>
24
+ </${prefix}-button>
21
25
  </div>
22
26
  <div ${ref('optionsElement')} class="options" part="options">
23
27
  ${when((x) => x.search, html `
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.216.0",
4
+ "version": "14.217.0-FUI-2233.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.216.0",
87
- "@genesislcap/genx": "14.216.0",
88
- "@genesislcap/rollup-builder": "14.216.0",
89
- "@genesislcap/ts-builder": "14.216.0",
90
- "@genesislcap/uvu-playwright-builder": "14.216.0",
91
- "@genesislcap/vite-builder": "14.216.0",
92
- "@genesislcap/webpack-builder": "14.216.0",
86
+ "@genesislcap/foundation-testing": "14.217.0-FUI-2233.2",
87
+ "@genesislcap/genx": "14.217.0-FUI-2233.2",
88
+ "@genesislcap/rollup-builder": "14.217.0-FUI-2233.2",
89
+ "@genesislcap/ts-builder": "14.217.0-FUI-2233.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.217.0-FUI-2233.2",
91
+ "@genesislcap/vite-builder": "14.217.0-FUI-2233.2",
92
+ "@genesislcap/webpack-builder": "14.217.0-FUI-2233.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.216.0",
104
- "@genesislcap/foundation-criteria": "14.216.0",
105
- "@genesislcap/foundation-errors": "14.216.0",
106
- "@genesislcap/foundation-logger": "14.216.0",
107
- "@genesislcap/foundation-notifications": "14.216.0",
108
- "@genesislcap/foundation-user": "14.216.0",
109
- "@genesislcap/foundation-utils": "14.216.0",
103
+ "@genesislcap/foundation-comms": "14.217.0-FUI-2233.2",
104
+ "@genesislcap/foundation-criteria": "14.217.0-FUI-2233.2",
105
+ "@genesislcap/foundation-errors": "14.217.0-FUI-2233.2",
106
+ "@genesislcap/foundation-logger": "14.217.0-FUI-2233.2",
107
+ "@genesislcap/foundation-notifications": "14.217.0-FUI-2233.2",
108
+ "@genesislcap/foundation-user": "14.217.0-FUI-2233.2",
109
+ "@genesislcap/foundation-utils": "14.217.0-FUI-2233.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": "b376558560c01c275ea32ac90429521839776d02"
131
+ "gitHead": "ba5d1a7f8d33a2094bc94b367d9551875c7aa2ed"
132
132
  }