@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
40 lines (37 loc) • 1.31 kB
JavaScript
/**
* 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.
*/
;
/**
* @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.
*/
exports.TEARSHEET_INFLUENCER_PLACEMENT = void 0;
(function (TEARSHEET_INFLUENCER_PLACEMENT) {
/** right / default */
TEARSHEET_INFLUENCER_PLACEMENT["RIGHT"] = "right";
/** left */
TEARSHEET_INFLUENCER_PLACEMENT["LEFT"] = "left";
})(exports.TEARSHEET_INFLUENCER_PLACEMENT || (exports.TEARSHEET_INFLUENCER_PLACEMENT = {}));
exports.TEARSHEET_INFLUENCER_WIDTH = void 0;
(function (TEARSHEET_INFLUENCER_WIDTH) {
/** narrow /default */
TEARSHEET_INFLUENCER_WIDTH["NARROW"] = "narrow";
/** wide */
TEARSHEET_INFLUENCER_WIDTH["WIDE"] = "wide";
})(exports.TEARSHEET_INFLUENCER_WIDTH || (exports.TEARSHEET_INFLUENCER_WIDTH = {}));
exports.TEARSHEET_WIDTH = void 0;
(function (TEARSHEET_WIDTH) {
/** narrow */
TEARSHEET_WIDTH["NARROW"] = "narrow";
/** wide */
TEARSHEET_WIDTH["WIDE"] = "wide";
})(exports.TEARSHEET_WIDTH || (exports.TEARSHEET_WIDTH = {}));
//# sourceMappingURL=defs.js.map