"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlertDialogTriggerDataAttributes = void 0; let AlertDialogTriggerDataAttributes = exports.AlertDialogTriggerDataAttributes = /*#__PURE__*/function (AlertDialogTriggerDataAttributes) { AlertDialogTriggerDataAttributes["disabled"] = "data-disabled"; AlertDialogTriggerDataAttributes["popupOpen"] = "data-popup-open"; return AlertDialogTriggerDataAttributes; }({});