@mieweb/ui 0.3.0-dev.95 → 0.3.0-dev.96

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.
Files changed (47) hide show
  1. package/dist/{chunk-E3GBBYAO.cjs → chunk-4O3WJY4C.cjs} +4 -4
  2. package/dist/{chunk-E3GBBYAO.cjs.map → chunk-4O3WJY4C.cjs.map} +1 -1
  3. package/dist/{chunk-ATALZYST.js → chunk-6LFG4JFF.js} +3 -3
  4. package/dist/{chunk-ATALZYST.js.map → chunk-6LFG4JFF.js.map} +1 -1
  5. package/dist/{chunk-FMGX2AM2.js → chunk-C4QQAUYN.js} +3 -3
  6. package/dist/{chunk-FMGX2AM2.js.map → chunk-C4QQAUYN.js.map} +1 -1
  7. package/dist/{chunk-CWDQ7OPJ.js → chunk-CVF4HRWL.js} +3 -3
  8. package/dist/{chunk-CWDQ7OPJ.js.map → chunk-CVF4HRWL.js.map} +1 -1
  9. package/dist/{chunk-QNTUYH6G.cjs → chunk-DFCZPVG4.cjs} +3 -3
  10. package/dist/{chunk-QNTUYH6G.cjs.map → chunk-DFCZPVG4.cjs.map} +1 -1
  11. package/dist/{chunk-VHTKRDJB.cjs → chunk-FRT6RQND.cjs} +3 -3
  12. package/dist/{chunk-VHTKRDJB.cjs.map → chunk-FRT6RQND.cjs.map} +1 -1
  13. package/dist/{chunk-3XK5GENF.cjs → chunk-MSRU3XBH.cjs} +3 -3
  14. package/dist/{chunk-3XK5GENF.cjs.map → chunk-MSRU3XBH.cjs.map} +1 -1
  15. package/dist/{chunk-QG7CJH4O.cjs → chunk-MXQNNKPX.cjs} +4 -4
  16. package/dist/{chunk-QG7CJH4O.cjs.map → chunk-MXQNNKPX.cjs.map} +1 -1
  17. package/dist/{chunk-G7P5X2F4.js → chunk-OGOFYY22.js} +3 -3
  18. package/dist/{chunk-G7P5X2F4.js.map → chunk-OGOFYY22.js.map} +1 -1
  19. package/dist/{chunk-XHESCAUE.js → chunk-PVUDXJAI.js} +3 -3
  20. package/dist/{chunk-XHESCAUE.js.map → chunk-PVUDXJAI.js.map} +1 -1
  21. package/dist/{chunk-PIKMFAMZ.js → chunk-R25H4N4Z.js} +3 -3
  22. package/dist/{chunk-PIKMFAMZ.js.map → chunk-R25H4N4Z.js.map} +1 -1
  23. package/dist/{chunk-2YFJ6A5V.cjs → chunk-U3ABLVYH.cjs} +3 -3
  24. package/dist/{chunk-2YFJ6A5V.cjs.map → chunk-U3ABLVYH.cjs.map} +1 -1
  25. package/dist/{chunk-2EPJ5SMX.cjs → chunk-VACI5SP7.cjs} +4 -4
  26. package/dist/{chunk-2EPJ5SMX.cjs.map → chunk-VACI5SP7.cjs.map} +1 -1
  27. package/dist/{chunk-5U7IIMKH.js → chunk-XCLQZ4FV.js} +3 -3
  28. package/dist/{chunk-5U7IIMKH.js.map → chunk-XCLQZ4FV.js.map} +1 -1
  29. package/dist/components/Checkbox/index.cjs +4 -4
  30. package/dist/components/Checkbox/index.js +1 -1
  31. package/dist/components/DateInput/index.cjs +3 -3
  32. package/dist/components/DateInput/index.js +2 -2
  33. package/dist/components/Dropdown/index.cjs +8 -8
  34. package/dist/components/Dropdown/index.js +2 -2
  35. package/dist/components/Input/index.cjs +3 -3
  36. package/dist/components/Input/index.js +1 -1
  37. package/dist/components/PhoneInput/index.cjs +4 -4
  38. package/dist/components/PhoneInput/index.js +2 -2
  39. package/dist/components/Select/index.cjs +3 -3
  40. package/dist/components/Select/index.js +1 -1
  41. package/dist/components/Textarea/index.cjs +3 -3
  42. package/dist/components/Textarea/index.js +1 -1
  43. package/dist/index.cjs +236 -199
  44. package/dist/index.cjs.map +1 -1
  45. package/dist/index.js +58 -21
  46. package/dist/index.js.map +1 -1
  47. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15,8 +15,8 @@ import { Tabs, TabsList, TabsTrigger, TabsContent } from './chunk-MUYTGWGE.js';
