@genesislcap/foundation-ui 14.409.0 → 14.409.1

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 +660 -660
  2. package/package.json +19 -19
@@ -926,186 +926,160 @@
926
926
  },
927
927
  {
928
928
  "kind": "javascript-module",
929
- "path": "src/accordion-item/accordion-item.styles.ts",
929
+ "path": "src/_common/base-file-component.ts",
930
930
  "declarations": [
931
931
  {
932
- "kind": "function",
933
- "name": "foundationAccordionItemStyles",
934
- "return": {
935
- "type": {
936
- "text": "ElementStyles"
937
- }
938
- },
939
- "parameters": [
932
+ "kind": "class",
933
+ "description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
934
+ "name": "BaseFileComponent",
935
+ "members": [
940
936
  {
941
- "name": "context",
937
+ "kind": "field",
938
+ "name": "fileInput",
942
939
  "type": {
943
- "text": "ElementDefinitionContext"
944
- }
940
+ "text": "HTMLInputElement"
941
+ },
942
+ "privacy": "public"
945
943
  },
946
944
  {
947
- "name": "definition",
948
- "type": {
949
- "text": "FoundationElementDefinition"
950
- }
951
- }
952
- ]
953
- }
954
- ],
955
- "exports": [
956
- {
957
- "kind": "js",
958
- "name": "foundationAccordionItemStyles",
959
- "declaration": {
960
- "name": "foundationAccordionItemStyles",
961
- "module": "src/accordion-item/accordion-item.styles.ts"
962
- }
963
- }
964
- ]
965
- },
966
- {
967
- "kind": "javascript-module",
968
- "path": "src/accordion-item/accordion-item.template.ts",
969
- "declarations": [
970
- {
971
- "kind": "function",
972
- "name": "foundationAccordionItemTemplate",
973
- "return": {
974
- "type": {
975
- "text": "ViewTemplate<AccordionItem>"
976
- }
977
- },
978
- "parameters": [
979
- {
980
- "name": "context",
945
+ "kind": "field",
946
+ "name": "selectedFile",
981
947
  "type": {
982
- "text": "ElementDefinitionContext"
983
- }
948
+ "text": "File | null"
949
+ },
950
+ "privacy": "protected",
951
+ "default": "null"
984
952
  },
985
953
  {
986
- "name": "definition",
954
+ "kind": "field",
955
+ "name": "label",
987
956
  "type": {
988
- "text": "FoundationElementDefinition"
957
+ "text": "string"
989
958
  }
990
- }
991
- ]
992
- }
993
- ],
994
- "exports": [
995
- {
996
- "kind": "js",
997
- "name": "foundationAccordionItemTemplate",
998
- "declaration": {
999
- "name": "foundationAccordionItemTemplate",
1000
- "module": "src/accordion-item/accordion-item.template.ts"
1001
- }
1002
- }
1003
- ]
1004
- },
1005
- {
1006
- "kind": "javascript-module",
1007
- "path": "src/accordion-item/accordion-item.ts",
1008
- "declarations": [
1009
- {
1010
- "kind": "class",
1011
- "description": "",
1012
- "name": "AccordionItem",
1013
- "superclass": {
1014
- "name": "FASTAccordionItem",
1015
- "package": "@microsoft/fast-components"
1016
- },
1017
- "tagName": "%%prefix%%-accordion-item",
1018
- "customElement": true,
1019
- "attributes": [
959
+ },
1020
960
  {
1021
- "name": "heading-level",
961
+ "kind": "field",
962
+ "name": "accept",
1022
963
  "type": {
1023
- "text": "1 | 2 | 3 | 4 | 5 | 6"
964
+ "text": "string"
1024
965
  },
1025
- "default": "2",
1026
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1027
- "fieldName": "headinglevel",
1028
- "inheritedFrom": {
1029
- "name": "AccordionItem",
1030
- "module": "src/accordion-item/accordion-item.ts"
1031
- }
966
+ "default": "''"
1032
967
  },
1033
968
  {
969
+ "kind": "field",
970
+ "name": "fileSizeLimitBytes",
971
+ "default": "10_485_760",
1034
972
  "type": {
1035
- "text": "boolean"
1036
- },
1037
- "default": "false",
1038
- "description": "Expands or collapses the item.",
1039
- "fieldName": "expanded",
1040
- "inheritedFrom": {
1041
- "name": "AccordionItem",
1042
- "module": "src/accordion-item/accordion-item.ts"
973
+ "text": "number"
1043
974
  }
1044
975
  },
1045
976
  {
1046
- "name": "id",
977
+ "kind": "field",
978
+ "name": "fileName",
1047
979
  "type": {
1048
980
  "text": "string"
1049
981
  },
1050
- "description": "The item ID",
1051
- "fieldName": "id",
1052
- "inheritedFrom": {
1053
- "name": "AccordionItem",
1054
- "module": "src/accordion-item/accordion-item.ts"
1055
- }
1056
- }
1057
- ],
1058
- "members": [
982
+ "default": "''"
983
+ },
1059
984
  {
1060
985
  "kind": "field",
1061
- "name": "headinglevel",
986
+ "name": "isProcessing",
1062
987
  "type": {
1063
- "text": "1 | 2 | 3 | 4 | 5 | 6"
988
+ "text": "boolean"
1064
989
  },
990
+ "default": "false"
991
+ },
992
+ {
993
+ "kind": "method",
994
+ "name": "handleClick",
1065
995
  "privacy": "public",
1066
- "default": "2",
1067
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1068
- "inheritedFrom": {
1069
- "name": "AccordionItem",
1070
- "module": "src/accordion-item/accordion-item.ts"
1071
- }
996
+ "description": "Opens the file picker dialog\nClears any previous file selection before opening"
1072
997
  },
1073
998
  {
1074
- "kind": "field",
1075
- "name": "expanded",
1076
- "type": {
1077
- "text": "boolean"
1078
- },
999
+ "kind": "method",
1000
+ "name": "onInputChange",
1079
1001
  "privacy": "public",
1080
- "default": "false",
1081
- "description": "Expands or collapses the item.",
1082
- "inheritedFrom": {
1083
- "name": "AccordionItem",
1084
- "module": "src/accordion-item/accordion-item.ts"
1085
- }
1002
+ "parameters": [
1003
+ {
1004
+ "name": "e",
1005
+ "type": {
1006
+ "text": "Event"
1007
+ },
1008
+ "description": "The change event from the file input"
1009
+ }
1010
+ ],
1011
+ "description": "Handles file selection from the file input\nValidates file size and sets up for processing"
1086
1012
  },
1087
1013
  {
1088
- "kind": "field",
1089
- "name": "id",
1090
- "type": {
1091
- "text": "string"
1092
- },
1014
+ "kind": "method",
1015
+ "name": "clearSelection",
1093
1016
  "privacy": "public",
1094
- "description": "The item ID",
1095
- "inheritedFrom": {
1096
- "name": "AccordionItem",
1097
- "module": "src/accordion-item/accordion-item.ts"
1098
- }
1017
+ "description": "Clears all file selection and processing state\nResets the component to its initial state"
1099
1018
  },
1100
1019
  {
1101
- "kind": "field",
1102
- "name": "change",
1103
- "privacy": "private",
1104
- "inheritedFrom": {
1105
- "name": "AccordionItem",
1106
- "module": "src/accordion-item/accordion-item.ts"
1020
+ "kind": "method",
1021
+ "name": "getSelectedFile",
1022
+ "privacy": "public",
1023
+ "description": "Gets the currently selected file object",
1024
+ "return": {
1025
+ "type": {
1026
+ "text": ""
1027
+ }
1107
1028
  }
1108
1029
  },
1030
+ {
1031
+ "kind": "method",
1032
+ "name": "showError",
1033
+ "privacy": "protected",
1034
+ "parameters": [
1035
+ {
1036
+ "name": "title",
1037
+ "type": {
1038
+ "text": "string"
1039
+ },
1040
+ "description": "The error title"
1041
+ },
1042
+ {
1043
+ "name": "message",
1044
+ "type": {
1045
+ "text": "string"
1046
+ },
1047
+ "description": "The error message"
1048
+ }
1049
+ ],
1050
+ "description": "Shows an error notification using the unified error handling system"
1051
+ },
1052
+ {
1053
+ "kind": "method",
1054
+ "name": "onFileSelected",
1055
+ "privacy": "protected",
1056
+ "return": {
1057
+ "type": {
1058
+ "text": "void"
1059
+ }
1060
+ },
1061
+ "parameters": [
1062
+ {
1063
+ "name": "files",
1064
+ "type": {
1065
+ "text": "File[]"
1066
+ },
1067
+ "description": "The selected file"
1068
+ }
1069
+ ],
1070
+ "description": "Abstract method called when a file is selected"
1071
+ },
1072
+ {
1073
+ "kind": "method",
1074
+ "name": "onFileCleared",
1075
+ "privacy": "protected",
1076
+ "return": {
1077
+ "type": {
1078
+ "text": "void"
1079
+ }
1080
+ },
1081
+ "description": "Abstract method called when file selection is cleared"
1082
+ },
1109
1083
  {
1110
1084
  "kind": "field",
1111
1085
  "name": "_presentation",
@@ -1218,78 +1192,104 @@
1218
1192
  }
1219
1193
  }
1220
1194
  ],
1221
- "events": [
1195
+ "attributes": [
1222
1196
  {
1223
- "description": "Fires a custom 'change' event when the button is invoked",
1224
- "name": "change",
1225
- "inheritedFrom": {
1226
- "name": "AccordionItem",
1227
- "module": "src/accordion-item/accordion-item.ts"
1228
- }
1229
- }
1230
- ]
1231
- },
1232
- {
1233
- "kind": "variable",
1234
- "name": "foundationAccordionItemShadowOptions",
1235
- "type": {
1236
- "text": "ShadowRootInit"
1237
- },
1238
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1239
- },
1240
- {
1241
- "kind": "variable",
1242
- "name": "defaultAccordionItemConfig",
1243
- "type": {
1244
- "text": "object"
1245
- },
1246
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1247
- },
1248
- {
1249
- "kind": "variable",
1250
- "name": "foundationAccordionItem",
1251
- "description": "The Foundation Accordion Item",
1252
- "privacy": "public"
1197
+ "name": "label",
1198
+ "type": {
1199
+ "text": "string"
1200
+ },
1201
+ "fieldName": "label"
1202
+ },
1203
+ {
1204
+ "name": "accept",
1205
+ "type": {
1206
+ "text": "string"
1207
+ },
1208
+ "default": "''",
1209
+ "fieldName": "accept"
1210
+ },
1211
+ {
1212
+ "name": "file-size-limit-bytes",
1213
+ "default": "DEFAULT_FILE_SIZE_LIMIT",
1214
+ "resolveInitializer": {
1215
+ "module": "src/_common/base-file-component.ts"
1216
+ },
1217
+ "fieldName": "fileSizeLimitBytes"
1218
+ }
1219
+ ],
1220
+ "superclass": {
1221
+ "name": "FoundationElement",
1222
+ "package": "@microsoft/fast-foundation"
1223
+ }
1253
1224
  }
