UNPKG

@carbon/ibm-products-web-components

Version:
52 lines (49 loc) 1.23 kB
/** * Copyright IBM Corp. 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; /** * @license * * Copyright IBM Corp. 2023, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ /** * Modal size. */ exports.SIDE_PANEL_SIZE = void 0; (function (SIDE_PANEL_SIZE) { /** * Extra small size. */ SIDE_PANEL_SIZE["EXTRA_SMALL"] = "xs"; /** * Small size. */ SIDE_PANEL_SIZE["SMALL"] = "sm"; /** * Medium size. */ SIDE_PANEL_SIZE["MEDIUM"] = "md"; /** * Large size. */ SIDE_PANEL_SIZE["LARGE"] = "lg"; /** * 2X-Large size. */ SIDE_PANEL_SIZE["EXTRA_EXTRA_LARGE"] = "2xl"; })(exports.SIDE_PANEL_SIZE || (exports.SIDE_PANEL_SIZE = {})); exports.SIDE_PANEL_PLACEMENT = void 0; (function (SIDE_PANEL_PLACEMENT) { /** right / default */ SIDE_PANEL_PLACEMENT["RIGHT"] = "right"; /** left */ SIDE_PANEL_PLACEMENT["LEFT"] = "left"; })(exports.SIDE_PANEL_PLACEMENT || (exports.SIDE_PANEL_PLACEMENT = {})); //# sourceMappingURL=defs.js.map