@geneui/components 2.15.0-canary-d63f1e1-30042024 → 2.15.0-canary-2c19c64-17052024

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-e8fb2e5c.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-740a236c.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-e8fb2e5c.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-740a236c.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
package/index.js CHANGED
@@ -139,7 +139,7 @@ import './localization-4ba17032.js';
139
139
  import './Popover-f4d1cac0.js';
140
140
  import './index-122432cd.js';
141
141
  import './debounce-4419bc2f.js';
142
- import './rangeAndSlider-63c5d423.js';
142
+ import './rangeAndSlider-740a236c.js';
143
143
  import './index-45eafea6.js';
144
144
  import './react-lifecycles-compat.es-6e1f3768.js';
145
145
  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": "2.15.0-canary-d63f1e1-30042024",
4
+ "version": "2.15.0-canary-2c19c64-17052024",
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));
@@ -352,24 +360,16 @@ var _uid = function (key) {
352
360
  return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id$1 + px).toString(36));
353
361
  };
354
362
 
355
- var _sharedKey;
356
- var hasRequired_sharedKey;
357
-
358
- function require_sharedKey () {
359
- if (hasRequired_sharedKey) return _sharedKey;
360
- hasRequired_sharedKey = 1;
361
- var shared = _sharedExports('keys');
362
- var uid = _uid;
363
- _sharedKey = function (key) {
364
- return shared[key] || (shared[key] = uid(key));
365
- };
366
- return _sharedKey;
367
- }
363
+ var shared$1 = _sharedExports('keys');
364
+ var uid$2 = _uid;
365
+ var _sharedKey = function (key) {
366
+ return shared$1[key] || (shared$1[key] = uid$2(key));
367
+ };
368
368
 
369
369
  var has$5 = _has;
370
370
  var toIObject$5 = _toIobject;
371
371
  var arrayIndexOf = _arrayIncludes(false);
372
- var IE_PROTO$1 = require_sharedKey()('IE_PROTO');
372
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
373
373
 
374
374
  var _objectKeysInternal = function (object, names) {
375
375
  var O = toIObject$5(object);
@@ -438,7 +438,7 @@ function require_objectAssign () {
438
438
  var gOPS = _objectGops;
439
439
  var pIE = require_objectPie();
440
440
  var toObject = _toObject;
441
- var IObject = _iobject;
441
+ var IObject = require_iobject();
442
442
  var $assign = Object.assign;
443
443
 
444
444
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -633,7 +633,7 @@ function require_objectCreate () {
633
633
  var anObject = _anObject;
634
634
  var dPs = require_objectDps();
635
635
  var enumBugKeys = require_enumBugKeys();
636
- var IE_PROTO = require_sharedKey()('IE_PROTO');
636
+ var IE_PROTO = _sharedKey('IE_PROTO');
637
637
  var Empty = function () { /* empty */ };
638
638
  var PROTOTYPE = 'prototype';
639
639
 
@@ -715,7 +715,7 @@ var _iterCreate = function (Constructor, NAME, next) {
715
715
  // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
716
716
  var has$3 = _has;
717
717
  var toObject$3 = _toObject;
718
- var IE_PROTO = require_sharedKey()('IE_PROTO');
718
+ var IE_PROTO = _sharedKey('IE_PROTO');
719
719
  var ObjectProto$1 = Object.prototype;
720
720
 
721
721
  var _objectGpo = Object.getPrototypeOf || function (O) {