@ctlyst.id/internal-ui 3.1.3 → 3.1.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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -2584,7 +2584,16 @@ var Tooltip = (props) => {
|
|
2584
2584
|
|
2585
2585
|
// src/components/header/components/profile.tsx
|
2586
2586
|
import { Fragment as Fragment3, jsx as jsx36, jsxs as jsxs15 } from "react/jsx-runtime";
|
2587
|
-
var Profile = ({
|
2587
|
+
var Profile = ({
|
2588
|
+
color,
|
2589
|
+
brandColor,
|
2590
|
+
data,
|
2591
|
+
badgeStyle,
|
2592
|
+
children,
|
2593
|
+
onLogout,
|
2594
|
+
officeContainer,
|
2595
|
+
...props
|
2596
|
+
}) => {
|
2588
2597
|
var _a, _b;
|
2589
2598
|
const { isOpen, onToggle, onClose } = useDisclosure();
|
2590
2599
|
return /* @__PURE__ */ jsxs15(Popover2, { placement: "bottom-end", isOpen, onClose, children: [
|
@@ -2640,6 +2649,7 @@ var Profile = ({ color, brandColor, data, badgeStyle, children, onLogout, ...pro
|
|
2640
2649
|
offset: [10, 8]
|
2641
2650
|
},
|
2642
2651
|
width: 186,
|
2652
|
+
...officeContainer,
|
2643
2653
|
children: /* @__PURE__ */ jsx36(Box16, { display: "flex", children: /* @__PURE__ */ jsxs15(
|
2644
2654
|
badge_default,
|
2645
2655
|
{
|