15
15
  export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants, tabsTriggerVariants } from './chunk-MUYTGWGE.js';
16
16
  import { Text } from './chunk-YTZPVEIO.js';
17
17
  export { SmallMuted, Text, textVariants } from './chunk-YTZPVEIO.js';
18
- import { Textarea } from './chunk-ATALZYST.js';
19
- export { Textarea, textareaVariants } from './chunk-ATALZYST.js';
18
+ import { Textarea } from './chunk-6LFG4JFF.js';
19
+ export { Textarea, textareaVariants } from './chunk-6LFG4JFF.js';
20
20
  export { ThemeProvider, ThemeProviderContext, ThemeToggle, themeToggleIconVariants, themeToggleVariants, useThemeContext } from './chunk-I56VBDSC.js';
21
21
  import { Tooltip } from './chunk-FZJBFJJR.js';
22
22
  export { Tooltip } from './chunk-FZJBFJJR.js';
@@ -26,24 +26,24 @@ import { RadioGroup, Radio } from './chunk-PU6ZC4GI.js';
26
26
  export { Radio, RadioGroup, radioVariants } from './chunk-PU6ZC4GI.js';
27
27
  export { RecordButton, formatDuration, recordButtonVariants } from './chunk-QVJBUWJQ.js';
28
28
  export { DateButton, DatePicker, RadioOption, SchedulePicker, TimeButton, TimePicker, dateButtonVariants, radioOptionVariants, timeButtonVariants } from './chunk-4DMZAVB2.js';
29
- import { Select } from './chunk-PIKMFAMZ.js';
30
- export { Select, selectTriggerVariants } from './chunk-PIKMFAMZ.js';
29
+ import { Select } from './chunk-R25H4N4Z.js';
30
+ export { Select, selectTriggerVariants } from './chunk-R25H4N4Z.js';
31
31
  import { Skeleton } from './chunk-4Z6ZZKIY.js';
32
32
  export { Skeleton, SkeletonCard, SkeletonTable, SkeletonText, skeletonVariants } from './chunk-4Z6ZZKIY.js';
33
33
  export { Slider, sliderRangeVariants, sliderThumbVariants, sliderTrackVariants } from './chunk-RTFVTLMH.js';
34
34
  import { Spinner, SpinnerWithLabel } from './chunk-VCO2IZOG.js';
35
35
  export { FullPageSpinner, Spinner, SpinnerWithLabel, spinnerVariants } from './chunk-VCO2IZOG.js';
36
36
  export { CountryCodeDropdown, formatE164, validatePhoneNumber } from './chunk-WFS6R2F5.js';
37
- import { DateInput } from './chunk-CWDQ7OPJ.js';
38
- export { DateInput } from './chunk-CWDQ7OPJ.js';
39
- import { Dropdown, DropdownItem, DropdownSeparator } from './chunk-FMGX2AM2.js';
40
- export { Dropdown, DropdownContent, DropdownHeader, DropdownItem, DropdownLabel, DropdownSeparator } from './chunk-FMGX2AM2.js';
37
+ import { DateInput } from './chunk-CVF4HRWL.js';
38
+ export { DateInput } from './chunk-CVF4HRWL.js';
39
+ import { Dropdown, DropdownItem, DropdownSeparator } from './chunk-C4QQAUYN.js';
40
+ export { Dropdown, DropdownContent, DropdownHeader, DropdownItem, DropdownLabel, DropdownSeparator } from './chunk-C4QQAUYN.js';
41
41
  import { Modal, ModalHeader, ModalTitle, ModalClose, ModalBody, ModalFooter } from './chunk-WTDCNXZO.js';
