@trading-game/design-intelligence-layer 0.13.2 → 0.13.3
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.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6733,6 +6733,8 @@ function BoostTicketCard({
|
|
|
6733
6733
|
boostInfo,
|
|
6734
6734
|
boostInfoSide = "top",
|
|
6735
6735
|
boostInfoAlign = "center",
|
|
6736
|
+
boostInfoTitle,
|
|
6737
|
+
boostInfoCloseLabel,
|
|
6736
6738
|
compact = false
|
|
6737
6739
|
}) {
|
|
6738
6740
|
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: cn("flex w-full flex-col gap-2", className), children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "relative flex w-full items-stretch justify-between rounded-sm bg-subtle", children: [
|
|
@@ -6765,7 +6767,7 @@ function BoostTicketCard({
|
|
|
6765
6767
|
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_lucide_react23.Info, { className: "!size-3.5", strokeWidth: 2 })
|
|
6766
6768
|
}
|
|
6767
6769
|
) }),
|
|
6768
|
-
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(TooltipContent, { side: boostInfoSide, align: boostInfoAlign, variant: "inverse", className: "max-w-xs whitespace-normal", children: boostInfo })
|
|
6770
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(TooltipContent, { side: boostInfoSide, align: boostInfoAlign, title: boostInfoTitle, closeLabel: boostInfoCloseLabel, variant: "inverse", className: "max-w-xs whitespace-normal", children: boostInfo })
|
|
6769
6771
|
] }) })
|
|
6770
6772
|
] })
|
|
6771
6773
|
] })
|