@altimateai/ui-components 0.0.69-beta.3 → 0.0.69-beta1

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.
@@ -117,7 +117,6 @@ interface ChatbotProps {
117
117
  classNames?: {
118
118
  chatbot?: string;
119
119
  chatMessages?: string;
120
- messageItem?: string;
121
120
  };
122
121
  initialMessage?: string;
123
122
  submitInitialMessageOnMount?: boolean;
@@ -247,7 +246,6 @@ interface ChatState {
247
246
  classNames?: {
248
247
  chatbot?: string;
249
248
  chatMessages?: string;
250
- messageItem?: string;
251
249
  };
252
250
  }
253
251
  declare const todoItemSchema: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.69-beta.3",
3
+ "version": "0.0.69-beta1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"
package/dist/IconEye.js DELETED
@@ -1,11 +0,0 @@
1
- import { c as e } from "./Stack.js";
2
- /**
3
- * @license @tabler/icons-react v3.34.1 - MIT
4
- *
5
- * This source code is licensed under the MIT license.
6
- * See the LICENSE file in the root directory of this source tree.
7
- */
8
- const c = [["path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", key: "svg-1" }]], t = e("outline", "eye", "Eye", c);
9
- export {
10
- t as I
11
- };