uikit-react-public 0.24.3 → 0.24.4
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/dist/index.js
CHANGED
|
@@ -24653,7 +24653,7 @@ const Lw = "ucl-uikit-dropdown-menu", n5 = ({
|
|
|
24653
24653
|
variant: "tertiary-no-padding",
|
|
24654
24654
|
size: "small",
|
|
24655
24655
|
className: h,
|
|
24656
|
-
icon: /* @__PURE__ */ n(T.Menu2, {
|
|
24656
|
+
icon: /* @__PURE__ */ n(T.Menu2, {}),
|
|
24657
24657
|
iconPosition: "right",
|
|
24658
24658
|
"aria-label": o,
|
|
24659
24659
|
children: t
|
|
@@ -24663,7 +24663,7 @@ const Lw = "ucl-uikit-dropdown-menu", n5 = ({
|
|
|
24663
24663
|
{
|
|
24664
24664
|
className: h,
|
|
24665
24665
|
"aria-label": o,
|
|
24666
|
-
children: /* @__PURE__ */ n(T.Menu2, {
|
|
24666
|
+
children: /* @__PURE__ */ n(T.Menu2, {})
|
|
24667
24667
|
}
|
|
24668
24668
|
) }),
|
|
24669
24669
|
/* @__PURE__ */ n(tt.Content, { className: i, children: e })
|
|
@@ -61,7 +61,7 @@ const DropdownMenu = ({
|
|
|
61
61
|
variant='tertiary-no-padding'
|
|
62
62
|
size='small'
|
|
63
63
|
className={resolvedTriggerClassName}
|
|
64
|
-
icon={<Icon.Menu2
|
|
64
|
+
icon={<Icon.Menu2 />}
|
|
65
65
|
iconPosition='right'
|
|
66
66
|
aria-label={triggerAriaLabel}
|
|
67
67
|
>
|
|
@@ -72,7 +72,7 @@ const DropdownMenu = ({
|
|
|
72
72
|
className={resolvedTriggerClassName}
|
|
73
73
|
aria-label={triggerAriaLabel}
|
|
74
74
|
>
|
|
75
|
-
<Icon.Menu2
|
|
75
|
+
<Icon.Menu2 />
|
|
76
76
|
</IconButton>
|
|
77
77
|
)}
|
|
78
78
|
</Dropdown.Trigger>
|