@teselagen/ui 0.3.3 → 0.3.5

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.
Files changed (2) hide show
  1. package/index.umd.js +13 -28
  2. package/package.json +3 -3
package/index.umd.js CHANGED
@@ -55039,20 +55039,12 @@
55039
55039
  return toString$4.call(it).slice(8, -1);
55040
55040
  };
55041
55041
 
55042
- var _iobject;
55043
- var hasRequired_iobject;
55044
-
55045
- function require_iobject () {
55046
- if (hasRequired_iobject) return _iobject;
55047
- hasRequired_iobject = 1;
55048
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
55049
- var cof = _cof;
55050
- // eslint-disable-next-line no-prototype-builtins
55051
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
55052
- return cof(it) == 'String' ? it.split('') : Object(it);
55053
- };
55054
- return _iobject;
55055
- }
55042
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
55043
+ var cof$2 = _cof;
55044
+ // eslint-disable-next-line no-prototype-builtins
55045
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
55046
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
55047
+ };
55056
55048
 
55057
55049
  // 7.2.1 RequireObjectCoercible(argument)
55058
55050
  var _defined = function (it) {
@@ -55061,7 +55053,7 @@
55061
55053
  };
55062
55054
 
55063
55055
  // to indexed object, toObject with fallback for non-array-like ES3 strings
55064
- var IObject = require_iobject();
55056
+ var IObject = _iobject;
55065
55057
  var defined$2 = _defined;
55066
55058
  var _toIobject = function (it) {
55067
55059
  return IObject(defined$2(it));
@@ -55181,14 +55173,7 @@
55181
55173
 
55182
55174
  var _objectPie = {};
55183
55175
 
55184
- var hasRequired_objectPie;
55185
-
55186
- function require_objectPie () {
55187
- if (hasRequired_objectPie) return _objectPie;
55188
- hasRequired_objectPie = 1;
55189
- _objectPie.f = {}.propertyIsEnumerable;
55190
- return _objectPie;
55191
- }
55176
+ _objectPie.f = {}.propertyIsEnumerable;
55192
55177
 
55193
55178
  // 7.1.13 ToObject(argument)
55194
55179
  var defined$1 = _defined;
@@ -55206,9 +55191,9 @@
55206
55191
  var DESCRIPTORS = _descriptors;
55207
55192
  var getKeys = _objectKeys;
55208
55193
  var gOPS = _objectGops;
55209
- var pIE = require_objectPie();
55194
+ var pIE = _objectPie;
55210
55195
  var toObject = _toObject;
55211
- var IObject = require_iobject();
55196
+ var IObject = _iobject;
55212
55197
  var $assign = Object.assign;
55213
55198
 
55214
55199
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -55921,7 +55906,7 @@
55921
55906
  // all enumerable object keys, includes symbols
55922
55907
  var getKeys = _objectKeys;
55923
55908
  var gOPS$1 = _objectGops;
55924
- var pIE$1 = require_objectPie();
55909
+ var pIE$1 = _objectPie;
55925
55910
  var _enumKeys = function (it) {
55926
55911
  var result = getKeys(it);
55927
55912
  var getSymbols = gOPS$1.f;
@@ -55974,7 +55959,7 @@
55974
55959
 
55975
55960
  var _objectGopd = {};
55976
55961
 
55977
- var pIE = require_objectPie();
55962
+ var pIE = _objectPie;
55978
55963
  var createDesc$1 = _propertyDesc;
55979
55964
  var toIObject$1 = _toIobject;
55980
55965
  var toPrimitive$1 = _toPrimitive;
@@ -56142,7 +56127,7 @@
56142
56127
  $GOPD.f = $getOwnPropertyDescriptor;
56143
56128
  $DP.f = $defineProperty;
56144
56129
  _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
56145
- require_objectPie().f = $propertyIsEnumerable;
56130
+ _objectPie.f = $propertyIsEnumerable;
56146
56131
  $GOPS.f = $getOwnPropertySymbols;
56147
56132
 
56148
56133
  if (DESCRIPTORS && !_library) {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
- "@teselagen/file-utils": "0.3.3",
7
- "@teselagen/bounce-loader": "0.3.3",
6
+ "@teselagen/file-utils": "0.3.5",
7
+ "@teselagen/bounce-loader": "0.3.5",
8
8
  "@blueprintjs/core": "3.52.0",
9
9
  "@blueprintjs/datetime": "3.23.19",
10
10
  "@blueprintjs/icons": "3.33.0",