@carbon/ibm-products
Version:
Carbon for IBM Products
40 lines (34 loc) • 1.06 kB
JavaScript
/**
* Copyright IBM Corp. 2020, 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.
*/
;
var FeatureFlags = require('@carbon/feature-flags');
function _interopNamespaceDefault(e) {
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
if (k !== 'default') {
var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
}
});
}
n.default = e;
return Object.freeze(n);
}
var FeatureFlags__namespace = /*#__PURE__*/_interopNamespaceDefault(FeatureFlags);
FeatureFlags__namespace.merge({
'default-portal-target-body': true,
'enable-datagrid-useInlineEdit': false,
'enable-datagrid-useEditableCell': false,
'enable-datagrid-useCustomizeColumns': false,
'ExampleComponent.secondaryIcon': false,
'ExampleComponent.useExample': false,
'enable-example-flag': false
});