@mieweb/ui 0.3.0-dev.69 → 0.3.0-dev.71
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/README.md +17 -0
- package/dist/brands/index.cjs +7 -7
- package/dist/brands/index.js +2 -2
- package/dist/{chunk-3DBRHYTN.cjs → chunk-WDIPJLWW.cjs} +2 -2
- package/dist/{chunk-3DBRHYTN.cjs.map → chunk-WDIPJLWW.cjs.map} +1 -1
- package/dist/{chunk-7MX7MGSA.js → chunk-Y4MW76JW.js} +2 -2
- package/dist/{chunk-7MX7MGSA.js.map → chunk-Y4MW76JW.js.map} +1 -1
- package/dist/hooks/index.cjs +5 -5
- package/dist/hooks/index.js +1 -1
- package/dist/index.cjs +100 -100
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/ozwell.cjs +385 -0
- package/dist/ozwell.cjs.map +1 -0
- package/dist/ozwell.d.cts +15 -0
- package/dist/ozwell.d.ts +15 -0
- package/dist/ozwell.js +360 -0
- package/dist/ozwell.js.map +1 -0
- package/dist/styles.css +1 -1
- package/package.json +19 -2
package/dist/index.js
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
export { brands } from './chunk-Y4MW76JW.js';
|
|
2
|
+
export { webchartBrand } from './chunk-C6MDPPPL.js';
|
|
3
|
+
export { createBrandPreset, generateBrandCSS, generateTailwindTheme } from './chunk-WOYUQ4AT.js';
|
|
4
|
+
export { bluehiveBrand } from './chunk-ULOA7WBW.js';
|
|
5
|
+
export { ozwellBrand } from './chunk-4DJNHPHB.js';
|
|
6
|
+
export { defaultBrand } from './chunk-4LTN2LEN.js';
|
|
7
|
+
export { enterpriseHealthBrand } from './chunk-MTZPVOP6.js';
|
|
8
|
+
export { miewebBrand } from './chunk-UHSPAFY6.js';
|
|
9
|
+
export { wagglelineBrand } from './chunk-OWPWP46L.js';
|
|
10
|
+
import { Switch } from './chunk-O43QBXRX.js';
|
|
11
|
+
export { Switch, switchThumbVariants, switchTrackVariants } from './chunk-O43QBXRX.js';
|
|
1
12
|
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from './chunk-DNPRRYPQ.js';
|
|
2
13
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-DNPRRYPQ.js';
|
|
3
14
|
import { Tabs, TabsList, TabsTrigger, TabsContent } from './chunk-3DM6LMZG.js';
|
|
@@ -10,15 +21,7 @@ export { ThemeProvider, ThemeProviderContext, ThemeToggle, themeToggleIconVarian
|
|
|
10
21
|
import { Tooltip } from './chunk-FZJBFJJR.js';
|
|
11
22
|
export { Tooltip } from './chunk-FZJBFJJR.js';
|
|
12
23
|
export { VisuallyHidden } from './chunk-H2CIKJQI.js';
|
|
13
|
-
export {
|
|
14
|
-
export { createBrandPreset, generateBrandCSS, generateTailwindTheme } from './chunk-WOYUQ4AT.js';
|
|
15
|
-
export { bluehiveBrand } from './chunk-ULOA7WBW.js';
|
|
16
|
-
export { ozwellBrand } from './chunk-4DJNHPHB.js';
|
|
17
|
-
export { defaultBrand } from './chunk-4LTN2LEN.js';
|
|
18
|
-
export { enterpriseHealthBrand } from './chunk-MTZPVOP6.js';
|
|
19
|
-
export { miewebBrand } from './chunk-UHSPAFY6.js';
|
|
20
|
-
export { wagglelineBrand } from './chunk-OWPWP46L.js';
|
|
21
|
-
export { webchartBrand } from './chunk-C6MDPPPL.js';
|
|
24
|
+
export { QuickAction, QuickActionGroup, QuickActionIcons, quickActionIconVariants, quickActionVariants } from './chunk-5NSURWMM.js';
|
|
22
25
|
import { RadioGroup, Radio } from './chunk-4ASPCSWT.js';
|
|
23
26
|
export { Radio, RadioGroup, radioVariants } from './chunk-4ASPCSWT.js';
|
|
24
27
|
export { RecordButton, formatDuration, recordButtonVariants } from './chunk-QVJBUWJQ.js';
|
|
@@ -30,8 +33,7 @@ export { Skeleton, SkeletonCard, SkeletonTable, SkeletonText, skeletonVariants }
|
|
|
30
33
|
export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants } from './chunk-OJ64Q3A5.js';
|
|
31
34
|
import { Spinner, SpinnerWithLabel } from './chunk-NDHW3ZRF.js';
|
|
32
35
|
export { FullPageSpinner, Spinner, SpinnerWithLabel, spinnerVariants } from './chunk-NDHW3ZRF.js';
|
|
33
|
-
|
|
34
|
-
export { Switch, switchThumbVariants, switchTrackVariants } from './chunk-O43QBXRX.js';
|
|
36
|
+
export { CountryCodeDropdown, formatE164, validatePhoneNumber } from './chunk-7XWPUWSL.js';
|
|
35
37
|
import { DateInput } from './chunk-JDI45GEY.js';
|
|
36
38
|
export { DateInput } from './chunk-JDI45GEY.js';
|
|
37
39
|
import { Dropdown, DropdownItem, DropdownSeparator } from './chunk-TF5OZDFU.js';
|
|
@@ -44,7 +46,7 @@ import { Input } from './chunk-XHESCAUE.js';
|
|
|
44
46
|
export { Input, inputVariants } from './chunk-XHESCAUE.js';
|
|
45
47
|
import { Progress } from './chunk-6EN6ZIW3.js';
|
|
46
48
|
export { CircularProgress, Progress, circularProgressVariants, progressBarFillVariants, progressBarTrackVariants } from './chunk-6EN6ZIW3.js';
|
|
47
|
-
export {
|
|
49
|
+
export { AudioPlayer, ProgressBar, audioPlayerVariants, formatTime as formatAudioTime, playButtonVariants } from './chunk-EUHPVNWD.js';
|
|
48
50
|
export { AudioRecorder, audioRecorderVariants, controlButtonVariants, formatTime, waveformContainerVariants } from './chunk-YN3ZIUYC.js';
|
|
49
51
|
import { Avatar } from './chunk-T4AO7KYK.js';
|
|
50
52
|
export { Avatar, AvatarGroup, avatarVariants, getInitials } from './chunk-T4AO7KYK.js';
|
|
@@ -57,16 +59,15 @@ import { Card, CardHeader, CardContent, CardTitle } from './chunk-BBQZNIB4.js';
|
|
|
57
59
|
export { Card, CardActions, CardBadge, CardCollapsible, CardContent, CardDescription, CardDivider, CardFooter, CardHeader, CardMedia, CardStat, CardTitle, cardAccentVariants, cardVariants } from './chunk-BBQZNIB4.js';
|
|
58
60
|
import { Checkbox } from './chunk-VKTQQOUH.js';
|
|
59
61
|
export { Checkbox, CheckboxGroup, checkboxVariants } from './chunk-VKTQQOUH.js';
|
|
60
|
-
export { CountryCodeDropdown, formatE164, validatePhoneNumber } from './chunk-7XWPUWSL.js';
|
|
61
62
|
import { Clock, FileText, ArrowLeft, Stethoscope, Users, Mail, Phone, Share, ChevronDown, User, Download, ExternalLink, MoreVertical, Pencil, Send, Calendar, Printer, ClipboardPlus, ClipboardCheck, FilePlus, FileCheck, Wheat, Pill, Bell, FileHeart, HeartPulse, AlertCircle as AlertCircle$1, Paperclip, ClipboardList, MoreHorizontal, Trash2, Plus, CheckCircle, Upload as Upload$1, Scan, Camera, ScanLine, RefreshCw as RefreshCw$1, Image, X as X$1, Eye, Check as Check$1 } from './chunk-LEMY57MI.js';
|
|
62
63
|
import { useCommandK, useIsMobile, useMediaQuery, useScrollSpy } from './chunk-Q7NBJFEB.js';
|
|
63
64
|
export { useCommandK, useIsDesktop, useIsLargeDesktop, useIsMobile, useIsMobileOrTablet, useIsSmallTablet, useIsTablet, useKeyboardShortcut, useMediaQuery, useScrollSpy } from './chunk-Q7NBJFEB.js';
|
|
64
65
|
export { useTheme } from './chunk-KJZNEVYM.js';
|
|
65
66
|
export { usePrefersReducedMotion } from './chunk-HB7C7NB5.js';
|
|
66
|
-
import { useFocusTrap } from './chunk-4SMSH4OY.js';
|
|
67
|
-
export { useFocusTrap } from './chunk-4SMSH4OY.js';
|
|
68
67
|
import { useClickOutside } from './chunk-OKBR6PX4.js';
|
|
69
68
|
export { useClickOutside } from './chunk-OKBR6PX4.js';
|
|
69
|
+
import { useFocusTrap } from './chunk-4SMSH4OY.js';
|
|
70
|
+
export { useFocusTrap } from './chunk-4SMSH4OY.js';
|
|
70
71
|
import { useEscapeKey } from './chunk-T4ME7QCT.js';
|
|
71
72
|
export { useEscapeKey } from './chunk-T4ME7QCT.js';
|
|
72
73
|
import './chunk-V2DF2GUE.js';
|
|
@@ -78,7 +79,6 @@ export { isStorybookDocsMode } from './chunk-VSQF22GL.js';
|
|
|
78
79
|
export { miewebUIPreset, miewebUISafelist } from './chunk-LUVSO5LK.js';
|
|
79
80
|
import { Alert, AlertTitle, AlertDescription } from './chunk-MV3MTHWQ.js';
|
|
80
81
|
export { Alert, AlertDescription, AlertTitle, alertVariants } from './chunk-MV3MTHWQ.js';
|
|
81
|
-
export { AudioPlayer, ProgressBar, audioPlayerVariants, formatTime as formatAudioTime, playButtonVariants } from './chunk-EUHPVNWD.js';
|
|
82
82
|
import { cn } from './chunk-F3SOEIN2.js';
|
|
83
83
|
export { cn } from './chunk-F3SOEIN2.js';
|
|
84
84
|
import * as React48 from 'react';
|