42
42
  export { Modal, ModalBody, ModalClose, ModalFooter, ModalHeader, ModalTitle, modalContentVariants, modalOverlayVariants } from './chunk-WTDCNXZO.js';
43
43
  export { Pagination, SimplePagination, paginationButtonVariants } from './chunk-J3BU3JBX.js';
44
- export { PhoneInput, PhoneInputGroup } from './chunk-G7P5X2F4.js';
45
- import { Input } from './chunk-XHESCAUE.js';
46
- export { Input, inputVariants } from './chunk-XHESCAUE.js';
44
+ export { PhoneInput, PhoneInputGroup } from './chunk-OGOFYY22.js';
45
+ import { Input } from './chunk-PVUDXJAI.js';
46
+ export { Input, inputVariants } from './chunk-PVUDXJAI.js';
47
47
  import { Progress } from './chunk-YY23MK3V.js';
48
48
  export { CircularProgress, Progress, circularProgressVariants, progressBarFillVariants, progressBarTrackVariants } from './chunk-YY23MK3V.js';
49
49
  export { AudioPlayer, ProgressBar, audioPlayerVariants, formatTime as formatAudioTime, playButtonVariants } from './chunk-WORZLEUZ.js';
@@ -57,8 +57,8 @@ import { Button, buttonVariants } from './chunk-ZVSW2KS6.js';
57
57
  export { Button, buttonVariants } from './chunk-ZVSW2KS6.js';
58
58
  import { Card, CardHeader, CardContent, CardTitle } from './chunk-JWUVVPKM.js';
59
59
  export { Card, CardActions, CardBadge, CardCollapsible, CardContent, CardDescription, CardDivider, CardFooter, CardHeader, CardMedia, CardStat, CardTitle, cardAccentVariants, cardVariants } from './chunk-JWUVVPKM.js';
60
- import { Checkbox } from './chunk-5U7IIMKH.js';
61
- export { Checkbox, CheckboxGroup, checkboxVariants } from './chunk-5U7IIMKH.js';
60
+ import { Checkbox } from './chunk-XCLQZ4FV.js';
61
+ export { Checkbox, CheckboxGroup, checkboxVariants } from './chunk-XCLQZ4FV.js';
62
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';
63
63
  import { useCommandK, useIsMobile, useMediaQuery, useScrollSpy } from './chunk-Q7NBJFEB.js';
64
64
  export { useCommandK, useIsDesktop, useIsLargeDesktop, useIsMobile, useIsMobileOrTablet, useIsSmallTablet, useIsTablet, useKeyboardShortcut, useMediaQuery, useScrollSpy } from './chunk-Q7NBJFEB.js';
@@ -6095,8 +6095,9 @@ function FloatingInput({
6095
6095
  error && /* @__PURE__ */ jsx(
6096
6096
  "p",
6097
6097
  {
6098
- className: "text-destructive mt-1 text-sm",
6098
+ className: "text-destructive-700 dark:text-destructive-400 mt-1 text-sm",
6099
6099
  "data-slot": "floating-input-error",
6100
+ role: "alert",
6100
6101
  children: error
6101
6102
  }
6102
6103
  )
@@ -6200,7 +6201,14 @@ function ServiceSelect({
6200
6201
  ]
6201
6202
  }
6202
6203
  ),
6203
- error && /* @__PURE__ */ jsx("p", { className: "text-destructive mt-1 text-sm", children: error })
6204
+ error && /* @__PURE__ */ jsx(
6205
+ "p",
6206
+ {
6207
+ className: "text-destructive-700 dark:text-destructive-400 mt-1 text-sm",
6208
+ role: "alert",
6209
+ children: error
6210
+ }
6211
+ )
6204
6212
  ]