1254
1225
  ],
1255
1226
  "exports": [
1256
1227
  {
1257
1228
  "kind": "js",
1258
- "name": "AccordionItem",
1229
+ "name": "BaseFileComponent",
1259
1230
  "declaration": {
1260
- "name": "AccordionItem",
1261
- "module": "src/accordion-item/accordion-item.ts"
1231
+ "name": "BaseFileComponent",
1232
+ "module": "src/_common/base-file-component.ts"
1262
1233
  }
1263
- },
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "kind": "javascript-module",
1239
+ "path": "src/_common/icons.ts",
1240
+ "declarations": [
1241
+ {
1242
+ "kind": "function",
1243
+ "name": "closeIcon",
1244
+ "parameters": [
1245
+ {
1246
+ "name": "slot",
1247
+ "default": "'start'"
1248
+ },
1249
+ {
1250
+ "name": "fill",
1251
+ "default": "'#879ba6'"
1252
+ }
1253
+ ]
1254
+ }
1255
+ ],
1256
+ "exports": [
1264
1257
  {
1265
1258
  "kind": "js",
1266
- "name": "foundationAccordionItemShadowOptions",
1259
+ "name": "closeIcon",
1267
1260
  "declaration": {
1268
- "name": "foundationAccordionItemShadowOptions",
1269
- "module": "src/accordion-item/accordion-item.ts"
1261
+ "name": "closeIcon",
1262
+ "module": "src/_common/icons.ts"
1270
1263
  }
1271
- },
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "kind": "javascript-module",
1269
+ "path": "src/_common/index.ts",
1270
+ "declarations": [],
1271
+ "exports": [
1272
1272
  {
1273
1273
  "kind": "js",
1274
- "name": "defaultAccordionItemConfig",
1274
+ "name": "*",
1275
1275
  "declaration": {
1276
- "name": "defaultAccordionItemConfig",
1277
- "module": "src/accordion-item/accordion-item.ts"
1276
+ "name": "*",
1277
+ "package": "./base-file-component"
1278
1278
  }
1279
1279
  },
1280
1280
  {
1281
1281
  "kind": "js",
1282
- "name": "foundationAccordionItem",
1282
+ "name": "*",
1283
1283
  "declaration": {
1284
- "name": "foundationAccordionItem",
1285
- "module": "src/accordion-item/accordion-item.ts"
1284
+ "name": "*",
1285
+ "package": "./icons"
1286
1286
  }
1287
1287
  }
1288
1288
  ]
1289
1289
  },
1290
1290
  {
1291
1291
  "kind": "javascript-module",
1292
- "path": "src/accordion-item/index.ts",
1292
+ "path": "src/_config/index.ts",
1293
1293
  "declarations": [],
1294
1294
  "exports": [
1295
1295
  {
@@ -1297,7 +1297,7 @@
1297
1297
  "name": "*",
1298
1298
  "declaration": {
1299
1299
  "name": "*",
1300
- "package": "./accordion-item.template"
1300
+ "package": "./styles"
1301
1301
  }
1302
1302
  },
1303
1303
  {
@@ -1305,7 +1305,7 @@
1305
1305
  "name": "*",
1306
1306
  "declaration": {
1307
1307
  "name": "*",
1308
- "package": "./accordion-item.styles"
1308
+ "package": "./tokens"
1309
1309
  }
1310
1310
  },
1311
1311
  {
@@ -1313,166 +1313,192 @@
1313
1313
  "name": "*",
1314
1314
  "declaration": {
1315
1315
  "name": "*",
1316
- "package": "./accordion-item"
1316
+ "package": "./values"
1317
1317
  }
1318
1318
  }
1319
1319
  ]
1320
1320
  },
1321
1321
  {
1322
1322
  "kind": "javascript-module",
1323
- "path": "src/_common/base-file-component.ts",
1323
+ "path": "src/accordion-item/accordion-item.styles.ts",
1324
1324
  "declarations": [
1325
1325
  {
1326
- "kind": "class",
1327
- "description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
1328
- "name": "BaseFileComponent",
1329
- "members": [
1330
- {
1331
- "kind": "field",
1332
- "name": "fileInput",
1333
- "type": {
1334
- "text": "HTMLInputElement"
1335
- },
1336
- "privacy": "public"
1337
- },
1326
+ "kind": "function",
1327
+ "name": "foundationAccordionItemStyles",
1328
+ "return": {
1329
+ "type": {
1330
+ "text": "ElementStyles"
1331
+ }
1332
+ },
1333
+ "parameters": [
1338
1334
  {
1339
- "kind": "field",
1340
- "name": "selectedFile",
1335
+ "name": "context",
1341
1336
  "type": {
1342
- "text": "File | null"
1343
- },
1344
- "privacy": "protected",
1345
- "default": "null"
1337
+ "text": "ElementDefinitionContext"
1338
+ }
1346
1339
  },
1347
1340
  {
1348
- "kind": "field",
1349
- "name": "label",
1341
+ "name": "definition",
1350
1342
  "type": {
1351
- "text": "string"
1343
+ "text": "FoundationElementDefinition"
1352
1344
  }
1353
- },
1345
+ }
1346
+ ]
1347
+ }
1348
+ ],
1349
+ "exports": [
1350
+ {
1351
+ "kind": "js",
1352
+ "name": "foundationAccordionItemStyles",
1353
+ "declaration": {
1354
+ "name": "foundationAccordionItemStyles",
1355
+ "module": "src/accordion-item/accordion-item.styles.ts"
1356
+ }
1357
+ }
1358
+ ]
1359
+ },
1360
+ {
1361
+ "kind": "javascript-module",
1362
+ "path": "src/accordion-item/accordion-item.template.ts",
1363
+ "declarations": [
1364
+ {
1365
+ "kind": "function",
1366
+ "name": "foundationAccordionItemTemplate",
1367
+ "return": {
1368
+ "type": {
1369
+ "text": "ViewTemplate<AccordionItem>"
1370
+ }
1371
+ },
1372
+ "parameters": [
1354
1373
  {
1355
- "kind": "field",
1356
- "name": "accept",
1374
+ "name": "context",
1357
1375
  "type": {
1358
- "text": "string"
1359
- },
1360
- "default": "''"
1376
+ "text": "ElementDefinitionContext"
1377
+ }
1361
1378
  },
1362
1379
  {
1363
- "kind": "field",
1364
- "name": "fileSizeLimitBytes",
1365
- "default": "10_485_760",
1380
+ "name": "definition",
1366
1381
  "type": {
1367
- "text": "number"
1382
+ "text": "FoundationElementDefinition"
1368
1383
  }
1369
- },
1384
+ }
1385
+ ]
1386
+ }
1387
+ ],
1388
+ "exports": [
1389
+ {
1390
+ "kind": "js",
1391
+ "name": "foundationAccordionItemTemplate",
1392
+ "declaration": {
1393
+ "name": "foundationAccordionItemTemplate",
1394
+ "module": "src/accordion-item/accordion-item.template.ts"
1395
+ }
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "kind": "javascript-module",
1401
+ "path": "src/accordion-item/accordion-item.ts",
1402
+ "declarations": [
1403
+ {
1404
+ "kind": "class",
1405
+ "description": "",
1406
+ "name": "AccordionItem",
1407
+ "superclass": {
1408
+ "name": "FASTAccordionItem",
1409
+ "package": "@microsoft/fast-components"
1410
+ },
1411
+ "tagName": "%%prefix%%-accordion-item",
1412
+ "customElement": true,
1413
+ "attributes": [
1370
1414
  {
1371
- "kind": "field",
1372
- "name": "fileName",
1415
+ "name": "heading-level",
1373
1416
  "type": {
1374
- "text": "string"
1417
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1375
1418
  },
1376
- "default": "''"
1419
+ "default": "2",
1420
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1421
+ "fieldName": "headinglevel",
1422
+ "inheritedFrom": {
1423
+ "name": "AccordionItem",
1424
+ "module": "src/accordion-item/accordion-item.ts"
1425
+ }
1377
1426
  },
1378
1427
  {
1379
- "kind": "field",
1380
- "name": "isProcessing",
1381
1428
  "type": {
1382
1429
  "text": "boolean"
1383
1430
  },
1384
- "default": "false"
1385
- },
1386
- {
1387
- "kind": "method",
1388
- "name": "handleClick",
1389
- "privacy": "public",
1390
- "description": "Opens the file picker dialog\nClears any previous file selection before opening"
1391
- },
1392
- {
1393
- "kind": "method",
1394
- "name": "onInputChange",
1395
- "privacy": "public",
1396
- "parameters": [
1397
- {
1398
- "name": "e",
1399
- "type": {
1400
- "text": "Event"
1401
- },
1402
- "description": "The change event from the file input"
1403
- }
1404
- ],
1405
- "description": "Handles file selection from the file input\nValidates file size and sets up for processing"
1431
+ "default": "false",
1432
+ "description": "Expands or collapses the item.",
1433
+ "fieldName": "expanded",
1434
+ "inheritedFrom": {
1435
+ "name": "AccordionItem",
1436
+ "module": "src/accordion-item/accordion-item.ts"
1437
+ }
1406
1438
  },
1407
1439
  {
1408
- "kind": "method",
1409
- "name": "clearSelection",
1410
- "privacy": "public",
1411
- "description": "Clears all file selection and processing state\nResets the component to its initial state"
1412
- },
1440
+ "name": "id",
1441
+ "type": {
1442
+ "text": "string"
1443
+ },
1444
+ "description": "The item ID",
1445
+ "fieldName": "id",
1446
+ "inheritedFrom": {
1447
+ "name": "AccordionItem",
1448
+ "module": "src/accordion-item/accordion-item.ts"
1449
+ }
1450
+ }
1451
+ ],
1452
+ "members": [
1413
1453
  {
1414
- "kind": "method",
1415
- "name": "getSelectedFile",
1454
+ "kind": "field",
1455
+ "name": "headinglevel",
1456
+ "type": {
1457
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1458
+ },
1416
1459
  "privacy": "public",
1417
- "description": "Gets the currently selected file object",
1418
- "return": {
1419
- "type": {
1420
- "text": ""
1421
- }
1460
+ "default": "2",
1461
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1462
+ "inheritedFrom": {
1463
+ "name": "AccordionItem",
1464
+ "module": "src/accordion-item/accordion-item.ts"
1422
1465
  }
1423
1466
  },
1424
1467
  {
1425
- "kind": "method",
1426
- "name": "showError",
1427
- "privacy": "protected",
1428
- "parameters": [
1429
- {
1430
- "name": "title",
1431
- "type": {
1432
- "text": "string"
1433
- },
1434
- "description": "The error title"
1435
- },
1436
- {
1437
- "name": "message",
1438
- "type": {
1439
- "text": "string"
1440
- },
1441
- "description": "The error message"
1442
- }
1443
- ],
1444
- "description": "Shows an error notification using the unified error handling system"
1468
+ "kind": "field",
1469
+ "name": "expanded",
1470
+ "type": {
1471
+ "text": "boolean"
1472
+ },
1473
+ "privacy": "public",
1474
+ "default": "false",
1475
+ "description": "Expands or collapses the item.",
1476
+ "inheritedFrom": {
1477
+ "name": "AccordionItem",
1478
+ "module": "src/accordion-item/accordion-item.ts"
1479
+ }
1445
1480
  },
1446
1481
  {
1447
- "kind": "method",
1448
- "name": "onFileSelected",
1449
- "privacy": "protected",
1450
- "return": {
1451
- "type": {
1452
- "text": "void"
1453
- }
1482
+ "kind": "field",
1483
+ "name": "id",
1484
+ "type": {
1485
+ "text": "string"
1454
1486
  },
1455
- "parameters": [
1456
- {
1457
- "name": "files",
1458
- "type": {
1459
- "text": "File[]"
1460
- },
1461
- "description": "The selected file"
1462
- }
1463
- ],
1464
- "description": "Abstract method called when a file is selected"
1487
+ "privacy": "public",
1488
+ "description": "The item ID",
1489
+ "inheritedFrom": {
1490
+ "name": "AccordionItem",
1491
+ "module": "src/accordion-item/accordion-item.ts"
1492
+ }
1465
1493
  },
1466
1494
  {
1467
- "kind": "method",
1468
- "name": "onFileCleared",
1469
- "privacy": "protected",
1470
- "return": {
1471
- "type": {
1472
- "text": "void"
1473
- }
1474
- },
1475
- "description": "Abstract method called when file selection is cleared"
1495
+ "kind": "field",
1496
+ "name": "change",
1497
+ "privacy": "private",
1498
+ "inheritedFrom": {
1499
+ "name": "AccordionItem",
1500
+ "module": "src/accordion-item/accordion-item.ts"
1501
+ }
1476
1502
  },
1477
1503
  {
1478
1504
  "kind": "field",
@@ -1586,81 +1612,78 @@
1586
1612
  }
1587
1613
  }
1588
1614
  ],
1589
- "attributes": [
1590
- {
1591
- "name": "label",
1592
- "type": {
1593
- "text": "string"
1594
- },
1595
- "fieldName": "label"
1596
- },
1597
- {
1598
- "name": "accept",
1599
- "type": {
1600
- "text": "string"
1601
- },
1602
- "default": "''",
1603
- "fieldName": "accept"
1604
- },
1615
+ "events": [
1605
1616
  {
1606
- "name": "file-size-limit-bytes",
1607
- "default": "DEFAULT_FILE_SIZE_LIMIT",
1608
- "resolveInitializer": {
1609
- "module": "src/_common/base-file-component.ts"
1610
- },
1611
- "fieldName": "fileSizeLimitBytes"
1617
+ "description": "Fires a custom 'change' event when the button is invoked",
1618
+ "name": "change",
1619
+ "inheritedFrom": {
1620
+ "name": "AccordionItem",
1621
+ "module": "src/accordion-item/accordion-item.ts"
1622
+ }
1612
1623
  }
1613
- ],
1614
- "superclass": {
1615
- "name": "FoundationElement",
1616
- "package": "@microsoft/fast-foundation"
1617
- }
1624
+ ]
1625
+ },
1626
+ {
1627
+ "kind": "variable",
1628
+ "name": "foundationAccordionItemShadowOptions",
1629
+ "type": {
1630
+ "text": "ShadowRootInit"
1631
+ },
1632
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1633
+ },
1634
+ {
1635
+ "kind": "variable",
1636
+ "name": "defaultAccordionItemConfig",
1637
+ "type": {
1638
+ "text": "object"
1639
+ },
1640
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1641
+ },
1642
+ {
1643
+ "kind": "variable",
1644
+ "name": "foundationAccordionItem",
1645
+ "description": "The Foundation Accordion Item",
1646
+ "privacy": "public"
1618
1647
  }
1619
1648
  ],
1620
1649
  "exports": [
1621
1650
  {
1622
1651
  "kind": "js",
1623
- "name": "BaseFileComponent",
1652
+ "name": "AccordionItem",
1624
1653
  "declaration": {
1625
- "name": "BaseFileComponent",
1626
- "module": "src/_common/base-file-component.ts"
1654
+ "name": "AccordionItem",
1655
+ "module": "src/accordion-item/accordion-item.ts"
1627
1656
  }
1628
- }
1629
- ]
1630
- },
1631
- {
1632
- "kind": "javascript-module",
1633
- "path": "src/_common/icons.ts",
1634
- "declarations": [
1657
+ },
1635
1658
  {
1636
- "kind": "function",
1637
- "name": "closeIcon",
1638
- "parameters": [
1639
- {
1640
- "name": "slot",
1641
- "default": "'start'"
1642
- },
1643
- {
1644
- "name": "fill",
1645
- "default": "'#879ba6'"
1646
- }
1647
- ]
1648
- }
1649
- ],
1650
- "exports": [
1659
+ "kind": "js",
1660
+ "name": "foundationAccordionItemShadowOptions",
1661
+ "declaration": {
1662
+ "name": "foundationAccordionItemShadowOptions",
1663
+ "module": "src/accordion-item/accordion-item.ts"
1664
+ }
1665
+ },
1651
1666
  {
1652
1667
  "kind": "js",
1653
- "name": "closeIcon",
1668
+ "name": "defaultAccordionItemConfig",
1654
1669
  "declaration": {
1655
- "name": "closeIcon",
1656
- "module": "src/_common/icons.ts"
1670
+ "name": "defaultAccordionItemConfig",
1671
+ "module": "src/accordion-item/accordion-item.ts"
1672
+ }
1673
+ },
1674
+ {
1675
+ "kind": "js",
1676
+ "name": "foundationAccordionItem",
1677
+ "declaration": {
1678
+ "name": "foundationAccordionItem",
1679
+ "module": "src/accordion-item/accordion-item.ts"
1657
1680
  }
1658
1681
  }
1659
1682
  ]
