UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

15 lines 1.25 kB
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } import { reduceContext } from './extendPropsWithContext'; export function assignPropsWithContext(props, ...contexts) { props = Object.isFrozen(props) ? _objectSpread({}, props) : props; const context = reduceContext(contexts); return Object.entries(context).reduce((acc, [key, value]) => { if (!(props && Object.prototype.hasOwnProperty.call(props, key))) { acc[key] = value; } return acc; }, props || {}); } //# sourceMappingURL=assignPropsWithContext.js.map