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