@altimateai/ui-components 0.0.23-beta.4 → 0.0.23-beta.5

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/Form.js CHANGED
@@ -1526,7 +1526,8 @@ const Us = Ze(
1526
1526
  secondary: "al-border-transparent al-bg-secondary al-text-secondary-foreground hover:al-bg-secondary/80",
1527
1527
  destructive: "al-border-transparent al-bg-destructive al-text-destructive-foreground hover:al-bg-destructive/80",
1528
1528
  success: "al-border-transparent al-bg-green-100 al-text-green-500 hover:al-bg-green-600",
1529
- outline: "al-text-foreground"
1529
+ outline: "al-text-foreground",
1530
+ warning: "al-border-transparent al-bg-[#ffeae4] al-text-[#ff7064] hover:al-bg-bg-orange/80"
1530
1531
  },
1531
1532
  interactive: {
1532
1533
  true: "al-cursor-pointer focus:al-ring-2 focus:al-ring-ring focus:al-ring-offset-2",
package/dist/Stack.js CHANGED
@@ -6788,7 +6788,7 @@ const Qu = ({
6788
6788
  title: t,
6789
6789
  ...n
6790
6790
  }) => t ? /* @__PURE__ */ h.jsxs(ku, { ...n, children: [
6791
- /* @__PURE__ */ h.jsx(Du, { asChild: !0, children: /* @__PURE__ */ h.jsx(h.Fragment, { children: e }) }),
6791
+ /* @__PURE__ */ h.jsx(Du, { asChild: !0, children: /* @__PURE__ */ h.jsx("span", { children: e }) }),
6792
6792
  /* @__PURE__ */ h.jsx(ss, { children: t })
6793
6793
  ] }) : /* @__PURE__ */ h.jsx(h.Fragment, { children: e }), Ju = G(function({
6794
6794
  children: t,
@@ -252,7 +252,7 @@ declare const Tooltip: ({ children, title, ...props }: TooltipPrimitive.TooltipP
252
252
  }) => react_jsx_runtime.JSX.Element;
253
253
 
254
254
  declare const badgeVariants: (props?: ({
255
- variant?: "default" | "destructive" | "outline" | "success" | "secondary" | null | undefined;
255
+ variant?: "default" | "destructive" | "outline" | "success" | "secondary" | "warning" | null | undefined;
256
256
  interactive?: boolean | null | undefined;
257
257
  } & class_variance_authority_types.ClassProp) | undefined) => string;
258
258
  interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.23-beta.4",
3
+ "version": "0.0.23-beta.5",
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
+ }