@carbon/react
Version:
React components for the Carbon Design System
27 lines (25 loc) • 797 B
JavaScript
/**
* Copyright IBM Corp. 2016, 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");
//#region src/feature-flags.js
/**
* Copyright IBM Corp. 2016, 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.
*/
(0, require("@carbon/feature-flags").merge)({
"enable-css-custom-properties": true,
"enable-css-grid": true,
"enable-v11-release": true,
"enable-experimental-tile-contrast": false,
"enable-tile-contrast": false,
"enable-v12-tile-radio-icons": false,
"enable-v12-structured-list-visible-icons": false,
"enable-v12-dynamic-floating-styles": false
});
//#endregion