@genesislcap/foundation-zero 14.164.0 → 14.164.1-datasrouce-clone-fix.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +558 -558
  2. package/package.json +12 -12
@@ -1053,53 +1053,70 @@
1053
1053
  },
1054
1054
  {
1055
1055
  "kind": "javascript-module",
1056
- "path": "src/accordion-item/accordion-item.styles.ts",
1056
+ "path": "src/actions-menu/actions-menu.stories.ts",
1057
1057
  "declarations": [
1058
1058
  {
1059
- "kind": "function",
1060
- "name": "zeroAccordionItemStyles",
1061
- "return": {
1062
- "type": {
1063
- "text": "ElementStyles"
1064
- }
1059
+ "kind": "variable",
1060
+ "name": "meta",
1061
+ "type": {
1062
+ "text": "Meta"
1065
1063
  },
1066
- "parameters": [
1067
- {
1068
- "name": "context",
1069
- "type": {
1070
- "text": "ElementDefinitionContext"
1071
- }
1072
- },
1073
- {
1074
- "name": "definition",
1075
- "type": {
1076
- "text": "FoundationElementDefinition"
1077
- }
1078
- }
1079
- ]
1064
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1065
+ },
1066
+ {
1067
+ "kind": "variable",
1068
+ "name": "Horizontal",
1069
+ "type": {
1070
+ "text": "StoryObj"
1071
+ },
1072
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
1073
+ },
1074
+ {
1075
+ "kind": "variable",
1076
+ "name": "Vertical",
1077
+ "type": {
1078
+ "text": "StoryObj"
1079
+ },
1080
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
1080
1081
  }
1081
1082
  ],
1082
1083
  "exports": [
1083
1084
  {
1084
1085
  "kind": "js",
1085
- "name": "zeroAccordionItemStyles",
1086
+ "name": "default",
1086
1087
  "declaration": {
1087
- "name": "zeroAccordionItemStyles",
1088
- "module": "src/accordion-item/accordion-item.styles.ts"
1088
+ "name": "meta",
1089
+ "module": "src/actions-menu/actions-menu.stories.ts"
1090
+ }
1091
+ },
1092
+ {
1093
+ "kind": "js",
1094
+ "name": "Horizontal",
1095
+ "declaration": {
1096
+ "name": "Horizontal",
1097
+ "module": "src/actions-menu/actions-menu.stories.ts"
1098
+ }
1099
+ },
1100
+ {
1101
+ "kind": "js",
1102
+ "name": "Vertical",
1103
+ "declaration": {
1104
+ "name": "Vertical",
1105
+ "module": "src/actions-menu/actions-menu.stories.ts"
1089
1106
  }
1090
1107
  }
1091
1108
  ]
1092
1109
  },
1093
1110
  {
1094
1111
  "kind": "javascript-module",
1095
- "path": "src/accordion-item/accordion-item.template.ts",
1112
+ "path": "src/actions-menu/actions-menu.styles.ts",
1096
1113
  "declarations": [
1097
1114
  {
1098
1115
  "kind": "function",
1099
- "name": "zeroAccordionItemTemplate",
1116
+ "name": "zeroActionsMenuStyles",
1100
1117
  "return": {
1101
1118
  "type": {
1102
- "text": "ViewTemplate<AccordionItem>"
1119
+ "text": "ElementStyles"
1103
1120
  }
1104
1121
  },
1105
1122
  "parameters": [
@@ -1121,508 +1138,259 @@
1121
1138
  "exports": [
1122
1139
  {
1123
1140
  "kind": "js",
1124
- "name": "zeroAccordionItemTemplate",
1141
+ "name": "zeroActionsMenuStyles",
1125
1142
  "declaration": {
1126
- "name": "zeroAccordionItemTemplate",
1127
- "module": "src/accordion-item/accordion-item.template.ts"
1143
+ "name": "zeroActionsMenuStyles",
1144
+ "module": "src/actions-menu/actions-menu.styles.ts"
1128
1145
  }
1129
1146
  }
1130
1147
  ]
1131
1148
  },
1132
1149
  {
1133
1150
  "kind": "javascript-module",
1134
- "path": "src/accordion-item/accordion-item.ts",
1151
+ "path": "src/actions-menu/actions-menu.ts",
1135
1152
  "declarations": [
1136
1153
  {
1137
1154
  "kind": "class",
1138
1155
  "description": "",
1139
- "name": "AccordionItem",
1156
+ "name": "ActionsMenu",
1140
1157
  "superclass": {
1141
- "name": "FoundationAccordionItem",
1158
+ "name": "FoundationActionsMenu",
1142
1159
  "package": "@genesislcap/foundation-ui"
1143
1160
  },
1144
- "tagName": "%%prefix%%-card",
1161
+ "tagName": "%%prefix%%-actions-menu",
1145
1162
  "customElement": true,
1146
1163
  "attributes": [
1147
1164
  {
1148
- "name": "heading-level",
1165
+ "name": "is-vertical",
1149
1166
  "type": {
1150
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1167
+ "text": "boolean"
1151
1168
  },
1152
- "default": "2",
1153
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1154
- "fieldName": "headinglevel",
1169
+ "default": "false",
1170
+ "fieldName": "isVertical",
1155
1171
  "inheritedFrom": {
1156
- "name": "AccordionItem",
1157
- "module": "src/accordion-item/accordion-item.ts"
1172
+ "name": "ActionsMenu",
1173
+ "module": "src/actions-menu/actions-menu.ts"
1158
1174
  }
1159
1175
  },
1160
1176
  {
1177
+ "name": "add-default-actions",
1161
1178
  "type": {
1162
1179
  "text": "boolean"
1163
1180
  },
1164
- "default": "false",
1165
- "description": "Expands or collapses the item.",
1166
- "fieldName": "expanded",
1181
+ "default": "true",
1182
+ "fieldName": "addDefaultActions",
1167
1183
  "inheritedFrom": {
1168
- "name": "AccordionItem",
1169
- "module": "src/accordion-item/accordion-item.ts"
1184
+ "name": "ActionsMenu",
1185
+ "module": "src/actions-menu/actions-menu.ts"
1170
1186
  }
1171
1187
  },
1172
1188
  {
1173
- "name": "id",
1189
+ "name": "auto-close-on-action",
1174
1190
  "type": {
1175
- "text": "string"
1191
+ "text": "boolean"
1176
1192
  },
1177
- "description": "The item ID",
1178
- "fieldName": "id",
1193
+ "default": "true",
1194
+ "fieldName": "autoCloseOnAction",
1179
1195
  "inheritedFrom": {
1180
- "name": "AccordionItem",
1181
- "module": "src/accordion-item/accordion-item.ts"
1196
+ "name": "ActionsMenu",
1197
+ "module": "src/actions-menu/actions-menu.ts"
1182
1198
  }
1183
- }
1184
- ],
1185
- "members": [
1199
+ },
1186
1200
  {
1187
- "kind": "field",
1188
- "name": "headinglevel",
1201
+ "name": "name",
1189
1202
  "type": {
1190
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1203
+ "text": "string"
1191
1204
  },
1192
- "privacy": "public",
1193
- "default": "2",
1194
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1205
+ "default": "'Actions'",
1206
+ "fieldName": "name",
1195
1207
  "inheritedFrom": {
1196
- "name": "AccordionItem",
1197
- "module": "src/accordion-item/accordion-item.ts"
1208
+ "name": "ActionsMenu",
1209
+ "module": "src/actions-menu/actions-menu.ts"
1198
1210
  }
1199
1211
  },
1200
1212
  {
1201
- "kind": "field",
1202
- "name": "expanded",
1213
+ "name": "open",
1203
1214
  "type": {
1204
1215
  "text": "boolean"
1205
1216
  },
1206
- "privacy": "public",
1207
1217
  "default": "false",
1208
- "description": "Expands or collapses the item.",
1218
+ "fieldName": "open",
1209
1219
  "inheritedFrom": {
1210
- "name": "AccordionItem",
1211
- "module": "src/accordion-item/accordion-item.ts"
1220
+ "name": "ActionsMenu",
1221
+ "module": "src/actions-menu/actions-menu.ts"
1212
1222
  }
1213
1223
  },
1214
1224
  {
1215
- "kind": "field",
1216
- "name": "id",
1225
+ "name": "buttonAppearance",
1217
1226
  "type": {
1218
1227
  "text": "string"
1219
1228
  },
1220
- "privacy": "public",
1221
- "description": "The item ID",
1229
+ "fieldName": "buttonAppearance",
1222
1230
  "inheritedFrom": {
1223
- "name": "AccordionItem",
1224
- "module": "src/accordion-item/accordion-item.ts"
1231
+ "name": "ActionsMenu",
1232
+ "module": "src/actions-menu/actions-menu.ts"
1225
1233
  }
1226
1234
  },
1227
1235
  {
1228
- "kind": "field",
1229
- "name": "change",
1230
- "privacy": "private",
1236
+ "name": "hide-disabled",
1237
+ "type": {
1238
+ "text": "boolean"
1239
+ },
1240
+ "default": "false",
1241
+ "fieldName": "hideDisabled",
1231
1242
  "inheritedFrom": {
1232
- "name": "AccordionItem",
1233
- "module": "src/accordion-item/accordion-item.ts"
1243
+ "name": "ActionsMenu",
1244
+ "module": "src/actions-menu/actions-menu.ts"
1234
1245
  }
1235
1246
  },
1236
1247
  {
1237
- "kind": "field",
1238
- "name": "_presentation",
1248
+ "name": "hide-menu-single-option",
1239
1249
  "type": {
1240
- "text": "ComponentPresentation | null | undefined"
1250
+ "text": "boolean"
1241
1251
  },
1242
- "privacy": "private",
1243
- "default": "void 0",
1252
+ "default": "false",
1253
+ "fieldName": "hideMenuSingleOption",
1244
1254
  "inheritedFrom": {
1245
- "name": "AccordionItem",
1246
- "module": "src/accordion-item/accordion-item.ts"
1255
+ "name": "ActionsMenu",
1256
+ "module": "src/actions-menu/actions-menu.ts"
1247
1257
  }
1248
- },
1258
+ }
1259
+ ],
1260
+ "members": [
1249
1261
  {
1250
1262
  "kind": "field",
1251
- "name": "$presentation",
1263
+ "name": "actions",
1252
1264
  "type": {
1253
- "text": "ComponentPresentation | null"
1265
+ "text": "ActionMenuItem[]"
1254
1266
  },
1255
- "privacy": "public",
1256
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1257
1267
  "inheritedFrom": {
1258
- "name": "AccordionItem",
1259
- "module": "src/accordion-item/accordion-item.ts"
1268
+ "name": "ActionsMenu",
1269
+ "module": "src/actions-menu/actions-menu.ts"
1260
1270
  }
1261
1271
  },
1262
1272
  {
1263
1273
  "kind": "field",
1264
- "name": "template",
1274
+ "name": "isVertical",
1265
1275
  "type": {
1266
- "text": "ElementViewTemplate | void | null"
1276
+ "text": "boolean"
1267
1277
  },
1268
- "privacy": "public",
1269
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1278
+ "default": "false",
1270
1279
  "inheritedFrom": {
1271
- "name": "AccordionItem",
1272
- "module": "src/accordion-item/accordion-item.ts"
1280
+ "name": "ActionsMenu",
1281
+ "module": "src/actions-menu/actions-menu.ts"
1273
1282
  }
1274
1283
  },
1275
1284
  {
1276
- "kind": "method",
1277
- "name": "templateChanged",
1278
- "privacy": "protected",
1279
- "return": {
1280
- "type": {
1281
- "text": "void"
1282
- }
1285
+ "kind": "field",
1286
+ "name": "addDefaultActions",
1287
+ "type": {
1288
+ "text": "boolean"
1283
1289
  },
1290
+ "default": "true",
1284
1291
  "inheritedFrom": {
1285
- "name": "AccordionItem",
1286
- "module": "src/accordion-item/accordion-item.ts"
1292
+ "name": "ActionsMenu",
1293
+ "module": "src/actions-menu/actions-menu.ts"
1287
1294
  }
1288
1295
  },
1289
1296
  {
1290
1297
  "kind": "field",
1291
- "name": "styles",
1298
+ "name": "autoCloseOnAction",
1292
1299
  "type": {
1293
- "text": "ElementStyles | void | null"
1300
+ "text": "boolean"
1294
1301
  },
1295
- "privacy": "public",
1296
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1302
+ "default": "true",
1297
1303
  "inheritedFrom": {
1298
- "name": "AccordionItem",
1299
- "module": "src/accordion-item/accordion-item.ts"
1304
+ "name": "ActionsMenu",
1305
+ "module": "src/actions-menu/actions-menu.ts"
1300
1306
  }
1301
1307
  },
1302
1308
  {
1303
- "kind": "method",
1304
- "name": "stylesChanged",
1305
- "privacy": "protected",
1306
- "return": {
1307
- "type": {
1308
- "text": "void"
1309
- }
1309
+ "kind": "field",
1310
+ "name": "classNames",
1311
+ "type": {
1312
+ "text": "string"
1310
1313
  },
1311
1314
  "inheritedFrom": {
1312
- "name": "AccordionItem",
1313
- "module": "src/accordion-item/accordion-item.ts"
1314
- }
1315
- },
1316
- {
1317
- "kind": "method",
1318
- "name": "compose",
1319
- "privacy": "public",
1320
- "static": true,
1321
- "return": {
1322
- "type": {
1323
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1324
- }
1325
- },
1326
- "parameters": [
1327
- {
1328
- "name": "this",
1329
- "type": {
1330
- "text": "K"
1331
- }
1332
- },
1333
- {
1334
- "name": "elementDefinition",
1335
- "type": {
1336
- "text": "T"
1337
- },
1338
- "description": "The definition of the element to create the registry\nfunction for."
1339
- }
1340
- ],
1341
- "description": "Defines an element registry function with a set of element definition defaults.",
1342
- "inheritedFrom": {
1343
- "name": "AccordionItem",
1344
- "module": "src/accordion-item/accordion-item.ts"
1345
- }
1346
- }
1347
- ],
1348
- "events": [
1349
- {
1350
- "description": "Fires a custom 'change' event when the button is invoked",
1351
- "name": "change",
1352
- "inheritedFrom": {
1353
- "name": "AccordionItem",
1354
- "module": "src/accordion-item/accordion-item.ts"
1355
- }
1356
- }
1357
- ]
1358
- },
1359
- {
1360
- "kind": "variable",
1361
- "name": "zeroAccordionItem"
1362
- }
1363
- ],
1364
- "exports": [
1365
- {
1366
- "kind": "js",
1367
- "name": "AccordionItem",
1368
- "declaration": {
1369
- "name": "AccordionItem",
1370
- "module": "src/accordion-item/accordion-item.ts"
1371
- }
1372
- },
1373
- {
1374
- "kind": "js",
1375
- "name": "zeroAccordionItem",
1376
- "declaration": {
1377
- "name": "zeroAccordionItem",
1378
- "module": "src/accordion-item/accordion-item.ts"
1379
- }
1380
- }
1381
- ]
1382
- },
1383
- {
1384
- "kind": "javascript-module",
1385
- "path": "src/accordion-item/index.ts",
1386
- "declarations": [],
1387
- "exports": [
1388
- {
1389
- "kind": "js",
1390
- "name": "*",
1391
- "declaration": {
1392
- "name": "*",
1393
- "package": "./accordion-item"
1394
- }
1395
- },
1396
- {
1397
- "kind": "js",
1398
- "name": "*",
1399
- "declaration": {
1400
- "name": "*",
1401
- "package": "./accordion-item.styles"
1402
- }
1403
- },
1404
- {
1405
- "kind": "js",
1406
- "name": "*",
1407
- "declaration": {
1408
- "name": "*",
1409
- "package": "./accordion-item.template"
1410
- }
1411
- }
1412
- ]
1413
- },
1414
- {
1415
- "kind": "javascript-module",
1416
- "path": "src/actions-menu/actions-menu.stories.ts",
1417
- "declarations": [
1418
- {
1419
- "kind": "variable",
1420
- "name": "meta",
1421
- "type": {
1422
- "text": "Meta"
1423
- },
1424
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1425
- },
1426
- {
1427
- "kind": "variable",
1428
- "name": "Horizontal",
1429
- "type": {
1430
- "text": "StoryObj"
1431
- },
1432
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
1433
- },
1434
- {
1435
- "kind": "variable",
1436
- "name": "Vertical",
1437
- "type": {
1438
- "text": "StoryObj"
1439
- },
1440
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
1441
- }
1442
- ],
1443
- "exports": [
1444
- {
1445
- "kind": "js",
1446
- "name": "default",
1447
- "declaration": {
1448
- "name": "meta",
1449
- "module": "src/actions-menu/actions-menu.stories.ts"
1450
- }
1451
- },
1452
- {
1453
- "kind": "js",
1454
- "name": "Horizontal",
1455
- "declaration": {
1456
- "name": "Horizontal",
1457
- "module": "src/actions-menu/actions-menu.stories.ts"
1458
- }
1459
- },
1460
- {
1461
- "kind": "js",
1462
- "name": "Vertical",
1463
- "declaration": {
1464
- "name": "Vertical",
1465
- "module": "src/actions-menu/actions-menu.stories.ts"
1466
- }
1467
- }
1468
- ]
1469
- },
1470
- {
1471
- "kind": "javascript-module",
1472
- "path": "src/actions-menu/actions-menu.styles.ts",
1473
- "declarations": [
1474
- {
1475
- "kind": "function",
1476
- "name": "zeroActionsMenuStyles",
1477
- "return": {
1478
- "type": {
1479
- "text": "ElementStyles"
1480
- }
1481
- },
1482
- "parameters": [
1483
- {
1484
- "name": "context",
1485
- "type": {
1486
- "text": "ElementDefinitionContext"
1315
+ "name": "ActionsMenu",
1316
+ "module": "src/actions-menu/actions-menu.ts"
1487
1317
  }
1488
1318
  },
1489
1319
  {
1320
+ "kind": "field",
1490
1321
  "name": "definition",
1491
1322
  "type": {
1492
- "text": "FoundationElementDefinition"
1493
- }
1494
- }
1495
- ]
1496
- }
1497
- ],
1498
- "exports": [
1499
- {
1500
- "kind": "js",
1501
- "name": "zeroActionsMenuStyles",
1502
- "declaration": {
1503
- "name": "zeroActionsMenuStyles",
1504
- "module": "src/actions-menu/actions-menu.styles.ts"
1505
- }
1506
- }
1507
- ]
1508
- },
1509
- {
1510
- "kind": "javascript-module",
1511
- "path": "src/actions-menu/actions-menu.ts",
1512
- "declarations": [
1513
- {
1514
- "kind": "class",
1515
- "description": "",
1516
- "name": "ActionsMenu",
1517
- "superclass": {
1518
- "name": "FoundationActionsMenu",
1519
- "package": "@genesislcap/foundation-ui"
1520
- },
1521
- "tagName": "%%prefix%%-actions-menu",
1522
- "customElement": true,
1523
- "attributes": [
1524
- {
1525
- "name": "is-vertical",
1526
- "type": {
1527
- "text": "boolean"
1528
- },
1529
- "default": "false",
1530
- "fieldName": "isVertical",
1531
- "inheritedFrom": {
1532
- "name": "ActionsMenu",
1533
- "module": "src/actions-menu/actions-menu.ts"
1534
- }
1535
- },
1536
- {
1537
- "name": "add-default-actions",
1538
- "type": {
1539
- "text": "boolean"
1540
- },
1541
- "default": "true",
1542
- "fieldName": "addDefaultActions",
1543
- "inheritedFrom": {
1544
- "name": "ActionsMenu",
1545
- "module": "src/actions-menu/actions-menu.ts"
1546
- }
1547
- },
1548
- {
1549
- "name": "auto-close-on-action",
1550
- "type": {
1551
- "text": "boolean"
1323
+ "text": "any"
1552
1324
  },
1553
- "default": "true",
1554
- "fieldName": "autoCloseOnAction",
1555
1325
  "inheritedFrom": {
1556
1326
  "name": "ActionsMenu",
1557
1327
  "module": "src/actions-menu/actions-menu.ts"
1558
1328
  }
1559
1329
  },
1560
1330
  {
1331
+ "kind": "field",
1561
1332
  "name": "name",
1562
1333
  "type": {
1563
1334
  "text": "string"
1564
1335
  },
1565
1336
  "default": "'Actions'",
1566
- "fieldName": "name",
1567
1337
  "inheritedFrom": {
1568
1338
  "name": "ActionsMenu",
1569
1339
  "module": "src/actions-menu/actions-menu.ts"
1570
1340
  }
1571
1341
  },
1572
1342
  {
1343
+ "kind": "field",
1573
1344
  "name": "open",
1574
1345
  "type": {
1575
1346
  "text": "boolean"
1576
1347
  },
1577
1348
  "default": "false",
1578
- "fieldName": "open",
1579
1349
  "inheritedFrom": {
1580
1350
  "name": "ActionsMenu",
1581
1351
  "module": "src/actions-menu/actions-menu.ts"
1582
1352
  }
1583
1353
  },
1584
1354
  {
1355
+ "kind": "field",
1585
1356
  "name": "buttonAppearance",
1586
1357
  "type": {
1587
1358
  "text": "string"
1588
1359
  },
1589
- "fieldName": "buttonAppearance",
1590
1360
  "inheritedFrom": {
1591
1361
  "name": "ActionsMenu",
1592
1362
  "module": "src/actions-menu/actions-menu.ts"
1593
1363
  }
1594
1364
  },
1595
1365
  {
1596
- "name": "hide-disabled",
1366
+ "kind": "field",
1367
+ "name": "hideDisabled",
1597
1368
  "type": {
1598
1369
  "text": "boolean"
1599
1370
  },
1600
1371
  "default": "false",
1601
- "fieldName": "hideDisabled",
1602
1372
  "inheritedFrom": {
1603
1373
  "name": "ActionsMenu",
1604
1374
  "module": "src/actions-menu/actions-menu.ts"
1605
1375
  }
1606
1376
  },
1607
1377
  {
1608
- "name": "hide-menu-single-option",
1378
+ "kind": "field",
1379
+ "name": "hideMenuSingleOption",
1609
1380
  "type": {
1610
1381
  "text": "boolean"
1611
1382
  },
1612
1383
  "default": "false",
1613
- "fieldName": "hideMenuSingleOption",
1614
1384
  "inheritedFrom": {
1615
1385
  "name": "ActionsMenu",
1616
1386
  "module": "src/actions-menu/actions-menu.ts"
1617
1387
  }
1618
- }
1619
- ],
1620
- "members": [
1388
+ },
1621
1389
  {
1622
1390
  "kind": "field",
1623
- "name": "actions",
1391
+ "name": "singleOption",
1624
1392
  "type": {
1625
- "text": "ActionMenuItem[]"
1393
+ "text": "ActionMenuItem"
1626
1394
  },
1627
1395
  "inheritedFrom": {
1628
1396
  "name": "ActionsMenu",
@@ -1631,11 +1399,66 @@
1631
1399
  },
1632
1400
  {
1633
1401
  "kind": "field",
1634
- "name": "isVertical",
1402
+ "name": "actionsMenu",
1635
1403
  "type": {
1636
- "text": "boolean"
1404
+ "text": "HTMLElement"
1637
1405
  },
1638
- "default": "false",
1406
+ "inheritedFrom": {
1407
+ "name": "ActionsMenu",
1408
+ "module": "src/actions-menu/actions-menu.ts"
1409
+ }
1410
+ },
1411
+ {
1412
+ "kind": "method",
1413
+ "name": "definitionChanged",
1414
+ "privacy": "protected",
1415
+ "parameters": [
1416
+ {
1417
+ "name": "oldValue",
1418
+ "type": {
1419
+ "text": "any"
1420
+ }
1421
+ },
1422
+ {
1423
+ "name": "newValue",
1424
+ "type": {
1425
+ "text": "any"
1426
+ }
1427
+ }
1428
+ ],
1429
+ "inheritedFrom": {
1430
+ "name": "ActionsMenu",
1431
+ "module": "src/actions-menu/actions-menu.ts"
1432
+ }
1433
+ },
1434
+ {
1435
+ "kind": "method",
1436
+ "name": "openChanged",
1437
+ "privacy": "protected",
1438
+ "inheritedFrom": {
1439
+ "name": "ActionsMenu",
1440
+ "module": "src/actions-menu/actions-menu.ts"
1441
+ }
1442
+ },
1443
+ {
1444
+ "kind": "method",
1445
+ "name": "toggleActionsMenuVisibility",
1446
+ "inheritedFrom": {
1447
+ "name": "ActionsMenu",
1448
+ "module": "src/actions-menu/actions-menu.ts"
1449
+ }
1450
+ },
1451
+ {
1452
+ "kind": "method",
1453
+ "name": "onActionMenuItemClick",
1454
+ "parameters": [
1455
+ {
1456
+ "name": "callback",
1457
+ "type": {
1458
+ "text": "(rowData) => void | any"
1459
+ }
1460
+ }
1461
+ ],
1639
1462
  "inheritedFrom": {
1640
1463
  "name": "ActionsMenu",
1641
1464
  "module": "src/actions-menu/actions-menu.ts"
@@ -1643,11 +1466,11 @@
1643
1466
  },
1644
1467
  {
1645
1468
  "kind": "field",
1646
- "name": "addDefaultActions",
1469
+ "name": "allActions",
1647
1470
  "type": {
1648
- "text": "boolean"
1471
+ "text": "ActionMenuItem[]"
1649
1472
  },
1650
- "default": "true",
1473
+ "readonly": true,
1651
1474
  "inheritedFrom": {
1652
1475
  "name": "ActionsMenu",
1653
1476
  "module": "src/actions-menu/actions-menu.ts"
@@ -1655,11 +1478,40 @@
1655
1478
  },
1656
1479
  {
1657
1480
  "kind": "field",
1658
- "name": "autoCloseOnAction",
1659
- "type": {
1660
- "text": "boolean"
1661
- },
1662
- "default": "true",
1481
+ "name": "rowData",
1482
+ "readonly": true,
1483
+ "inheritedFrom": {
1484
+ "name": "ActionsMenu",
1485
+ "module": "src/actions-menu/actions-menu.ts"
1486
+ }
1487
+ },
1488
+ {
1489
+ "kind": "method",
1490
+ "name": "getLabel",
1491
+ "parameters": [
1492
+ {
1493
+ "name": "name",
1494
+ "type": {
1495
+ "text": "string | ((rowData: any) => string)"
1496
+ }
1497
+ }
1498
+ ],
1499
+ "inheritedFrom": {
1500
+ "name": "ActionsMenu",
1501
+ "module": "src/actions-menu/actions-menu.ts"
1502
+ }
1503
+ },
1504
+ {
1505
+ "kind": "method",
1506
+ "name": "getTemplate",
1507
+ "parameters": [
1508
+ {
1509
+ "name": "prefix",
1510
+ "type": {
1511
+ "text": "string"
1512
+ }
1513
+ }
1514
+ ],
1663
1515
  "inheritedFrom": {
1664
1516
  "name": "ActionsMenu",
1665
1517
  "module": "src/actions-menu/actions-menu.ts"
@@ -1667,214 +1519,346 @@
1667
1519
  },
1668
1520
  {
1669
1521
  "kind": "field",
1670
- "name": "classNames",
1522
+ "name": "_presentation",
1671
1523
  "type": {
1672
- "text": "string"
1524
+ "text": "ComponentPresentation | null | undefined"
1673
1525
  },
1526
+ "privacy": "private",
1527
+ "default": "void 0",
1674
1528
  "inheritedFrom": {
1675
- "name": "ActionsMenu",
1676
- "module": "src/actions-menu/actions-menu.ts"
1529
+ "name": "FoundationElement",
1530
+ "module": "src/foundation-element/foundation-element.ts"
1677
1531
  }
1678
1532
  },
1679
1533
  {
1680
1534
  "kind": "field",
1681
- "name": "definition",
1535
+ "name": "$presentation",
1682
1536
  "type": {
1683
- "text": "any"
1537
+ "text": "ComponentPresentation | null"
1684
1538
  },
1539
+ "privacy": "public",
1540
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1685
1541
  "inheritedFrom": {
1686
- "name": "ActionsMenu",
1687
- "module": "src/actions-menu/actions-menu.ts"
1542
+ "name": "FoundationElement",
1543
+ "module": "src/foundation-element/foundation-element.ts"
1544
+ }
1545
+ },
1546
+ {
1547
+ "kind": "field",
1548
+ "name": "template",
1549
+ "type": {
1550
+ "text": "ElementViewTemplate | void | null"
1551
+ },
1552
+ "privacy": "public",
1553
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1554
+ "inheritedFrom": {
1555
+ "name": "FoundationElement",
1556
+ "module": "src/foundation-element/foundation-element.ts"
1557
+ }
1558
+ },
1559
+ {
1560
+ "kind": "method",
1561
+ "name": "templateChanged",
1562
+ "privacy": "protected",
1563
+ "return": {
1564
+ "type": {
1565
+ "text": "void"
1566
+ }
1567
+ },
1568
+ "inheritedFrom": {
1569
+ "name": "FoundationElement",
1570
+ "module": "src/foundation-element/foundation-element.ts"
1571
+ }
1572
+ },
1573
+ {
1574
+ "kind": "field",
1575
+ "name": "styles",
1576
+ "type": {
1577
+ "text": "ElementStyles | void | null"
1578
+ },
1579
+ "privacy": "public",
1580
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1581
+ "inheritedFrom": {
1582
+ "name": "FoundationElement",
1583
+ "module": "src/foundation-element/foundation-element.ts"
1584
+ }
1585
+ },
1586
+ {
1587
+ "kind": "method",
1588
+ "name": "stylesChanged",
1589
+ "privacy": "protected",
1590
+ "return": {
1591
+ "type": {
1592
+ "text": "void"
1593
+ }
1594
+ },
1595
+ "inheritedFrom": {
1596
+ "name": "FoundationElement",
1597
+ "module": "src/foundation-element/foundation-element.ts"
1598
+ }
1599
+ },
1600
+ {
1601
+ "kind": "method",
1602
+ "name": "compose",
1603
+ "privacy": "public",
1604
+ "static": true,
1605
+ "return": {
1606
+ "type": {
1607
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1608
+ }
1609
+ },
1610
+ "parameters": [
1611
+ {
1612
+ "name": "this",
1613
+ "type": {
1614
+ "text": "K"
1615
+ }
1616
+ },
1617
+ {
1618
+ "name": "elementDefinition",
1619
+ "type": {
1620
+ "text": "T"
1621
+ },
1622
+ "description": "The definition of the element to create the registry\nfunction for."
1623
+ }
1624
+ ],
1625
+ "description": "Defines an element registry function with a set of element definition defaults.",
1626
+ "inheritedFrom": {
1627
+ "name": "FoundationElement",
1628
+ "module": "src/foundation-element/foundation-element.ts"
1629
+ }
1630
+ }
1631
+ ]
1632
+ },
1633
+ {
1634
+ "kind": "variable",
1635
+ "name": "zeroActionsMenu",
1636
+ "description": "The Zero Actions Menu",
1637
+ "privacy": "public"
1638
+ }
1639
+ ],
1640
+ "exports": [
1641
+ {
1642
+ "kind": "js",
1643
+ "name": "ActionsMenu",
1644
+ "declaration": {
1645
+ "name": "ActionsMenu",
1646
+ "module": "src/actions-menu/actions-menu.ts"
1647
+ }
1648
+ },
1649
+ {
1650
+ "kind": "js",
1651
+ "name": "zeroActionsMenu",
1652
+ "declaration": {
1653
+ "name": "zeroActionsMenu",
1654
+ "module": "src/actions-menu/actions-menu.ts"
1655
+ }
1656
+ }
1657
+ ]
1658
+ },
1659
+ {
1660
+ "kind": "javascript-module",
1661
+ "path": "src/actions-menu/index.ts",
1662
+ "declarations": [],
1663
+ "exports": [
1664
+ {
1665
+ "kind": "js",
1666
+ "name": "*",
1667
+ "declaration": {
1668
+ "name": "*",
1669
+ "package": "./actions-menu"
1670
+ }
1671
+ },
1672
+ {
1673
+ "kind": "js",
1674
+ "name": "*",
1675
+ "declaration": {
1676
+ "name": "*",
1677
+ "package": "./actions-menu.styles"
1678
+ }
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "kind": "javascript-module",
1684
+ "path": "src/accordion-item/accordion-item.styles.ts",
1685
+ "declarations": [
1686
+ {
1687
+ "kind": "function",
1688
+ "name": "zeroAccordionItemStyles",
1689
+ "return": {
1690
+ "type": {
1691
+ "text": "ElementStyles"
1692
+ }
1693
+ },
1694
+ "parameters": [
1695
+ {
1696
+ "name": "context",
1697
+ "type": {
1698
+ "text": "ElementDefinitionContext"
1688
1699
  }
1689
1700
  },
1690
1701
  {
1691
- "kind": "field",
1692
- "name": "name",
1702
+ "name": "definition",
1703
+ "type": {
1704
+ "text": "FoundationElementDefinition"
1705
+ }
1706
+ }
1707
+ ]
1708
+ }
1709
+ ],
1710
+ "exports": [
1711
+ {
1712
+ "kind": "js",
1713
+ "name": "zeroAccordionItemStyles",
1714
+ "declaration": {
1715
+ "name": "zeroAccordionItemStyles",
1716
+ "module": "src/accordion-item/accordion-item.styles.ts"
1717
+ }
1718
+ }
1719
+ ]
1720
+ },
1721
+ {
1722
+ "kind": "javascript-module",
1723
+ "path": "src/accordion-item/accordion-item.template.ts",
1724
+ "declarations": [
1725
+ {
1726
+ "kind": "function",
1727
+ "name": "zeroAccordionItemTemplate",
1728
+ "return": {
1729
+ "type": {
1730
+ "text": "ViewTemplate<AccordionItem>"
1731
+ }
1732
+ },
1733
+ "parameters": [
1734
+ {
1735
+ "name": "context",
1736
+ "type": {
1737
+ "text": "ElementDefinitionContext"
1738
+ }
1739
+ },
1740
+ {
1741
+ "name": "definition",
1742
+ "type": {
1743
+ "text": "FoundationElementDefinition"
1744
+ }
1745
+ }
1746
+ ]
1747
+ }
1748
+ ],
1749
+ "exports": [
1750
+ {
1751
+ "kind": "js",
1752
+ "name": "zeroAccordionItemTemplate",
1753
+ "declaration": {
1754
+ "name": "zeroAccordionItemTemplate",
1755
+ "module": "src/accordion-item/accordion-item.template.ts"
1756
+ }
1757
+ }
1758
+ ]
1759
+ },
1760
+ {
1761
+ "kind": "javascript-module",
1762
+ "path": "src/accordion-item/accordion-item.ts",
1763
+ "declarations": [
1764
+ {
1765
+ "kind": "class",
1766
+ "description": "",
1767
+ "name": "AccordionItem",
1768
+ "superclass": {
1769
+ "name": "FoundationAccordionItem",
1770
+ "package": "@genesislcap/foundation-ui"
1771
+ },
1772
+ "tagName": "%%prefix%%-card",
1773
+ "customElement": true,
1774
+ "attributes": [
1775
+ {
1776
+ "name": "heading-level",
1693
1777
  "type": {
1694
- "text": "string"
1778
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1695
1779
  },
1696
- "default": "'Actions'",
1780
+ "default": "2",
1781
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1782
+ "fieldName": "headinglevel",
1697
1783
  "inheritedFrom": {
1698
- "name": "ActionsMenu",
1699
- "module": "src/actions-menu/actions-menu.ts"
1784
+ "name": "AccordionItem",
1785
+ "module": "src/accordion-item/accordion-item.ts"
1700
1786
  }
1701
1787
  },
1702
1788
  {
1703
- "kind": "field",
1704
- "name": "open",
1705
1789
  "type": {
1706
1790
  "text": "boolean"
1707
1791
  },
1708
1792
  "default": "false",
1793
+ "description": "Expands or collapses the item.",
1794
+ "fieldName": "expanded",
1709
1795
  "inheritedFrom": {
1710
- "name": "ActionsMenu",
1711
- "module": "src/actions-menu/actions-menu.ts"
1796
+ "name": "AccordionItem",
1797
+ "module": "src/accordion-item/accordion-item.ts"
1712
1798
  }
1713
1799
  },
1714
1800
  {
1715
- "kind": "field",
1716
- "name": "buttonAppearance",
1801
+ "name": "id",
1717
1802
  "type": {
1718
1803
  "text": "string"
1719
1804
  },
1805
+ "description": "The item ID",
1806
+ "fieldName": "id",
1720
1807
  "inheritedFrom": {
1721
- "name": "ActionsMenu",
1722
- "module": "src/actions-menu/actions-menu.ts"
1808
+ "name": "AccordionItem",
1809
+ "module": "src/accordion-item/accordion-item.ts"
1723
1810
  }
1724
- },
1811
+ }
1812
+ ],
1813
+ "members": [
1725
1814
  {
1726
1815
  "kind": "field",
1727
- "name": "hideDisabled",
1816
+ "name": "headinglevel",
1728
1817
  "type": {
1729
- "text": "boolean"
1818
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1730
1819
  },
1731
- "default": "false",
1820
+ "privacy": "public",
1821
+ "default": "2",
1822
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1732
1823
  "inheritedFrom": {
1733
- "name": "ActionsMenu",
1734
- "module": "src/actions-menu/actions-menu.ts"
1824
+ "name": "AccordionItem",
1825
+ "module": "src/accordion-item/accordion-item.ts"
1735
1826
  }
1736
1827
  },
1737
1828
  {
1738
1829
  "kind": "field",
1739
- "name": "hideMenuSingleOption",
1830
+ "name": "expanded",
1740
1831
  "type": {
1741
1832
  "text": "boolean"
1742
1833
  },
1834
+ "privacy": "public",
1743
1835
  "default": "false",
1836
+ "description": "Expands or collapses the item.",
1744
1837
  "inheritedFrom": {
1745
- "name": "ActionsMenu",
1746
- "module": "src/actions-menu/actions-menu.ts"
1747
- }
1748
- },
1749
- {
1750
- "kind": "field",
1751
- "name": "singleOption",
1752
- "type": {
1753
- "text": "ActionMenuItem"
1754
- },
1755
- "inheritedFrom": {
1756
- "name": "ActionsMenu",
1757
- "module": "src/actions-menu/actions-menu.ts"
1758
- }
1759
- },
1760
- {
1761
- "kind": "field",
1762
- "name": "actionsMenu",
1763
- "type": {
1764
- "text": "HTMLElement"
1765
- },
1766
- "inheritedFrom": {
1767
- "name": "ActionsMenu",
1768
- "module": "src/actions-menu/actions-menu.ts"
1769
- }
1770
- },
1771
- {
1772
- "kind": "method",
1773
- "name": "definitionChanged",
1774
- "privacy": "protected",
1775
- "parameters": [
1776
- {
1777
- "name": "oldValue",
1778
- "type": {
1779
- "text": "any"
1780
- }
1781
- },
1782
- {
1783
- "name": "newValue",
1784
- "type": {
1785
- "text": "any"
1786
- }
1787
- }
1788
- ],
1789
- "inheritedFrom": {
1790
- "name": "ActionsMenu",
1791
- "module": "src/actions-menu/actions-menu.ts"
1792
- }
1793
- },
1794
- {
1795
- "kind": "method",
1796
- "name": "openChanged",
1797
- "privacy": "protected",
1798
- "inheritedFrom": {
1799
- "name": "ActionsMenu",
1800
- "module": "src/actions-menu/actions-menu.ts"
1801
- }
1802
- },
1803
- {
1804
- "kind": "method",
1805
- "name": "toggleActionsMenuVisibility",
1806
- "inheritedFrom": {
1807
- "name": "ActionsMenu",
1808
- "module": "src/actions-menu/actions-menu.ts"
1809
- }
1810
- },
1811
- {
1812
- "kind": "method",
1813
- "name": "onActionMenuItemClick",
1814
- "parameters": [
1815
- {
1816
- "name": "callback",
1817
- "type": {
1818
- "text": "(rowData) => void | any"
1819
- }
1820
- }
1821
- ],
1822
- "inheritedFrom": {
1823
- "name": "ActionsMenu",
1824
- "module": "src/actions-menu/actions-menu.ts"
1838
+ "name": "AccordionItem",
1839
+ "module": "src/accordion-item/accordion-item.ts"
1825
1840
  }
1826
1841
  },
1827
1842
  {
1828
1843
  "kind": "field",
1829
- "name": "allActions",
1844
+ "name": "id",
1830
1845
  "type": {
1831
- "text": "ActionMenuItem[]"
1846
+ "text": "string"
1832
1847
  },
1833
- "readonly": true,
1848
+ "privacy": "public",
1849
+ "description": "The item ID",
1834
1850
  "inheritedFrom": {
1835
- "name": "ActionsMenu",
1836
- "module": "src/actions-menu/actions-menu.ts"
1851
+ "name": "AccordionItem",
1852
+ "module": "src/accordion-item/accordion-item.ts"
1837
1853
  }
1838
1854
  },
1839
1855
  {
1840
1856
  "kind": "field",
1841
- "name": "rowData",
1842
- "readonly": true,
1843
- "inheritedFrom": {
1844
- "name": "ActionsMenu",
1845
- "module": "src/actions-menu/actions-menu.ts"
1846
- }
1847
- },
1848
- {
1849
- "kind": "method",
1850
- "name": "getLabel",
1851
- "parameters": [
1852
- {
1853
- "name": "name",
1854
- "type": {
1855
- "text": "string | ((rowData: any) => string)"
1856
- }
1857
- }
1858
- ],
1859
- "inheritedFrom": {
1860
- "name": "ActionsMenu",
1861
- "module": "src/actions-menu/actions-menu.ts"
1862
- }
1863
- },
1864
- {
1865
- "kind": "method",
1866
- "name": "getTemplate",
1867
- "parameters": [
1868
- {
1869
- "name": "prefix",
1870
- "type": {
1871
- "text": "string"
1872
- }
1873
- }
1874
- ],
1857
+ "name": "change",
1858
+ "privacy": "private",
1875
1859
  "inheritedFrom": {
1876
- "name": "ActionsMenu",
1877
- "module": "src/actions-menu/actions-menu.ts"
1860
+ "name": "AccordionItem",
1861
+ "module": "src/accordion-item/accordion-item.ts"
1878
1862
  }
1879
1863
  },
1880
1864
  {
@@ -1886,8 +1870,8 @@
1886
1870
  "privacy": "private",
1887
1871
  "default": "void 0",
1888
1872
  "inheritedFrom": {
1889
- "name": "FoundationElement",
1890
- "module": "src/foundation-element/foundation-element.ts"
1873
+ "name": "AccordionItem",
1874
+ "module": "src/accordion-item/accordion-item.ts"
1891
1875
  }
1892
1876
  },
1893
1877
  {
@@ -1899,8 +1883,8 @@
1899
1883
  "privacy": "public",
1900
1884
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1901
1885
  "inheritedFrom": {
1902
- "name": "FoundationElement",
1903
- "module": "src/foundation-element/foundation-element.ts"
1886
+ "name": "AccordionItem",
1887
+ "module": "src/accordion-item/accordion-item.ts"
1904
1888
  }
1905
1889
  },
1906
1890
  {
@@ -1912,8 +1896,8 @@
1912
1896
  "privacy": "public",
1913
1897
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1914
1898
  "inheritedFrom": {
1915
- "name": "FoundationElement",
1916
- "module": "src/foundation-element/foundation-element.ts"
1899
+ "name": "AccordionItem",
1900
+ "module": "src/accordion-item/accordion-item.ts"
1917
1901
  }
1918
1902
  },
1919
1903
  {
@@ -1926,8 +1910,8 @@
1926
1910
  }
1927
1911
  },
1928
1912
  "inheritedFrom": {
1929
- "name": "FoundationElement",
1930
- "module": "src/foundation-element/foundation-element.ts"
1913
+ "name": "AccordionItem",
1914
+ "module": "src/accordion-item/accordion-item.ts"
1931
1915
  }
1932
1916
  },
1933
1917
  {
@@ -1939,8 +1923,8 @@
1939
1923
  "privacy": "public",
1940
1924
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1941
1925
  "inheritedFrom": {
1942
- "name": "FoundationElement",
1943
- "module": "src/foundation-element/foundation-element.ts"
1926
+ "name": "AccordionItem",
1927
+ "module": "src/accordion-item/accordion-item.ts"
1944
1928
  }
1945
1929
  },
1946
1930
  {
@@ -1953,8 +1937,8 @@
1953
1937
  }
1954
1938
  },
1955
1939
  "inheritedFrom": {
1956
- "name": "FoundationElement",
1957
- "module": "src/foundation-element/foundation-element.ts"
1940
+ "name": "AccordionItem",
1941
+ "module": "src/accordion-item/accordion-item.ts"
1958
1942
  }
1959
1943
  },
1960
1944
  {
@@ -1984,41 +1968,49 @@
1984
1968
  ],
1985
1969
  "description": "Defines an element registry function with a set of element definition defaults.",
1986
1970
  "inheritedFrom": {
1987
- "name": "FoundationElement",
1988
- "module": "src/foundation-element/foundation-element.ts"
1971
+ "name": "AccordionItem",
1972
+ "module": "src/accordion-item/accordion-item.ts"
1973
+ }
1974
+ }
1975
+ ],
1976
+ "events": [
1977
+ {
1978
+ "description": "Fires a custom 'change' event when the button is invoked",
1979
+ "name": "change",
1980
+ "inheritedFrom": {
1981
+ "name": "AccordionItem",
1982
+ "module": "src/accordion-item/accordion-item.ts"
1989
1983
  }
1990
1984
  }
1991
1985
  ]
1992
1986
  },
1993
1987
  {
1994
1988
  "kind": "variable",
1995
- "name": "zeroActionsMenu",
1996
- "description": "The Zero Actions Menu",
1997
- "privacy": "public"
1989
+ "name": "zeroAccordionItem"
1998
1990
  }
1999
1991
  ],
2000
1992
  "exports": [
2001
1993
  {
2002
1994
  "kind": "js",
2003
- "name": "ActionsMenu",
1995
+ "name": "AccordionItem",
2004
1996
  "declaration": {
2005
- "name": "ActionsMenu",
2006
- "module": "src/actions-menu/actions-menu.ts"
1997
+ "name": "AccordionItem",
1998
+ "module": "src/accordion-item/accordion-item.ts"
2007
1999
  }
2008
2000
  },
2009
2001
  {
2010
2002
  "kind": "js",
2011
- "name": "zeroActionsMenu",
2003
+ "name": "zeroAccordionItem",
2012
2004
  "declaration": {
2013
- "name": "zeroActionsMenu",
2014
- "module": "src/actions-menu/actions-menu.ts"
2005
+ "name": "zeroAccordionItem",
2006
+ "module": "src/accordion-item/accordion-item.ts"
2015
2007
  }
2016
2008
  }
2017
2009
  ]
2018
2010
  },
2019
2011
  {
2020
2012
  "kind": "javascript-module",
2021
- "path": "src/actions-menu/index.ts",
2013
+ "path": "src/accordion-item/index.ts",
2022
2014
  "declarations": [],
2023
2015
  "exports": [
2024
2016
  {
@@ -2026,7 +2018,7 @@
2026
2018
  "name": "*",
2027
2019
  "declaration": {
2028
2020
  "name": "*",
2029
- "package": "./actions-menu"
2021
+ "package": "./accordion-item"
2030
2022
  }
2031
2023
  },
2032
2024
  {
@@ -2034,7 +2026,15 @@
2034
2026
  "name": "*",
2035
2027
  "declaration": {
2036
2028
  "name": "*",
2037
- "package": "./actions-menu.styles"
2029
+ "package": "./accordion-item.styles"
2030
+ }
2031
+ },
2032
+ {
2033
+ "kind": "js",
2034
+ "name": "*",
2035
+ "declaration": {
2036
+ "name": "*",
2037
+ "package": "./accordion-item.template"
2038
2038
  }
2039
2039
  }
2040
2040
  ]