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

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