1660
1683
  },
1661
1684
  {
1662
1685
  "kind": "javascript-module",
1663
- "path": "src/_common/index.ts",
1686
+ "path": "src/accordion-item/index.ts",
1664
1687
  "declarations": [],
1665
1688
  "exports": [
1666
1689
  {
@@ -1668,7 +1691,7 @@
1668
1691
  "name": "*",
1669
1692
  "declaration": {
1670
1693
  "name": "*",
1671
- "package": "./base-file-component"
1694
+ "package": "./accordion-item.template"
1672
1695
  }
1673
1696
  },
1674
1697
  {
@@ -1676,7 +1699,15 @@
1676
1699
  "name": "*",
1677
1700
  "declaration": {
1678
1701
  "name": "*",
1679
- "package": "./icons"
1702
+ "package": "./accordion-item.styles"
1703
+ }
1704
+ },
1705
+ {
1706
+ "kind": "js",
1707
+ "name": "*",
1708
+ "declaration": {
1709
+ "name": "*",
1710
+ "package": "./accordion-item"
1680
1711
  }
1681
1712
  }
1682
1713
  ]
@@ -2180,69 +2211,38 @@
2180
2211
  "name": "FoundationElement",
2181
2212
  "package": "@microsoft/fast-foundation"
2182
2213
  },
