@genesislcap/foundation-ui 14.271.1 → 14.272.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
@@ -911,6 +911,188 @@
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
+ },
914
1096
  {
915
1097
  "kind": "javascript-module",
916
1098
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1305,188 +1487,6 @@
1305
1487
  }
1306
1488
  ]
1307
1489
  },
1308
- {
1309
- "kind": "javascript-module",
1310
- "path": "src/accordion/accordion.styles.ts",
1311
- "declarations": [
1312
- {
1313
- "kind": "function",
1314
- "name": "foundationAccordionStyles",
1315
- "return": {
1316
- "type": {
1317
- "text": "ElementStyles"
1318
- }
1319
- },
1320
- "parameters": [
1321
- {
1322
- "name": "context",
1323
- "type": {
1324
- "text": "ElementDefinitionContext"
1325
- }
1326
- },
1327
- {
1328
- "name": "definition",
1329
- "type": {
1330
- "text": "FoundationElementDefinition"
1331
- }
1332
- }
1333
- ]
1334
- }
1335
- ],
1336
- "exports": [
1337
- {
1338
- "kind": "js",
1339
- "name": "foundationAccordionStyles",
1340
- "declaration": {
1341
- "name": "foundationAccordionStyles",
1342
- "module": "src/accordion/accordion.styles.ts"
1343
- }
1344
- }
1345
- ]
1346
- },
1347
- {
1348
- "kind": "javascript-module",
1349
- "path": "src/accordion/accordion.template.ts",
1350
- "declarations": [
1351
- {
1352
- "kind": "function",
1353
- "name": "foundationAccordionTemplate",
1354
- "return": {
1355
- "type": {
1356
- "text": "ViewTemplate<Accordion>"
1357
- }
1358
- },
1359
- "parameters": [
1360
- {
1361
- "name": "context",
1362
- "type": {
1363
- "text": "ElementDefinitionContext"
1364
- }
1365
- },
1366
- {
1367
- "name": "definition",
1368
- "type": {
1369
- "text": "FoundationElementDefinition"
1370
- }
1371
- }
1372
- ]
1373
- }
1374
- ],
1375
- "exports": [
1376
- {
1377
- "kind": "js",
1378
- "name": "foundationAccordionTemplate",
1379
- "declaration": {
1380
- "name": "foundationAccordionTemplate",
1381
- "module": "src/accordion/accordion.template.ts"
1382
- }
1383
- }
1384
- ]
1385
- },
1386
- {
1387
- "kind": "javascript-module",
1388
- "path": "src/accordion/accordion.ts",
1389
- "declarations": [
1390
- {
1391
- "kind": "class",
1392
- "description": "",
1393
- "name": "Accordion",
1394
- "superclass": {
1395
- "name": "FASTAccordion",
1396
- "package": "@microsoft/fast-foundation"
1397
- },
1398
- "tagName": "%%prefix%%-accordion",
1399
- "customElement": true
1400
- },
1401
- {
1402
- "kind": "variable",
1403
- "name": "foundationAccordionShadowOptions",
1404
- "type": {
1405
- "text": "ShadowRootInit"
1406
- },
1407
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1408
- },
1409
- {
1410
- "kind": "variable",
1411
- "name": "defaultAccordionConfig",
1412
- "type": {
1413
- "text": "object"
1414
- },
1415
- "default": "{}"
1416
- },
1417
- {
1418
- "kind": "variable",
1419
- "name": "foundationAccordion",
1420
- "description": "The Foundation Accordion",
1421
- "privacy": "public"
1422
- }
1423
- ],
1424
- "exports": [
1425
- {
1426
- "kind": "js",
1427
- "name": "Accordion",
1428
- "declaration": {
1429
- "name": "Accordion",
1430
- "module": "src/accordion/accordion.ts"
1431
- }
1432
- },
1433
- {
1434
- "kind": "js",
1435
- "name": "foundationAccordionShadowOptions",
1436
- "declaration": {
1437
- "name": "foundationAccordionShadowOptions",
1438
- "module": "src/accordion/accordion.ts"
1439
- }
1440
- },
1441
- {
1442
- "kind": "js",
1443
- "name": "defaultAccordionConfig",
1444
- "declaration": {
1445
- "name": "defaultAccordionConfig",
1446
- "module": "src/accordion/accordion.ts"
1447
- }
1448
- },
1449
- {
1450
- "kind": "js",
1451
- "name": "foundationAccordion",
1452
- "declaration": {
1453
- "name": "foundationAccordion",
1454
- "module": "src/accordion/accordion.ts"
1455
- }
1456
- }
1457
- ]
1458
- },
1459
- {
1460
- "kind": "javascript-module",
1461
- "path": "src/accordion/index.ts",
1462
- "declarations": [],
1463
- "exports": [
1464
- {
1465
- "kind": "js",
1466
- "name": "*",
1467
- "declaration": {
1468
- "name": "*",
1469
- "package": "./accordion.template"
1470
- }
1471
- },
1472
- {
1473
- "kind": "js",
1474
- "name": "*",
1475
- "declaration": {
1476
- "name": "*",
1477
- "package": "./accordion.styles"
1478
- }
1479
- },
1480
- {
1481
- "kind": "js",
1482
- "name": "*",
1483
- "declaration": {
1484
- "name": "*",
1485
- "package": "./accordion"
1486
- }
1487
- }
1488
- ]
1489
- },
1490
1490
  {
1491
1491
  "kind": "javascript-module",
1492
1492
  "path": "src/actions-menu/actions-menu.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.271.1",
4
+ "version": "14.272.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.271.1",
87
- "@genesislcap/genx": "14.271.1",
88
- "@genesislcap/rollup-builder": "14.271.1",
89
- "@genesislcap/ts-builder": "14.271.1",
90
- "@genesislcap/uvu-playwright-builder": "14.271.1",
91
- "@genesislcap/vite-builder": "14.271.1",
92
- "@genesislcap/webpack-builder": "14.271.1",
86
+ "@genesislcap/foundation-testing": "14.272.0",
87
+ "@genesislcap/genx": "14.272.0",
88
+ "@genesislcap/rollup-builder": "14.272.0",
89
+ "@genesislcap/ts-builder": "14.272.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.272.0",
91
+ "@genesislcap/vite-builder": "14.272.0",
92
+ "@genesislcap/webpack-builder": "14.272.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.271.1",
104
- "@genesislcap/foundation-comms": "14.271.1",
105
- "@genesislcap/foundation-criteria": "14.271.1",
106
- "@genesislcap/foundation-errors": "14.271.1",
107
- "@genesislcap/foundation-events": "14.271.1",
108
- "@genesislcap/foundation-logger": "14.271.1",
109
- "@genesislcap/foundation-notifications": "14.271.1",
110
- "@genesislcap/foundation-user": "14.271.1",
111
- "@genesislcap/foundation-utils": "14.271.1",
103
+ "@genesislcap/expression-builder": "14.272.0",
104
+ "@genesislcap/foundation-comms": "14.272.0",
105
+ "@genesislcap/foundation-criteria": "14.272.0",
106
+ "@genesislcap/foundation-errors": "14.272.0",
107
+ "@genesislcap/foundation-events": "14.272.0",
108
+ "@genesislcap/foundation-logger": "14.272.0",
109
+ "@genesislcap/foundation-notifications": "14.272.0",
110
+ "@genesislcap/foundation-user": "14.272.0",
111
+ "@genesislcap/foundation-utils": "14.272.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": "b7df8a9982196fad51bf272ecdc8f4568292870b"
133
+ "gitHead": "760b49642608bbd29b19e22f0c44aba9798e4e65"
134
134
  }