@brainfish-ai/components 0.8.0 → 0.8.2-alpha.0
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/esm/chunks/{ChatSearch.D0xl3Epm.js → ChatSearch.Baru4deb.js} +3 -3
- package/dist/esm/chunks/ChatSearch.Baru4deb.js.map +1 -0
- package/dist/esm/chunks/{FormattedMessage.DPRps9mh.js → FormattedMessage.CyP9HgTe.js} +30 -30
- package/dist/esm/chunks/{FormattedMessage.DPRps9mh.js.map → FormattedMessage.CyP9HgTe.js.map} +1 -1
- package/dist/esm/chunks/filters.Bo2N95yq.js +564 -0
- package/dist/esm/chunks/filters.Bo2N95yq.js.map +1 -0
- package/dist/esm/chunks/{simpleSelect.BiVUOs29.js → simpleSelect.BbTlGnz2.js} +3 -2
- package/dist/esm/chunks/{simpleSelect.BiVUOs29.js.map → simpleSelect.BbTlGnz2.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/select.js +1 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +85 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/filter.d.ts +10 -4
- package/dist/index.d.ts +28 -6
- package/dist/markdown.d.ts +1 -2
- package/dist/select.d.ts +2 -2
- package/dist/stats.html +1 -1
- package/package.json +2 -2
- package/stats.html +4949 -0
- package/dist/esm/chunks/ChatSearch.D0xl3Epm.js.map +0 -1
- package/dist/esm/chunks/filters.Dy3yDv4K.js +0 -264
- package/dist/esm/chunks/filters.Dy3yDv4K.js.map +0 -1
|
@@ -6,11 +6,11 @@ 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.CyP9HgTe.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';
|
|
13
|
-
import { S as SimpleSelect } from './simpleSelect.
|
|
13
|
+
import { S as SimpleSelect } from './simpleSelect.BbTlGnz2.js';
|
|
14
14
|
import { c as cn, i as isAnswerUncertain } from './utils.DmKr1Ojo.js';
|
|
15
15
|
import { D as DatePicker } from './date-picker.Ca8jXimG.js';
|
|
16
16
|
import { createId } from '@paralleldrive/cuid2';
|
|
@@ -5949,4 +5949,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
5949
5949
|
ChatSearch.displayName = "ChatSearch";
|
|
5950
5950
|
|
|
5951
5951
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
5952
|
-
//# sourceMappingURL=ChatSearch.
|
|
5952
|
+
//# sourceMappingURL=ChatSearch.Baru4deb.js.map
|