@altimateai/ui-components 0.0.39-beta.2 → 0.0.40

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/CoachForm.js CHANGED
@@ -49969,6 +49969,7 @@ const Iu = () => {
49969
49969
  size: "icon",
49970
49970
  className: "!al-h-9 al-bg-red-100 hover:al-bg-red-200",
49971
49971
  onClick: n,
49972
+ "aria-label": "Cancel generation",
49972
49973
  children: /* @__PURE__ */ B.jsx(Dk, { className: "!al-h-6 !al-w-6 al-text-[#ef4444]" })
49973
49974
  }
49974
49975
  );
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryFn } from "@storybook/react";
2
- import { DebouncedInput, DebouncedInputProps } from "./DebouncedInput";
2
+ import { DebouncedInput, DebouncedInputProps } from "../shadcn";
3
3
  import { useState } from "react";
4
4
  import { IconSearch, IconUser, IconMail } from "@tabler/icons-react";
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.39-beta.2",
3
+ "version": "0.0.40",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"