2183
- "tagName": "%%prefix%%-actions-menu",
2184
- "customElement": true
2185
- },
2186
- {
2187
- "kind": "variable",
2188
- "name": "foundationActionsMenu",
2189
- "description": "The Foundation Actions Menu",
2190
- "privacy": "public"
2191
- }
2192
- ],
2193
- "exports": [
2194
- {
2195
- "kind": "js",
2196
- "name": "ActionsMenu",
2197
- "declaration": {
2198
- "name": "ActionsMenu",
2199
- "module": "src/actions-menu/actions-menu.ts"
2200
- }
2201
- },
2202
- {
2203
- "kind": "js",
2204
- "name": "foundationActionsMenu",
2205
- "declaration": {
2206
- "name": "foundationActionsMenu",
2207
- "module": "src/actions-menu/actions-menu.ts"
2208
- }
2209
- }
2210
- ]
2211
- },
2212
- {
2213
- "kind": "javascript-module",
2214
- "path": "src/actions-menu/index.ts",
2215
- "declarations": [],
2216
- "exports": [
2217
- {
2218
- "kind": "js",
2219
- "name": "*",
2220
- "declaration": {
2221
- "name": "*",
2222
- "package": "./actions-menu.styles"
2223
- }
2214
+ "tagName": "%%prefix%%-actions-menu",
2215
+ "customElement": true
2224
2216
  },
2217
+ {
2218
+ "kind": "variable",
2219
+ "name": "foundationActionsMenu",
2220
+ "description": "The Foundation Actions Menu",
2221
+ "privacy": "public"
2222
+ }
2223
+ ],
2224
+ "exports": [
2225
2225
  {
2226
2226
  "kind": "js",
2227
- "name": "*",
2227
+ "name": "ActionsMenu",
2228
2228
  "declaration": {
2229
- "name": "*",
2230
- "package": "./actions-menu.template"
2229
+ "name": "ActionsMenu",
2230
+ "module": "src/actions-menu/actions-menu.ts"
2231
2231
  }
2232
2232
  },
2233
2233
  {
2234
2234
  "kind": "js",
2235
- "name": "*",
2235
+ "name": "foundationActionsMenu",
2236
2236
  "declaration": {
2237
- "name": "*",
2238
- "package": "./actions-menu"
2237
+ "name": "foundationActionsMenu",
2238
+ "module": "src/actions-menu/actions-menu.ts"
2239
2239
  }
2240
2240
  }
2241
2241
  ]
2242
2242
  },
