propro-common-components 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37076,7 +37076,7 @@ var parseStyle = function m(g) {
37076
37076
  function uniqueHash(m, g) {
37077
37077
  return murmur2$1("".concat(m.join("%")).concat(g));
37078
37078
  }
37079
- function Empty$1() {
37079
+ function Empty() {
37080
37080
  return null;
37081
37081
  }
37082
37082
  var STYLE_PREFIX = "style";
@@ -37136,7 +37136,7 @@ function useStyleRegister(m, g) {
37136
37136
  return function(ye) {
37137
37137
  var ve;
37138
37138
  if (!Z || re || !U)
37139
- ve = /* @__PURE__ */ React.createElement(Empty$1, null);
37139
+ ve = /* @__PURE__ */ React.createElement(Empty, null);
37140
37140
  else {
37141
37141
  var Se;
37142
37142
  ve = /* @__PURE__ */ React.createElement("style", _extends$5({}, (Se = {}, _defineProperty$1(Se, ATTR_TOKEN, me), _defineProperty$1(Se, ATTR_MARK, be), Se), {
@@ -56820,15 +56820,19 @@ var _coreExports = _core.exports, _aFunction = function(m) {
56820
56820
  if (!isObject$3(m))
56821
56821
  throw TypeError(m + " is not an object!");
56822
56822
  return m;
56823
- }, _fails = function(m) {
56824
- try {
56825
- return !!m();
56826
- } catch {
56827
- return !0;
56828
- }
56829
- }, _descriptors, hasRequired_descriptors;
56823
+ }, _fails, hasRequired_fails;
56824
+ function require_fails() {
56825
+ return hasRequired_fails || (hasRequired_fails = 1, _fails = function(m) {
56826
+ try {
56827
+ return !!m();
56828
+ } catch {
56829
+ return !0;
56830
+ }
56831
+ }), _fails;
56832
+ }
56833
+ var _descriptors, hasRequired_descriptors;
56830
56834
  function require_descriptors() {
56831
- return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !_fails(function() {
56835
+ return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !require_fails()(function() {
56832
56836
  return Object.defineProperty({}, "a", { get: function() {
56833
56837
  return 7;
56834
56838
  } }).a != 7;
@@ -56844,15 +56848,11 @@ function require_domCreate() {
56844
56848
  return b ? g.createElement(_) : {};
56845
56849
  }, _domCreate;
56846
56850
  }
56847
- var _ie8DomDefine, hasRequired_ie8DomDefine;
56848
- function require_ie8DomDefine() {
56849
- return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !_fails(function() {
56850
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
56851
- return 7;
56852
- } }).a != 7;
56853
- })), _ie8DomDefine;
56854
- }
56855
- var isObject$2 = _isObject, _toPrimitive = function(m, g) {
56851
+ var _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
56852
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
56853
+ return 7;
56854
+ } }).a != 7;
56855
+ }), isObject$2 = _isObject, _toPrimitive = function(m, g) {
56856
56856
  if (!isObject$2(m))
56857
56857
  return m;
56858
56858
  var b, _;
@@ -56864,7 +56864,7 @@ function require_objectDp() {
56864
56864
  if (hasRequired_objectDp)
56865
56865
  return _objectDp;
56866
56866
  hasRequired_objectDp = 1;
56867
- var m = _anObject, g = require_ie8DomDefine(), b = _toPrimitive, _ = Object.defineProperty;
56867
+ var m = _anObject, g = _ie8DomDefine, b = _toPrimitive, _ = Object.defineProperty;
56868
56868
  return _objectDp.f = require_descriptors() ? Object.defineProperty : function(C, $, I) {
56869
56869
  if (m(C), $ = b($, !0), m(I), g)
56870
56870
  try {
@@ -56883,14 +56883,14 @@ var _propertyDesc = function(m, g) {
56883
56883
  writable: !(m & 4),
56884
56884
  value: g
56885
56885
  };
56886
- }, dP$2 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(m, g, b) {
56887
- return dP$2.f(m, g, createDesc$2(1, b));
56886
+ }, dP$1 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(m, g, b) {
56887
+ return dP$1.f(m, g, createDesc$2(1, b));
56888
56888
  } : function(m, g, b) {
56889
56889
  return m[g] = b, m;
56890
56890
  }, hasOwnProperty = {}.hasOwnProperty, _has = function(m, g) {
56891
56891
  return hasOwnProperty.call(m, g);
56892
- }, global$4 = _globalExports, core$2 = _coreExports, ctx = _ctx, hide$1 = _hide, has$6 = _has, PROTOTYPE$2 = "prototype", $export$5 = function(m, g, b) {
56893
- var _ = m & $export$5.F, x = m & $export$5.G, C = m & $export$5.S, $ = m & $export$5.P, I = m & $export$5.B, R = m & $export$5.W, P = x ? core$2 : core$2[g] || (core$2[g] = {}), N = P[PROTOTYPE$2], z = x ? global$4 : C ? global$4[g] : (global$4[g] || {})[PROTOTYPE$2], D, U, W;
56892
+ }, global$4 = _globalExports, core$2 = _coreExports, ctx = _ctx, hide$1 = _hide, has$6 = _has, PROTOTYPE$1 = "prototype", $export$5 = function(m, g, b) {
56893
+ var _ = m & $export$5.F, x = m & $export$5.G, C = m & $export$5.S, $ = m & $export$5.P, I = m & $export$5.B, R = m & $export$5.W, P = x ? core$2 : core$2[g] || (core$2[g] = {}), N = P[PROTOTYPE$1], z = x ? global$4 : C ? global$4[g] : (global$4[g] || {})[PROTOTYPE$1], D, U, W;
56894
56894
  x && (b = g);
56895
56895
  for (D in b)
56896
56896
  U = !_ && z && z[D] !== void 0, !(U && has$6(P, D)) && (W = U ? z[D] : b[D], P[D] = x && typeof z[D] != "function" ? b[D] : I && U ? ctx(W, global$4) : R && z[D] == W ? function(V) {
@@ -56908,7 +56908,7 @@ var _propertyDesc = function(m, g) {
56908
56908
  }
56909
56909
  return V.apply(this, arguments);
56910
56910
  };
56911
- return Z[PROTOTYPE$2] = V[PROTOTYPE$2], Z;
56911
+ return Z[PROTOTYPE$1] = V[PROTOTYPE$1], Z;
56912
56912
  }(W) : $ && typeof W == "function" ? ctx(Function.call, W) : W, $ && ((P.virtual || (P.virtual = {}))[D] = W, m & $export$5.R && N && !N[D] && hide$1(N, D, W)));
56913
56913
  };
56914
56914
  $export$5.F = 1;
@@ -56968,15 +56968,15 @@ var _sharedExports = _shared.exports, id$1 = 0, px = Math.random(), _uid = funct
56968
56968
  return "Symbol(".concat(m === void 0 ? "" : m, ")_", (++id$1 + px).toString(36));
56969
56969
  }, shared$1 = _sharedExports("keys"), uid$2 = _uid, _sharedKey = function(m) {
56970
56970
  return shared$1[m] || (shared$1[m] = uid$2(m));
56971
- }, has$5 = _has, toIObject$4 = _toIobject, arrayIndexOf = _arrayIncludes(!1), IE_PROTO$2 = _sharedKey("IE_PROTO"), _objectKeysInternal = function(m, g) {
56971
+ }, has$5 = _has, toIObject$4 = _toIobject, arrayIndexOf = _arrayIncludes(!1), IE_PROTO$1 = _sharedKey("IE_PROTO"), _objectKeysInternal = function(m, g) {
56972
56972
  var b = toIObject$4(m), _ = 0, x = [], C;
56973
56973
  for (C in b)
56974
- C != IE_PROTO$2 && has$5(b, C) && x.push(C);
56974
+ C != IE_PROTO$1 && has$5(b, C) && x.push(C);
56975
56975
  for (; g.length > _; )
56976
56976
  has$5(b, C = g[_++]) && (~arrayIndexOf(x, C) || x.push(C));
56977
56977
  return x;
56978
- }, _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","), $keys$1 = _objectKeysInternal, enumBugKeys$1 = _enumBugKeys, _objectKeys = Object.keys || function(g) {
56979
- return $keys$1(g, enumBugKeys$1);
56978
+ }, _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","), $keys$2 = _objectKeysInternal, enumBugKeys = _enumBugKeys, _objectKeys = Object.keys || function(g) {
56979
+ return $keys$2(g, enumBugKeys);
56980
56980
  }, _objectGops = {};
56981
56981
  _objectGops.f = Object.getOwnPropertySymbols;
56982
56982
  var _objectPie = {}, hasRequired_objectPie;
@@ -56991,7 +56991,7 @@ function require_objectAssign() {
56991
56991
  return _objectAssign;
56992
56992
  hasRequired_objectAssign = 1;
56993
56993
  var m = require_descriptors(), g = _objectKeys, b = _objectGops, _ = require_objectPie(), x = _toObject, C = require_iobject(), $ = Object.assign;
56994
- return _objectAssign = !$ || _fails(function() {
56994
+ return _objectAssign = !$ || require_fails()(function() {
56995
56995
  var I = {}, R = {}, P = Symbol(), N = "abcdefghijklmnopqrst";
56996
56996
  return I[P] = 7, N.split("").forEach(function(z) {
56997
56997
  R[z] = z;
@@ -57019,14 +57019,14 @@ _extends.default = _assign2.default || function(m) {
57019
57019
  }
57020
57020
  return m;
57021
57021
  };
57022
- var has$4 = _has, toObject$2 = _toObject, IE_PROTO$1 = _sharedKey("IE_PROTO"), ObjectProto$1 = Object.prototype, _objectGpo = Object.getPrototypeOf || function(m) {
57023
- return m = toObject$2(m), has$4(m, IE_PROTO$1) ? m[IE_PROTO$1] : typeof m.constructor == "function" && m instanceof m.constructor ? m.constructor.prototype : m instanceof Object ? ObjectProto$1 : null;
57022
+ var has$4 = _has, toObject$2 = _toObject, IE_PROTO = _sharedKey("IE_PROTO"), ObjectProto$1 = Object.prototype, _objectGpo = Object.getPrototypeOf || function(m) {
57023
+ return m = toObject$2(m), has$4(m, IE_PROTO) ? m[IE_PROTO] : typeof m.constructor == "function" && m instanceof m.constructor ? m.constructor.prototype : m instanceof Object ? ObjectProto$1 : null;
57024
57024
  }, _objectSap, hasRequired_objectSap;
57025
57025
  function require_objectSap() {
57026
57026
  if (hasRequired_objectSap)
57027
57027
  return _objectSap;
57028
57028
  hasRequired_objectSap = 1;
57029
- var m = _export, g = _coreExports, b = _fails;
57029
+ var m = _export, g = _coreExports, b = require_fails();
57030
57030
  return _objectSap = function(_, x) {
57031
57031
  var C = (g.Object || {})[_] || Object[_], $ = {};
57032
57032
  $[_] = x(C), m(m.S + m.F * b(function() {
@@ -57072,12 +57072,20 @@ var possibleConstructorReturn = {}, _typeof$1 = {}, toInteger = _toInteger, defi
57072
57072
  var _ = String(defined(g)), x = toInteger(b), C = _.length, $, I;
57073
57073
  return x < 0 || x >= C ? m ? "" : void 0 : ($ = _.charCodeAt(x), $ < 55296 || $ > 56319 || x + 1 === C || (I = _.charCodeAt(x + 1)) < 56320 || I > 57343 ? m ? _.charAt(x) : $ : m ? _.slice(x, x + 2) : ($ - 55296 << 10) + (I - 56320) + 65536);
57074
57074
  };
57075
- }, _redefine = _hide, _iterators = {}, dP$1 = require_objectDp(), anObject$2 = _anObject, getKeys$1 = _objectKeys, _objectDps = require_descriptors() ? Object.defineProperties : function(g, b) {
57076
- anObject$2(g);
57077
- for (var _ = getKeys$1(b), x = _.length, C = 0, $; x > C; )
57078
- dP$1.f(g, $ = _[C++], b[$]);
57079
- return g;
57080
- }, _html, hasRequired_html;
57075
+ }, _redefine = _hide, _iterators = {}, _objectDps, hasRequired_objectDps;
57076
+ function require_objectDps() {
57077
+ if (hasRequired_objectDps)
57078
+ return _objectDps;
57079
+ hasRequired_objectDps = 1;
57080
+ var m = require_objectDp(), g = _anObject, b = _objectKeys;
57081
+ return _objectDps = require_descriptors() ? Object.defineProperties : function(x, C) {
57082
+ g(x);
57083
+ for (var $ = b(C), I = $.length, R = 0, P; I > R; )
57084
+ m.f(x, P = $[R++], C[P]);
57085
+ return x;
57086
+ }, _objectDps;
57087
+ }
57088
+ var _html, hasRequired_html;
57081
57089
  function require_html() {
57082
57090
  if (hasRequired_html)
57083
57091
  return _html;
@@ -57085,16 +57093,24 @@ function require_html() {
57085
57093
  var m = _globalExports.document;
57086
57094
  return _html = m && m.documentElement, _html;
57087
57095
  }
57088
- var anObject$1 = _anObject, dPs = _objectDps, enumBugKeys = _enumBugKeys, IE_PROTO = _sharedKey("IE_PROTO"), Empty = function() {
57089
- }, PROTOTYPE$1 = "prototype", createDict = function() {
57090
- var m = require_domCreate()("iframe"), g = enumBugKeys.length, b = "<", _ = ">", x;
57091
- for (m.style.display = "none", require_html().appendChild(m), m.src = "javascript:", x = m.contentWindow.document, x.open(), x.write(b + "script" + _ + "document.F=Object" + b + "/script" + _), x.close(), createDict = x.F; g--; )
57092
- delete createDict[PROTOTYPE$1][enumBugKeys[g]];
57093
- return createDict();
57094
- }, _objectCreate = Object.create || function(g, b) {
57095
- var _;
57096
- return g !== null ? (Empty[PROTOTYPE$1] = anObject$1(g), _ = new Empty(), Empty[PROTOTYPE$1] = null, _[IE_PROTO] = g) : _ = createDict(), b === void 0 ? _ : dPs(_, b);
57097
- }, _wks = { exports: {} }, store = _sharedExports("wks"), uid$1 = _uid, Symbol$1 = _globalExports.Symbol, USE_SYMBOL = typeof Symbol$1 == "function", $exports = _wks.exports = function(m) {
57096
+ var _objectCreate, hasRequired_objectCreate;
57097
+ function require_objectCreate() {
57098
+ if (hasRequired_objectCreate)
57099
+ return _objectCreate;
57100
+ hasRequired_objectCreate = 1;
57101
+ var m = _anObject, g = require_objectDps(), b = _enumBugKeys, _ = _sharedKey("IE_PROTO"), x = function() {
57102
+ }, C = "prototype", $ = function() {
57103
+ var I = require_domCreate()("iframe"), R = b.length, P = "<", N = ">", z;
57104
+ for (I.style.display = "none", require_html().appendChild(I), I.src = "javascript:", z = I.contentWindow.document, z.open(), z.write(P + "script" + N + "document.F=Object" + P + "/script" + N), z.close(), $ = z.F; R--; )
57105
+ delete $[C][b[R]];
57106
+ return $();
57107
+ };
57108
+ return _objectCreate = Object.create || function(R, P) {
57109
+ var N;
57110
+ return R !== null ? (x[C] = m(R), N = new x(), x[C] = null, N[_] = R) : N = $(), P === void 0 ? N : g(N, P);
57111
+ }, _objectCreate;
57112
+ }
57113
+ var _wks = { exports: {} }, store = _sharedExports("wks"), uid$1 = _uid, Symbol$1 = _globalExports.Symbol, USE_SYMBOL = typeof Symbol$1 == "function", $exports = _wks.exports = function(m) {
57098
57114
  return store[m] || (store[m] = USE_SYMBOL && Symbol$1[m] || (USE_SYMBOL ? Symbol$1 : uid$1)("Symbol." + m));
57099
57115
  };
57100
57116
  $exports.store = store;
@@ -57105,7 +57121,7 @@ function require_iterCreate() {
57105
57121
  if (hasRequired_iterCreate)
57106
57122
  return _iterCreate;
57107
57123
  hasRequired_iterCreate = 1;
57108
- var m = _objectCreate, g = _propertyDesc, b = _setToStringTag, _ = {};
57124
+ var m = require_objectCreate(), g = _propertyDesc, b = _setToStringTag, _ = {};
57109
57125
  return _hide(_, _wksExports("iterator"), function() {
57110
57126
  return this;
57111
57127
  }), _iterCreate = function(x, C, $) {
@@ -57180,7 +57196,7 @@ var _wksExt = {};
57180
57196
  _wksExt.f = _wksExports;
57181
57197
  var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$1 = _isObject, has$2 = _has, setDesc = require_objectDp().f, id = 0, isExtensible = Object.isExtensible || function() {
57182
57198
  return !0;
57183
- }, FREEZE = !_fails(function() {
57199
+ }, FREEZE = !require_fails()(function() {
57184
57200
  return isExtensible(Object.preventExtensions({}));
57185
57201
  }), setMeta = function(m) {
57186
57202
  setDesc(m, META$1, { value: {
@@ -57228,17 +57244,11 @@ var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esMo
57228
57244
  return g;
57229
57245
  }, cof = _cof, _isArray = Array.isArray || function(g) {
57230
57246
  return cof(g) == "Array";
57231
- }, _objectGopnExt = {}, _objectGopn = {}, hasRequired_objectGopn;
57232
- function require_objectGopn() {
57233
- if (hasRequired_objectGopn)
57234
- return _objectGopn;
57235
- hasRequired_objectGopn = 1;
57236
- var m = _objectKeysInternal, g = _enumBugKeys.concat("length", "prototype");
57237
- return _objectGopn.f = Object.getOwnPropertyNames || function(_) {
57238
- return m(_, g);
57239
- }, _objectGopn;
57240
- }
57241
- var toIObject$2 = _toIobject, gOPN$1 = require_objectGopn().f, toString = {}.toString, windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [], getWindowNames = function(m) {
57247
+ }, _objectGopnExt = {}, _objectGopn = {}, $keys$1 = _objectKeysInternal, hiddenKeys = _enumBugKeys.concat("length", "prototype");
57248
+ _objectGopn.f = Object.getOwnPropertyNames || function(g) {
57249
+ return $keys$1(g, hiddenKeys);
57250
+ };
57251
+ var toIObject$2 = _toIobject, gOPN$1 = _objectGopn.f, toString = {}.toString, windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [], getWindowNames = function(m) {
57242
57252
  try {
57243
57253
  return gOPN$1(m);
57244
57254
  } catch {
@@ -57248,7 +57258,7 @@ var toIObject$2 = _toIobject, gOPN$1 = require_objectGopn().f, toString = {}.toS
57248
57258
  _objectGopnExt.f = function(g) {
57249
57259
  return windowNames && toString.call(g) == "[object Window]" ? getWindowNames(g) : gOPN$1(toIObject$2(g));
57250
57260
  };
57251
- var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$1 = _has, IE8_DOM_DEFINE = require_ie8DomDefine(), gOPD$1 = Object.getOwnPropertyDescriptor;
57261
+ var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$1 = _has, IE8_DOM_DEFINE = _ie8DomDefine, gOPD$1 = Object.getOwnPropertyDescriptor;
57252
57262
  _objectGopd.f = require_descriptors() ? gOPD$1 : function(g, b) {
57253
57263
  if (g = toIObject$1(g), b = toPrimitive$1(b, !0), IE8_DOM_DEFINE)
57254
57264
  try {
@@ -57258,7 +57268,7 @@ _objectGopd.f = require_descriptors() ? gOPD$1 : function(g, b) {
57258
57268
  if (has$1(g, b))
57259
57269
  return createDesc$1(!pIE.f.call(g, b), g[b]);
57260
57270
  };
57261
- var global$1 = _globalExports, has = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = _fails, shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray = _isArray, anObject = _anObject, isObject = _isObject, toObject = _toObject, toIObject = _toIobject, toPrimitive = _toPrimitive, createDesc = _propertyDesc, _create$1 = _objectCreate, gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = _objectGops, $DP = require_objectDp(), $keys = _objectKeys, gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
57271
+ var global$1 = _globalExports, has = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = require_fails(), shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray = _isArray, anObject = _anObject, isObject = _isObject, toObject = _toObject, toIObject = _toIobject, toPrimitive = _toPrimitive, createDesc = _propertyDesc, _create$1 = require_objectCreate(), gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = _objectGops, $DP = require_objectDp(), $keys = _objectKeys, gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
57262
57272
  return _create$1(dP({}, "a", {
57263
57273
  get: function() {
57264
57274
  return dP(this, "a", { value: 7 }).a;
@@ -57309,7 +57319,7 @@ USE_NATIVE || ($Symbol = function() {
57309
57319
  return DESCRIPTORS && setter && setSymbolDesc(ObjectProto, g, { configurable: !0, set: b }), wrap(g);
57310
57320
  }, redefine($Symbol[PROTOTYPE], "toString", function() {
57311
57321
  return this._k;
57312
- }), $GOPD.f = $getOwnPropertyDescriptor, $DP.f = $defineProperty, require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames, require_objectPie().f = $propertyIsEnumerable, $GOPS.f = $getOwnPropertySymbols, DESCRIPTORS && !_library && redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable), wksExt.f = function(m) {
57322
+ }), $GOPD.f = $getOwnPropertyDescriptor, $DP.f = $defineProperty, _objectGopn.f = gOPNExt.f = $getOwnPropertyNames, require_objectPie().f = $propertyIsEnumerable, $GOPS.f = $getOwnPropertySymbols, DESCRIPTORS && !_library && redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable), wksExt.f = function(m) {
57313
57323
  return wrap(wks(m));
57314
57324
  });
57315
57325
  $export$2($export$2.G + $export$2.W + $export$2.F * !USE_NATIVE, { Symbol: $Symbol });
@@ -57436,7 +57446,7 @@ function require_setProto() {
57436
57446
  var $export$1 = _export;
57437
57447
  $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
57438
57448
  var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf, setPrototypeOf = { default: setPrototypeOf$1, __esModule: !0 }, $export = _export;
57439
- $export($export.S, "Object", { create: _objectCreate });
57449
+ $export($export.S, "Object", { create: require_objectCreate() });
57440
57450
  var $Object = _coreExports.Object, create$1 = function(g, b) {
57441
57451
  return $Object.create(g, b);
57442
57452
  }, create = { default: create$1, __esModule: !0 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.1.05",
3
+ "version": "0.1.06",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",