@genesislcap/foundation-ui 14.409.0 → 14.410.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 +676 -676
  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,81 @@
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"
1253
- }
1254
- ],
1255
- "exports": [
1256
- {
1257
- "kind": "js",
1258
- "name": "AccordionItem",
1259
- "declaration": {
1260
- "name": "AccordionItem",
1261
- "module": "src/accordion-item/accordion-item.ts"
1262
- }
1263
- },
1264
- {
1265
- "kind": "js",
1266
- "name": "foundationAccordionItemShadowOptions",
1267
- "declaration": {
1268
- "name": "foundationAccordionItemShadowOptions",
1269
- "module": "src/accordion-item/accordion-item.ts"
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"
1270
1223
  }
1271
- },
1224
+ }
1225
+ ],
1226
+ "exports": [
1272
1227
  {
1273
1228
  "kind": "js",
1274
- "name": "defaultAccordionItemConfig",
1229
+ "name": "BaseFileComponent",
1275
1230
  "declaration": {
1276
- "name": "defaultAccordionItemConfig",
1277
- "module": "src/accordion-item/accordion-item.ts"
1231
+ "name": "BaseFileComponent",
1232
+ "module": "src/_common/base-file-component.ts"
1278
1233
  }
1279
- },
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": [
1280
1257
  {
1281
1258
  "kind": "js",
1282
- "name": "foundationAccordionItem",
1259
+ "name": "closeIcon",
1283
1260
  "declaration": {
1284
- "name": "foundationAccordionItem",
1285
- "module": "src/accordion-item/accordion-item.ts"
1261
+ "name": "closeIcon",
1262
+ "module": "src/_common/icons.ts"
1286
1263
  }
1287
1264
  }
1288
1265
  ]
1289
1266
  },
1290
1267
  {
1291
1268
  "kind": "javascript-module",
1292
- "path": "src/accordion-item/index.ts",
1269
+ "path": "src/_common/index.ts",
1293
1270
  "declarations": [],
1294
1271
  "exports": [
1295
1272
  {
@@ -1297,15 +1274,7 @@
1297
1274
  "name": "*",
1298
1275
  "declaration": {
1299
1276
  "name": "*",
1300
- "package": "./accordion-item.template"
1301
- }
1302
- },
1303
- {
1304
- "kind": "js",
1305
- "name": "*",
1306
- "declaration": {
1307
- "name": "*",
1308
- "package": "./accordion-item.styles"
1277
+ "package": "./base-file-component"
1309
1278
  }
1310
1279
  },
1311
1280
  {
@@ -1313,166 +1282,192 @@
1313
1282
  "name": "*",
1314
1283
  "declaration": {
1315
1284
  "name": "*",
1316
- "package": "./accordion-item"
1285
+ "package": "./icons"
1317
1286
  }
1318
1287
  }
1319
1288
  ]
1320
1289
  },
