UNPKG

aria-live-storybook-addon

Version:

Observe and log aria-live region changes in the addon panel

21 lines (17 loc) 496 B
"use strict"; var _addons = require("@storybook/addons"); var _constants = require("../constants"); var _Panel = require("../Panel"); // Register the addon _addons.addons.register(_constants.ADDON_ID, function () { // Register the panel _addons.addons.add(_constants.PANEL_ID, { type: _addons.types.PANEL, title: "Aria Live Regions", match: function match(_ref) { var viewMode = _ref.viewMode; return viewMode === "story"; }, render: _Panel.Panel }); });