@geneui/components 3.0.0-next-4c9d7a7-27082024 → 3.0.0-next-f707973-05092024
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/GeneUIProvider/index.js
CHANGED
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-
|
|
5
|
+
import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-63c5d423.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-
|
|
5
|
+
import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-63c5d423.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-
|
|
143
|
+
import './rangeAndSlider-63c5d423.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-
|
|
4
|
+
"version": "3.0.0-next-f707973-05092024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"babel-jest": "^29.7.0",
|
|
93
93
|
"babel-loader": "^8.2.5",
|
|
94
94
|
"chalk": "^4.1.2",
|
|
95
|
+
"chromatic": "^11.5.5",
|
|
95
96
|
"commitizen": "^4.2.5",
|
|
96
97
|
"concurrently": "^8.2.2",
|
|
97
98
|
"conventional-changelog-cli": "^2.2.2",
|
|
@@ -251,20 +251,12 @@ var _cof = function (it) {
|
|
|
251
251
|
return toString$2.call(it).slice(8, -1);
|
|
252
252
|
};
|
|
253
253
|
|
|
254
|
-
|
|
255
|
-
var
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
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
|
-
}
|
|
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
|
+
};
|
|
268
260
|
|
|
269
261
|
// 7.2.1 RequireObjectCoercible(argument)
|
|
270
262
|
var _defined = function (it) {
|
|
@@ -273,7 +265,7 @@ var _defined = function (it) {
|
|
|
273
265
|
};
|
|
274
266
|
|
|
275
267
|
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
|
276
|
-
var IObject =
|
|
268
|
+
var IObject = _iobject;
|
|
277
269
|
var defined$2 = _defined;
|
|
278
270
|
var _toIobject = function (it) {
|
|
279
271
|
return IObject(defined$2(it));
|
|
@@ -446,7 +438,7 @@ function require_objectAssign () {
|
|
|
446
438
|
var gOPS = _objectGops;
|
|
447
439
|
var pIE = require_objectPie();
|
|
448
440
|
var toObject = _toObject;
|
|
449
|
-
var IObject =
|
|
441
|
+
var IObject = _iobject;
|
|
450
442
|
var $assign = Object.assign;
|
|
451
443
|
|
|
452
444
|
// should work with symbols and should have deterministic property order (V8 bug)
|