2243
2243
  {
2244
2244
  "kind": "javascript-module",
2245
- "path": "src/_config/index.ts",
2245
+ "path": "src/actions-menu/index.ts",
2246
2246
  "declarations": [],
2247
2247
  "exports": [
2248
2248
  {
@@ -2250,7 +2250,7 @@
2250
2250
  "name": "*",
2251
2251
  "declaration": {
2252
2252
  "name": "*",
2253
- "package": "./styles"
2253
+ "package": "./actions-menu.styles"
2254
2254
  }
2255
2255
  },
2256
2256
  {
@@ -2258,7 +2258,7 @@
2258
2258
  "name": "*",
2259
2259
  "declaration": {
2260
2260
  "name": "*",
2261
- "package": "./tokens"
2261
+ "package": "./actions-menu.template"
2262
2262
  }
2263
2263
  },
2264
2264
  {
@@ -2266,7 +2266,7 @@
2266
2266
  "name": "*",
2267
2267
  "declaration": {
2268
2268
  "name": "*",
2269
- "package": "./values"
2269
+ "package": "./actions-menu"
2270
2270
  }
2271
2271
  }
2272
2272
  ]
@@ -2739,75 +2739,257 @@
2739
2739
  },
2740
2740
  {
2741
2741
  "kind": "javascript-module",
2742
- "path": "src/ai-criteria-search/validation-error-notification.ts",
2743
- "declarations": [
2742
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
2743
+ "declarations": [
2744
+ {
2745
+ "kind": "function",
2746
+ "name": "formatValidationErrors",
2747
+ "return": {
2748
+ "type": {
2749
+ "text": "string"
2750
+ }
2751
+ },
2752
+ "parameters": [
2753
+ {
2754
+ "name": "errors",
2755
+ "type": {
2756
+ "text": "ValidationError[]"
2757
+ }
2758
+ }
2759
+ ],
2760
+ "description": "Formats validation errors into a user-friendly message."
2761
+ },
2762
+ {
2763
+ "kind": "function",
2764
+ "name": "showCriteriaError",
2765
+ "return": {
2766
+ "type": {
2767
+ "text": "void"
2768
+ }
2769
+ },
2770
+ "parameters": [
2771
+ {
2772
+ "name": "title",
2773
+ "type": {
2774
+ "text": "string"
2775
+ },
2776
+ "description": "Notification title (e.g. \"Criteria validation error\")"
2777
+ },
2778
+ {
2779
+ "name": "body",
2780
+ "type": {
2781
+ "text": "string"
2782
+ },
2783
+ "description": "Error message to display"
2784
+ },
2785
+ {
2786
+ "name": "tagName",
2787
+ "type": {
2788
+ "text": "string"
2789
+ },
2790
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2791
+ }
2792
+ ],
2793
+ "description": "Shows a criteria error as a toast notification."
2794
+ }
2795
+ ],
2796
+ "exports": [
2797
+ {
2798
+ "kind": "js",
2799
+ "name": "formatValidationErrors",
2800
+ "declaration": {
2801
+ "name": "formatValidationErrors",
2802
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2803
+ }
2804
+ },
2805
+ {
2806
+ "kind": "js",
2807
+ "name": "showCriteriaError",
2808
+ "declaration": {
2809
+ "name": "showCriteriaError",
2810
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
2811
+ }
2812
+ }
2813
+ ]
2814
+ },
2815
+ {
2816
+ "kind": "javascript-module",
2817
+ "path": "src/accordion/accordion.styles.ts",
2818
+ "declarations": [
2819
+ {
2820
+ "kind": "function",
2821
+ "name": "foundationAccordionStyles",
2822
+ "return": {
2823
+ "type": {
2824
+ "text": "ElementStyles"
2825
+ }
2826
+ },
2827
+ "parameters": [
2828
+ {
2829
+ "name": "context",
2830
+ "type": {
2831
+ "text": "ElementDefinitionContext"
2832
+ }
2833
+ },
2834
+ {
2835
+ "name": "definition",
2836
+ "type": {
2837
+ "text": "FoundationElementDefinition"
2838
+ }
2839
+ }
2840
+ ]
2841
+ }
2842
+ ],
2843
+ "exports": [
2844
+ {
2845
+ "kind": "js",
2846
+ "name": "foundationAccordionStyles",
2847
+ "declaration": {
2848
+ "name": "foundationAccordionStyles",
2849
+ "module": "src/accordion/accordion.styles.ts"
2850
+ }
2851
+ }
2852
+ ]
2853
+ },
2854
+ {
2855
+ "kind": "javascript-module",
2856
+ "path": "src/accordion/accordion.template.ts",
2857
+ "declarations": [
2858
+ {
2859
+ "kind": "function",
2860
+ "name": "foundationAccordionTemplate",
2861
+ "return": {
2862
+ "type": {
2863
+ "text": "ViewTemplate<Accordion>"
2864
+ }
2865
+ },
2866
+ "parameters": [
2867
+ {
2868
+ "name": "context",
2869
+ "type": {
2870
+ "text": "ElementDefinitionContext"
2871
+ }
2872
+ },
2873
+ {
2874
+ "name": "definition",
2875
+ "type": {
2876
+ "text": "FoundationElementDefinition"
2877
+ }
2878
+ }
2879
+ ]
2880
+ }
2881
+ ],
2882
+ "exports": [
2883
+ {
2884
+ "kind": "js",
2885
+ "name": "foundationAccordionTemplate",
2886
+ "declaration": {
2887
+ "name": "foundationAccordionTemplate",
2888
+ "module": "src/accordion/accordion.template.ts"
2889
+ }
2890
+ }
2891
+ ]
2892
+ },
2893
+ {
2894
+ "kind": "javascript-module",
2895
+ "path": "src/accordion/accordion.ts",
2896
+ "declarations": [
2897
+ {
2898
+ "kind": "class",
2899
+ "description": "",
2900
+ "name": "Accordion",
2901
+ "superclass": {
2902
+ "name": "FASTAccordion",
2903
+ "package": "@microsoft/fast-foundation"
2904
+ },
2905
+ "tagName": "%%prefix%%-accordion",
2906
+ "customElement": true
2907
+ },
2908
+ {
2909
+ "kind": "variable",
2910
+ "name": "foundationAccordionShadowOptions",
2911
+ "type": {
2912
+ "text": "ShadowRootInit"
2913
+ },
2914
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2915
+ },
2916
+ {
2917
+ "kind": "variable",
2918
+ "name": "defaultAccordionConfig",
2919
+ "type": {
2920
+ "text": "object"
2921
+ },
2922
+ "default": "{}"
2923
+ },
2924
+ {
2925
+ "kind": "variable",
2926
+ "name": "foundationAccordion",
2927
+ "description": "The Foundation Accordion",
2928
+ "privacy": "public"
2929
+ }
2930
+ ],
2931
+ "exports": [
2932
+ {
2933
+ "kind": "js",
2934
+ "name": "Accordion",
2935
+ "declaration": {
2936
+ "name": "Accordion",
2937
+ "module": "src/accordion/accordion.ts"
2938
+ }
2939
+ },
2940
+ {
2941
+ "kind": "js",
2942
+ "name": "foundationAccordionShadowOptions",
2943
+ "declaration": {
2944
+ "name": "foundationAccordionShadowOptions",
2945
+ "module": "src/accordion/accordion.ts"
2946
+ }
2947
+ },
2948
+ {
2949
+ "kind": "js",
2950
+ "name": "defaultAccordionConfig",
2951
+ "declaration": {
2952
+ "name": "defaultAccordionConfig",
2953
+ "module": "src/accordion/accordion.ts"
2954
+ }
2955
+ },
2956
+ {
2957
+ "kind": "js",
2958
+ "name": "foundationAccordion",
2959
+ "declaration": {
2960
+ "name": "foundationAccordion",
2961
+ "module": "src/accordion/accordion.ts"
2962
+ }
2963
+ }
2964
+ ]
2965
+ },
2966
+ {
2967
+ "kind": "javascript-module",
2968
+ "path": "src/accordion/index.ts",
2969
+ "declarations": [],
2970
+ "exports": [
2744
2971
  {
2745
- "kind": "function",
2746
- "name": "formatValidationErrors",
2747
- "return": {
2748
- "type": {
2749
- "text": "string"
2750
- }
2751
- },
2752
- "parameters": [
2753
- {
2754
- "name": "errors",
2755
- "type": {
2756
- "text": "ValidationError[]"
2757
- }
2758
- }
2759
- ],
2760
- "description": "Formats validation errors into a user-friendly message."
2972
+ "kind": "js",
2973
+ "name": "*",
2974
+ "declaration": {
2975
+ "name": "*",
2976
+ "package": "./accordion.template"
2977
+ }
2761
2978
  },
2762
- {
2763
- "kind": "function",
2764
- "name": "showCriteriaError",
2765
- "return": {
2766
- "type": {
2767
- "text": "void"
2768
- }
2769
- },
2770
- "parameters": [
2771
- {
2772
- "name": "title",
2773
- "type": {
2774
- "text": "string"
2775
- },
2776
- "description": "Notification title (e.g. \"Criteria validation error\")"
2777
- },
2778
- {
2779
- "name": "body",
2780
- "type": {
2781
- "text": "string"
2782
- },
2783
- "description": "Error message to display"
2784
- },
2785
- {
2786
- "name": "tagName",
2787
- "type": {
2788
- "text": "string"
2789
- },
2790
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2791
- }
2792
- ],
2793
- "description": "Shows a criteria error as a toast notification."
2794
- }
2795
- ],
2796
- "exports": [
2797
2979
  {
2798
2980
  "kind": "js",
2799
- "name": "formatValidationErrors",
2981
+ "name": "*",
2800
2982
  "declaration": {
2801
- "name": "formatValidationErrors",
2802
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2983
+ "name": "*",
2984
+ "package": "./accordion.styles"
2803
2985
  }
2804
2986
  },
2805
2987
  {
2806
2988
  "kind": "js",
2807
- "name": "showCriteriaError",
2989
+ "name": "*",
2808
2990
  "declaration": {
2809
- "name": "showCriteriaError",
2810
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2991
+ "name": "*",
2992
+ "package": "./accordion"
2811
2993
  }
2812
2994
  }
2813
2995
  ]
@@ -3251,188 +3433,6 @@
3251
3433
  }
3252
3434
  ]
