UNPKG

@carbon/ibm-products

Version:
30 lines (28 loc) 896 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. */ require("../../../_virtual/_rolldown/runtime.js"); const require_settings = require("../../../settings.js"); //#region src/components/Tearsheet/next/context.ts /** * Copyright IBM Corp. 2025 * * 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 TearsheetContext = (0, require("react").createContext)({ fullyCollapsed: false, disableHeaderCollapse: false, variant: "wide", isSm: false, decorator: void 0, closeIconDescription: void 0, hideCloseButton: false }); const blockClass = `${require_settings.pkg.prefix}--tearsheet__next`; //#endregion exports.TearsheetContext = TearsheetContext; exports.blockClass = blockClass;