@mieweb/ui 0.7.2-dev.3 → 0.7.2-dev.4
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/brands/index.cjs +17 -17
- package/dist/brands/index.js +4 -4
- package/dist/chunk-7C226TQI.js +76 -0
- package/dist/chunk-7C226TQI.js.map +1 -0
- package/dist/{chunk-VA7QN4DX.cjs → chunk-JDHIBJ5K.cjs} +2 -2
- package/dist/{chunk-VA7QN4DX.cjs.map → chunk-JDHIBJ5K.cjs.map} +1 -1
- package/dist/{chunk-BCJFOSZX.js → chunk-MO65V64I.js} +2 -2
- package/dist/{chunk-BCJFOSZX.js.map → chunk-MO65V64I.js.map} +1 -1
- package/dist/chunk-SEN7FIF3.cjs +158 -0
- package/dist/chunk-SEN7FIF3.cjs.map +1 -0
- package/dist/components/Q/index.cjs +109 -0
- package/dist/components/Q/index.cjs.map +1 -0
- package/dist/components/Q/index.d.cts +27 -0
- package/dist/components/Q/index.d.ts +27 -0
- package/dist/components/Q/index.js +4 -0
- package/dist/components/Q/index.js.map +1 -0
- package/dist/index.cjs +324 -324
- package/dist/index.js +19 -19
- package/dist/q.cjs +109 -0
- package/dist/q.cjs.map +1 -0
- package/dist/q.d.cts +5 -0
- package/dist/q.d.ts +5 -0
- package/dist/q.js +4 -0
- package/dist/q.js.map +1 -0
- package/dist/styles.css +1 -1
- package/package.json +19 -4
package/dist/index.js
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
|
+
import { getModelBytes } from './chunk-6I7IDZ4A.js';
|
|
2
|
+
export { Toggle, toggleVariants } from './chunk-PTZB2GKL.js';
|
|
1
3
|
export { TranscriptView, formatTimestampMs } from './chunk-SEPYBAML.js';
|
|
2
4
|
export { VisuallyHidden } from './chunk-H2CIKJQI.js';
|
|
3
|
-
export { brands } from './chunk-
|
|
5
|
+
export { brands } from './chunk-MO65V64I.js';
|
|
6
|
+
export { enterpriseHealthBrand } from './chunk-MTZPVOP6.js';
|
|
7
|
+
export { miewebBrand } from './chunk-NERS5ZT6.js';
|
|
4
8
|
export { wagglelineBrand } from './chunk-2NTYAALC.js';
|
|
5
9
|
export { webchartBrand } from './chunk-CW66SO5O.js';
|
|
10
|
+
export { ozwellBrand } from './chunk-5YUBQIC7.js';
|
|
6
11
|
export { defaultBrand } from './chunk-PSTGFXQG.js';
|
|
7
|
-
export { enterpriseHealthBrand } from './chunk-MTZPVOP6.js';
|
|
8
|
-
export { miewebBrand } from './chunk-NERS5ZT6.js';
|
|
9
12
|
export { createBrandPreset, generateBrandCSS, generateTailwindTheme } from './chunk-WOYUQ4AT.js';
|
|
10
13
|
export { bluehiveBrand } from './chunk-3T7QGLNB.js';
|
|
11
14
|
export { ccmeBrand } from './chunk-SCQRJPSV.js';
|
|
12
|
-
|
|
13
|
-
|
|
15
|
+
import { SparklesIcon, RefreshIcon, CloseIcon, AIMessageDisplay } from './chunk-RZJXCI53.js';
|
|
16
|
+
export { AILogoIcon, AIMessageDisplay, AITypingIndicator, ChatBubble, ChevronIcon, CloseIcon, CollapsiblePill, MCPToolCallDisplay, MessageAvatar, RefreshIcon, ResourceLink, SendIcon, SparklesIcon, SpinnerIcon, ToolStatusIcon, getToolIcon } from './chunk-RZJXCI53.js';
|
|
17
|
+
import { EmptyState } from './chunk-FDV7EQWH.js';
|
|
18
|
+
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-FDV7EQWH.js';
|
|
19
|
+
import { MessageComposer } from './chunk-EKRT7K2K.js';
|
|
20
|
+
export { AttachmentPicker, AttachmentPreviewItem, CameraButton, CharacterCounter, DragDropZone, MessageComposer, SendButton, generateAttachmentId, getFileType, sendButtonVariants, validateFile } from './chunk-EKRT7K2K.js';
|
|
14
21
|
import { Switch, switchThumbVariants, switchTrackVariants } from './chunk-AQ564XO7.js';
|
|
15
22
|
export { Switch, switchThumbVariants, switchTrackVariants } from './chunk-AQ564XO7.js';
|
|
16
23
|
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from './chunk-TNUL4LGG.js';
|
|
@@ -20,18 +27,14 @@ export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants, tabsTrigger
|
|
|
20
27
|
import { Text } from './chunk-3YSIZ2CK.js';
|
|
21
28
|
export { SmallMuted, Text, textVariants } from './chunk-3YSIZ2CK.js';
|
|
22
29
|
export { ThemeProvider, ThemeProviderContext, ThemeToggle, themeToggleIconVariants, themeToggleVariants, useThemeContext } from './chunk-SH6B4MG5.js';
|
|
23
|
-
export {
|
|
30
|
+
export { DateButton, DatePicker, RadioOption, SchedulePicker, TimeButton, TimePicker, dateButtonVariants, radioOptionVariants, timeButtonVariants } from './chunk-23AYDOCH.js';
|
|
31
|
+
export { ScrollArea, scrollAreaVariants } from './chunk-HS25RPDW.js';
|
|
24
32
|
export { Sheet, SheetBody, SheetClose, SheetDescription, SheetFooter, SheetHeader, SheetTitle, sheetContentVariants, sheetOverlayVariants } from './chunk-LMBXJZLG.js';
|
|
25
33
|
import { Skeleton } from './chunk-ZIUADGAR.js';
|
|
26
34
|
export { Skeleton, SkeletonCard, SkeletonTable, SkeletonText, skeletonVariants } from './chunk-ZIUADGAR.js';
|
|
27
35
|
import { Spinner, SpinnerWithLabel } from './chunk-UA7E7PDS.js';
|
|
28
36
|
export { FullPageSpinner, Spinner, SpinnerWithLabel, spinnerVariants } from './chunk-UA7E7PDS.js';
|
|
29
|
-
|
|
30
|
-
export { AILogoIcon, AIMessageDisplay, AITypingIndicator, ChatBubble, ChevronIcon, CloseIcon, CollapsiblePill, MCPToolCallDisplay, MessageAvatar, RefreshIcon, ResourceLink, SendIcon, SparklesIcon, SpinnerIcon, ToolStatusIcon, getToolIcon } from './chunk-RZJXCI53.js';
|
|
31
|
-
import { EmptyState } from './chunk-FDV7EQWH.js';
|
|
32
|
-
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-FDV7EQWH.js';
|
|
33
|
-
import { MessageComposer } from './chunk-EKRT7K2K.js';
|
|
34
|
-
export { AttachmentPicker, AttachmentPreviewItem, CameraButton, CharacterCounter, DragDropZone, MessageComposer, SendButton, generateAttachmentId, getFileType, sendButtonVariants, validateFile } from './chunk-EKRT7K2K.js';
|
|
37
|
+
export { Pagination, SimplePagination, paginationButtonVariants } from './chunk-FDUA6OGN.js';
|
|
35
38
|
export { PhoneInput, PhoneInputGroup } from './chunk-3D4ITDLO.js';
|
|
36
39
|
import { Progress } from './chunk-CEQJGUAS.js';
|
|
37
40
|
export { CircularProgress, Progress, circularProgressVariants, progressBarFillVariants, progressBarTrackVariants } from './chunk-CEQJGUAS.js';
|
|
@@ -40,8 +43,8 @@ import { RecordButton } from './chunk-VNWJTCBQ.js';
|
|
|
40
43
|
export { RecordButton, formatDuration, recordButtonVariants } from './chunk-VNWJTCBQ.js';
|
|
41
44
|
export { RichTextEditor, convertAngleBracketsToMustache, processDictation } from './chunk-FTRGZOVJ.js';
|
|
42
45
|
export { Separator, separatorVariants } from './chunk-OQWZYKJM.js';
|
|
43
|
-
|
|
44
|
-
export {
|
|
46
|
+
import { Dropdown, DropdownItem, DropdownSeparator, DropdownHeader } from './chunk-HIDV32ZX.js';
|
|
47
|
+
export { Dropdown, DropdownContent, DropdownHeader, DropdownItem, DropdownLabel, DropdownSeparator } from './chunk-HIDV32ZX.js';
|
|
45
48
|
export { FloatingWindow, MinimizedWindow } from './chunk-N3Y43KOB.js';
|
|
46
49
|
export { CodeBlock, MarkdownRenderer, highlightCode, useMarkdown } from './chunk-Z4PECE5S.js';
|
|
47
50
|
export { CsvBlock } from './chunk-5J5PEUUA.js';
|
|
@@ -53,15 +56,14 @@ export { FillerWordsModal, MediaEditor, SilenceSettingsModal, SpeedMarkerMenu, W
|
|
|
53
56
|
export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants } from './chunk-OTQ72WX3.js';
|
|
54
57
|
import './chunk-RISZWWEQ.js';
|
|
55
58
|
export { MediaPlayer, inferMediaKind, mediaPlayerVariants } from './chunk-EMMYFHOT.js';
|
|
56
|
-
export {
|
|
59
|
+
export { Breadcrumb, BreadcrumbSlash } from './chunk-5Y5FSR4N.js';
|
|
57
60
|
import './chunk-OF7NTZ2I.js';
|
|
58
61
|
import { Checkbox } from './chunk-KFLDXJEE.js';
|
|
59
62
|
export { Checkbox, CheckboxGroup, checkboxVariants } from './chunk-KFLDXJEE.js';
|
|
60
63
|
export { CollabStatus, defaultCollabStatusLabels, useYjsCollabStatus } from './chunk-SVSHA7XV.js';
|
|
61
64
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BJKAVWED.js';
|
|
62
65
|
export { CountryCodeDropdown, formatE164, validatePhoneNumber } from './chunk-BMRQ4VME.js';
|
|
63
|
-
|
|
64
|
-
export { Dropdown, DropdownContent, DropdownHeader, DropdownItem, DropdownLabel, DropdownSeparator } from './chunk-HIDV32ZX.js';
|
|
66
|
+
export { miewebUIPreset, miewebUISafelist } from './chunk-TH5GXHVQ.js';
|
|
65
67
|
import { Alert, AlertTitle, AlertDescription } from './chunk-6EWJGRC3.js';
|
|
66
68
|
export { Alert, AlertDescription, AlertTitle, alertVariants } from './chunk-6EWJGRC3.js';
|
|
67
69
|
import { AlertDialog } from './chunk-FPVRQCCL.js';
|
|
@@ -72,7 +74,6 @@ export { Autocomplete } from './chunk-P6L74SKG.js';
|
|
|
72
74
|
import { Avatar } from './chunk-DCBMTFLE.js';
|
|
73
75
|
export { Avatar, AvatarGroup, avatarVariants, getInitials } from './chunk-DCBMTFLE.js';
|
|
74
76
|
import './chunk-IQ4KQJAO.js';
|
|
75
|
-
export { Breadcrumb, BreadcrumbSlash } from './chunk-5Y5FSR4N.js';
|
|
76
77
|
import { evaluateDue, completedKeys, normalizeOrders } from './chunk-Y5KEFV5O.js';
|
|
77
78
|
export { buildChartOrderRows, buildEncounterOrderRows, dueForOrder, evaluateDue, evaluateProgram, isApplicable } from './chunk-Y5KEFV5O.js';
|
|
78
79
|
import { useCodeLookupConfig, RowActionToolbar, RowIconButton, toolbarKeyNav, parseSig, labelToMedicationFields, MedicationEditor } from './chunk-KRGKPUJH.js';
|
|
@@ -127,7 +128,6 @@ import { cn } from './chunk-TQONQSJO.js';
|
|
|
127
128
|
export { cn, miewebUITwMergeConflicts } from './chunk-TQONQSJO.js';
|
|
128
129
|
import { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
129
130
|
export { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
130
|
-
export { miewebUIPreset, miewebUISafelist } from './chunk-TH5GXHVQ.js';
|
|
131
131
|
import * as React10 from 'react';
|
|
132
132
|
import React10__default, { createContext, useState, useEffect, useCallback, useMemo, useContext, useRef } from 'react';
|
|
133
133
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
package/dist/q.cjs
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkSEN7FIF3_cjs = require('./chunk-SEN7FIF3.cjs');
|
|
4
|
+
require('./chunk-S5RVSXDV.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "AgentConfigGenerator", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkSEN7FIF3_cjs.AgentConfigGenerator; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "ConfigEditor", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkSEN7FIF3_cjs.ConfigEditor; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "FormBuilder", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkSEN7FIF3_cjs.FormBuilder; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "GENERIC_TOOLS", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkSEN7FIF3_cjs.GENERIC_TOOLS; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Header", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkSEN7FIF3_cjs.Header; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "Q", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkSEN7FIF3_cjs.Q; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "TIMEZONES", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunkSEN7FIF3_cjs.TIMEZONES; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "ToolBuilder", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return chunkSEN7FIF3_cjs.ToolBuilder; }
|
|
39
|
+
});
|
|
40
|
+
Object.defineProperty(exports, "UniversalAgentConfigGenerator", {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return chunkSEN7FIF3_cjs.UniversalAgentConfigGenerator; }
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(exports, "brands", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () { return chunkSEN7FIF3_cjs.brands; }
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "configToQuestionnaire", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return chunkSEN7FIF3_cjs.configToQuestionnaire; }
|
|
51
|
+
});
|
|
52
|
+
Object.defineProperty(exports, "configToYaml", {
|
|
53
|
+
enumerable: true,
|
|
54
|
+
get: function () { return chunkSEN7FIF3_cjs.configToYaml; }
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "copyToClipboard", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function () { return chunkSEN7FIF3_cjs.copyToClipboard; }
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "createQAgentConfig", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return chunkSEN7FIF3_cjs.createQAgentConfig; }
|
|
63
|
+
});
|
|
64
|
+
Object.defineProperty(exports, "createQTwilioAgentConfig", {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function () { return chunkSEN7FIF3_cjs.createQTwilioAgentConfig; }
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "defaultSchema", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return chunkSEN7FIF3_cjs.defaultSchema; }
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "deriveDefaultConfig", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function () { return chunkSEN7FIF3_cjs.deriveDefaultConfig; }
|
|
75
|
+
});
|
|
76
|
+
Object.defineProperty(exports, "downloadConfig", {
|
|
77
|
+
enumerable: true,
|
|
78
|
+
get: function () { return chunkSEN7FIF3_cjs.downloadConfig; }
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "generateBrandCSS", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function () { return chunkSEN7FIF3_cjs.generateBrandCSS; }
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "qAgentSchema", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () { return chunkSEN7FIF3_cjs.qAgentSchema; }
|
|
87
|
+
});
|
|
88
|
+
Object.defineProperty(exports, "qLandingPageAgentConfig", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
get: function () { return chunkSEN7FIF3_cjs.qLandingPageAgentConfig; }
|
|
91
|
+
});
|
|
92
|
+
Object.defineProperty(exports, "qTwilioAgentSchema", {
|
|
93
|
+
enumerable: true,
|
|
94
|
+
get: function () { return chunkSEN7FIF3_cjs.qTwilioAgentSchema; }
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "questionnaireToConfig", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () { return chunkSEN7FIF3_cjs.questionnaireToConfig; }
|
|
99
|
+
});
|
|
100
|
+
Object.defineProperty(exports, "validateConfig", {
|
|
101
|
+
enumerable: true,
|
|
102
|
+
get: function () { return chunkSEN7FIF3_cjs.validateConfig; }
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(exports, "yamlToConfig", {
|
|
105
|
+
enumerable: true,
|
|
106
|
+
get: function () { return chunkSEN7FIF3_cjs.yamlToConfig; }
|
|
107
|
+
});
|
|
108
|
+
//# sourceMappingURL=q.cjs.map
|
|
109
|
+
//# sourceMappingURL=q.cjs.map
|
package/dist/q.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"q.cjs"}
|
package/dist/q.d.cts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { Q, QProps, createQAgentConfig, createQTwilioAgentConfig, qAgentSchema, qLandingPageAgentConfig, qTwilioAgentSchema } from './components/Q/index.cjs';
|
|
2
|
+
export { AgentConfigGenerator, AgentConfigGeneratorProps, ConfigEditor, ConfigEditorProps, FormBuilder, FormBuilderProps, GENERIC_TOOLS, Header, HeaderProps, QConfig, QDownloadMode, QSchema, TIMEZONES, ToolBuilder, ToolBuilderProps, configToQuestionnaire, configToYaml, copyToClipboard, defaultSchema, deriveDefaultConfig, downloadConfig, questionnaireToConfig, validateConfig, yamlToConfig } from '@mieweb/q';
|
|
3
|
+
export { UniversalAgentConfigGenerator, UniversalAgentConfigGeneratorOptions, brands, generateBrandCSS } from '@mieweb/q/universal';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react';
|
package/dist/q.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { Q, QProps, createQAgentConfig, createQTwilioAgentConfig, qAgentSchema, qLandingPageAgentConfig, qTwilioAgentSchema } from './components/Q/index.js';
|
|
2
|
+
export { AgentConfigGenerator, AgentConfigGeneratorProps, ConfigEditor, ConfigEditorProps, FormBuilder, FormBuilderProps, GENERIC_TOOLS, Header, HeaderProps, QConfig, QDownloadMode, QSchema, TIMEZONES, ToolBuilder, ToolBuilderProps, configToQuestionnaire, configToYaml, copyToClipboard, defaultSchema, deriveDefaultConfig, downloadConfig, questionnaireToConfig, validateConfig, yamlToConfig } from '@mieweb/q';
|
|
3
|
+
export { UniversalAgentConfigGenerator, UniversalAgentConfigGeneratorOptions, brands, generateBrandCSS } from '@mieweb/q/universal';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react';
|
package/dist/q.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { AgentConfigGenerator, ConfigEditor, FormBuilder, GENERIC_TOOLS, Header, Q, TIMEZONES, ToolBuilder, UniversalAgentConfigGenerator, brands, configToQuestionnaire, configToYaml, copyToClipboard, createQAgentConfig, createQTwilioAgentConfig, defaultSchema, deriveDefaultConfig, downloadConfig, generateBrandCSS, qAgentSchema, qLandingPageAgentConfig, qTwilioAgentSchema, questionnaireToConfig, validateConfig, yamlToConfig } from './chunk-7C226TQI.js';
|
|
2
|
+
import './chunk-TQONQSJO.js';
|
|
3
|
+
//# sourceMappingURL=q.js.map
|
|
4
|
+
//# sourceMappingURL=q.js.map
|
package/dist/q.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"q.js"}
|