@teselagen/ui 0.0.25 → 0.0.26
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.
- package/index.umd.js +16 -8
- package/package.json +3 -3
package/index.umd.js
CHANGED
|
@@ -55039,12 +55039,20 @@
|
|
|
55039
55039
|
return toString$4.call(it).slice(8, -1);
|
|
55040
55040
|
};
|
|
55041
55041
|
|
|
55042
|
-
|
|
55043
|
-
var
|
|
55044
|
-
|
|
55045
|
-
|
|
55046
|
-
|
|
55047
|
-
|
|
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
|
+
}
|
|
55048
55056
|
|
|
55049
55057
|
// 7.2.1 RequireObjectCoercible(argument)
|
|
55050
55058
|
var _defined = function (it) {
|
|
@@ -55053,7 +55061,7 @@
|
|
|
55053
55061
|
};
|
|
55054
55062
|
|
|
55055
55063
|
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
55056
|
-
var IObject =
|
|
55064
|
+
var IObject = require_iobject();
|
|
55057
55065
|
var defined$2 = _defined;
|
|
55058
55066
|
var _toIobject = function (it) {
|
|
55059
55067
|
return IObject(defined$2(it));
|
|
@@ -55200,7 +55208,7 @@
|
|
|
55200
55208
|
var gOPS = _objectGops;
|
|
55201
55209
|
var pIE = require_objectPie();
|
|
55202
55210
|
var toObject = _toObject;
|
|
55203
|
-
var IObject =
|
|
55211
|
+
var IObject = require_iobject();
|
|
55204
55212
|
var $assign = Object.assign;
|
|
55205
55213
|
|
|
55206
55214
|
// should work with symbols and should have deterministic property order (V8 bug)
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@teselagen/file-utils": "0.2.
|
|
7
|
-
"@teselagen/bounce-loader": "0.0.
|
|
6
|
+
"@teselagen/file-utils": "0.2.28",
|
|
7
|
+
"@teselagen/bounce-loader": "0.0.15",
|
|
8
8
|
"@blueprintjs/core": "3.52.0",
|
|
9
9
|
"@blueprintjs/datetime": "3.23.19",
|
|
10
10
|
"@blueprintjs/icons": "3.33.0",
|