6205
6213
  }
6206
6214
  );
@@ -14104,7 +14112,14 @@ function CreateInvoiceModal({
14104
14112
  {
14105
14113
  "data-slot": "invoice-modal-error",
14106
14114
  className: "border-destructive/30 bg-destructive/10 rounded-lg border p-3",
14107
- children: /* @__PURE__ */ jsx("p", { className: "text-destructive text-sm", children: errorMessage })
14115
+ children: /* @__PURE__ */ jsx(
14116
+ "p",
14117
+ {
14118
+ className: "text-destructive-700 dark:text-destructive-400 text-sm",
14119
+ role: "alert",
14120
+ children: errorMessage
14121
+ }
14122
+ )
14108
14123
  }
14109
14124
  ),
14110
14125
  step === 1 && /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
@@ -14486,7 +14501,14 @@ function CreateReferralModal({
14486
14501
  {
14487
14502
  "data-slot": "referral-modal-error",
14488
14503
  className: "border-destructive/30 bg-destructive/10 rounded-lg border p-3",
14489
- children: /* @__PURE__ */ jsx("p", { className: "text-destructive text-sm", children: errorMessage })
14504
+ children: /* @__PURE__ */ jsx(
14505
+ "p",
14506
+ {
14507
+ className: "text-destructive-700 dark:text-destructive-400 text-sm",
14508
+ role: "alert",
14509
+ children: errorMessage
14510
+ }
14511
+ )
14490
14512
  }
14491
14513
  ),
14492
14514
  employee && /* @__PURE__ */ jsxs(
@@ -14785,7 +14807,14 @@ function EditUserRoleModal({
14785
14807
  )
14786
14808
  }
14787
14809
  ),
14788
- /* @__PURE__ */ jsx("p", { className: "text-destructive text-sm", children: errorMessage })
14810
+ /* @__PURE__ */ jsx(
14811
+ "p",
14812
+ {
14813
+ className: "text-destructive-700 dark:text-destructive-400 text-sm",
14814
+ role: "alert",
14815
+ children: errorMessage
14816
+ }
14817
+ )
14789
14818
  ] }) }),
14790
14819
  /* @__PURE__ */ jsx(
14791
14820
  Select,
@@ -28096,7 +28125,7 @@ var ProviderSearchBar = React48.forwardRef(
28096
28125
  "p",
28097
28126
  {
28098
28127
  id: "search-error",
28099
- className: "text-destructive mt-2 text-sm",
28128
+ className: "text-destructive-700 dark:text-destructive-400 mt-2 text-sm",
28100
28129
  role: "alert",
28101
28130
  children: displayError
28102
28131
  }
@@ -31424,8 +31453,9 @@ var ResultsEntryForm = React48.forwardRef(function ResultsEntryForm2({
31424
31453
  showError && /* @__PURE__ */ jsx(
31425
31454
  "p",
31426
31455
  {
31427
- className: "text-destructive text-sm font-medium",
31456
+ className: "text-destructive-700 dark:text-destructive-400 text-sm font-medium",
31428
31457
  "data-slot": "ref-error",
31458
+ role: "alert",
31429
31459
  children: pleaseSelectResult
31430
31460
  }
31431
31461
  )
@@ -36798,7 +36828,14 @@ function SSOConfigForm({
36798
36828
  ]
36799
36829
  }
36800
36830
  ),
36801
- errors.certificate && /* @__PURE__ */ jsx("p", { className: "text-destructive text-sm", children: errors.certificate })
36831
+ errors.certificate && /* @__PURE__ */ jsx(
36832
+ "p",
36833
+ {
36834
+ className: "text-destructive-700 dark:text-destructive-400 text-sm",
36835
+ role: "alert",
36836
+ children: errors.certificate
36837
+ }
36838
+ )
36802
36839
  ] }),
36803
36840
  /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
36804
36841
  /* @__PURE__ */ jsx("h4", { className: "text-lg font-semibold", children: otherOptions }),