UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 874 B
const tableActionCellPrefix = 'table-action-cell'; export const DATA_HOOKS = { triggerElement: `${tableActionCellPrefix}-trigger-element`, placeholder: `${tableActionCellPrefix}-placeholder`, primaryActionWrapper: `${tableActionCellPrefix}-primary-action-wrapper`, primaryAction: `${tableActionCellPrefix}-primary-action`, primaryActionTooltip: `${tableActionCellPrefix}-primary-action-tooltip`, visibleActionTooltip: `${tableActionCellPrefix}-visible-action-tooltip`, popoverMenu: `${tableActionCellPrefix}-popover-menu`, popoverMenuItem: `${tableActionCellPrefix}-popover-menu-item`, visibleAction: `${tableActionCellPrefix}-visible-action`, visibleActionsWrapper: `${tableActionCellPrefix}-visible-actions-wrapper`, visibleActionButton: `${tableActionCellPrefix}-visible-action-button`, }; //# sourceMappingURL=constants.js.map