@geneui/components 3.0.0-next-f707973-05092024 → 3.0.0-next-7221a3a-16092024

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/Range/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.js';
2
2
  import React__default, { useState, useRef, useCallback } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
- import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-63c5d423.js';
5
+ import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-693a3d41.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
package/Slider/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.js';
2
2
  import React__default, { useState, useRef, useCallback, useEffect } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
- import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-63c5d423.js';
5
+ import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-693a3d41.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
package/index.js CHANGED
@@ -140,7 +140,7 @@ import './localization-4ba17032.js';
140
140
  import './Popover-f4d1cac0.js';
141
141
  import './index-122432cd.js';
142
142
  import './debounce-4419bc2f.js';
143
- import './rangeAndSlider-63c5d423.js';
143
+ import './rangeAndSlider-693a3d41.js';
144
144
  import './index-45eafea6.js';
145
145
  import './react-lifecycles-compat.es-6e1f3768.js';
146
146
  import './SuggestionList/index.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@geneui/components",
3
3
  "description": "The Gene UI components library designed for BI tools",
4
- "version": "3.0.0-next-f707973-05092024",
4
+ "version": "3.0.0-next-7221a3a-16092024",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
7
7
  "repository": {
@@ -251,12 +251,20 @@ var _cof = function (it) {
251
251
  return toString$2.call(it).slice(8, -1);
252
252
  };
253
253
 
254
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
255
- var cof$2 = _cof;
256
- // eslint-disable-next-line no-prototype-builtins
257
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
258
- return cof$2(it) == 'String' ? it.split('') : Object(it);
259
- };
254
+ var _iobject;
255
+ var hasRequired_iobject;
256
+
257
+ function require_iobject () {
258
+ if (hasRequired_iobject) return _iobject;
259
+ hasRequired_iobject = 1;
260
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
261
+ var cof = _cof;
262
+ // eslint-disable-next-line no-prototype-builtins
263
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
264
+ return cof(it) == 'String' ? it.split('') : Object(it);
265
+ };
266
+ return _iobject;
267
+ }
260
268
 
261
269
  // 7.2.1 RequireObjectCoercible(argument)
262
270
  var _defined = function (it) {
@@ -265,7 +273,7 @@ var _defined = function (it) {
265
273
  };
266
274
 
267
275
  // to indexed object, toObject with fallback for non-array-like ES3 strings
268
- var IObject = _iobject;
276
+ var IObject = require_iobject();
269
277
  var defined$2 = _defined;
270
278
  var _toIobject = function (it) {
271
279
  return IObject(defined$2(it));
@@ -438,7 +446,7 @@ function require_objectAssign () {
438
446
  var gOPS = _objectGops;
439
447
  var pIE = require_objectPie();
440
448
  var toObject = _toObject;
441
- var IObject = _iobject;
449
+ var IObject = require_iobject();
442
450
  var $assign = Object.assign;
443
451
 
444
452
  // should work with symbols and should have deterministic property order (V8 bug)