@geneui/components 3.0.0-next-e1bd79a-05032026 → 3.0.0-next-dc35d66-05032026
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/Accordion.js +3 -3
- package/Banner.js +3 -3
- package/{ButtonGroup-dd6816d7.js → ButtonGroup-711d215c.js} +1 -1
- package/ButtonGroup.js +3 -3
- package/DataCard.js +3 -3
- package/DataCardList.js +3 -3
- package/Drawer.js +3 -3
- package/Empty.js +3 -3
- package/GlobalHeader.js +4 -4
- package/Image.js +3 -3
- package/Menu.js +3 -3
- package/Modal.js +3 -3
- package/Navigation.js +4 -4
- package/Notification.js +3 -3
- package/Popover.js +1 -1
- package/{PopoverBody-f9b55763.js → PopoverBody-69518dcc.js} +2 -3
- package/{Products-5d602730.js → Products-2d8aa944.js} +1 -1
- package/Products.js +3 -3
- package/Profile.js +3 -3
- package/SegmentedControl.js +3 -3
- package/SplitButton.js +3 -3
- package/{index-8724e0c0.js → index-29bde3c5.js} +2 -2
- package/index.js +4 -4
- package/package.json +1 -1
package/Accordion.js
CHANGED
|
@@ -7,7 +7,7 @@ import { a as SvgChevronLeft, S as SvgChevronRight } from './ChevronRight-af87e2
|
|
|
7
7
|
import Button from './Button.js';
|
|
8
8
|
import Scrollbar from './Scrollbar.js';
|
|
9
9
|
import Text from './Text.js';
|
|
10
|
-
import { B as ButtonGroup } from './index-
|
|
10
|
+
import { B as ButtonGroup } from './index-29bde3c5.js';
|
|
11
11
|
import Tooltip from './Tooltip.js';
|
|
12
12
|
import { u as useEllipsisDetection } from './useEllipsisDetection-c5f9b175.js';
|
|
13
13
|
import { a as AccordionContext } from './Accordion-3e20a13f.js';
|
|
@@ -18,8 +18,8 @@ import './style-inject.es-746bb8ed.js';
|
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './useDebounceCallback-999deae7.js';
|
|
21
|
-
import './ButtonGroup-
|
|
22
|
-
import './PopoverBody-
|
|
21
|
+
import './ButtonGroup-711d215c.js';
|
|
22
|
+
import './PopoverBody-69518dcc.js';
|
|
23
23
|
import './floating-ui.react-a6c3b969.js';
|
|
24
24
|
import './Info-0f0741e0.js';
|
|
25
25
|
import './X-20da3b4a.js';
|
package/Banner.js
CHANGED
|
@@ -5,14 +5,14 @@ import { S as SvgInfo } from './Info-0f0741e0.js';
|
|
|
5
5
|
import { S as SvgX } from './X-20da3b4a.js';
|
|
6
6
|
import Button from './Button.js';
|
|
7
7
|
import Text from './Text.js';
|
|
8
|
-
import { B as ButtonGroup } from './index-
|
|
8
|
+
import { B as ButtonGroup } from './index-29bde3c5.js';
|
|
9
9
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
10
10
|
import './Banner-09cf6dea.js';
|
|
11
11
|
import './Loader.js';
|
|
12
12
|
import './style-inject.es-746bb8ed.js';
|
|
13
|
-
import './ButtonGroup-
|
|
13
|
+
import './ButtonGroup-711d215c.js';
|
|
14
14
|
import './tslib.es6-f211516f.js';
|
|
15
|
-
import './PopoverBody-
|
|
15
|
+
import './PopoverBody-69518dcc.js';
|
|
16
16
|
import './floating-ui.react-a6c3b969.js';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import './index-4159d61d.js';
|
|
@@ -2,7 +2,7 @@ import { _ as __rest } from './tslib.es6-f211516f.js';
|
|
|
2
2
|
import React__default, { createContext, useState, useRef, useContext, useEffect, useCallback, useMemo, Children, cloneElement } from 'react';
|
|
3
3
|
import { c as classNames } from './index-ce02421b.js';
|
|
4
4
|
import Loader from './Loader.js';
|
|
5
|
-
import { P as Popover, a as PopoverBody } from './PopoverBody-
|
|
5
|
+
import { P as Popover, a as PopoverBody } from './PopoverBody-69518dcc.js';
|
|
6
6
|
import Scrollbar from './Scrollbar.js';
|
|
7
7
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
8
8
|
import { a as useClickOutside } from './index-4159d61d.js';
|
package/ButtonGroup.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { B as default } from './index-
|
|
2
|
-
import './ButtonGroup-
|
|
1
|
+
export { B as default } from './index-29bde3c5.js';
|
|
2
|
+
import './ButtonGroup-711d215c.js';
|
|
3
3
|
import './tslib.es6-f211516f.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import './index-ce02421b.js';
|
|
6
6
|
import './Loader.js';
|
|
7
7
|
import './style-inject.es-746bb8ed.js';
|
|
8
|
-
import './PopoverBody-
|
|
8
|
+
import './PopoverBody-69518dcc.js';
|
|
9
9
|
import './floating-ui.react-a6c3b969.js';
|
|
10
10
|
import 'react-dom';
|
|
11
11
|
import './Info-0f0741e0.js';
|
package/DataCard.js
CHANGED
|
@@ -6,8 +6,8 @@ import { S as Spreadsheet } from './index-4159d61d.js';
|
|
|
6
6
|
import TextLink from './TextLink.js';
|
|
7
7
|
import { K as KeyValue } from './KeyValue-2fdb0641.js';
|
|
8
8
|
import { Key, Value } from './KeyValue.js';
|
|
9
|
-
import { M as Menu } from './ButtonGroup-
|
|
10
|
-
import { M as MenuItem } from './index-
|
|
9
|
+
import { M as Menu } from './ButtonGroup-711d215c.js';
|
|
10
|
+
import { M as MenuItem } from './index-29bde3c5.js';
|
|
11
11
|
import './DataCard-3601ca38.js';
|
|
12
12
|
import './Loader.js';
|
|
13
13
|
import './style-inject.es-746bb8ed.js';
|
|
@@ -29,7 +29,7 @@ import './TextLink-ef998d00.js';
|
|
|
29
29
|
import './Info.js';
|
|
30
30
|
import './Info-0f0741e0.js';
|
|
31
31
|
import './tslib.es6-f211516f.js';
|
|
32
|
-
import './PopoverBody-
|
|
32
|
+
import './PopoverBody-69518dcc.js';
|
|
33
33
|
import './X-20da3b4a.js';
|
|
34
34
|
import './index-15303b91.js';
|
|
35
35
|
import './ThreeDotsHorizontal-479c2b4b.js';
|
package/DataCardList.js
CHANGED
|
@@ -28,11 +28,11 @@ import './KeyValue-2fdb0641.js';
|
|
|
28
28
|
import './KeyValue.js';
|
|
29
29
|
import './Info.js';
|
|
30
30
|
import './Info-0f0741e0.js';
|
|
31
|
-
import './ButtonGroup-
|
|
31
|
+
import './ButtonGroup-711d215c.js';
|
|
32
32
|
import './tslib.es6-f211516f.js';
|
|
33
|
-
import './PopoverBody-
|
|
33
|
+
import './PopoverBody-69518dcc.js';
|
|
34
34
|
import './X-20da3b4a.js';
|
|
35
|
-
import './index-
|
|
35
|
+
import './index-29bde3c5.js';
|
|
36
36
|
import './index-15303b91.js';
|
|
37
37
|
import './ThreeDotsHorizontal-479c2b4b.js';
|
|
38
38
|
import './Text.js';
|
package/Drawer.js
CHANGED
|
@@ -5,7 +5,7 @@ import { S as SvgX } from './X-20da3b4a.js';
|
|
|
5
5
|
import Button from './Button.js';
|
|
6
6
|
import Scrollbar from './Scrollbar.js';
|
|
7
7
|
import Text from './Text.js';
|
|
8
|
-
import { B as ButtonGroup } from './index-
|
|
8
|
+
import { B as ButtonGroup } from './index-29bde3c5.js';
|
|
9
9
|
import Tooltip from './Tooltip.js';
|
|
10
10
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
11
11
|
import { u as useEllipsisDetection } from './useEllipsisDetection-c5f9b175.js';
|
|
@@ -15,9 +15,9 @@ import './Loader.js';
|
|
|
15
15
|
import './style-inject.es-746bb8ed.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import './useDebounceCallback-999deae7.js';
|
|
18
|
-
import './ButtonGroup-
|
|
18
|
+
import './ButtonGroup-711d215c.js';
|
|
19
19
|
import './tslib.es6-f211516f.js';
|
|
20
|
-
import './PopoverBody-
|
|
20
|
+
import './PopoverBody-69518dcc.js';
|
|
21
21
|
import './floating-ui.react-a6c3b969.js';
|
|
22
22
|
import './Info-0f0741e0.js';
|
|
23
23
|
import './index-4159d61d.js';
|
package/Empty.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { E as default } from './index-
|
|
2
|
-
import './ButtonGroup-
|
|
1
|
+
export { E as default } from './index-29bde3c5.js';
|
|
2
|
+
import './ButtonGroup-711d215c.js';
|
|
3
3
|
import './tslib.es6-f211516f.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import './index-ce02421b.js';
|
|
6
6
|
import './Loader.js';
|
|
7
7
|
import './style-inject.es-746bb8ed.js';
|
|
8
|
-
import './PopoverBody-
|
|
8
|
+
import './PopoverBody-69518dcc.js';
|
|
9
9
|
import './floating-ui.react-a6c3b969.js';
|
|
10
10
|
import 'react-dom';
|
|
11
11
|
import './Info-0f0741e0.js';
|
package/GlobalHeader.js
CHANGED
|
@@ -4,13 +4,13 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent-b
|
|
|
4
4
|
import Button from './Button.js';
|
|
5
5
|
import Divider from './Divider.js';
|
|
6
6
|
import Logo from './Logo.js';
|
|
7
|
-
import { P as Products } from './Products-
|
|
7
|
+
import { P as Products } from './Products-2d8aa944.js';
|
|
8
8
|
import { ProductsMainSection, Product, ProductsSecondarySection } from './Products.js';
|
|
9
9
|
import Profile from './Profile.js';
|
|
10
10
|
import Text from './Text.js';
|
|
11
11
|
import { S as SvgCaretDownFilled } from './CaretDownFilled-924e7189.js';
|
|
12
12
|
import Loader from './Loader.js';
|
|
13
|
-
import { P as Popover, a as PopoverBody } from './PopoverBody-
|
|
13
|
+
import { P as Popover, a as PopoverBody } from './PopoverBody-69518dcc.js';
|
|
14
14
|
import Scrollbar from './Scrollbar.js';
|
|
15
15
|
import { P as PartnerItem } from './GlobalHeader-e3be2af9.js';
|
|
16
16
|
import { a as useClickOutside } from './index-4159d61d.js';
|
|
@@ -30,9 +30,9 @@ import './X-20da3b4a.js';
|
|
|
30
30
|
import 'prop-types';
|
|
31
31
|
import './index-82e2cf4c.js';
|
|
32
32
|
import './Avatar-243146ad.js';
|
|
33
|
-
import './ButtonGroup-
|
|
33
|
+
import './ButtonGroup-711d215c.js';
|
|
34
34
|
import './tslib.es6-f211516f.js';
|
|
35
|
-
import './index-
|
|
35
|
+
import './index-29bde3c5.js';
|
|
36
36
|
import './index-15303b91.js';
|
|
37
37
|
import './ThreeDotsHorizontal-479c2b4b.js';
|
|
38
38
|
import './index-a2688a52.js';
|
package/Image.js
CHANGED
|
@@ -4,15 +4,15 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent-b
|
|
|
4
4
|
import Button from './Button.js';
|
|
5
5
|
import Loader from './Loader.js';
|
|
6
6
|
import Text from './Text.js';
|
|
7
|
-
import { B as ButtonGroup } from './index-
|
|
7
|
+
import { B as ButtonGroup } from './index-29bde3c5.js';
|
|
8
8
|
import Checkbox from './Checkbox.js';
|
|
9
9
|
import Tooltip from './Tooltip.js';
|
|
10
10
|
import { u as useEllipsisDetection } from './useEllipsisDetection-c5f9b175.js';
|
|
11
11
|
import './Image-4f135206.js';
|
|
12
12
|
import './style-inject.es-746bb8ed.js';
|
|
13
|
-
import './ButtonGroup-
|
|
13
|
+
import './ButtonGroup-711d215c.js';
|
|
14
14
|
import './tslib.es6-f211516f.js';
|
|
15
|
-
import './PopoverBody-
|
|
15
|
+
import './PopoverBody-69518dcc.js';
|
|
16
16
|
import './floating-ui.react-a6c3b969.js';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import './Info-0f0741e0.js';
|
package/Menu.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { M as Menu } from './ButtonGroup-
|
|
2
|
-
export { M as MenuItem } from './index-
|
|
1
|
+
export { M as Menu } from './ButtonGroup-711d215c.js';
|
|
2
|
+
export { M as MenuItem } from './index-29bde3c5.js';
|
|
3
3
|
import './tslib.es6-f211516f.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import './index-ce02421b.js';
|
|
6
6
|
import './Loader.js';
|
|
7
7
|
import './style-inject.es-746bb8ed.js';
|
|
8
|
-
import './PopoverBody-
|
|
8
|
+
import './PopoverBody-69518dcc.js';
|
|
9
9
|
import './floating-ui.react-a6c3b969.js';
|
|
10
10
|
import 'react-dom';
|
|
11
11
|
import './Info-0f0741e0.js';
|
package/Modal.js
CHANGED
|
@@ -8,7 +8,7 @@ import { S as SvgX } from './X-20da3b4a.js';
|
|
|
8
8
|
import Button from './Button.js';
|
|
9
9
|
import Scrollbar from './Scrollbar.js';
|
|
10
10
|
import Text from './Text.js';
|
|
11
|
-
import { B as ButtonGroup } from './index-
|
|
11
|
+
import { B as ButtonGroup } from './index-29bde3c5.js';
|
|
12
12
|
import Tooltip from './Tooltip.js';
|
|
13
13
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
14
14
|
import { u as useEllipsisDetection } from './useEllipsisDetection-c5f9b175.js';
|
|
@@ -18,9 +18,9 @@ import './Loader.js';
|
|
|
18
18
|
import './style-inject.es-746bb8ed.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import './useDebounceCallback-999deae7.js';
|
|
21
|
-
import './ButtonGroup-
|
|
21
|
+
import './ButtonGroup-711d215c.js';
|
|
22
22
|
import './tslib.es6-f211516f.js';
|
|
23
|
-
import './PopoverBody-
|
|
23
|
+
import './PopoverBody-69518dcc.js';
|
|
24
24
|
import './floating-ui.react-a6c3b969.js';
|
|
25
25
|
import './index-4159d61d.js';
|
|
26
26
|
import './index-15303b91.js';
|
package/Navigation.js
CHANGED
|
@@ -5,10 +5,10 @@ import { S as SvgPlus } from './Plus-f0726053.js';
|
|
|
5
5
|
import { S as SvgThreeDotsHorizontal } from './ThreeDotsHorizontal-479c2b4b.js';
|
|
6
6
|
import { S as SvgX } from './X-20da3b4a.js';
|
|
7
7
|
import Button from './Button.js';
|
|
8
|
-
import { P as Popover, a as PopoverBody } from './PopoverBody-
|
|
8
|
+
import { P as Popover, a as PopoverBody } from './PopoverBody-69518dcc.js';
|
|
9
9
|
import Scrollbar from './Scrollbar.js';
|
|
10
|
-
import { M as Menu } from './ButtonGroup-
|
|
11
|
-
import { M as MenuItem } from './index-
|
|
10
|
+
import { M as Menu } from './ButtonGroup-711d215c.js';
|
|
11
|
+
import { M as MenuItem } from './index-29bde3c5.js';
|
|
12
12
|
import { S as SvgChevronRight } from './ChevronRight-af87e2a4.js';
|
|
13
13
|
import Text from './Text.js';
|
|
14
14
|
import Tooltip from './Tooltip.js';
|
|
@@ -437,7 +437,7 @@ const Navigation = ({ className, open, onOpenChange, navigationData = [], active
|
|
|
437
437
|
React__default.createElement("div", { className: "navigation__listItems", ref: navColRef }, clonedNavigationData === null || clonedNavigationData === void 0 ? void 0 : clonedNavigationData.map((item, index) => (React__default.createElement(Fragment, { key: `${item.title}-${item.path}` },
|
|
438
438
|
React__default.createElement(NavigationColItem, { isVisible: index < maxVisibleItems, Icon: item.Icon, title: item.title, onClick: onNavigationColItemClick, index: index, path: item.path, opened: forceOpen, currentSelected: currentDataIndex === index, selected: index === (activePathIndex === null || activePathIndex === void 0 ? void 0 : activePathIndex[0]), onMouseEnter: onMouseEnterHandler, disabled: item.disabled, propsForPopover: hoverDataIndex === index ? propsForPopover : {}, hasChildren: item.children && item.children.length > 0, render: render, compact: compact }),
|
|
439
439
|
hoverDataIndex !== null && item.children && item.children.length > 0 && (React__default.createElement(Popover, { setProps: setPropsForPopover, size: "small", position: "right-top", withArrow: true, trigger: "hover", margin: 20, disableReposition: false, ref: popoverRef },
|
|
440
|
-
React__default.createElement(PopoverBody, { withPadding: false, withScrollbar: false },
|
|
440
|
+
React__default.createElement(PopoverBody, { withPadding: false, withScrollbar: false, className: "navigation__content" },
|
|
441
441
|
React__default.createElement(NavigationMenuHeader, { title: clonedNavigationData[hoverDataIndex].title }),
|
|
442
442
|
React__default.createElement(Scrollbar, null,
|
|
443
443
|
React__default.createElement("div", { className: "navigation__items" },
|
package/Notification.js
CHANGED
|
@@ -7,14 +7,14 @@ import { S as SvgTriangleAlert } from './TriangleAlert-ba250f4c.js';
|
|
|
7
7
|
import { S as SvgX } from './X-20da3b4a.js';
|
|
8
8
|
import Button from './Button.js';
|
|
9
9
|
import Text from './Text.js';
|
|
10
|
-
import { B as ButtonGroup } from './index-
|
|
10
|
+
import { B as ButtonGroup } from './index-29bde3c5.js';
|
|
11
11
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
12
12
|
import './Notification-c2697ece.js';
|
|
13
13
|
import './Loader.js';
|
|
14
14
|
import './style-inject.es-746bb8ed.js';
|
|
15
|
-
import './ButtonGroup-
|
|
15
|
+
import './ButtonGroup-711d215c.js';
|
|
16
16
|
import './tslib.es6-f211516f.js';
|
|
17
|
-
import './PopoverBody-
|
|
17
|
+
import './PopoverBody-69518dcc.js';
|
|
18
18
|
import './floating-ui.react-a6c3b969.js';
|
|
19
19
|
import './Info-0f0741e0.js';
|
|
20
20
|
import './index-4159d61d.js';
|
package/Popover.js
CHANGED
|
@@ -9,7 +9,7 @@ import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
|
9
9
|
import { s as styleInject } from './style-inject.es-746bb8ed.js';
|
|
10
10
|
import Scrollbar from './Scrollbar.js';
|
|
11
11
|
|
|
12
|
-
var css_248z = ".popover{background-color:var(--guit-sem-color-background-neutral-1-nudge);border-top-left-radius:var(--guit-ref-radius-2xsmall);border-top-right-radius:var(--guit-ref-radius-2xsmall);filter:drop-shadow(var(--guit-sem-shadow-floating-2-position-x-1) var(--guit-sem-shadow-floating-2-position-y-1) var(--guit-sem-shadow-floating-2-blur-1) var(--guit-sem-color-floating-2-rgba-1)) drop-shadow(var(--guit-sem-shadow-floating-2-position-x-2) var(--guit-sem-shadow-floating-2-position-y-2) var(--guit-sem-shadow-floating-2-blur-2) var(--guit-sem-color-floating-2-rgba-2))}.popover:not(.popover_size_mobile){border-bottom-left-radius:var(--guit-ref-radius-2xsmall);border-bottom-right-radius:var(--guit-ref-radius-2xsmall)}.popover:not(.popover_size_mobile) .popover__arrow{position:absolute}.popover:not(.popover_size_mobile) .popover__arrowPath{fill:var(--guit-sem-color-background-neutral-1-nudge)}.popover_position_top .popover__arrow{transform:rotate(180deg)}.popover_position_bottom .popover__arrow{transform:rotate(0deg)}.popover_position_left .popover__arrow{transform:rotate(90deg)}.popover_position_right .popover__arrow{transform:rotate(-90deg)}.popover_size_xLarge .popover__container{max-height:82rem;max-width:82rem;min-width:64rem}.popover_size_large .popover__container{max-height:64rem;max-width:64rem;min-width:52rem}.popover_size_medium .popover__container{max-height:52rem;max-width:52rem;min-width:28rem}.popover_size_small .popover__container{max-height:52rem;max-width:28rem;min-width:16rem}.popover_size_large .popover__footer,.popover_size_xLarge .popover__footer{height:6.4rem}.popover_size_fitContent{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popover_size_reference{min-width:auto;width:var(--parent-width)}.popover__container{display:grid;grid-template-rows:auto 1fr auto}.popover__container_height_full{display:flex;flex-direction:column;height:100%;justify-content:space-between}.popover__header{border-bottom:var(--guit-ref-border-width-thin) var(--guit-ref-border-style-solid) var(--guit-sem-color-border-neutral-2);flex:none;height:4.8rem;justify-content:space-between;padding-inline:var(--guit-ref-spacing-large)}.popover__header,.popover__title{align-items:center;column-gap:var(--guit-ref-spacing-xsmall);display:flex;overflow:hidden}.popover__title{color:var(--guit-sem-color-foreground-neutral-2);flex:1}.popover__title_icon{flex:0 0 auto}.popover__title_text{font-family:var(--guit-sem-font-label-medium-default-semibold-font-family),sans-serif;font-size:var(--guit-sem-font-label-medium-default-semibold-font-size);font-weight:var(--guit-sem-font-label-medium-default-semibold-font-weight);line-height:var(--guit-sem-font-label-medium-default-semibold-line-height)}.popover__close{flex:0 0 auto}.popover__body{flex:1;height:100%;min-height:0;min-width:0}.popover__body_withPadding{padding-block:var(--guit-ref-spacing-large);padding-inline:var(--guit-ref-spacing-large)}.
|
|
12
|
+
var css_248z = ".popover{background-color:var(--guit-sem-color-background-neutral-1-nudge);border-top-left-radius:var(--guit-ref-radius-2xsmall);border-top-right-radius:var(--guit-ref-radius-2xsmall);filter:drop-shadow(var(--guit-sem-shadow-floating-2-position-x-1) var(--guit-sem-shadow-floating-2-position-y-1) var(--guit-sem-shadow-floating-2-blur-1) var(--guit-sem-color-floating-2-rgba-1)) drop-shadow(var(--guit-sem-shadow-floating-2-position-x-2) var(--guit-sem-shadow-floating-2-position-y-2) var(--guit-sem-shadow-floating-2-blur-2) var(--guit-sem-color-floating-2-rgba-2))}.popover:not(.popover_size_mobile){border-bottom-left-radius:var(--guit-ref-radius-2xsmall);border-bottom-right-radius:var(--guit-ref-radius-2xsmall)}.popover:not(.popover_size_mobile) .popover__arrow{position:absolute}.popover:not(.popover_size_mobile) .popover__arrowPath{fill:var(--guit-sem-color-background-neutral-1-nudge)}.popover_position_top .popover__arrow{transform:rotate(180deg)}.popover_position_bottom .popover__arrow{transform:rotate(0deg)}.popover_position_left .popover__arrow{transform:rotate(90deg)}.popover_position_right .popover__arrow{transform:rotate(-90deg)}.popover_size_xLarge .popover__container{max-height:82rem;max-width:82rem;min-width:64rem}.popover_size_large .popover__container{max-height:64rem;max-width:64rem;min-width:52rem}.popover_size_medium .popover__container{max-height:52rem;max-width:52rem;min-width:28rem}.popover_size_small .popover__container{max-height:52rem;max-width:28rem;min-width:16rem}.popover_size_large .popover__footer,.popover_size_xLarge .popover__footer{height:6.4rem}.popover_size_fitContent{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.popover_size_reference{min-width:auto;width:var(--parent-width)}.popover__container{display:grid;grid-template-rows:auto 1fr auto}.popover__container_height_full{display:flex;flex-direction:column;height:100%;justify-content:space-between}.popover__header{border-bottom:var(--guit-ref-border-width-thin) var(--guit-ref-border-style-solid) var(--guit-sem-color-border-neutral-2);flex:none;height:4.8rem;justify-content:space-between;padding-inline:var(--guit-ref-spacing-large)}.popover__header,.popover__title{align-items:center;column-gap:var(--guit-ref-spacing-xsmall);display:flex;overflow:hidden}.popover__title{color:var(--guit-sem-color-foreground-neutral-2);flex:1}.popover__title_icon{flex:0 0 auto}.popover__title_text{font-family:var(--guit-sem-font-label-medium-default-semibold-font-family),sans-serif;font-size:var(--guit-sem-font-label-medium-default-semibold-font-size);font-weight:var(--guit-sem-font-label-medium-default-semibold-font-weight);line-height:var(--guit-sem-font-label-medium-default-semibold-line-height)}.popover__close{flex:0 0 auto}.popover__body{flex:1;height:100%;min-height:0;min-width:0}.popover__body_withPadding{padding-block:var(--guit-ref-spacing-large);padding-inline:var(--guit-ref-spacing-large)}.popover__footer{border-top:var(--guit-ref-border-width-thin) var(--guit-ref-border-style-solid) var(--guit-sem-color-border-neutral-2);flex:none;justify-content:space-between;overflow:hidden;padding-block:var(--guit-ref-spacing-large);padding-inline:var(--guit-ref-spacing-large)}.popover__footer,.popover__footer_buttons{align-items:center;column-gap:var(--guit-ref-spacing-xsmall);display:flex}.popover__footer_buttons{-webkit-margin-start:auto;margin-inline-start:auto}";
|
|
13
13
|
styleInject(css_248z);
|
|
14
14
|
|
|
15
15
|
const getPositionRect = (currentPopoverRect, position) => {
|
|
@@ -314,8 +314,7 @@ const Popover = forwardRef(({ size = "medium", fitReference, position = "bottom-
|
|
|
314
314
|
});
|
|
315
315
|
|
|
316
316
|
const PopoverBody = ({ children, withPadding = true, className, withScrollbar = true }) => {
|
|
317
|
-
return (React__default.createElement("div", { className: classNames("popover__body", { popover__body_withPadding: withPadding }, className) },
|
|
318
|
-
React__default.createElement("div", { className: "popover__content navigation__content" }, withScrollbar ? React__default.createElement(Scrollbar, null, children) : children)));
|
|
317
|
+
return (React__default.createElement("div", { className: classNames("popover__body", { popover__body_withPadding: withPadding }, className) }, withScrollbar ? React__default.createElement(Scrollbar, null, children) : children));
|
|
319
318
|
};
|
|
320
319
|
|
|
321
320
|
export { Popover as P, PopoverBody as a };
|
|
@@ -2,7 +2,7 @@ import React__default, { createContext, useContext, useState, useRef, useMemo }
|
|
|
2
2
|
import { c as classNames } from './index-ce02421b.js';
|
|
3
3
|
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent-b88e2ba8.js';
|
|
4
4
|
import Button from './Button.js';
|
|
5
|
-
import { P as Popover, a as PopoverBody } from './PopoverBody-
|
|
5
|
+
import { P as Popover, a as PopoverBody } from './PopoverBody-69518dcc.js';
|
|
6
6
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
7
7
|
import { a as useClickOutside } from './index-4159d61d.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-746bb8ed.js';
|
package/Products.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as ProductsContext } from './Products-
|
|
2
|
-
export { P as Products } from './Products-
|
|
1
|
+
import { a as ProductsContext } from './Products-2d8aa944.js';
|
|
2
|
+
export { P as Products } from './Products-2d8aa944.js';
|
|
3
3
|
import React__default, { useContext, isValidElement, cloneElement } from 'react';
|
|
4
4
|
import { c as classNames } from './index-ce02421b.js';
|
|
5
5
|
import Badge from './Badge.js';
|
|
@@ -9,7 +9,7 @@ import './ActivityRecent-b88e2ba8.js';
|
|
|
9
9
|
import './Button.js';
|
|
10
10
|
import './Loader.js';
|
|
11
11
|
import './style-inject.es-746bb8ed.js';
|
|
12
|
-
import './PopoverBody-
|
|
12
|
+
import './PopoverBody-69518dcc.js';
|
|
13
13
|
import './floating-ui.react-a6c3b969.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './Info-0f0741e0.js';
|
package/Profile.js
CHANGED
|
@@ -2,8 +2,8 @@ import React__default, { useState, useContext } from 'react';
|
|
|
2
2
|
import { c as classNames } from './index-ce02421b.js';
|
|
3
3
|
import { S as SvgCaretDownFilled } from './CaretDownFilled-924e7189.js';
|
|
4
4
|
import { A as Avatar, S as SvgPersonFilled } from './index-82e2cf4c.js';
|
|
5
|
-
import { M as Menu } from './ButtonGroup-
|
|
6
|
-
import { M as MenuItem } from './index-
|
|
5
|
+
import { M as Menu } from './ButtonGroup-711d215c.js';
|
|
6
|
+
import { M as MenuItem } from './index-29bde3c5.js';
|
|
7
7
|
import { a as GeneUIDesignSystemContext } from './index-f83efe58.js';
|
|
8
8
|
import './Profile-e9e508cb.js';
|
|
9
9
|
import './ActivityRecent-b88e2ba8.js';
|
|
@@ -11,7 +11,7 @@ import './Avatar-243146ad.js';
|
|
|
11
11
|
import './style-inject.es-746bb8ed.js';
|
|
12
12
|
import './tslib.es6-f211516f.js';
|
|
13
13
|
import './Loader.js';
|
|
14
|
-
import './PopoverBody-
|
|
14
|
+
import './PopoverBody-69518dcc.js';
|
|
15
15
|
import './floating-ui.react-a6c3b969.js';
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import './Info-0f0741e0.js';
|
package/SegmentedControl.js
CHANGED
|
@@ -16,14 +16,14 @@ import './Logo-0b408682.js';
|
|
|
16
16
|
import './Rate-f5be2365.js';
|
|
17
17
|
import Text from './Text.js';
|
|
18
18
|
import './TextLink-ef998d00.js';
|
|
19
|
-
import './PopoverBody-
|
|
19
|
+
import './PopoverBody-69518dcc.js';
|
|
20
20
|
import './Scrollbar.js';
|
|
21
21
|
import './Badge-3f37427d.js';
|
|
22
22
|
import './Grid-6fd088b8.js';
|
|
23
23
|
import './Skeleton-d7cc727c.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import './index-4159d61d.js';
|
|
26
|
-
import './ButtonGroup-
|
|
26
|
+
import './ButtonGroup-711d215c.js';
|
|
27
27
|
import './SplitButton-65849c84.js';
|
|
28
28
|
import './Tabs-e8fccd4f.js';
|
|
29
29
|
import './ProgressBar-f544bfa4.js';
|
|
@@ -31,7 +31,7 @@ import './Steps-b3f53e8c.js';
|
|
|
31
31
|
import './Tag-8d30266b.js';
|
|
32
32
|
import './Switch-24ef29ea.js';
|
|
33
33
|
import './Timeline-3f100bf0.js';
|
|
34
|
-
import './Products-
|
|
34
|
+
import './Products-2d8aa944.js';
|
|
35
35
|
import './QRCode-4620857a.js';
|
|
36
36
|
import './KeyValue-2fdb0641.js';
|
|
37
37
|
import './tslib.es6-f211516f.js';
|
package/SplitButton.js
CHANGED
|
@@ -3,13 +3,13 @@ import { c as classNames } from './index-ce02421b.js';
|
|
|
3
3
|
import { S as SvgCaretDownFilled } from './CaretDownFilled-924e7189.js';
|
|
4
4
|
import Button from './Button.js';
|
|
5
5
|
import Loader from './Loader.js';
|
|
6
|
-
import { M as Menu } from './ButtonGroup-
|
|
7
|
-
import { M as MenuItem } from './index-
|
|
6
|
+
import { M as Menu } from './ButtonGroup-711d215c.js';
|
|
7
|
+
import { M as MenuItem } from './index-29bde3c5.js';
|
|
8
8
|
import './SplitButton-65849c84.js';
|
|
9
9
|
import './ActivityRecent-b88e2ba8.js';
|
|
10
10
|
import './style-inject.es-746bb8ed.js';
|
|
11
11
|
import './tslib.es6-f211516f.js';
|
|
12
|
-
import './PopoverBody-
|
|
12
|
+
import './PopoverBody-69518dcc.js';
|
|
13
13
|
import './floating-ui.react-a6c3b969.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './Info-0f0741e0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as MenuContext, p as popoverSizeMapping, i as isActiveElementInside, M as Menu } from './ButtonGroup-
|
|
1
|
+
import { a as MenuContext, p as popoverSizeMapping, i as isActiveElementInside, M as Menu } from './ButtonGroup-711d215c.js';
|
|
2
2
|
import React__default, { useMemo, useState, useRef, useContext, useEffect, Children, isValidElement, cloneElement } from 'react';
|
|
3
3
|
import { c as classNames } from './index-ce02421b.js';
|
|
4
4
|
import { n as nanoid } from './index-15303b91.js';
|
|
@@ -6,7 +6,7 @@ import { S as SvgThreeDotsHorizontal } from './ThreeDotsHorizontal-479c2b4b.js';
|
|
|
6
6
|
import Button from './Button.js';
|
|
7
7
|
import { r as reactIsExports } from './index-a2688a52.js';
|
|
8
8
|
import Loader from './Loader.js';
|
|
9
|
-
import { P as Popover, a as PopoverBody } from './PopoverBody-
|
|
9
|
+
import { P as Popover, a as PopoverBody } from './PopoverBody-69518dcc.js';
|
|
10
10
|
import Scrollbar from './Scrollbar.js';
|
|
11
11
|
import Text from './Text.js';
|
|
12
12
|
import { S as SvgCheckMark } from './CheckMark-34798545.js';
|
package/index.js
CHANGED
|
@@ -10,7 +10,7 @@ export { default as Logo } from './Logo.js';
|
|
|
10
10
|
export { default as Rate } from './Rate.js';
|
|
11
11
|
export { default as Text } from './Text.js';
|
|
12
12
|
export { default as TextLink } from './TextLink.js';
|
|
13
|
-
export { P as Popover, a as PopoverBody } from './PopoverBody-
|
|
13
|
+
export { P as Popover, a as PopoverBody } from './PopoverBody-69518dcc.js';
|
|
14
14
|
export { PopoverFooter, PopoverFooterActions } from './Popover.js';
|
|
15
15
|
export { default as Badge } from './Badge.js';
|
|
16
16
|
export { default as Scrollbar } from './Scrollbar.js';
|
|
@@ -29,13 +29,13 @@ export { default as Tag } from './Tag.js';
|
|
|
29
29
|
export { default as Switch } from './Switch.js';
|
|
30
30
|
export { T as Timelines } from './Timeline-3f100bf0.js';
|
|
31
31
|
export { TimelinePoint } from './Timeline.js';
|
|
32
|
-
export { P as Products } from './Products-
|
|
32
|
+
export { P as Products } from './Products-2d8aa944.js';
|
|
33
33
|
export { Product, ProductsMainSection, ProductsSecondarySection } from './Products.js';
|
|
34
34
|
export { default as QRCode } from './QRCode.js';
|
|
35
35
|
export { K as KeyValue } from './KeyValue-2fdb0641.js';
|
|
36
36
|
export { Key, Value } from './KeyValue.js';
|
|
37
|
-
export { M as Menu } from './ButtonGroup-
|
|
38
|
-
export { B as ButtonGroup, E as Empty, M as MenuItem } from './index-
|
|
37
|
+
export { M as Menu } from './ButtonGroup-711d215c.js';
|
|
38
|
+
export { B as ButtonGroup, E as Empty, M as MenuItem } from './index-29bde3c5.js';
|
|
39
39
|
export { default as Navigation } from './Navigation.js';
|
|
40
40
|
export { default as Checkbox } from './Checkbox.js';
|
|
41
41
|
export { default as Radio } from './Radio.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-dc35d66-05032026",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|