1321
1290
  {
1322
1291
  "kind": "javascript-module",
1323
- "path": "src/_common/base-file-component.ts",
1292
+ "path": "src/accordion-item/accordion-item.styles.ts",
1324
1293
  "declarations": [
1325
1294
  {
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
- },
1295
+ "kind": "function",
1296
+ "name": "foundationAccordionItemStyles",
1297
+ "return": {
1298
+ "type": {
1299
+ "text": "ElementStyles"
1300
+ }
1301
+ },
1302
+ "parameters": [
1338
1303
  {
1339
- "kind": "field",
1340
- "name": "selectedFile",
1304
+ "name": "context",
1341
1305
  "type": {
1342
- "text": "File | null"
1343
- },
1344
- "privacy": "protected",
1345
- "default": "null"
1306
+ "text": "ElementDefinitionContext"
1307
+ }
1346
1308
  },
1347
1309
  {
1348
- "kind": "field",
1349
- "name": "label",
1310
+ "name": "definition",
1350
1311
  "type": {
1351
- "text": "string"
1312
+ "text": "FoundationElementDefinition"
1352
1313
  }
1353
- },
1314
+ }
1315
+ ]
1316
+ }
1317
+ ],
1318
+ "exports": [
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "foundationAccordionItemStyles",
1322
+ "declaration": {
1323
+ "name": "foundationAccordionItemStyles",
1324
+ "module": "src/accordion-item/accordion-item.styles.ts"
1325
+ }
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "kind": "javascript-module",
1331
+ "path": "src/accordion-item/accordion-item.template.ts",
1332
+ "declarations": [
1333
+ {
1334
+ "kind": "function",
1335
+ "name": "foundationAccordionItemTemplate",
1336
+ "return": {
1337
+ "type": {
1338
+ "text": "ViewTemplate<AccordionItem>"
1339
+ }
1340
+ },
1341
+ "parameters": [
1354
1342
  {
1355
- "kind": "field",
1356
- "name": "accept",
1343
+ "name": "context",
1357
1344
  "type": {
1358
- "text": "string"
1359
- },
1360
- "default": "''"
1345
+ "text": "ElementDefinitionContext"
1346
+ }
1361
1347
  },
1362
1348
  {
1363
- "kind": "field",
1364
- "name": "fileSizeLimitBytes",
1365
- "default": "10_485_760",
1349
+ "name": "definition",
1366
1350
  "type": {
1367
- "text": "number"
1351
+ "text": "FoundationElementDefinition"
1368
1352
  }
1369
- },
1353
+ }
1354
+ ]
1355
+ }
1356
+ ],
1357
+ "exports": [
1358
+ {
1359
+ "kind": "js",
1360
+ "name": "foundationAccordionItemTemplate",
1361
+ "declaration": {
1362
+ "name": "foundationAccordionItemTemplate",
1363
+ "module": "src/accordion-item/accordion-item.template.ts"
1364
+ }
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "kind": "javascript-module",
1370
+ "path": "src/accordion-item/accordion-item.ts",
1371
+ "declarations": [
1372
+ {
1373
+ "kind": "class",
1374
+ "description": "",
1375
+ "name": "AccordionItem",
1376
+ "superclass": {
1377
+ "name": "FASTAccordionItem",
1378
+ "package": "@microsoft/fast-components"
1379
+ },
1380
+ "tagName": "%%prefix%%-accordion-item",
1381
+ "customElement": true,
1382
+ "attributes": [
1370
1383
  {
1371
- "kind": "field",
1372
- "name": "fileName",
1384
+ "name": "heading-level",
1373
1385
  "type": {
1374
- "text": "string"
1386
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1375
1387
  },
1376
- "default": "''"
1388
+ "default": "2",
1389
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1390
+ "fieldName": "headinglevel",
1391
+ "inheritedFrom": {
1392
+ "name": "AccordionItem",
1393
+ "module": "src/accordion-item/accordion-item.ts"
1394
+ }
1377
1395
  },
1378
1396
  {
1379
- "kind": "field",
1380
- "name": "isProcessing",
1381
1397
  "type": {
1382
1398
  "text": "boolean"
1383
1399
  },
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"
1406
- },
1407
- {
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
- },
1413
- {
1414
- "kind": "method",
1415
- "name": "getSelectedFile",
1416
- "privacy": "public",
1417
- "description": "Gets the currently selected file object",
1418
- "return": {
1419
- "type": {
1420
- "text": ""
1421
- }
1400
+ "default": "false",
1401
+ "description": "Expands or collapses the item.",
1402
+ "fieldName": "expanded",
1403
+ "inheritedFrom": {
1404
+ "name": "AccordionItem",
1405
+ "module": "src/accordion-item/accordion-item.ts"
1422
1406
  }
1423
1407
  },
1424
1408
  {
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"
1409
+ "name": "id",
1410
+ "type": {
1411
+ "text": "string"
1412
+ },
1413
+ "description": "The item ID",
1414
+ "fieldName": "id",
1415
+ "inheritedFrom": {
1416
+ "name": "AccordionItem",
1417
+ "module": "src/accordion-item/accordion-item.ts"
1418
+ }
1419
+ }
1420
+ ],
1421
+ "members": [
1422
+ {
1423
+ "kind": "field",
1424
+ "name": "headinglevel",
1425
+ "type": {
1426
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1427
+ },
1428
+ "privacy": "public",
1429
+ "default": "2",
1430
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1431
+ "inheritedFrom": {
1432
+ "name": "AccordionItem",
1433
+ "module": "src/accordion-item/accordion-item.ts"
1434
+ }
1445
1435
  },
1446
1436
  {
1447
- "kind": "method",
1448
- "name": "onFileSelected",
1449
- "privacy": "protected",
1450
- "return": {
1451
- "type": {
1452
- "text": "void"
1453
- }
1437
+ "kind": "field",
1438
+ "name": "expanded",
1439
+ "type": {
1440
+ "text": "boolean"
1454
1441
  },
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"
1442
+ "privacy": "public",
1443
+ "default": "false",
1444
+ "description": "Expands or collapses the item.",
1445
+ "inheritedFrom": {
1446
+ "name": "AccordionItem",
1447
+ "module": "src/accordion-item/accordion-item.ts"
1448
+ }
1465
1449
  },
1466
1450
  {
1467
- "kind": "method",
1468
- "name": "onFileCleared",
1469
- "privacy": "protected",
1470
- "return": {
1471
- "type": {
1472
- "text": "void"
1473
- }
1451
+ "kind": "field",
1452
+ "name": "id",
1453
+ "type": {
1454
+ "text": "string"
1474
1455
  },
1475
- "description": "Abstract method called when file selection is cleared"
1456
+ "privacy": "public",
1457
+ "description": "The item ID",
1458
+ "inheritedFrom": {
1459
+ "name": "AccordionItem",
1460
+ "module": "src/accordion-item/accordion-item.ts"
1461
+ }
1462
+ },
1463
+ {
1464
+ "kind": "field",
1465
+ "name": "change",
1466
+ "privacy": "private",
1467
+ "inheritedFrom": {
1468
+ "name": "AccordionItem",
1469
+ "module": "src/accordion-item/accordion-item.ts"
1470
+ }
1476
1471
  },
1477
1472
  {
1478
1473
  "kind": "field",
@@ -1586,81 +1581,109 @@
1586
1581
  }
1587
1582
  }
1588
1583
  ],
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
- },
1584
+ "events": [
1605
1585
  {
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"
1586
+ "description": "Fires a custom 'change' event when the button is invoked",
1587
+ "name": "change",
1588
+ "inheritedFrom": {
1589
+ "name": "AccordionItem",
1590
+ "module": "src/accordion-item/accordion-item.ts"
1591
+ }
1612
1592
  }
1613
- ],
1614
- "superclass": {
1615
- "name": "FoundationElement",
1616
- "package": "@microsoft/fast-foundation"
1617
- }
1593
+ ]
1594
+ },
1595
+ {
1596
+ "kind": "variable",
1597
+ "name": "foundationAccordionItemShadowOptions",
1598
+ "type": {
1599
+ "text": "ShadowRootInit"
1600
+ },
1601
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1602
+ },
1603
+ {
1604
+ "kind": "variable",
1605
+ "name": "defaultAccordionItemConfig",
1606
+ "type": {
1607
+ "text": "object"
1608
+ },
1609
+ "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}"
1610
+ },
1611
+ {
1612
+ "kind": "variable",
1613
+ "name": "foundationAccordionItem",
1614
+ "description": "The Foundation Accordion Item",
1615
+ "privacy": "public"
1618
1616
  }
1619
1617
  ],
1620
1618
  "exports": [
1621
1619
  {
1622
1620
  "kind": "js",
1623
- "name": "BaseFileComponent",
1621
+ "name": "AccordionItem",
1624
1622
  "declaration": {
1625
- "name": "BaseFileComponent",
1626
- "module": "src/_common/base-file-component.ts"
1623
+ "name": "AccordionItem",
1624
+ "module": "src/accordion-item/accordion-item.ts"
1625
+ }
1626
+ },
1627
+ {
1628
+ "kind": "js",
1629
+ "name": "foundationAccordionItemShadowOptions",
1630
+ "declaration": {
1631
+ "name": "foundationAccordionItemShadowOptions",
1632
+ "module": "src/accordion-item/accordion-item.ts"
1633
+ }
1634
+ },
1635
+ {
1636
+ "kind": "js",
1637
+ "name": "defaultAccordionItemConfig",
1638
+ "declaration": {
1639
+ "name": "defaultAccordionItemConfig",
1640
+ "module": "src/accordion-item/accordion-item.ts"
1641
+ }
1642
+ },
1643
+ {
1644
+ "kind": "js",
1645
+ "name": "foundationAccordionItem",
1646
+ "declaration": {
1647
+ "name": "foundationAccordionItem",
1648
+ "module": "src/accordion-item/accordion-item.ts"
1627
1649
  }
1628
1650
  }
1629
1651
  ]
1630
1652
  },
1631
1653
  {
1632
1654
  "kind": "javascript-module",
1633
- "path": "src/_common/icons.ts",
1634
- "declarations": [
1635
- {
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
- ],
1655
+ "path": "src/accordion-item/index.ts",
1656
+ "declarations": [],
1650
1657
  "exports": [
1651
1658
  {
1652
1659
  "kind": "js",
1653
- "name": "closeIcon",
1660
+ "name": "*",
1654
1661
  "declaration": {
1655
- "name": "closeIcon",
1656
- "module": "src/_common/icons.ts"
1662
+ "name": "*",
1663
+ "package": "./accordion-item.template"
1664
+ }
1665
+ },
1666
+ {
1667
+ "kind": "js",
1668
+ "name": "*",
1669
+ "declaration": {
1670
+ "name": "*",
1671
+ "package": "./accordion-item.styles"
1672
+ }
1673
+ },
1674
+ {
1675
+ "kind": "js",
1676
+ "name": "*",
1677
+ "declaration": {
1678
+ "name": "*",
1679
+ "package": "./accordion-item"
1657
1680
  }
1658
1681
  }
1659
1682
  ]
1660
1683
  },
1661
1684
  {
1662
1685
  "kind": "javascript-module",
1663
- "path": "src/_common/index.ts",
1686
+ "path": "src/_config/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": "./styles"
1672
1695
  }
1673
1696
  },
1674
1697
  {
@@ -1676,7 +1699,15 @@
1676
1699
  "name": "*",
1677
1700
  "declaration": {
1678
1701
  "name": "*",
1679
- "package": "./icons"
1702
+ "package": "./tokens"
1703
+ }
1704
+ },
1705
+ {
1706
+ "kind": "js",
1707
+ "name": "*",
1708
+ "declaration": {
1709
+ "name": "*",
1710
+ "package": "./values"
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",