@mieweb/ui 0.6.1-dev.158 → 0.6.1-dev.159
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/{chunk-7PA26KBF.cjs → chunk-3AMNAMJA.cjs} +4 -2
- package/dist/chunk-3AMNAMJA.cjs.map +1 -0
- package/dist/{chunk-3SSXDWD7.js → chunk-4N72FAQW.js} +13 -11
- package/dist/chunk-4N72FAQW.js.map +1 -0
- package/dist/{chunk-UHPQYBXQ.js → chunk-7QZSJFYT.js} +3 -6
- package/dist/chunk-7QZSJFYT.js.map +1 -0
- package/dist/{chunk-2T4JU5RH.cjs → chunk-CB4JX5EJ.cjs} +3 -6
- package/dist/chunk-CB4JX5EJ.cjs.map +1 -0
- package/dist/{chunk-TXYTMU3K.js → chunk-EYJDPYOP.js} +3 -3
- package/dist/{chunk-TXYTMU3K.js.map → chunk-EYJDPYOP.js.map} +1 -1
- package/dist/{chunk-6R2ZPDN7.cjs → chunk-HMQ2PRTB.cjs} +3 -3
- package/dist/{chunk-6R2ZPDN7.cjs.map → chunk-HMQ2PRTB.cjs.map} +1 -1
- package/dist/{chunk-FADQVM4M.cjs → chunk-KX4NWZIR.cjs} +5 -5
- package/dist/{chunk-FADQVM4M.cjs.map → chunk-KX4NWZIR.cjs.map} +1 -1
- package/dist/{chunk-RXY5SD3O.js → chunk-RUGWUQ47.js} +4 -2
- package/dist/chunk-RUGWUQ47.js.map +1 -0
- package/dist/{chunk-ASLZUFH4.js → chunk-TQV5CGSA.js} +3 -3
- package/dist/{chunk-ASLZUFH4.js.map → chunk-TQV5CGSA.js.map} +1 -1
- package/dist/{chunk-LZPPH5BW.cjs → chunk-WJIANZPI.cjs} +13 -11
- package/dist/chunk-WJIANZPI.cjs.map +1 -0
- package/dist/components/RichTextEditor/index.cjs +4 -4
- package/dist/components/RichTextEditor/index.js +1 -1
- package/dist/components/SuperChat/index.cjs +61 -10
- package/dist/components/SuperChat/index.cjs.map +1 -1
- package/dist/components/SuperChat/index.js +60 -9
- package/dist/components/SuperChat/index.js.map +1 -1
- package/dist/components/SuperChat/plugins/index.cjs +7 -4
- package/dist/components/SuperChat/plugins/index.cjs.map +1 -1
- package/dist/components/SuperChat/plugins/index.js +6 -3
- package/dist/components/SuperChat/plugins/index.js.map +1 -1
- package/dist/datavis.cjs +5 -5
- package/dist/datavis.d.cts +1 -0
- package/dist/datavis.d.ts +1 -0
- package/dist/datavis.js +1 -1
- package/dist/index.cjs +52 -52
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/kerebron.cjs +15 -0
- package/dist/kerebron.cjs.map +1 -1
- package/dist/kerebron.js +15 -0
- package/dist/kerebron.js.map +1 -1
- package/dist/{nitroTableGrid-J7F6D2QA.cjs → nitroTableGrid-RQNSZQO4.cjs} +14 -11
- package/dist/nitroTableGrid-RQNSZQO4.cjs.map +1 -0
- package/dist/nitroTableGrid-W6XWRFA7.js +25 -0
- package/dist/nitroTableGrid-W6XWRFA7.js.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/tailwind-preset.cjs +4 -4
- package/dist/tailwind-preset.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-2T4JU5RH.cjs.map +0 -1
- package/dist/chunk-3SSXDWD7.js.map +0 -1
- package/dist/chunk-7PA26KBF.cjs.map +0 -1
- package/dist/chunk-LZPPH5BW.cjs.map +0 -1
- package/dist/chunk-RXY5SD3O.js.map +0 -1
- package/dist/chunk-UHPQYBXQ.js.map +0 -1
- package/dist/nitroTableGrid-GKJAX3J4.js +0 -22
- package/dist/nitroTableGrid-GKJAX3J4.js.map +0 -1
- package/dist/nitroTableGrid-J7F6D2QA.cjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -24,10 +24,10 @@ import { Spinner, SpinnerWithLabel } from './chunk-VCO2IZOG.js';
|
|
|
24
24
|
export { FullPageSpinner, Spinner, SpinnerWithLabel, spinnerVariants } from './chunk-VCO2IZOG.js';
|
|
25
25
|
import { SparklesIcon, RefreshIcon, CloseIcon, AIMessageDisplay } from './chunk-NQME7MCK.js';
|
|
26
26
|
export { AILogoIcon, AIMessageDisplay, AITypingIndicator, ChatBubble, ChevronIcon, CloseIcon, MCPToolCallDisplay, MessageAvatar, RefreshIcon, ResourceLink, SendIcon, SparklesIcon, SpinnerIcon, ToolStatusIcon, getToolIcon } from './chunk-NQME7MCK.js';
|
|
27
|
-
import { EmptyState } from './chunk-
|
|
28
|
-
export { AttachmentPreview, ConversationHeader, ConversationListItem, ConversationListSkeleton, DateSeparator, EmptyState, LightboxModal, LoadMoreButton, MessageBubble, MessageList, MessageStatusIcon, MessageThread, MessagingSplitView, ReadReceiptIndicator, SkeletonMessage, TypingIndicator, bubbleVariants, formatDateLabel, formatFileSize, formatLastSeen, getConversationSubtitle, getConversationTitle, groupMessagesByDate, headerVariants, isSameSenderGroup, useMessageScroll, useMessages, useReadReceipts, useTypingIndicator } from './chunk-
|
|
29
|
-
import { MessageComposer } from './chunk-
|
|
30
|
-
export { AttachmentPicker, AttachmentPreviewItem, CameraButton, CharacterCounter, DragDropZone, MessageComposer, SendButton, generateAttachmentId, getFileType, sendButtonVariants, validateFile } from './chunk-
|
|
27
|
+
import { EmptyState } from './chunk-TQV5CGSA.js';
|
|
28
|
+
export { AttachmentPreview, ConversationHeader, ConversationListItem, ConversationListSkeleton, DateSeparator, EmptyState, LightboxModal, LoadMoreButton, MessageBubble, MessageList, MessageStatusIcon, MessageThread, MessagingSplitView, ReadReceiptIndicator, SkeletonMessage, TypingIndicator, bubbleVariants, formatDateLabel, formatFileSize, formatLastSeen, getConversationSubtitle, getConversationTitle, groupMessagesByDate, headerVariants, isSameSenderGroup, useMessageScroll, useMessages, useReadReceipts, useTypingIndicator } from './chunk-TQV5CGSA.js';
|
|
29
|
+
import { MessageComposer } from './chunk-7QZSJFYT.js';
|
|
30
|
+
export { AttachmentPicker, AttachmentPreviewItem, CameraButton, CharacterCounter, DragDropZone, MessageComposer, SendButton, generateAttachmentId, getFileType, sendButtonVariants, validateFile } from './chunk-7QZSJFYT.js';
|
|
31
31
|
import { Switch } from './chunk-43GBCUSQ.js';
|
|
32
32
|
export { Switch, switchThumbVariants, switchTrackVariants } from './chunk-43GBCUSQ.js';
|
|
33
33
|
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from './chunk-KL2S36FM.js';
|
|
@@ -38,7 +38,7 @@ import { RadioGroup, Radio } from './chunk-EZKRAW2X.js';
|
|
|
38
38
|
export { Radio, RadioGroup, radioVariants } from './chunk-EZKRAW2X.js';
|
|
39
39
|
import { RecordButton } from './chunk-STPK44AU.js';
|
|
40
40
|
export { RecordButton, formatDuration, recordButtonVariants } from './chunk-STPK44AU.js';
|
|
41
|
-
export { RichTextEditor, convertAngleBracketsToMustache, processDictation } from './chunk-
|
|
41
|
+
export { RichTextEditor, convertAngleBracketsToMustache, processDictation } from './chunk-EYJDPYOP.js';
|
|
42
42
|
export { DateButton, DatePicker, RadioOption, SchedulePicker, TimeButton, TimePicker, dateButtonVariants, radioOptionVariants, timeButtonVariants } from './chunk-4DMZAVB2.js';
|
|
43
43
|
export { ScrollArea, scrollAreaVariants } from './chunk-BIT27PPD.js';
|
|
44
44
|
import { Select } from './chunk-R25H4N4Z.js';
|
|
@@ -105,7 +105,7 @@ import { cn } from './chunk-F3SOEIN2.js';
|
|
|
105
105
|
export { cn } from './chunk-F3SOEIN2.js';
|
|
106
106
|
import { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
107
107
|
export { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
108
|
-
export { miewebUIPreset, miewebUISafelist } from './chunk-
|
|
108
|
+
export { miewebUIPreset, miewebUISafelist } from './chunk-RUGWUQ47.js';
|
|
109
109
|
import * as React13 from 'react';
|
|
110
110
|
import React13__default, { createContext, useState, useEffect, useCallback, useMemo, useContext, useRef } from 'react';
|
|
111
111
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
@@ -1841,7 +1841,7 @@ var confidenceBadgeVariants = cva(
|
|
|
1841
1841
|
{
|
|
1842
1842
|
variants: {
|
|
1843
1843
|
level: {
|
|
1844
|
-
high: "bg-success-100 text-success dark:bg-success-900/30 dark:text-success-300",
|
|
1844
|
+
high: "bg-success-100 text-success-900 dark:bg-success-900/30 dark:text-success-300",
|
|
1845
1845
|
medium: "bg-amber-100 text-amber-700 dark:bg-amber-900/30 dark:text-amber-300",
|
|
1846
1846
|
low: "bg-amber-200 text-amber-800 dark:bg-amber-900/40 dark:text-amber-200"
|
|
1847
1847
|
}
|