3253
3435
  },
3254
- {
3255
- "kind": "javascript-module",
3256
- "path": "src/accordion/accordion.styles.ts",
3257
- "declarations": [
3258
- {
3259
- "kind": "function",
3260
- "name": "foundationAccordionStyles",
3261
- "return": {
3262
- "type": {
3263
- "text": "ElementStyles"
3264
- }
3265
- },
3266
- "parameters": [
3267
- {
3268
- "name": "context",
3269
- "type": {
3270
- "text": "ElementDefinitionContext"
3271
- }
3272
- },
3273
- {
3274
- "name": "definition",
3275
- "type": {
3276
- "text": "FoundationElementDefinition"
3277
- }
3278
- }
3279
- ]
3280
- }
3281
- ],
3282
- "exports": [
3283
- {
3284
- "kind": "js",
3285
- "name": "foundationAccordionStyles",
3286
- "declaration": {
3287
- "name": "foundationAccordionStyles",
3288
- "module": "src/accordion/accordion.styles.ts"
3289
- }
3290
- }
3291
- ]
3292
- },
3293
- {
3294
- "kind": "javascript-module",
3295
- "path": "src/accordion/accordion.template.ts",
3296
- "declarations": [
3297
- {
3298
- "kind": "function",
3299
- "name": "foundationAccordionTemplate",
3300
- "return": {
3301
- "type": {
3302
- "text": "ViewTemplate<Accordion>"
3303
- }
3304
- },
3305
- "parameters": [
3306
- {
3307
- "name": "context",
3308
- "type": {
3309
- "text": "ElementDefinitionContext"
3310
- }
3311
- },
3312
- {
3313
- "name": "definition",
3314
- "type": {
3315
- "text": "FoundationElementDefinition"
3316
- }
3317
- }
3318
- ]
3319
- }
3320
- ],
3321
- "exports": [
3322
- {
3323
- "kind": "js",
3324
- "name": "foundationAccordionTemplate",
3325
- "declaration": {
3326
- "name": "foundationAccordionTemplate",
3327
- "module": "src/accordion/accordion.template.ts"
3328
- }
3329
- }
3330
- ]
3331
- },
3332
- {
3333
- "kind": "javascript-module",
3334
- "path": "src/accordion/accordion.ts",
3335
- "declarations": [
3336
- {
3337
- "kind": "class",
3338
- "description": "",
3339
- "name": "Accordion",
3340
- "superclass": {
3341
- "name": "FASTAccordion",
3342
- "package": "@microsoft/fast-foundation"
3343
- },
3344
- "tagName": "%%prefix%%-accordion",
3345
- "customElement": true
3346
- },
3347
- {
3348
- "kind": "variable",
3349
- "name": "foundationAccordionShadowOptions",
3350
- "type": {
3351
- "text": "ShadowRootInit"
3352
- },
3353
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3354
- },
3355
- {
3356
- "kind": "variable",
3357
- "name": "defaultAccordionConfig",
3358
- "type": {
3359
- "text": "object"
3360
- },
3361
- "default": "{}"
3362
- },
3363
- {
3364
- "kind": "variable",
3365
- "name": "foundationAccordion",
3366
- "description": "The Foundation Accordion",
3367
- "privacy": "public"
3368
- }
3369
- ],
3370
- "exports": [
3371
- {
3372
- "kind": "js",
3373
- "name": "Accordion",
3374
- "declaration": {
3375
- "name": "Accordion",
3376
- "module": "src/accordion/accordion.ts"
3377
- }
3378
- },
3379
- {
3380
- "kind": "js",
3381
- "name": "foundationAccordionShadowOptions",
3382
- "declaration": {
3383
- "name": "foundationAccordionShadowOptions",
3384
- "module": "src/accordion/accordion.ts"
3385
- }
3386
- },
3387
- {
3388
- "kind": "js",
3389
- "name": "defaultAccordionConfig",
3390
- "declaration": {
3391
- "name": "defaultAccordionConfig",
3392
- "module": "src/accordion/accordion.ts"
3393
- }
3394
- },
3395
- {
3396
- "kind": "js",
3397
- "name": "foundationAccordion",
3398
- "declaration": {
3399
- "name": "foundationAccordion",
3400
- "module": "src/accordion/accordion.ts"
3401
- }
3402
- }
3403
- ]
3404
- },
3405
- {
3406
- "kind": "javascript-module",
3407
- "path": "src/accordion/index.ts",
3408
- "declarations": [],
3409
- "exports": [
3410
- {
3411
- "kind": "js",
3412
- "name": "*",
3413
- "declaration": {
3414
- "name": "*",
3415
- "package": "./accordion.template"
3416
- }
3417
- },
3418
- {
3419
- "kind": "js",
3420
- "name": "*",
3421
- "declaration": {
3422
- "name": "*",
3423
- "package": "./accordion.styles"
3424
- }
3425
- },
3426
- {
3427
- "kind": "js",
3428
- "name": "*",
3429
- "declaration": {
3430
- "name": "*",
3431
- "package": "./accordion"
3432
- }
3433
- }
3434
- ]
3435
- },
3436
3436
  {
3437
3437
  "kind": "javascript-module",
3438
3438
  "path": "src/anchor/anchor.styles.ts",