@brainfish-ai/components 0.9.0 → 0.9.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.
- package/dist/components/ui/switch.d.ts +2 -2
- package/dist/esm/chunks/{ChatSearch.DCIOe8iM.js → ChatSearch.C05QyX0s.js} +2 -2
- package/dist/esm/chunks/{ChatSearch.DCIOe8iM.js.map → ChatSearch.C05QyX0s.js.map} +1 -1
- package/dist/esm/chunks/{FormattedMessage.aTdTW_T0.js → FormattedMessage.DkFftNx6.js} +13 -27
- package/dist/esm/chunks/{FormattedMessage.aTdTW_T0.js.map → FormattedMessage.DkFftNx6.js.map} +1 -1
- package/dist/esm/chunks/{filters.C1glI--f.js → filters.Dx9TXuJ4.js} +3 -4
- package/dist/esm/chunks/{filters.C1glI--f.js.map → filters.Dx9TXuJ4.js.map} +1 -1
- package/dist/esm/components/chat-search.js +1 -1
- package/dist/esm/components/filter.js +1 -1
- package/dist/esm/components/markdown.js +1 -1
- package/dist/esm/components/ui/switch.js +2 -2
- package/dist/esm/components/ui/switch.js.map +1 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import * as SwitchPrimitives from
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
3
3
|
declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
4
|
export { Switch };
|
|
@@ -6,7 +6,7 @@ import { XCircle, Check, Copy, CaretDown, ArrowSquareOut, CaretRight, ArrowsVert
|
|
|
6
6
|
import { appendErrors, useForm, Controller } from 'react-hook-form';
|
|
7
7
|
import { validateFieldsNatively, toNestErrors } from '@hookform/resolvers';
|
|
8
8
|
import require$$0 from 'ajv';
|
|
9
|
-
import { g as getDefaultExportFromCjs, F as FormattedMessage } from './FormattedMessage.
|
|
9
|
+
import { g as getDefaultExportFromCjs, F as FormattedMessage } from './FormattedMessage.DkFftNx6.js';
|
|
10
10
|
import { Input } from '../components/ui/input.js';
|
|
11
11
|
import { Label } from '../components/ui/label.js';
|
|
12
12
|
import { Textarea } from '../components/ui/textarea.js';
|
|
@@ -5972,4 +5972,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
5972
5972
|
ChatSearch.displayName = "ChatSearch";
|
|
5973
5973
|
|
|
5974
5974
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
5975
|
-
//# sourceMappingURL=ChatSearch.
|
|
5975
|
+
//# sourceMappingURL=ChatSearch.C05QyX0s.js.map
|