@altimateai/ui-components 0.0.38-beta.4 → 0.0.39-beta.1

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.
@@ -6032,7 +6032,7 @@ const Nl = "_component_13r39_1", Ll = "_spin_13r39_1", jl = {
6032
6032
  /* @__PURE__ */ r.jsx(Ls, { className: "al-w-6 al-h-6 al-text-blue-500" }),
6033
6033
  /* @__PURE__ */ r.jsxs(O, { direction: "row", align: "center", children: [
6034
6034
  /* @__PURE__ */ r.jsx("div", { className: "al-font-semibold al-text-lg al-line-clamp-2 al-w-full", children: n.dashboard }),
6035
- /* @__PURE__ */ r.jsx(O, { justify: "end", className: "al-w-full", children: /* @__PURE__ */ r.jsx(
6035
+ n.total_cost != null && /* @__PURE__ */ r.jsx(O, { justify: "end", className: "al-w-full", children: /* @__PURE__ */ r.jsx(
6036
6036
  xe,
6037
6037
  {
6038
6038
  size: "sm",
@@ -6051,7 +6051,7 @@ const Nl = "_component_13r39_1", Ll = "_spin_13r39_1", jl = {
6051
6051
  n.insights && n.insights.length > 0 && /* @__PURE__ */ r.jsx("div", { className: "al-mt-3", children: /* @__PURE__ */ r.jsx(O, { direction: "row", gap: "xs", className: "al-flex-wrap al-my-3", children: n.insights.map((d, f) => /* @__PURE__ */ r.jsx(Ol, { label: d.name, color: Bl(d.name) }, f)) }) }),
6052
6052
  /* @__PURE__ */ r.jsx("div", { className: "al-flex-grow al-rounded-lg al-p-4 al-bg-gray-100", children: /* @__PURE__ */ r.jsxs(O, { direction: "column", gap: "md", children: [
6053
6053
  /* @__PURE__ */ r.jsx(Se, { variant: "caption", className: "al-font-semibold", children: "Dashboard Details" }),
6054
- /* @__PURE__ */ r.jsx(
6054
+ n.total_cost !== null && /* @__PURE__ */ r.jsx(
6055
6055
  Ie,
6056
6056
  {
6057
6057
  title: /* @__PURE__ */ r.jsxs(O, { direction: "row", align: "center", gap: "xs", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.38-beta.4",
3
+ "version": "0.0.39-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"
@@ -52,4 +52,4 @@
52
52
  "react": "^17.0.0 || ^18.0.0",
53
53
  "react-dom": "^17.0.0 || ^18.0.0"
54
54
  }
55
- }
55
+ }