UNPKG

@carbon/ibm-products-web-components

Version:
33 lines (31 loc) 869 B
/** * Copyright IBM Corp. 2020, 2026 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region src/globals/settings.ts /** * * Copyright IBM Corp. 2024, 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. */ const prefix = "c4p"; const carbonPrefix = "cds"; /** * A selector selecting tabbable nodes. * Borrowed from `carbon-angular`. tabbable === focusable. */ const selectorTabbable = ` c4p-side-nav-link, c4p-side-nav-menu, c4p-side-nav-menu-item `; //#endregion exports.carbonPrefix = carbonPrefix; exports.prefix = prefix; exports.selectorTabbable = selectorTabbable; //# sourceMappingURL=settings.js.map