@geneui/components 3.0.0-next-77c6918-09102024 → 3.0.0-next-54bef25-11102024
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/ActionableList/index.js +2 -2
- package/AdvancedSearch/index.js +1 -1
- package/Breadcrumb/index.js +1 -1
- package/Card/index.js +1 -1
- package/CardList/index.js +3 -3
- package/{CellMeasurerCache-f5f86ede.js → CellMeasurerCache-51478be6.js} +1 -1
- package/Charts/index.js +4 -4
- package/Checkbox/index.js +1 -1
- package/CheckboxGroup/index.js +1 -1
- package/CheckboxGroupWithSearch/index.js +1 -1
- package/ComboBox/index.js +1 -1
- package/Copy/index.js +1 -1
- package/Counter/index.js +1 -1
- package/DateFilter/index.js +1 -1
- package/DatePickerInput/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/Dropdown/index.js +2 -2
- package/ExtendedInput/index.js +1 -1
- package/Form/index.js +2 -2
- package/FormableCheckbox/index.js +1 -1
- package/FormableDatePicker/index.js +1 -1
- package/FormableDropdown/index.js +2 -2
- package/FormableMultiSelectDropdown/index.js +2 -2
- package/FormableNumberInput/index.js +1 -1
- package/FormableTextInput/index.js +1 -1
- package/FormableUploader/index.js +1 -1
- package/GeneUIProvider/index.js +14 -8
- package/HelperText/index.js +1 -1
- package/Holder/index.js +1 -1
- package/Image/index.js +1 -1
- package/ImagePreview/index.js +1 -1
- package/InteractiveWidget/index.js +1 -1
- package/Label/index.js +18 -15
- package/Menu/index.js +1 -1
- package/MobilePopup/index.js +1 -1
- package/ModuleTitle/index.js +1 -1
- package/NavigationMenu/index.js +1 -1
- package/Option/index.js +1 -1
- package/Overlay/index.js +1 -1
- package/Overspread/index.js +2 -2
- package/Pagination/index.js +1 -1
- package/Pill/index.js +1 -1
- package/Profile/index.js +1 -1
- package/Search/index.js +1 -1
- package/SearchWithDropdown/index.js +2 -2
- package/Slider/index.js +1 -1
- package/Status/index.js +1 -1
- package/Steps/index.js +1 -1
- package/Table/index.js +4 -4
- package/TableCompositions/index.js +4 -4
- package/Textarea/index.js +1 -1
- package/TimePicker/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/TransferList/index.js +2 -2
- package/Uploader/index.js +1 -1
- package/ValidatableCheckbox/index.js +1 -1
- package/ValidatableDatePicker/index.js +1 -1
- package/ValidatableDropdown/index.js +2 -2
- package/ValidatableElements/index.js +2 -2
- package/ValidatableMultiSelectDropdown/index.js +2 -2
- package/ValidatableNumberInput/index.js +1 -1
- package/ValidatableTextInput/index.js +1 -1
- package/ValidatableTimeInput/index.js +1 -1
- package/ValidatableUploader/index.js +1 -1
- package/Widget/index.js +1 -1
- package/{index-79ed03c9.js → index-41a2c0c3.js} +1 -1
- package/{index-c92894e2.js → index-a1b8ec78.js} +5 -3
- package/{index-abbcc5bb.js → index-ed544e93.js} +3 -3
- package/index.js +5 -5
- package/lib/atoms/Label/Label.d.ts +11 -6
- package/package.json +2 -2
- package/{react-beautiful-dnd.esm-fa2b11a1.js → react-beautiful-dnd.esm-20f499a0.js} +1 -1
- package/tokens-8ab1179c.js +6 -0
- package/tokens-7ae95ae2.js +0 -6
package/ActionableList/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
2
2
|
import React__default, { useRef, useState, useMemo, useCallback, useEffect, forwardRef, useImperativeHandle } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-
|
|
4
|
+
import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-20f499a0.js';
|
|
5
5
|
import { n as noop } from '../index-5f37f281.js';
|
|
6
6
|
import Icon from '../Icon/index.js';
|
|
7
7
|
import Empty from '../Empty/index.js';
|
|
@@ -9,7 +9,7 @@ import BusyLoader from '../BusyLoader/index.js';
|
|
|
9
9
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
10
10
|
import Checkbox from '../Checkbox/index.js';
|
|
11
11
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
12
|
-
import { T as Tooltip } from '../index-
|
|
12
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
13
13
|
import { c as commonjsGlobal } from '../_commonjsHelpers-24198af3.js';
|
|
14
14
|
import Button from '../Button/index.js';
|
|
15
15
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
package/AdvancedSearch/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import LinkButton from '../LinkButton/index.js';
|
|
|
15
15
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-c1c9ad94.js';
|
|
16
16
|
import Icon from '../Icon/index.js';
|
|
17
17
|
import Checkbox from '../Checkbox/index.js';
|
|
18
|
-
import { T as Tooltip } from '../index-
|
|
18
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
19
19
|
import SkeletonLoader from '../SkeletonLoader/index.js';
|
|
20
20
|
import Badge from '../Badge/index.js';
|
|
21
21
|
import Empty from '../Empty/index.js';
|
package/Breadcrumb/index.js
CHANGED
|
@@ -25,7 +25,7 @@ import '../Scrollbar/index.js';
|
|
|
25
25
|
import '../guid-8ddf77b3.js';
|
|
26
26
|
import '../Option/index.js';
|
|
27
27
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-a1b8ec78.js';
|
|
29
29
|
|
|
30
30
|
function BreadcrumbItem(_ref) {
|
|
31
31
|
let {
|
package/Card/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import '../hooks/useForceUpdate.js';
|
|
|
30
30
|
import '../Scrollbar/index.js';
|
|
31
31
|
import '../Option/index.js';
|
|
32
32
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
33
|
-
import '../index-
|
|
33
|
+
import '../index-a1b8ec78.js';
|
|
34
34
|
|
|
35
35
|
function CardMenu(_ref) {
|
|
36
36
|
let {
|
package/CardList/index.js
CHANGED
|
@@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
5
|
import ModuleTitle from '../ModuleTitle/index.js';
|
|
6
6
|
import Paper from '../Paper/index.js';
|
|
7
|
-
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-
|
|
8
|
-
import { C as CellMeasurerCache } from '../CellMeasurerCache-
|
|
7
|
+
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-41a2c0c3.js';
|
|
8
|
+
import { C as CellMeasurerCache } from '../CellMeasurerCache-51478be6.js';
|
|
9
9
|
import { o as oneIsRequired, n as noop } from '../index-5f37f281.js';
|
|
10
10
|
import BusyLoader from '../BusyLoader/index.js';
|
|
11
11
|
import Empty from '../Empty/index.js';
|
|
@@ -14,7 +14,7 @@ import Widget from '../Widget/index.js';
|
|
|
14
14
|
import Card from '../Card/index.js';
|
|
15
15
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
16
16
|
import '../configs-00612ce0.js';
|
|
17
|
-
import '../index-
|
|
17
|
+
import '../index-a1b8ec78.js';
|
|
18
18
|
import '../tslib.es6-f211516f.js';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import '../GeneUIProvider/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _createClass, a as _classCallCheck } from './index-
|
|
1
|
+
import { _ as _createClass, a as _classCallCheck } from './index-41a2c0c3.js';
|
|
2
2
|
import { _ as _defineProperty } from './objectWithoutPropertiesLoose-e1596bdb.js';
|
|
3
3
|
|
|
4
4
|
var DEFAULT_HEIGHT = 30;
|
package/Charts/index.js
CHANGED
|
@@ -19,7 +19,7 @@ import '../configs-00612ce0.js';
|
|
|
19
19
|
import '../hooks/useWindowSize.js';
|
|
20
20
|
import '../hooks/useDebounce.js';
|
|
21
21
|
import '../ArrowLeft-b88e2ba8.js';
|
|
22
|
-
import '../index-
|
|
22
|
+
import '../index-a1b8ec78.js';
|
|
23
23
|
import '../GeneUIProvider/index.js';
|
|
24
24
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
25
25
|
|
|
@@ -5400,9 +5400,9 @@ function ScatterChart(props) {
|
|
|
5400
5400
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
5401
5401
|
className: "chart-label"
|
|
5402
5402
|
}, label && /*#__PURE__*/React__default.createElement(Label, {
|
|
5403
|
-
size: "
|
|
5404
|
-
|
|
5405
|
-
}), showValue && /*#__PURE__*/React__default.createElement(Tag, {
|
|
5403
|
+
size: "body",
|
|
5404
|
+
font: "bold"
|
|
5405
|
+
}, label), showValue && /*#__PURE__*/React__default.createElement(Tag, {
|
|
5406
5406
|
size: "small",
|
|
5407
5407
|
appearance: "light",
|
|
5408
5408
|
name: getDataValue(data)
|
package/Checkbox/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
5
|
import { c as checkboxRadioSwitcherConfig } from '../configs-00612ce0.js';
|
|
6
6
|
import { n as noop, i as interceptValue, s as stopEvent } from '../index-5f37f281.js';
|
|
7
|
-
import { T as Tooltip } from '../index-
|
|
7
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
8
8
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
9
9
|
import { g as guid } from '../guid-8ddf77b3.js';
|
|
10
10
|
import '../dateValidation-67caec66.js';
|
package/CheckboxGroup/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import Checkbox from '../Checkbox/index.js';
|
|
|
8
8
|
import '../dateValidation-67caec66.js';
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
11
|
-
import '../index-
|
|
11
|
+
import '../index-a1b8ec78.js';
|
|
12
12
|
import '../tslib.es6-f211516f.js';
|
|
13
13
|
import '../GeneUIProvider/index.js';
|
|
14
14
|
import '../style-inject.es-746bb8ed.js';
|
|
@@ -25,7 +25,7 @@ import '../SuggestionList/index.js';
|
|
|
25
25
|
import '../hooks/useClickOutside.js';
|
|
26
26
|
import '../config-1053d64d.js';
|
|
27
27
|
import '../callAfterDelay-7272faca.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-a1b8ec78.js';
|
|
29
29
|
import '../GeneUIProvider/index.js';
|
|
30
30
|
import '../Checkbox/index.js';
|
|
31
31
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
package/ComboBox/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import useClickOutside from '../hooks/useClickOutside.js';
|
|
|
8
8
|
import { k as keyDownKeys, a as actionTypes, S as SPACE_HEIGHT } from '../config-1053d64d.js';
|
|
9
9
|
import Icon from '../Icon/index.js';
|
|
10
10
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
11
|
-
import { T as Tooltip } from '../index-
|
|
11
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
12
12
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
13
13
|
import Tag from '../Tag/index.js';
|
|
14
14
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
package/Copy/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { c as callAfterDelay } from '../callAfterDelay-7272faca.js';
|
|
|
6
6
|
import '../configs-00612ce0.js';
|
|
7
7
|
import useHover from '../hooks/useHover.js';
|
|
8
8
|
import Icon from '../Icon/index.js';
|
|
9
|
-
import { T as Tooltip } from '../index-
|
|
9
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
10
10
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
|
12
12
|
import 'react-dom';
|
package/Counter/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import '../configs-00612ce0.js';
|
|
|
7
7
|
import Button from '../Button/index.js';
|
|
8
8
|
import Label from '../Label/index.js';
|
|
9
9
|
import SkeletonLoader from '../SkeletonLoader/index.js';
|
|
10
|
-
import { T as Tooltip } from '../index-
|
|
10
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
11
11
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
package/DateFilter/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import '../useEllipsisDetection-c1c9ad94.js';
|
|
|
29
29
|
import '../SuggestionList/index.js';
|
|
30
30
|
import '../config-1053d64d.js';
|
|
31
31
|
import '../callAfterDelay-7272faca.js';
|
|
32
|
-
import '../index-
|
|
32
|
+
import '../index-a1b8ec78.js';
|
|
33
33
|
import '../DatePicker/index.js';
|
|
34
34
|
import '../guid-8ddf77b3.js';
|
|
35
35
|
|
package/DatePickerInput/index.js
CHANGED
|
@@ -27,7 +27,7 @@ import '../Icon/index.js';
|
|
|
27
27
|
import '../SuggestionList/index.js';
|
|
28
28
|
import '../config-1053d64d.js';
|
|
29
29
|
import '../callAfterDelay-7272faca.js';
|
|
30
|
-
import '../index-
|
|
30
|
+
import '../index-a1b8ec78.js';
|
|
31
31
|
import '../tslib.es6-f211516f.js';
|
|
32
32
|
import '../guid-8ddf77b3.js';
|
|
33
33
|
import '../Button/index.js';
|
package/Drawer/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { n as noop } from '../index-5f37f281.js';
|
|
|
5
5
|
import '../configs-00612ce0.js';
|
|
6
6
|
import useClickOutside from '../hooks/useClickOutside.js';
|
|
7
7
|
import Icon from '../Icon/index.js';
|
|
8
|
-
import { T as Tooltip } from '../index-
|
|
8
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
9
9
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
10
10
|
import '../dateValidation-67caec66.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
package/Dropdown/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { D as default } from '../index-
|
|
3
|
+
export { D as default } from '../index-41a2c0c3.js';
|
|
4
4
|
import '../index-031ff73c.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../hooks/useMount.js';
|
|
@@ -15,7 +15,7 @@ import '../index-5f37f281.js';
|
|
|
15
15
|
import '../BusyLoader/index.js';
|
|
16
16
|
import '../Empty/index.js';
|
|
17
17
|
import '../index-3e0ca61d.js';
|
|
18
|
-
import '../index-
|
|
18
|
+
import '../index-a1b8ec78.js';
|
|
19
19
|
import '../ExtendedInput/index.js';
|
|
20
20
|
import '../index-b3a30cb9.js';
|
|
21
21
|
import '../callAfterDelay-7272faca.js';
|
package/ExtendedInput/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import useDeviceType from '../hooks/useDeviceType.js';
|
|
|
8
8
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-c1c9ad94.js';
|
|
9
9
|
import Icon from '../Icon/index.js';
|
|
10
10
|
import SuggestionList from '../SuggestionList/index.js';
|
|
11
|
-
import { T as Tooltip } from '../index-
|
|
11
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
14
14
|
import '../_commonjsHelpers-24198af3.js';
|
package/Form/index.js
CHANGED
|
@@ -27,7 +27,7 @@ import '../index-262edd7a.js';
|
|
|
27
27
|
import '../ValidatableMultiSelectDropdown/index.js';
|
|
28
28
|
import '../hooks/useMount.js';
|
|
29
29
|
import '../configs-00612ce0.js';
|
|
30
|
-
import '../index-
|
|
30
|
+
import '../index-41a2c0c3.js';
|
|
31
31
|
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
32
32
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
33
33
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -47,7 +47,7 @@ import '../index-122432cd.js';
|
|
|
47
47
|
import '../Scrollbar/index.js';
|
|
48
48
|
import '../GeneUIProvider/index.js';
|
|
49
49
|
import '../debounce-4419bc2f.js';
|
|
50
|
-
import '../index-
|
|
50
|
+
import '../index-a1b8ec78.js';
|
|
51
51
|
import '../ExtendedInput/index.js';
|
|
52
52
|
import '../SuggestionList/index.js';
|
|
53
53
|
import '../config-1053d64d.js';
|
|
@@ -13,7 +13,7 @@ import '../index-262edd7a.js';
|
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
14
|
import '../Checkbox/index.js';
|
|
15
15
|
import '../index-031ff73c.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-a1b8ec78.js';
|
|
17
17
|
import '../tslib.es6-f211516f.js';
|
|
18
18
|
import '../GeneUIProvider/index.js';
|
|
19
19
|
import '../style-inject.es-746bb8ed.js';
|
|
@@ -31,7 +31,7 @@ import '../Icon/index.js';
|
|
|
31
31
|
import '../SuggestionList/index.js';
|
|
32
32
|
import '../config-1053d64d.js';
|
|
33
33
|
import '../callAfterDelay-7272faca.js';
|
|
34
|
-
import '../index-
|
|
34
|
+
import '../index-a1b8ec78.js';
|
|
35
35
|
import '../tslib.es6-f211516f.js';
|
|
36
36
|
import '../DatePicker/index.js';
|
|
37
37
|
import '../Button/index.js';
|
|
@@ -11,7 +11,7 @@ import '../hooks/useMount.js';
|
|
|
11
11
|
import '../configs-00612ce0.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
|
-
import '../index-
|
|
14
|
+
import '../index-41a2c0c3.js';
|
|
15
15
|
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -35,7 +35,7 @@ import '../index-122432cd.js';
|
|
|
35
35
|
import '../Scrollbar/index.js';
|
|
36
36
|
import '../GeneUIProvider/index.js';
|
|
37
37
|
import '../debounce-4419bc2f.js';
|
|
38
|
-
import '../index-
|
|
38
|
+
import '../index-a1b8ec78.js';
|
|
39
39
|
import '../ExtendedInput/index.js';
|
|
40
40
|
import '../SuggestionList/index.js';
|
|
41
41
|
import '../config-1053d64d.js';
|
|
@@ -11,7 +11,7 @@ import '../hooks/useMount.js';
|
|
|
11
11
|
import '../configs-00612ce0.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
|
-
import '../index-
|
|
14
|
+
import '../index-41a2c0c3.js';
|
|
15
15
|
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -35,7 +35,7 @@ import '../index-122432cd.js';
|
|
|
35
35
|
import '../Scrollbar/index.js';
|
|
36
36
|
import '../GeneUIProvider/index.js';
|
|
37
37
|
import '../debounce-4419bc2f.js';
|
|
38
|
-
import '../index-
|
|
38
|
+
import '../index-a1b8ec78.js';
|
|
39
39
|
import '../ExtendedInput/index.js';
|
|
40
40
|
import '../SuggestionList/index.js';
|
|
41
41
|
import '../config-1053d64d.js';
|
|
@@ -25,7 +25,7 @@ import '../hooks/useClickOutside.js';
|
|
|
25
25
|
import '../config-1053d64d.js';
|
|
26
26
|
import '../Scrollbar/index.js';
|
|
27
27
|
import '../callAfterDelay-7272faca.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-a1b8ec78.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
31
31
|
|
|
@@ -25,7 +25,7 @@ import '../hooks/useClickOutside.js';
|
|
|
25
25
|
import '../config-1053d64d.js';
|
|
26
26
|
import '../Scrollbar/index.js';
|
|
27
27
|
import '../callAfterDelay-7272faca.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-a1b8ec78.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
31
31
|
|
|
@@ -28,7 +28,7 @@ import '../hooks/useClickOutside.js';
|
|
|
28
28
|
import '../config-1053d64d.js';
|
|
29
29
|
import '../Scrollbar/index.js';
|
|
30
30
|
import '../callAfterDelay-7272faca.js';
|
|
31
|
-
import '../index-
|
|
31
|
+
import '../index-a1b8ec78.js';
|
|
32
32
|
import '../GeneUIProvider/index.js';
|
|
33
33
|
import '../Grid/index.js';
|
|
34
34
|
import '../hooks/useWidth.js';
|
package/GeneUIProvider/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Thu, 03 Oct 2024 08:57:05 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
const GuitRefColorNeutral800base = "#141414";
|
|
@@ -484,35 +484,38 @@ const GuitSemColorForegroundNeutral2 = "light-dark(#262627, #F5F5F5)";
|
|
|
484
484
|
const GuitSemColorForegroundNeutral2Hover = "light-dark(#323234, #E8E8E8)";
|
|
485
485
|
const GuitSemColorForegroundNeutral2Pressed = "light-dark(#1c1c1c, #FAFAFA)";
|
|
486
486
|
const GuitSemColorBackgroundNeutral1Pressed = "light-dark(#E8E8E8, #323234)";
|
|
487
|
+
const GuitSemColorBackgroundNeutral1Nudge = "light-dark(#FFFFFF, #262627)";
|
|
488
|
+
const GuitSemColorBackgroundNeutral1NudgeHover = "light-dark(#F5F5F5, #323234)";
|
|
489
|
+
const GuitSemColorBackgroundNeutral1NudgePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
487
490
|
const GuitSemColorForegroundBrand = "light-dark(#1473E6, #95C0F4)";
|
|
488
491
|
const GuitSemColorForegroundBrandHover = "light-dark(#105EBC, #C3DBF9)";
|
|
489
492
|
const GuitSemColorForegroundBrandPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
490
493
|
const GuitSemColorBackgroundNeutral2 = "light-dark(#F5F5F5, #262627)";
|
|
491
|
-
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
492
494
|
const GuitSemColorBackgroundNeutral2Hover = "light-dark(#E8E8E8, #323234)";
|
|
493
|
-
const
|
|
495
|
+
const GuitSemColorForegroundError = "light-dark(#98332F, #F8CBC9)";
|
|
494
496
|
const GuitSemColorBackgroundNeutral2Pressed = "light-dark(#D3D3D4, #1c1c1c)";
|
|
497
|
+
const GuitSemColorForegroundSuccess = "light-dark(#18714C, #B6ECD5)";
|
|
495
498
|
const GuitSemColorBackgroundNeutral3 = "light-dark(#E8E8E8, #323234)";
|
|
496
499
|
const GuitSemColorForegroundWarning = "light-dark(#7E6030, #F0D09D)";
|
|
497
500
|
const GuitSemColorForegroundRecommendation = "light-dark(#553EB7, #D7CFF7)";
|
|
498
501
|
const GuitSemColorForegroundInformative = "light-dark(#105EBC, #C3DBF9)";
|
|
499
502
|
const GuitSemColorForegroundSelected = "light-dark(#1473E6, #95C0F4)";
|
|
500
503
|
const GuitSemColorBackgroundBrand1 = "light-dark(#E8F1FD, #105EBC)";
|
|
501
|
-
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
502
504
|
const GuitSemColorForegroundSelectedHover = "light-dark(#105EBC, #C3DBF9)";
|
|
505
|
+
const GuitSemColorBackgroundBrand1Hover = "light-dark(#C3DBF9, #1473E6)";
|
|
503
506
|
const GuitSemColorForegroundSelectedPressed = "light-dark(#0A3B75, #E8F1FD)";
|
|
504
507
|
const GuitSemColorBackgroundBrand1Pressed = "light-dark(#95C0F4, #0A3B75)";
|
|
505
508
|
const GuitSemColorBackgroundBrand2 = "light-dark(#1473E6, #599CED)";
|
|
506
509
|
const GuitSemColorBackgroundBrand2Hover = "light-dark(#105EBC, #95C0F4)";
|
|
507
510
|
const GuitSemColorBackgroundBrand2Pressed = "light-dark(#0A3B75, #3989EA)";
|
|
508
511
|
const GuitSemColorBackgroundError1 = "light-dark(#FCEAE9, #98332F)";
|
|
509
|
-
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
510
512
|
const GuitSemColorBackgroundError1Hover = "light-dark(#F8CBC9, #BB3F3A)";
|
|
513
|
+
const GuitSemColorForegroundInverse = "light-dark(#FFFFFF, #262627)";
|
|
511
514
|
const GuitSemColorForegroundInverseHover = "light-dark(#F5F5F5, #323234)";
|
|
512
515
|
const GuitSemColorForegroundInversePressed = "light-dark(#E8E8E8, #1c1c1c)";
|
|
513
516
|
const GuitSemColorForegroundInverseDisabled = "light-dark(#B7B7B9, #646468)";
|
|
514
|
-
const GuitSemColorBackgroundError1Pressed = "light-dark(#F2A09C, #61211E)";
|
|
515
517
|
const GuitSemColorForegroundDisabled = "light-dark(#929295, #646468)";
|
|
518
|
+
const GuitSemColorBackgroundError1Pressed = "light-dark(#F2A09C, #61211E)";
|
|
516
519
|
const GuitSemColorForegroundAccentBlue = "light-dark(#105EBC, #C3DBF9)";
|
|
517
520
|
const GuitSemColorForegroundAccentRed = "light-dark(#98332F, #F8CBC9)";
|
|
518
521
|
const GuitSemColorForegroundAccentGreen = "light-dark(#18714C, #B6ECD5)";
|
|
@@ -856,6 +859,9 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
856
859
|
GuitSemColorBackgroundInversePressed: GuitSemColorBackgroundInversePressed,
|
|
857
860
|
GuitSemColorBackgroundNeutral1: GuitSemColorBackgroundNeutral1,
|
|
858
861
|
GuitSemColorBackgroundNeutral1Hover: GuitSemColorBackgroundNeutral1Hover,
|
|
862
|
+
GuitSemColorBackgroundNeutral1Nudge: GuitSemColorBackgroundNeutral1Nudge,
|
|
863
|
+
GuitSemColorBackgroundNeutral1NudgeHover: GuitSemColorBackgroundNeutral1NudgeHover,
|
|
864
|
+
GuitSemColorBackgroundNeutral1NudgePressed: GuitSemColorBackgroundNeutral1NudgePressed,
|
|
859
865
|
GuitSemColorBackgroundNeutral1Pressed: GuitSemColorBackgroundNeutral1Pressed,
|
|
860
866
|
GuitSemColorBackgroundNeutral2: GuitSemColorBackgroundNeutral2,
|
|
861
867
|
GuitSemColorBackgroundNeutral2Hover: GuitSemColorBackgroundNeutral2Hover,
|
|
@@ -1210,7 +1216,7 @@ var jsTokens = /*#__PURE__*/Object.freeze({
|
|
|
1210
1216
|
});
|
|
1211
1217
|
|
|
1212
1218
|
const bootstrap = () => {
|
|
1213
|
-
import('../tokens-
|
|
1219
|
+
import('../tokens-8ab1179c.js');
|
|
1214
1220
|
return jsTokens;
|
|
1215
1221
|
};
|
|
1216
1222
|
|
|
@@ -1373,7 +1379,7 @@ var devDependencies = {
|
|
|
1373
1379
|
};
|
|
1374
1380
|
var dependencies = {
|
|
1375
1381
|
"@geneui/icons": "^1.0.4",
|
|
1376
|
-
"@geneui/tokens": "^1.
|
|
1382
|
+
"@geneui/tokens": "^1.6.0-beta",
|
|
1377
1383
|
"@floating-ui/react": "^0.26.16",
|
|
1378
1384
|
classnames: "^2.3.2",
|
|
1379
1385
|
dayjs: "^1.11.5",
|
package/HelperText/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import '../dateValidation-67caec66.js';
|
|
|
6
6
|
import 'react-dom';
|
|
7
7
|
import '../configs-00612ce0.js';
|
|
8
8
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-c1c9ad94.js';
|
|
9
|
-
import { T as Tooltip } from '../index-
|
|
9
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
10
10
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
|
12
12
|
import '../hooks/useDebounce.js';
|
package/Holder/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import Button from '../Button/index.js';
|
|
|
9
9
|
import Portal from '../Portal/index.js';
|
|
10
10
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
11
11
|
import ModuleTitle from '../ModuleTitle/index.js';
|
|
12
|
-
import { T as Tooltip } from '../index-
|
|
12
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
13
13
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
14
14
|
import '../dateValidation-67caec66.js';
|
|
15
15
|
import '../_commonjsHelpers-24198af3.js';
|
package/Image/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { _ as __rest } from '../tslib.es6-f211516f.js';
|
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { c as classnames } from '../index-031ff73c.js';
|
|
4
4
|
import Empty from '../Empty/index.js';
|
|
5
|
-
import { T as Tooltip } from '../index-
|
|
5
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
6
6
|
import Checkbox from '../Checkbox/index.js';
|
|
7
7
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
8
8
|
import 'react-dom';
|
package/ImagePreview/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import useImgDownload from '../hooks/useImgDownload.js';
|
|
|
8
8
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-c1c9ad94.js';
|
|
9
9
|
import Icon from '../Icon/index.js';
|
|
10
10
|
import Switcher from '../Switcher/index.js';
|
|
11
|
-
import { T as Tooltip } from '../index-
|
|
11
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import 'prop-types';
|
|
@@ -4,7 +4,7 @@ import { c as classnames } from '../index-031ff73c.js';
|
|
|
4
4
|
import Icon from '../Icon/index.js';
|
|
5
5
|
import Switcher from '../Switcher/index.js';
|
|
6
6
|
import Tag from '../Tag/index.js';
|
|
7
|
-
import { T as Tooltip } from '../index-
|
|
7
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import '../dateValidation-67caec66.js';
|
|
10
10
|
import 'react-dom';
|
package/Label/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useRef } from 'react';
|
|
2
2
|
import { _ as _objectWithoutProperties, a as _extends } from '../ArrowLeft-b88e2ba8.js';
|
|
3
3
|
import { c as classnames } from '../index-031ff73c.js';
|
|
4
|
-
import { T as Tooltip } from '../index-
|
|
4
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../dateValidation-67caec66.js';
|
|
7
7
|
import 'react-dom';
|
|
@@ -38,7 +38,7 @@ var SvgInfoOutline = function SvgInfoOutline(_ref) {
|
|
|
38
38
|
}));
|
|
39
39
|
};
|
|
40
40
|
|
|
41
|
-
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .label{align-items:center;display:inline-flex;gap:var(--guit-ref-spacing-3xsmall);
|
|
41
|
+
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .label{align-items:center;display:inline-flex;max-width:100%;min-width:0}[data-gene-ui-version=\"2.16.1\"] .label__container{align-items:center;display:flex;gap:var(--guit-ref-spacing-3xsmall);min-width:0;width:100%}[data-gene-ui-version=\"2.16.1\"] .label__container-inner{align-items:center;display:flex;gap:var(--guit-ref-spacing-4xsmall)}[data-gene-ui-version=\"2.16.1\"] .label__asterisk,[data-gene-ui-version=\"2.16.1\"] .label__text{color:var(--guit-sem-color-foreground-neutral-2)}[data-gene-ui-version=\"2.16.1\"] .label__asterisk_size_medium,[data-gene-ui-version=\"2.16.1\"] .label__text_size_medium{font-family:var(--guit-sem-font-label-medium-default-semibold-font-family);font-size:var(--guit-sem-font-label-medium-default-semibold-font-size);font-weight:var(--guit-sem-font-label-medium-default-medium-font-weight);line-height:var(--guit-sem-font-label-medium-default-semibold-line-height)}[data-gene-ui-version=\"2.16.1\"] .label__asterisk_size_small,[data-gene-ui-version=\"2.16.1\"] .label__text_size_small{font-family:var(--guit-sem-font-label-small-default-medium-font-family);font-size:var(--guit-sem-font-label-small-default-medium-font-size);font-weight:var(--guit-sem-font-label-small-default-medium-font-weight);line-height:var(--guit-sem-font-label-small-default-medium-line-height)}[data-gene-ui-version=\"2.16.1\"] .label__asterisk_disabled,[data-gene-ui-version=\"2.16.1\"] .label__text_disabled{color:var(--guit-sem-color-foreground-disabled)}[data-gene-ui-version=\"2.16.1\"] .label__icon{color:var(--guit-sem-color-foreground-neutral-2);flex:0 0 auto}[data-gene-ui-version=\"2.16.1\"] .label__icon_disabled{color:var(--guit-sem-color-foreground-disabled)}";
|
|
42
42
|
styleInject(css_248z);
|
|
43
43
|
|
|
44
44
|
const iconSizes = {
|
|
@@ -48,22 +48,25 @@ const iconSizes = {
|
|
|
48
48
|
/**
|
|
49
49
|
* Labels identify a component or group of components. Use them with elements such as checkboxes and input fields to guide users in providing specific information, or with plain text to organize information.
|
|
50
50
|
*/
|
|
51
|
-
const Label = ({
|
|
51
|
+
const Label = ({ size = 'medium', labelText, disabled, required, infoText, isLoading, className, children }) => {
|
|
52
52
|
const labelRef = useRef(null);
|
|
53
53
|
const isTruncated = useEllipsisDetection(labelRef);
|
|
54
|
-
return (React__default.createElement("
|
|
55
|
-
|
|
54
|
+
return (React__default.createElement("label", { className: classnames(`label`, className) },
|
|
55
|
+
children,
|
|
56
|
+
isLoading ? (React__default.createElement("span", null, "skelleton")) : (React__default.createElement("span", { className: "label__container" },
|
|
56
57
|
React__default.createElement(React__default.Fragment, null,
|
|
57
|
-
React__default.createElement("
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
58
|
+
React__default.createElement("div", { className: "label__container-inner" },
|
|
59
|
+
React__default.createElement(Tooltip, { text: labelText, isVisible: isTruncated },
|
|
60
|
+
React__default.createElement("span", { ref: labelRef, className: classnames('ellipsis-text', `label__text label__text_size_${size}`, {
|
|
61
|
+
label__text_disabled: disabled
|
|
62
|
+
}) }, labelText)),
|
|
63
|
+
required && (React__default.createElement("span", { className: classnames(`label__asterisk label__text_size_${size} `, {
|
|
64
|
+
label__text_disabled: disabled
|
|
65
|
+
}) }, "*"))),
|
|
66
|
+
infoText && (React__default.createElement(Tooltip, { text: infoText },
|
|
67
|
+
React__default.createElement(SvgInfoOutline, { className: classnames(`label__icon`, {
|
|
68
|
+
label__icon_disabled: disabled
|
|
69
|
+
}), size: iconSizes[size] }))))))));
|
|
67
70
|
};
|
|
68
71
|
|
|
69
72
|
export { Label as default };
|
package/Menu/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import '../hooks/useWindowSize.js';
|
|
|
14
14
|
import '../hooks/useDebounce.js';
|
|
15
15
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
16
16
|
import '../Icon/index.js';
|
|
17
|
-
import '../index-
|
|
17
|
+
import '../index-a1b8ec78.js';
|
|
18
18
|
import '../tslib.es6-f211516f.js';
|
|
19
19
|
import '../GeneUIProvider/index.js';
|
|
20
20
|
|
package/MobilePopup/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import '../Scrollbar/index.js';
|
|
|
24
24
|
import '../guid-8ddf77b3.js';
|
|
25
25
|
import '../Option/index.js';
|
|
26
26
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
27
|
-
import '../index-
|
|
27
|
+
import '../index-a1b8ec78.js';
|
|
28
28
|
import '../tslib.es6-f211516f.js';
|
|
29
29
|
|
|
30
30
|
function ActionMenu(_ref) {
|
package/ModuleTitle/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { c as classnames } from '../index-031ff73c.js';
|
|
|
5
5
|
import { b as moduleTitleConfig } from '../configs-00612ce0.js';
|
|
6
6
|
import { n as noop } from '../index-5f37f281.js';
|
|
7
7
|
import Icon from '../Icon/index.js';
|
|
8
|
-
import { T as Tooltip } from '../index-
|
|
8
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
9
9
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
10
10
|
import '../dateValidation-67caec66.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
package/NavigationMenu/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import '../hooks/useWindowSize.js';
|
|
|
16
16
|
import '../hooks/useDebounce.js';
|
|
17
17
|
import '../index-031ff73c.js';
|
|
18
18
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-a1b8ec78.js';
|
|
20
20
|
import '../tslib.es6-f211516f.js';
|
|
21
21
|
import '../GeneUIProvider/index.js';
|
|
22
22
|
import '../_commonjsHelpers-24198af3.js';
|
package/Option/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import 'react-dom';
|
|
|
8
8
|
import useDeviceType from '../hooks/useDeviceType.js';
|
|
9
9
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-c1c9ad94.js';
|
|
10
10
|
import Icon from '../Icon/index.js';
|
|
11
|
-
import { T as Tooltip } from '../index-
|
|
11
|
+
import { T as Tooltip } from '../index-a1b8ec78.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../_commonjsHelpers-24198af3.js';
|
|
14
14
|
import '../hooks/useWindowSize.js';
|
package/Overlay/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import '../_commonjsHelpers-24198af3.js';
|
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import '../tslib.es6-f211516f.js';
|
|
18
18
|
import '../Icon/index.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-a1b8ec78.js';
|
|
20
20
|
import '../GeneUIProvider/index.js';
|
|
21
21
|
|
|
22
22
|
var css_248z = "[data-gene-ui-version=\"2.16.1\"] .overlay-back-drop{animation:fadeIn 1s forwards;background:rgba(var(--background-rgb),.6);height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:299}@keyframes fadeIn{to{opacity:1}}[data-gene-ui-version=\"2.16.1\"] .overlay-holder{display:flex;flex-direction:column;position:fixed;transition:width .4s,height .4s;z-index:300}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal{animation:slideInX .4s linear forwards;background:var(--background);bottom:0;top:var(--header-height,0)}@keyframes slideInX{to{transform:translateX(0)}}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.p-left{box-shadow:.5rem 0 .6rem 0 #0000000d;transform:translateX(-120%)}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-left{left:0}html[dir=rtl] .overlay-holder.t-horizontal.p-left{box-shadow:-.5rem 0 .6rem 0 #0000000d;right:0;transform:translateX(120%)}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.p-left .overlay-close{border-radius:0 .4rem .4rem 0;box-shadow:.5rem 0 .6rem 0 #0000000d}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-left .overlay-close{left:100%}html[dir=rtl] .overlay-holder.t-horizontal.p-left .overlay-close{border-radius:.4rem 0 0 .4rem;box-shadow:-.5rem 0 .6rem 0 #0000000d;right:100%}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.p-right{box-shadow:-.5rem 0 .6rem 0 #0000000d;transform:translateX(120%)}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-right{right:0}html[dir=rtl] .overlay-holder.t-horizontal.p-right{box-shadow:.5rem 0 .6rem 0 #0000000d;left:0;transform:translateX(-120%)}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.p-right .overlay-close{border-radius:.4rem 0 0 .4rem;box-shadow:-.5rem 0 .6rem 0 #0000000d}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-right .overlay-close{right:100%}html[dir=rtl] .overlay-holder.t-horizontal.p-right .overlay-close{border-radius:0 .4rem .4rem 0;box-shadow:.5rem 0 .6rem 0 #0000000d;left:100%}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.s-half{width:50%}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.s-wide{width:75%}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-horizontal.s-minimal{width:30rem}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-vertical{animation:slideInY .4s linear forwards;background:var(--background);height:25vh;left:0;width:100%}@keyframes slideInY{to{transform:translateY(0)}}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-vertical.s-extended{height:50vh}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-vertical.p-top{border-radius:0 0 2rem 2rem;box-shadow:0 .3rem .6rem 0 #0000000d;top:0;transform:translateY(-120%)}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-vertical.p-top .extend-reduce{box-shadow:0 .3rem .6rem 0 #0000000d;top:100%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-vertical.p-bottom{border-radius:2rem 2rem 0 0;bottom:0;box-shadow:0 -.3rem .6rem 0 #0000000d;flex-direction:column-reverse;transform:translateY(120%)}[data-gene-ui-version=\"2.16.1\"] .overlay-holder.t-vertical.p-bottom .extend-reduce{bottom:100%;box-shadow:0 -.3rem .6rem 0 #0000000d;transform:translate(-50%,50%)}[data-gene-ui-version=\"2.16.1\"] .overlay-head{flex-shrink:0;position:relative;z-index:1}[data-gene-ui-version=\"2.16.1\"] .overlay-close{align-items:center;background:var(--background);display:flex;height:6rem;justify-content:center;position:absolute;top:0;width:6rem}[data-gene-ui-version=\"2.16.1\"] .overlay-body{display:flex;flex:auto;flex-direction:column;position:relative}[data-gene-ui-version=\"2.16.1\"] .overlay-body>.scroll-holder{height:100%;left:0;position:absolute!important;top:0;width:100%}[data-gene-ui-version=\"2.16.1\"] .overlay-body>.scroll-holder>.scroll-content{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}[data-gene-ui-version=\"2.16.1\"] .overlay-body .overlay-content{flex:auto;padding:2.1rem 1.9rem}[data-gene-ui-version=\"2.16.1\"] .overlay-body .overlay-footer{display:flex;flex-shrink:0;justify-content:flex-end}[data-gene-ui-version=\"2.16.1\"] .overlay-body .overlay-footer>*{margin:1rem}[data-gene-ui-version=\"2.16.1\"] .extend-reduce{background:var(--background);border-radius:3.6rem;color:var(--hero);cursor:pointer;font:600 1.4rem/1.8rem var(--font-family);height:3.6rem;left:50%;min-width:14rem;padding:0 2rem;position:absolute;text-align:center;transition:color .3s,background .3s}[data-gene-ui-version=\"2.16.1\"] .extend-reduce:hover{background:var(--hero);color:var(--hero-sc)}";
|
package/Overspread/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import Icon from '../Icon/index.js';
|
|
|
8
8
|
import Portal from '../Portal/index.js';
|
|
9
9
|
import Popover from '../Popover/index.js';
|
|
10
10
|
import Menu from '../Menu/index.js';
|
|
11
|
-
import { D as Dropdown } from '../index-
|
|
11
|
+
import { D as Dropdown } from '../index-41a2c0c3.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
14
14
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -25,7 +25,7 @@ import '../Scrollbar/index.js';
|
|
|
25
25
|
import '../guid-8ddf77b3.js';
|
|
26
26
|
import '../Option/index.js';
|
|
27
27
|
import '../useEllipsisDetection-c1c9ad94.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-a1b8ec78.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
31
31
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|