UNPKG

@carbon/react

Version:

React components for the Carbon Design System

27 lines (25 loc) 762 B
/** * 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. */ import { merge } from "@carbon/feature-flags"; //#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. */ 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