@genesislcap/foundation-ui 14.246.0 → 14.246.1-alpha-e79f189.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 +213 -213
  2. package/package.json +16 -16
@@ -864,6 +864,219 @@
864
864
  }
865
865
  ]
866
866
  },
867
+ {
868
+ "kind": "javascript-module",
869
+ "path": "src/_config/index.ts",
870
+ "declarations": [],
871
+ "exports": [
872
+ {
873
+ "kind": "js",
874
+ "name": "*",
875
+ "declaration": {
876
+ "name": "*",
877
+ "package": "./styles"
878
+ }
879
+ },
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./tokens"
886
+ }
887
+ },
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./values"
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/accordion/accordion.styles.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "foundationAccordionStyles",
905
+ "return": {
906
+ "type": {
907
+ "text": "ElementStyles"
908
+ }
909
+ },
910
+ "parameters": [
911
+ {
912
+ "name": "context",
913
+ "type": {
914
+ "text": "ElementDefinitionContext"
915
+ }
916
+ },
917
+ {
918
+ "name": "definition",
919
+ "type": {
920
+ "text": "FoundationElementDefinition"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "foundationAccordionStyles",
930
+ "declaration": {
931
+ "name": "foundationAccordionStyles",
932
+ "module": "src/accordion/accordion.styles.ts"
933
+ }
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/accordion/accordion.template.ts",
940
+ "declarations": [
941
+ {
942
+ "kind": "function",
943
+ "name": "foundationAccordionTemplate",
944
+ "return": {
945
+ "type": {
946
+ "text": "ViewTemplate<Accordion>"
947
+ }
948
+ },
949
+ "parameters": [
950
+ {
951
+ "name": "context",
952
+ "type": {
953
+ "text": "ElementDefinitionContext"
954
+ }
955
+ },
956
+ {
957
+ "name": "definition",
958
+ "type": {
959
+ "text": "FoundationElementDefinition"
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ ],
965
+ "exports": [
966
+ {
967
+ "kind": "js",
968
+ "name": "foundationAccordionTemplate",
969
+ "declaration": {
970
+ "name": "foundationAccordionTemplate",
971
+ "module": "src/accordion/accordion.template.ts"
972
+ }
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "kind": "javascript-module",
978
+ "path": "src/accordion/accordion.ts",
979
+ "declarations": [
980
+ {
981
+ "kind": "class",
982
+ "description": "",
983
+ "name": "Accordion",
984
+ "superclass": {
985
+ "name": "FASTAccordion",
986
+ "package": "@microsoft/fast-foundation"
987
+ },
988
+ "tagName": "%%prefix%%-accordion",
989
+ "customElement": true
990
+ },
991
+ {
992
+ "kind": "variable",
993
+ "name": "foundationAccordionShadowOptions",
994
+ "type": {
995
+ "text": "ShadowRootInit"
996
+ },
997
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
+ },
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "defaultAccordionConfig",
1002
+ "type": {
1003
+ "text": "object"
1004
+ },
1005
+ "default": "{}"
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordion",
1010
+ "description": "The Foundation Accordion",
1011
+ "privacy": "public"
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "Accordion",
1018
+ "declaration": {
1019
+ "name": "Accordion",
1020
+ "module": "src/accordion/accordion.ts"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "declaration": {
1027
+ "name": "foundationAccordionShadowOptions",
1028
+ "module": "src/accordion/accordion.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "defaultAccordionConfig",
1034
+ "declaration": {
1035
+ "name": "defaultAccordionConfig",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordion",
1042
+ "declaration": {
1043
+ "name": "foundationAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion.template"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
867
1080
  {
868
1081
  "kind": "javascript-module",
869
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1258,188 +1471,6 @@
1258
1471
  }
1259
1472
  ]
1260
1473
  },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/accordion/accordion.styles.ts",
1264
- "declarations": [
1265
- {
1266
- "kind": "function",
1267
- "name": "foundationAccordionStyles",
1268
- "return": {
1269
- "type": {
1270
- "text": "ElementStyles"
1271
- }
1272
- },
1273
- "parameters": [
1274
- {
1275
- "name": "context",
1276
- "type": {
1277
- "text": "ElementDefinitionContext"
1278
- }
1279
- },
1280
- {
1281
- "name": "definition",
1282
- "type": {
1283
- "text": "FoundationElementDefinition"
1284
- }
1285
- }
1286
- ]
1287
- }
1288
- ],
1289
- "exports": [
1290
- {
1291
- "kind": "js",
1292
- "name": "foundationAccordionStyles",
1293
- "declaration": {
1294
- "name": "foundationAccordionStyles",
1295
- "module": "src/accordion/accordion.styles.ts"
1296
- }
1297
- }
1298
- ]
1299
- },
1300
- {
1301
- "kind": "javascript-module",
1302
- "path": "src/accordion/accordion.template.ts",
1303
- "declarations": [
1304
- {
1305
- "kind": "function",
1306
- "name": "foundationAccordionTemplate",
1307
- "return": {
1308
- "type": {
1309
- "text": "ViewTemplate<Accordion>"
1310
- }
1311
- },
1312
- "parameters": [
1313
- {
1314
- "name": "context",
1315
- "type": {
1316
- "text": "ElementDefinitionContext"
1317
- }
1318
- },
1319
- {
1320
- "name": "definition",
1321
- "type": {
1322
- "text": "FoundationElementDefinition"
1323
- }
1324
- }
1325
- ]
1326
- }
1327
- ],
1328
- "exports": [
1329
- {
1330
- "kind": "js",
1331
- "name": "foundationAccordionTemplate",
1332
- "declaration": {
1333
- "name": "foundationAccordionTemplate",
1334
- "module": "src/accordion/accordion.template.ts"
1335
- }
1336
- }
1337
- ]
1338
- },
1339
- {
1340
- "kind": "javascript-module",
1341
- "path": "src/accordion/accordion.ts",
1342
- "declarations": [
1343
- {
1344
- "kind": "class",
1345
- "description": "",
1346
- "name": "Accordion",
1347
- "superclass": {
1348
- "name": "FASTAccordion",
1349
- "package": "@microsoft/fast-foundation"
1350
- },
1351
- "tagName": "%%prefix%%-accordion",
1352
- "customElement": true
1353
- },
1354
- {
1355
- "kind": "variable",
1356
- "name": "foundationAccordionShadowOptions",
1357
- "type": {
1358
- "text": "ShadowRootInit"
1359
- },
1360
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1361
- },
1362
- {
1363
- "kind": "variable",
1364
- "name": "defaultAccordionConfig",
1365
- "type": {
1366
- "text": "object"
1367
- },
1368
- "default": "{}"
1369
- },
1370
- {
1371
- "kind": "variable",
1372
- "name": "foundationAccordion",
1373
- "description": "The Foundation Accordion",
1374
- "privacy": "public"
1375
- }
1376
- ],
1377
- "exports": [
1378
- {
1379
- "kind": "js",
1380
- "name": "Accordion",
1381
- "declaration": {
1382
- "name": "Accordion",
1383
- "module": "src/accordion/accordion.ts"
1384
- }
1385
- },
1386
- {
1387
- "kind": "js",
1388
- "name": "foundationAccordionShadowOptions",
1389
- "declaration": {
1390
- "name": "foundationAccordionShadowOptions",
1391
- "module": "src/accordion/accordion.ts"
1392
- }
1393
- },
1394
- {
1395
- "kind": "js",
1396
- "name": "defaultAccordionConfig",
1397
- "declaration": {
1398
- "name": "defaultAccordionConfig",
1399
- "module": "src/accordion/accordion.ts"
1400
- }
1401
- },
1402
- {
1403
- "kind": "js",
1404
- "name": "foundationAccordion",
1405
- "declaration": {
1406
- "name": "foundationAccordion",
1407
- "module": "src/accordion/accordion.ts"
1408
- }
1409
- }
1410
- ]
1411
- },
1412
- {
1413
- "kind": "javascript-module",
1414
- "path": "src/accordion/index.ts",
1415
- "declarations": [],
1416
- "exports": [
1417
- {
1418
- "kind": "js",
1419
- "name": "*",
1420
- "declaration": {
1421
- "name": "*",
1422
- "package": "./accordion.template"
1423
- }
1424
- },
1425
- {
1426
- "kind": "js",
1427
- "name": "*",
1428
- "declaration": {
1429
- "name": "*",
1430
- "package": "./accordion.styles"
1431
- }
1432
- },
1433
- {
1434
- "kind": "js",
1435
- "name": "*",
1436
- "declaration": {
1437
- "name": "*",
1438
- "package": "./accordion"
1439
- }
1440
- }
1441
- ]
1442
- },
1443
1474
  {
1444
1475
  "kind": "javascript-module",
1445
1476
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1999,37 +2030,6 @@
1999
2030
  }
2000
2031
  ]
2001
2032
  },
2002
- {
2003
- "kind": "javascript-module",
2004
- "path": "src/_config/index.ts",
2005
- "declarations": [],
2006
- "exports": [
2007
- {
2008
- "kind": "js",
2009
- "name": "*",
2010
- "declaration": {
2011
- "name": "*",
2012
- "package": "./styles"
2013
- }
2014
- },
2015
- {
2016
- "kind": "js",
2017
- "name": "*",
2018
- "declaration": {
2019
- "name": "*",
2020
- "package": "./tokens"
2021
- }
2022
- },
2023
- {
2024
- "kind": "js",
2025
- "name": "*",
2026
- "declaration": {
2027
- "name": "*",
2028
- "package": "./values"
2029
- }
2030
- }
2031
- ]
2032
- },
2033
2033
  {
2034
2034
  "kind": "javascript-module",
2035
2035
  "path": "src/anchor/anchor.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.246.0",
4
+ "version": "14.246.1-alpha-e79f189.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.246.0",
87
- "@genesislcap/genx": "14.246.0",
88
- "@genesislcap/rollup-builder": "14.246.0",
89
- "@genesislcap/ts-builder": "14.246.0",
90
- "@genesislcap/uvu-playwright-builder": "14.246.0",
91
- "@genesislcap/vite-builder": "14.246.0",
92
- "@genesislcap/webpack-builder": "14.246.0",
86
+ "@genesislcap/foundation-testing": "14.246.1-alpha-e79f189.0",
87
+ "@genesislcap/genx": "14.246.1-alpha-e79f189.0",
88
+ "@genesislcap/rollup-builder": "14.246.1-alpha-e79f189.0",
89
+ "@genesislcap/ts-builder": "14.246.1-alpha-e79f189.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.246.1-alpha-e79f189.0",
91
+ "@genesislcap/vite-builder": "14.246.1-alpha-e79f189.0",
92
+ "@genesislcap/webpack-builder": "14.246.1-alpha-e79f189.0",
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.246.0",
104
- "@genesislcap/foundation-criteria": "14.246.0",
105
- "@genesislcap/foundation-errors": "14.246.0",
106
- "@genesislcap/foundation-logger": "14.246.0",
107
- "@genesislcap/foundation-notifications": "14.246.0",
108
- "@genesislcap/foundation-user": "14.246.0",
109
- "@genesislcap/foundation-utils": "14.246.0",
103
+ "@genesislcap/foundation-comms": "14.246.1-alpha-e79f189.0",
104
+ "@genesislcap/foundation-criteria": "14.246.1-alpha-e79f189.0",
105
+ "@genesislcap/foundation-errors": "14.246.1-alpha-e79f189.0",
106
+ "@genesislcap/foundation-logger": "14.246.1-alpha-e79f189.0",
107
+ "@genesislcap/foundation-notifications": "14.246.1-alpha-e79f189.0",
108
+ "@genesislcap/foundation-user": "14.246.1-alpha-e79f189.0",
109
+ "@genesislcap/foundation-utils": "14.246.1-alpha-e79f189.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "3b622b3bd389713fd2d2cc72a3b3f61dd046bd28"
131
+ "gitHead": "228d83f62347569881dcf1a9cece988aee373adb"
132
132
  }