@forgedevstack/bear 1.2.4 → 1.2.6

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 (107) hide show
  1. package/README.md +15 -0
  2. package/dist/components/AppBar/AppBar.cjs +1 -1
  3. package/dist/components/AppBar/AppBar.const.cjs +1 -0
  4. package/dist/components/AppBar/AppBar.const.d.ts +36 -1
  5. package/dist/components/AppBar/AppBar.const.js +39 -0
  6. package/dist/components/AppBar/AppBar.js +65 -42
  7. package/dist/components/AppBar/AppBar.types.d.ts +9 -3
  8. package/dist/components/Backdrop/Backdrop.cjs +1 -0
  9. package/dist/components/Backdrop/Backdrop.const.cjs +1 -0
  10. package/dist/components/Backdrop/Backdrop.const.d.ts +7 -0
  11. package/dist/components/Backdrop/Backdrop.const.js +10 -0
  12. package/dist/components/Backdrop/Backdrop.d.ts +3 -0
  13. package/dist/components/Backdrop/Backdrop.js +43 -0
  14. package/dist/components/Backdrop/Backdrop.types.d.ts +12 -0
  15. package/dist/components/Backdrop/index.d.ts +2 -0
  16. package/dist/components/BottomNavigation/BottomNavigation.cjs +1 -1
  17. package/dist/components/BottomNavigation/BottomNavigation.const.cjs +1 -0
  18. package/dist/components/BottomNavigation/BottomNavigation.const.d.ts +8 -1
  19. package/dist/components/BottomNavigation/BottomNavigation.const.js +11 -0
  20. package/dist/components/BottomNavigation/BottomNavigation.js +64 -46
  21. package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
  22. package/dist/components/Breadcrumbs/Breadcrumbs.js +65 -64
  23. package/dist/components/Card/Card.types.d.ts +1 -2
  24. package/dist/components/Chat/Chat.const.cjs +1 -1
  25. package/dist/components/Chat/Chat.const.d.ts +1 -1
  26. package/dist/components/Chat/Chat.const.js +1 -1
  27. package/dist/components/Chip/Chip.cjs +1 -1
  28. package/dist/components/Chip/Chip.const.cjs +1 -0
  29. package/dist/components/Chip/Chip.const.d.ts +39 -0
  30. package/dist/components/Chip/Chip.const.js +43 -0
  31. package/dist/components/Chip/Chip.js +44 -65
  32. package/dist/components/ChipGroup/ChipGroup.cjs +1 -0
  33. package/dist/components/ChipGroup/ChipGroup.const.cjs +1 -0
  34. package/dist/components/ChipGroup/ChipGroup.const.d.ts +8 -0
  35. package/dist/components/ChipGroup/ChipGroup.const.js +11 -0
  36. package/dist/components/ChipGroup/ChipGroup.d.ts +3 -0
  37. package/dist/components/ChipGroup/ChipGroup.js +41 -0
  38. package/dist/components/ChipGroup/ChipGroup.types.d.ts +9 -0
  39. package/dist/components/ChipGroup/index.d.ts +2 -0
  40. package/dist/components/ColorSwatch/ColorSwatch.cjs +1 -1
  41. package/dist/components/ColorSwatch/ColorSwatch.js +8 -8
  42. package/dist/components/CommandPalette/CommandPalette.cjs +1 -1
  43. package/dist/components/CommandPalette/CommandPalette.js +71 -71
  44. package/dist/components/DiffSquares/DiffSquares.cjs +1 -1
  45. package/dist/components/DiffSquares/DiffSquares.js +11 -11
  46. package/dist/components/Drawer/Drawer.cjs +1 -1
  47. package/dist/components/Drawer/Drawer.js +57 -56
  48. package/dist/components/Input/Input.cjs +1 -1
  49. package/dist/components/Input/Input.js +63 -62
  50. package/dist/components/List/List.cjs +1 -1
  51. package/dist/components/List/List.js +133 -123
  52. package/dist/components/List/List.types.d.ts +2 -0
  53. package/dist/components/MentionsInput/MentionsInput.cjs +1 -1
  54. package/dist/components/MentionsInput/MentionsInput.js +114 -92
  55. package/dist/components/MentionsInput/MentionsInput.types.d.ts +4 -0
  56. package/dist/components/MessageList/MessageList.cjs +1 -0
  57. package/dist/components/MessageList/MessageList.const.cjs +1 -0
  58. package/dist/components/MessageList/MessageList.const.d.ts +29 -0
  59. package/dist/components/MessageList/MessageList.const.js +36 -0
  60. package/dist/components/MessageList/MessageList.d.ts +3 -0
  61. package/dist/components/MessageList/MessageList.js +194 -0
  62. package/dist/components/MessageList/MessageList.types.d.ts +74 -0
  63. package/dist/components/MessageList/MessageList.utils.cjs +1 -0
  64. package/dist/components/MessageList/MessageList.utils.d.ts +13 -0
  65. package/dist/components/MessageList/MessageList.utils.js +54 -0
  66. package/dist/components/MessageList/index.d.ts +2 -0
  67. package/dist/components/Progress/Progress.cjs +1 -1
  68. package/dist/components/Progress/Progress.const.cjs +1 -0
  69. package/dist/components/Progress/Progress.const.d.ts +16 -1
  70. package/dist/components/Progress/Progress.const.js +19 -0
  71. package/dist/components/Progress/Progress.d.ts +0 -10
  72. package/dist/components/Progress/Progress.js +81 -71
  73. package/dist/components/Progress/Progress.types.d.ts +2 -11
  74. package/dist/components/PropsPlayground/PropsPlayground.cjs +1 -1
  75. package/dist/components/PropsPlayground/PropsPlayground.js +40 -40
  76. package/dist/components/Select/Select.cjs +1 -1
  77. package/dist/components/Select/Select.const.cjs +1 -0
  78. package/dist/components/Select/Select.const.d.ts +9 -0
  79. package/dist/components/Select/Select.const.js +13 -0
  80. package/dist/components/Select/Select.js +144 -68
  81. package/dist/components/Stepper/Stepper.cjs +1 -1
  82. package/dist/components/Stepper/Stepper.js +89 -83
  83. package/dist/components/Toast/Toast.cjs +1 -1
  84. package/dist/components/Toast/Toast.const.cjs +1 -0
  85. package/dist/components/Toast/Toast.const.d.ts +4 -0
  86. package/dist/components/Toast/Toast.const.js +17 -0
  87. package/dist/components/Toast/Toast.d.ts +3 -7
  88. package/dist/components/Toast/Toast.js +101 -89
  89. package/dist/components/Toast/Toast.types.d.ts +9 -0
  90. package/dist/components/Toast/index.d.ts +1 -1
  91. package/dist/components/TreeSelect/TreeSelect.cjs +1 -1
  92. package/dist/components/TreeSelect/TreeSelect.js +22 -22
  93. package/dist/components/index.cjs +1 -1
  94. package/dist/components/index.d.ts +7 -1
  95. package/dist/components/index.js +284 -278
  96. package/dist/context/BearProvider.cjs +1 -1
  97. package/dist/context/BearProvider.d.ts +8 -0
  98. package/dist/context/BearProvider.js +149 -139
  99. package/dist/context/index.cjs +1 -1
  100. package/dist/context/index.d.ts +1 -1
  101. package/dist/context/index.js +12 -10
  102. package/dist/index.cjs +1 -1
  103. package/dist/index.js +392 -384
  104. package/dist/styles/_message-list.css +42 -0
  105. package/dist/styles/main.css +1 -0
  106. package/dist/styles.css +114 -19
  107. package/package.json +15 -2
@@ -5,10 +5,10 @@ import { ActionIcon as u } from "./ActionIcon/ActionIcon.js";
5
5
  import { Button as c } from "./Button/Button.js";
6
6
  import { ButtonGroup as I } from "./ButtonGroup/ButtonGroup.js";
7
7
  import { Card as T, CardBody as g, CardCompound as h, CardFooter as B, CardHeader as b } from "./Card/Card.js";
8
- import { Badge as k } from "./Badge/Badge.js";
8
+ import { Badge as P } from "./Badge/Badge.js";
9
9
  import { Paper as A } from "./Paper/Paper.js";
10
- import { Divider as G } from "./Divider/Divider.js";
11
- import { Typography as L } from "./Typography/Typography.js";
10
+ import { Divider as F } from "./Divider/Divider.js";
11
+ import { Typography as M } from "./Typography/Typography.js";
12
12
  import { Link as w } from "./Link/Link.js";
13
13
  import { Spinner as D } from "./Spinner/Spinner.js";
14
14
  import { Alert as N } from "./Alert/Alert.js";
@@ -26,10 +26,10 @@ import { Tooltip as Co } from "./Tooltip/Tooltip.js";
26
26
  import { Menu as so, MenuDivider as Io, MenuItem as So } from "./Menu/Menu.js";
27
27
  import { Dropdown as go } from "./Dropdown/Dropdown.js";
28
28
  import { SpeedDial as Bo } from "./SpeedDial/SpeedDial.js";
29
- import { Input as Po, Input as ko } from "./Input/Input.js";
29
+ import { Input as ko, Input as Po } from "./Input/Input.js";
30
30
  import { Select as Ao } from "./Select/Select.js";
31
- import { Switch as Go } from "./Switch/Switch.js";
32
- import { SwitchGroup as Lo } from "./Switch/SwitchGroup.js";
31
+ import { Switch as Fo } from "./Switch/Switch.js";
32
+ import { SwitchGroup as Mo } from "./Switch/SwitchGroup.js";
33
33
  import { Checkbox as wo } from "./Checkbox/Checkbox.js";
34
34
  import { CheckboxCard as Do, CheckboxCardGroup as Eo } from "./CheckboxCard/CheckboxCard.js";
35
35
  import { Radio as Ho, RadioGroup as Vo } from "./Radio/Radio.js";
@@ -46,10 +46,10 @@ import { TabList as ir } from "./Tabs/TabList.js";
46
46
  import { TabPanel as dr } from "./Tabs/TabPanel.js";
47
47
  import { Avatar as Cr, AvatarGroup as cr } from "./Avatar/Avatar.js";
48
48
  import { Progress as Ir } from "./Progress/Progress.js";
49
- import { List as Tr, ListItem as gr, ListItemButton as hr, ListItemIcon as Br, ListItemText as br, ListSubheader as Pr } from "./List/List.js";
49
+ import { List as Tr, ListItem as gr, ListItemButton as hr, ListItemIcon as Br, ListItemText as br, ListSubheader as kr } from "./List/List.js";
50
50
  import { Fab as vr } from "./Fab/Fab.js";
51
- import { ToastContainer as Fr, ToastProvider as Gr, useToast as Rr } from "./Toast/Toast.js";
52
- import { SkeletonCard as Mr, Skeleton as wr, SkeletonAvatar as yr, SkeletonCard as Dr, SkeletonText as Er } from "./Skeleton/Skeleton.js";
51
+ import { ToastContainer as Gr, ToastProvider as Fr, useToast as Lr } from "./Toast/Toast.js";
52
+ import { SkeletonCard as Rr, Skeleton as wr, SkeletonAvatar as yr, SkeletonCard as Dr, SkeletonText as Er } from "./Skeleton/Skeleton.js";
53
53
  import { Pagination as Hr } from "./Pagination/Pagination.js";
54
54
  import { Slider as Or } from "./Slider/Slider.js";
55
55
  import { BearLoader as zr } from "./BearLoader/BearLoader.js";
@@ -63,165 +63,169 @@ import { BottomNavigation as ee } from "./BottomNavigation/BottomNavigation.js";
63
63
  import { AppBar as pe } from "./AppBar/AppBar.js";
64
64
  import { Popover as fe } from "./Popover/Popover.js";
65
65
  import { Chip as ae } from "./Chip/Chip.js";
66
- import { TreeView as ie } from "./TreeView/TreeView.js";
67
- import { FileTree as de } from "./FileTree/FileTree.js";
68
- import { Timeline as Ce } from "./Timeline/Timeline.js";
69
- import { Statistic as se } from "./Statistic/Statistic.js";
70
- import { EmptyState as Se } from "./EmptyState/EmptyState.js";
71
- import { Image as ge } from "./Image/Image.js";
72
- import { FileUpload as Be } from "./FileUpload/FileUpload.js";
73
- import { NumberInput as Pe } from "./NumberInput/NumberInput.js";
74
- import { OTPInput as ve } from "./OTPInput/OTPInput.js";
75
- import { ColorPicker as Fe } from "./ColorPicker/ColorPicker.js";
76
- import { ScrollArea as Re } from "./ScrollArea/ScrollArea.js";
77
- import { ResizablePanel as Me } from "./ResizablePanel/ResizablePanel.js";
78
- import { ResizableTextarea as ye } from "./ResizableTextarea/ResizableTextarea.js";
79
- import { Collapsible as Ee } from "./Collapsible/Collapsible.js";
80
- import { Kbd as He } from "./Kbd/Kbd.js";
81
- import { CopyButton as Oe } from "./CopyButton/CopyButton.js";
82
- import { Sidebar as ze } from "./Sidebar/Sidebar.js";
83
- import { SidebarGroup as Ke } from "./Sidebar/components/SidebarGroup/SidebarGroup.js";
66
+ import { ChipGroup as ie } from "./ChipGroup/ChipGroup.js";
67
+ import { Backdrop as de } from "./Backdrop/Backdrop.js";
68
+ import { TreeView as Ce } from "./TreeView/TreeView.js";
69
+ import { FileTree as se } from "./FileTree/FileTree.js";
70
+ import { Timeline as Se } from "./Timeline/Timeline.js";
71
+ import { Statistic as ge } from "./Statistic/Statistic.js";
72
+ import { EmptyState as Be } from "./EmptyState/EmptyState.js";
73
+ import { Image as ke } from "./Image/Image.js";
74
+ import { FileUpload as ve } from "./FileUpload/FileUpload.js";
75
+ import { NumberInput as Ge } from "./NumberInput/NumberInput.js";
76
+ import { OTPInput as Le } from "./OTPInput/OTPInput.js";
77
+ import { ColorPicker as Re } from "./ColorPicker/ColorPicker.js";
78
+ import { ScrollArea as ye } from "./ScrollArea/ScrollArea.js";
79
+ import { ResizablePanel as Ee } from "./ResizablePanel/ResizablePanel.js";
80
+ import { ResizableTextarea as He } from "./ResizableTextarea/ResizableTextarea.js";
81
+ import { Collapsible as Oe } from "./Collapsible/Collapsible.js";
82
+ import { Kbd as ze } from "./Kbd/Kbd.js";
83
+ import { CopyButton as Ke } from "./CopyButton/CopyButton.js";
84
+ import { Sidebar as je } from "./Sidebar/Sidebar.js";
85
+ import { SidebarGroup as We } from "./Sidebar/components/SidebarGroup/SidebarGroup.js";
84
86
  import "react/jsx-runtime";
85
87
  import "react";
86
- import { Column as je, Columns as Qe } from "./Columns/Columns.js";
87
- import { Box as Xe } from "./Box/Box.js";
88
- import { Em as Ye } from "./Em/Em.js";
89
- import { Highlight as $e } from "./Highlight/Highlight.js";
90
- import { Mark as rt } from "./Mark/Mark.js";
91
- import { Editable as tt } from "./Editable/Editable.js";
92
- import { HoverCard as mt } from "./HoverCard/HoverCard.js";
93
- import { CodeBlock as xt } from "./CodeBlock/CodeBlock.js";
94
- import { ActiveBar as nt } from "./ActiveBar/ActiveBar.js";
95
- import { RichEditor as lt } from "./RichEditor/RichEditor.js";
96
- import { StatCard as ut } from "./StatCard/StatCard.js";
97
- import { ActivityItem as ct } from "./ActivityItem/ActivityItem.js";
98
- import { Chart as It } from "./Chart/Chart.js";
99
- import { BarChart as Tt } from "./Chart/BarChart.js";
100
- import { LineChart as ht } from "./Chart/LineChart.js";
101
- import { PieChart as bt } from "./Chart/PieChart.js";
102
- import { Sparkline as kt } from "./Sparkline/Sparkline.js";
103
- import { Gauge as At } from "./Gauge/Gauge.js";
104
- import { SignPad as Gt } from "./SignPad/SignPad.js";
105
- import { Cascader as Lt } from "./Cascader/Cascader.js";
106
- import { Form as wt } from "./Form/Form.js";
107
- import { useFormContext as Dt, useFormContextSafe as Et } from "./Form/Form.context.js";
108
- import { NotificationCenter as Ht } from "./NotificationCenter/NotificationCenter.js";
109
- import { PhoneInput as Ot } from "./PhoneInput/PhoneInput.js";
110
- import { CreditInput as zt } from "./CreditInput/CreditInput.js";
111
- import { CommandPalette as Kt } from "./CommandPalette/CommandPalette.js";
112
- import { SegmentedControl as jt } from "./SegmentedControl/SegmentedControl.js";
113
- import { TagsInput as Wt } from "./TagsInput/TagsInput.js";
114
- import { BottomSheet as _t } from "./BottomSheet/BottomSheet.js";
115
- import { SliderRange as Zt } from "./SliderRange/SliderRange.js";
116
- import { MentionsInput as op } from "./MentionsInput/MentionsInput.js";
117
- import { Kanban as ep } from "./Kanban/Kanban.js";
118
- import { EmojiPicker as pp } from "./EmojiPicker/EmojiPicker.js";
119
- import { BEAR_EMOJIS as fp } from "./EmojiPicker/EmojiPicker.const.js";
120
- import { VirtualList as ap } from "./VirtualList/VirtualList.js";
121
- import { BackTop as ip } from "./BackTop/BackTop.js";
122
- import { Confetti as dp } from "./Confetti/Confetti.js";
123
- import { useConfetti as Cp } from "./Confetti/useConfetti.js";
124
- import { Tour as sp } from "./Tour/Tour.js";
125
- import { useTour as Sp } from "./Tour/useTour.js";
126
- import { QRCode as gp } from "./QRCode/QRCode.js";
127
- import { JsonViewer as Bp } from "./JsonViewer/JsonViewer.js";
128
- import { DiffSquares as Pp } from "./DiffSquares/DiffSquares.js";
129
- import { DiffViewer as vp } from "./DiffViewer/DiffViewer.js";
130
- import { Chat as Fp } from "./Chat/Chat.js";
131
- import { FloatingChat as Rp } from "./FloatingChat/FloatingChat.js";
132
- import { Terminal as Mp } from "./Terminal/Terminal.js";
133
- import { Map as yp } from "./Map/Map.js";
134
- import { CodeEditor as Ep } from "./CodeEditor/CodeEditor.js";
135
- import { Cropper as Hp } from "./Cropper/Cropper.js";
136
- import { Motion as Op, Transition as qp } from "./Transition/Transition.js";
137
- import { Masonry as Jp } from "./Masonry/Masonry.js";
138
- import { Watermark as Up } from "./Watermark/Watermark.js";
139
- import { Marquee as Qp } from "./Marquee/Marquee.js";
140
- import { CountdownTimer as Xp } from "./CountdownTimer/CountdownTimer.js";
141
- import { Spotlight as Yp } from "./Spotlight/Spotlight.js";
142
- import { Typewriter as $p } from "./Typewriter/Typewriter.js";
143
- import { Dock as rm } from "./Dock/Dock.js";
144
- import { GradientText as tm } from "./GradientText/GradientText.js";
145
- import { PasswordInput as mm } from "./PasswordInput/PasswordInput.js";
146
- import { AlertDialog as xm } from "./AlertDialog/AlertDialog.js";
147
- import { InputGroup as nm } from "./InputGroup/InputGroup.js";
148
- import { FormField as lm } from "./FormField/FormField.js";
149
- import { Fieldset as um } from "./Fieldset/Fieldset.js";
150
- import { AspectRatio as cm } from "./AspectRatio/AspectRatio.js";
151
- import { DateRangePicker as Im } from "./DateRangePicker/DateRangePicker.js";
152
- import { TreeSelect as Tm } from "./TreeSelect/TreeSelect.js";
153
- import { ImageGallery as hm } from "./ImageGallery/ImageGallery.js";
154
- import { ContextMenu as bm } from "./ContextMenu/ContextMenu.js";
155
- import { NumberFormatter as km } from "./NumberFormatter/NumberFormatter.js";
156
- import { InfiniteScroll as Am } from "./InfiniteScroll/InfiniteScroll.js";
157
- import { ColorSwatch as Gm, ColorSwatchGroup as Rm } from "./ColorSwatch/ColorSwatch.js";
158
- import { SplitButton as Mm } from "./SplitButton/SplitButton.js";
159
- import { Popconfirm as ym } from "./Popconfirm/Popconfirm.js";
160
- import { Result as Em } from "./Result/Result.js";
161
- import { Descriptions as Hm } from "./Descriptions/Descriptions.js";
162
- import { Anchor as Om } from "./Anchor/Anchor.js";
163
- import { Affix as zm } from "./Affix/Affix.js";
164
- import { RingProgress as Km } from "./RingProgress/RingProgress.js";
165
- import { Spoiler as jm } from "./Spoiler/Spoiler.js";
166
- import { LoadingOverlay as Wm } from "./LoadingOverlay/LoadingOverlay.js";
167
- import { Blockquote as _m } from "./Blockquote/Blockquote.js";
168
- import { Indicator as Zm } from "./Indicator/Indicator.js";
169
- import { PageNav as of } from "./PageNav/PageNav.js";
170
- import { PropsPlayground as ef } from "./PropsPlayground/PropsPlayground.js";
171
- import { Biometric as pf } from "./Biometric/Biometric.js";
172
- import { useBiometric as ff } from "./Biometric/useBiometric.js";
173
- import { ThemeIcon as af } from "./ThemeIcon/ThemeIcon.js";
174
- import { CloseButton as lf } from "./CloseButton/CloseButton.js";
175
- import { Overlay as uf } from "./Overlay/Overlay.js";
176
- import { VisuallyHidden as cf } from "./VisuallyHidden/VisuallyHidden.js";
177
- import { Portal as If } from "./Portal/Portal.js";
178
- import { AnimatedCounter as Tf } from "./AnimatedCounter/AnimatedCounter.js";
179
- import { GlowCard as hf } from "./GlowCard/GlowCard.js";
180
- import { MediaPlayer as bf } from "./MediaPlayer/MediaPlayer.js";
181
- import { Heatmap as kf } from "./Heatmap/Heatmap.js";
182
- import { TagCloud as Af } from "./TagCloud/TagCloud.js";
183
- import { CurrencyInput as Gf } from "./CurrencyInput/CurrencyInput.js";
184
- import { TimelineChart as Lf } from "./TimelineChart/TimelineChart.js";
185
- import { ImageAnnotation as wf } from "./ImageAnnotation/ImageAnnotation.js";
186
- import { CssBaseline as Df } from "./CssBaseline/CssBaseline.js";
187
- import { ToggleButton as Nf, ToggleButtonGroup as Hf } from "./ToggleButton/ToggleButton.js";
188
- import { FormControl as Of } from "./FormControl/FormControl.js";
88
+ import { Column as _e, Columns as Ye } from "./Columns/Columns.js";
89
+ import { Box as $e } from "./Box/Box.js";
90
+ import { Em as rt } from "./Em/Em.js";
91
+ import { Highlight as tt } from "./Highlight/Highlight.js";
92
+ import { Mark as mt } from "./Mark/Mark.js";
93
+ import { Editable as xt } from "./Editable/Editable.js";
94
+ import { HoverCard as nt } from "./HoverCard/HoverCard.js";
95
+ import { CodeBlock as lt } from "./CodeBlock/CodeBlock.js";
96
+ import { ActiveBar as ut } from "./ActiveBar/ActiveBar.js";
97
+ import { RichEditor as ct } from "./RichEditor/RichEditor.js";
98
+ import { StatCard as It } from "./StatCard/StatCard.js";
99
+ import { ActivityItem as Tt } from "./ActivityItem/ActivityItem.js";
100
+ import { Chart as ht } from "./Chart/Chart.js";
101
+ import { BarChart as bt } from "./Chart/BarChart.js";
102
+ import { LineChart as Pt } from "./Chart/LineChart.js";
103
+ import { PieChart as At } from "./Chart/PieChart.js";
104
+ import { Sparkline as Ft } from "./Sparkline/Sparkline.js";
105
+ import { Gauge as Mt } from "./Gauge/Gauge.js";
106
+ import { SignPad as wt } from "./SignPad/SignPad.js";
107
+ import { Cascader as Dt } from "./Cascader/Cascader.js";
108
+ import { Form as Nt } from "./Form/Form.js";
109
+ import { useFormContext as Vt, useFormContextSafe as Ot } from "./Form/Form.context.js";
110
+ import { NotificationCenter as zt } from "./NotificationCenter/NotificationCenter.js";
111
+ import { PhoneInput as Kt } from "./PhoneInput/PhoneInput.js";
112
+ import { CreditInput as jt } from "./CreditInput/CreditInput.js";
113
+ import { CommandPalette as Wt } from "./CommandPalette/CommandPalette.js";
114
+ import { SegmentedControl as _t } from "./SegmentedControl/SegmentedControl.js";
115
+ import { TagsInput as Zt } from "./TagsInput/TagsInput.js";
116
+ import { BottomSheet as op } from "./BottomSheet/BottomSheet.js";
117
+ import { SliderRange as ep } from "./SliderRange/SliderRange.js";
118
+ import { MentionsInput as pp } from "./MentionsInput/MentionsInput.js";
119
+ import { Kanban as fp } from "./Kanban/Kanban.js";
120
+ import { EmojiPicker as ap } from "./EmojiPicker/EmojiPicker.js";
121
+ import { BEAR_EMOJIS as ip } from "./EmojiPicker/EmojiPicker.const.js";
122
+ import { VirtualList as dp } from "./VirtualList/VirtualList.js";
123
+ import { BackTop as Cp } from "./BackTop/BackTop.js";
124
+ import { Confetti as sp } from "./Confetti/Confetti.js";
125
+ import { useConfetti as Sp } from "./Confetti/useConfetti.js";
126
+ import { Tour as gp } from "./Tour/Tour.js";
127
+ import { useTour as Bp } from "./Tour/useTour.js";
128
+ import { QRCode as kp } from "./QRCode/QRCode.js";
129
+ import { JsonViewer as vp } from "./JsonViewer/JsonViewer.js";
130
+ import { DiffSquares as Gp } from "./DiffSquares/DiffSquares.js";
131
+ import { DiffViewer as Lp } from "./DiffViewer/DiffViewer.js";
132
+ import { Chat as Rp } from "./Chat/Chat.js";
133
+ import { FloatingChat as yp } from "./FloatingChat/FloatingChat.js";
134
+ import { MessageList as Ep } from "./MessageList/MessageList.js";
135
+ import { Terminal as Hp } from "./Terminal/Terminal.js";
136
+ import { Map as Op } from "./Map/Map.js";
137
+ import { CodeEditor as zp } from "./CodeEditor/CodeEditor.js";
138
+ import { Cropper as Kp } from "./Cropper/Cropper.js";
139
+ import { Motion as jp, Transition as Qp } from "./Transition/Transition.js";
140
+ import { Masonry as Xp } from "./Masonry/Masonry.js";
141
+ import { Watermark as Yp } from "./Watermark/Watermark.js";
142
+ import { Marquee as $p } from "./Marquee/Marquee.js";
143
+ import { CountdownTimer as rm } from "./CountdownTimer/CountdownTimer.js";
144
+ import { Spotlight as tm } from "./Spotlight/Spotlight.js";
145
+ import { Typewriter as mm } from "./Typewriter/Typewriter.js";
146
+ import { Dock as xm } from "./Dock/Dock.js";
147
+ import { GradientText as nm } from "./GradientText/GradientText.js";
148
+ import { PasswordInput as lm } from "./PasswordInput/PasswordInput.js";
149
+ import { AlertDialog as um } from "./AlertDialog/AlertDialog.js";
150
+ import { InputGroup as cm } from "./InputGroup/InputGroup.js";
151
+ import { FormField as Im } from "./FormField/FormField.js";
152
+ import { Fieldset as Tm } from "./Fieldset/Fieldset.js";
153
+ import { AspectRatio as hm } from "./AspectRatio/AspectRatio.js";
154
+ import { DateRangePicker as bm } from "./DateRangePicker/DateRangePicker.js";
155
+ import { TreeSelect as Pm } from "./TreeSelect/TreeSelect.js";
156
+ import { ImageGallery as Am } from "./ImageGallery/ImageGallery.js";
157
+ import { ContextMenu as Fm } from "./ContextMenu/ContextMenu.js";
158
+ import { NumberFormatter as Mm } from "./NumberFormatter/NumberFormatter.js";
159
+ import { InfiniteScroll as wm } from "./InfiniteScroll/InfiniteScroll.js";
160
+ import { ColorSwatch as Dm, ColorSwatchGroup as Em } from "./ColorSwatch/ColorSwatch.js";
161
+ import { SplitButton as Hm } from "./SplitButton/SplitButton.js";
162
+ import { Popconfirm as Om } from "./Popconfirm/Popconfirm.js";
163
+ import { Result as zm } from "./Result/Result.js";
164
+ import { Descriptions as Km } from "./Descriptions/Descriptions.js";
165
+ import { Anchor as jm } from "./Anchor/Anchor.js";
166
+ import { Affix as Wm } from "./Affix/Affix.js";
167
+ import { RingProgress as _m } from "./RingProgress/RingProgress.js";
168
+ import { Spoiler as Zm } from "./Spoiler/Spoiler.js";
169
+ import { LoadingOverlay as of } from "./LoadingOverlay/LoadingOverlay.js";
170
+ import { Blockquote as ef } from "./Blockquote/Blockquote.js";
171
+ import { Indicator as pf } from "./Indicator/Indicator.js";
172
+ import { PageNav as ff } from "./PageNav/PageNav.js";
173
+ import { PropsPlayground as af } from "./PropsPlayground/PropsPlayground.js";
174
+ import { Biometric as lf } from "./Biometric/Biometric.js";
175
+ import { useBiometric as uf } from "./Biometric/useBiometric.js";
176
+ import { ThemeIcon as cf } from "./ThemeIcon/ThemeIcon.js";
177
+ import { CloseButton as If } from "./CloseButton/CloseButton.js";
178
+ import { Overlay as Tf } from "./Overlay/Overlay.js";
179
+ import { VisuallyHidden as hf } from "./VisuallyHidden/VisuallyHidden.js";
180
+ import { Portal as bf } from "./Portal/Portal.js";
181
+ import { AnimatedCounter as Pf } from "./AnimatedCounter/AnimatedCounter.js";
182
+ import { GlowCard as Af } from "./GlowCard/GlowCard.js";
183
+ import { MediaPlayer as Ff } from "./MediaPlayer/MediaPlayer.js";
184
+ import { Heatmap as Mf } from "./Heatmap/Heatmap.js";
185
+ import { TagCloud as wf } from "./TagCloud/TagCloud.js";
186
+ import { CurrencyInput as Df } from "./CurrencyInput/CurrencyInput.js";
187
+ import { TimelineChart as Nf } from "./TimelineChart/TimelineChart.js";
188
+ import { ImageAnnotation as Vf } from "./ImageAnnotation/ImageAnnotation.js";
189
+ import { CssBaseline as qf } from "./CssBaseline/CssBaseline.js";
190
+ import { ToggleButton as Jf, ToggleButtonGroup as Kf } from "./ToggleButton/ToggleButton.js";
191
+ import { FormControl as jf } from "./FormControl/FormControl.js";
189
192
  import "./FormControl/FormControl.context.js";
190
- import { useFormControl as zf } from "../hooks/useFormControl/useFormControl.js";
191
- import { Snackbar as Kf } from "./Snackbar/Snackbar.js";
192
- import { TableSkeleton as jf } from "./TableSkeleton/TableSkeleton.js";
193
- import { FormSkeleton as Wf } from "./FormSkeleton/FormSkeleton.js";
194
- import { Icon as _f } from "./Icon/Icon.js";
193
+ import { useFormControl as Wf } from "../hooks/useFormControl/useFormControl.js";
194
+ import { Snackbar as _f } from "./Snackbar/Snackbar.js";
195
+ import { TableSkeleton as Zf } from "./TableSkeleton/TableSkeleton.js";
196
+ import { FormSkeleton as ox } from "./FormSkeleton/FormSkeleton.js";
197
+ import { Icon as ex } from "./Icon/Icon.js";
195
198
  export {
196
199
  tr as Accordion,
197
200
  pr as AccordionItem,
198
201
  u as ActionIcon,
199
- nt as ActiveBar,
202
+ ut as ActiveBar,
200
203
  fr as ActiveTab,
201
- ct as ActivityItem,
202
- zm as Affix,
204
+ Tt as ActivityItem,
205
+ Wm as Affix,
203
206
  N as Alert,
204
- xm as AlertDialog,
205
- Om as Anchor,
206
- Tf as AnimatedCounter,
207
+ um as AlertDialog,
208
+ jm as Anchor,
209
+ Pf as AnimatedCounter,
207
210
  pe as AppBar,
208
- cm as AspectRatio,
211
+ hm as AspectRatio,
209
212
  Wo as Autocomplete,
210
213
  Cr as Avatar,
211
214
  cr as AvatarGroup,
212
- fp as BEAR_EMOJIS,
213
- ip as BackTop,
214
- k as Badge,
215
- Tt as BarChart,
215
+ ip as BEAR_EMOJIS,
216
+ Cp as BackTop,
217
+ de as Backdrop,
218
+ P as Badge,
219
+ bt as BarChart,
216
220
  q as BearIcons,
217
221
  zr as BearLoader,
218
222
  mo as BearLogo,
219
223
  to as BearPawIcon,
220
- pf as Biometric,
221
- _m as Blockquote,
224
+ lf as Biometric,
225
+ ef as Blockquote,
222
226
  ee as BottomNavigation,
223
- _t as BottomSheet,
224
- Xe as Box,
227
+ op as BottomSheet,
228
+ $e as Box,
225
229
  _r as Breadcrumbs,
226
230
  c as Button,
227
231
  I as ButtonGroup,
@@ -231,11 +235,11 @@ export {
231
235
  h as CardCompound,
232
236
  B as CardFooter,
233
237
  b as CardHeader,
234
- Mr as CardSkeleton,
238
+ Rr as CardSkeleton,
235
239
  rr as Carousel,
236
- Lt as Cascader,
237
- It as Chart,
238
- Fp as Chat,
240
+ Dt as Cascader,
241
+ ht as Chart,
242
+ Rp as Chat,
239
243
  ro as CheckIcon,
240
244
  wo as Checkbox,
241
245
  Do as CheckboxCard,
@@ -245,184 +249,186 @@ export {
245
249
  U as ChevronRightIcon,
246
250
  j as ChevronUpIcon,
247
251
  ae as Chip,
248
- lf as CloseButton,
249
- xt as CodeBlock,
250
- Ep as CodeEditor,
251
- Ee as Collapsible,
252
- Fe as ColorPicker,
253
- Gm as ColorSwatch,
254
- Rm as ColorSwatchGroup,
255
- je as Column,
256
- Qe as Columns,
257
- Kt as CommandPalette,
258
- dp as Confetti,
252
+ ie as ChipGroup,
253
+ If as CloseButton,
254
+ lt as CodeBlock,
255
+ zp as CodeEditor,
256
+ Oe as Collapsible,
257
+ Re as ColorPicker,
258
+ Dm as ColorSwatch,
259
+ Em as ColorSwatchGroup,
260
+ _e as Column,
261
+ Ye as Columns,
262
+ Wt as CommandPalette,
263
+ sp as Confetti,
259
264
  m as Container,
260
- bm as ContextMenu,
261
- Oe as CopyButton,
262
- Xp as CountdownTimer,
263
- zt as CreditInput,
264
- Hp as Cropper,
265
- Df as CssBaseline,
266
- Gf as CurrencyInput,
265
+ Fm as ContextMenu,
266
+ Ke as CopyButton,
267
+ rm as CountdownTimer,
268
+ jt as CreditInput,
269
+ Kp as Cropper,
270
+ qf as CssBaseline,
271
+ Df as CurrencyInput,
267
272
  Zo as DataTable,
268
273
  jr as DatePicker,
269
- Im as DateRangePicker,
270
- Hm as Descriptions,
271
- Pp as DiffSquares,
272
- vp as DiffViewer,
273
- G as Divider,
274
- rm as Dock,
274
+ bm as DateRangePicker,
275
+ Km as Descriptions,
276
+ Gp as DiffSquares,
277
+ Lp as DiffViewer,
278
+ F as Divider,
279
+ xm as Dock,
275
280
  lo as Drawer,
276
281
  go as Dropdown,
277
- tt as Editable,
278
- Ye as Em,
282
+ xt as Editable,
283
+ rt as Em,
279
284
  xo as EmberLogo,
280
- pp as EmojiPicker,
281
- Se as EmptyState,
285
+ ap as EmojiPicker,
286
+ Be as EmptyState,
282
287
  vr as Fab,
283
- um as Fieldset,
284
- de as FileTree,
285
- Be as FileUpload,
288
+ Tm as Fieldset,
289
+ se as FileTree,
290
+ ve as FileUpload,
286
291
  x as Flex,
287
- Rp as FloatingChat,
288
- wt as Form,
289
- Of as FormControl,
290
- lm as FormField,
291
- Wf as FormSkeleton,
292
- At as Gauge,
293
- hf as GlowCard,
294
- tm as GradientText,
292
+ yp as FloatingChat,
293
+ Nt as Form,
294
+ jf as FormControl,
295
+ Im as FormField,
296
+ ox as FormSkeleton,
297
+ Mt as Gauge,
298
+ Af as GlowCard,
299
+ nm as GradientText,
295
300
  n as Grid,
296
301
  i as GridCompound,
297
302
  l as GridItem,
298
- kf as Heatmap,
299
- $e as Highlight,
300
- mt as HoverCard,
301
- _f as Icon,
302
- ge as Image,
303
- wf as ImageAnnotation,
304
- hm as ImageGallery,
305
- Zm as Indicator,
306
- Am as InfiniteScroll,
307
- Po as Input,
308
- nm as InputGroup,
309
- Bp as JsonViewer,
310
- ep as Kanban,
311
- He as Kbd,
312
- ht as LineChart,
303
+ Mf as Heatmap,
304
+ tt as Highlight,
305
+ nt as HoverCard,
306
+ ex as Icon,
307
+ ke as Image,
308
+ Vf as ImageAnnotation,
309
+ Am as ImageGallery,
310
+ pf as Indicator,
311
+ wm as InfiniteScroll,
312
+ ko as Input,
313
+ cm as InputGroup,
314
+ vp as JsonViewer,
315
+ fp as Kanban,
316
+ ze as Kbd,
317
+ Pt as LineChart,
313
318
  w as Link,
314
319
  Tr as List,
315
320
  gr as ListItem,
316
321
  hr as ListItemButton,
317
322
  Br as ListItemIcon,
318
323
  br as ListItemText,
319
- Pr as ListSubheader,
320
- Wm as LoadingOverlay,
321
- yp as Map,
322
- rt as Mark,
323
- Qp as Marquee,
324
- Jp as Masonry,
325
- bf as MediaPlayer,
326
- op as MentionsInput,
324
+ kr as ListSubheader,
325
+ of as LoadingOverlay,
326
+ Op as Map,
327
+ mt as Mark,
328
+ $p as Marquee,
329
+ Xp as Masonry,
330
+ Ff as MediaPlayer,
331
+ pp as MentionsInput,
327
332
  so as Menu,
328
333
  Io as MenuDivider,
329
334
  Q as MenuIcon,
330
335
  So as MenuItem,
336
+ Ep as MessageList,
331
337
  _ as MinusIcon,
332
338
  no as Modal,
333
- Op as Motion,
339
+ jp as Motion,
334
340
  Ko as MultiSelect,
335
341
  jo as NavigableSelect,
336
- Ht as NotificationCenter,
337
- km as NumberFormatter,
338
- Pe as NumberInput,
339
- ve as OTPInput,
340
- uf as Overlay,
341
- of as PageNav,
342
+ zt as NotificationCenter,
343
+ Mm as NumberFormatter,
344
+ Ge as NumberInput,
345
+ Le as OTPInput,
346
+ Tf as Overlay,
347
+ ff as PageNav,
342
348
  Hr as Pagination,
343
349
  A as Paper,
344
- mm as PasswordInput,
345
- Ot as PhoneInput,
346
- bt as PieChart,
350
+ lm as PasswordInput,
351
+ Kt as PhoneInput,
352
+ At as PieChart,
347
353
  Y as PlusIcon,
348
- ym as Popconfirm,
354
+ Om as Popconfirm,
349
355
  fe as Popover,
350
- If as Portal,
356
+ bf as Portal,
351
357
  Ir as Progress,
352
- ef as PropsPlayground,
353
- gp as QRCode,
358
+ af as PropsPlayground,
359
+ kp as QRCode,
354
360
  Ho as Radio,
355
361
  qo as RadioCard,
356
362
  zo as RadioCardGroup,
357
363
  Vo as RadioGroup,
358
364
  V as Rating,
359
- Me as ResizablePanel,
360
- ye as ResizableTextarea,
361
- Em as Result,
362
- lt as RichEditor,
363
- Km as RingProgress,
364
- Re as ScrollArea,
365
+ Ee as ResizablePanel,
366
+ He as ResizableTextarea,
367
+ zm as Result,
368
+ ct as RichEditor,
369
+ _m as RingProgress,
370
+ ye as ScrollArea,
365
371
  Z as SearchIcon,
366
- jt as SegmentedControl,
372
+ _t as SegmentedControl,
367
373
  Ao as Select,
368
374
  $ as SettingsIcon,
369
- ze as Sidebar,
370
- Ke as SidebarGroup,
371
- Gt as SignPad,
375
+ je as Sidebar,
376
+ We as SidebarGroup,
377
+ wt as SignPad,
372
378
  wr as Skeleton,
373
379
  yr as SkeletonAvatar,
374
380
  Dr as SkeletonCard,
375
381
  Er as SkeletonText,
376
382
  Or as Slider,
377
- Zt as SliderRange,
378
- Kf as Snackbar,
379
- kt as Sparkline,
383
+ ep as SliderRange,
384
+ _f as Snackbar,
385
+ Ft as Sparkline,
380
386
  Bo as SpeedDial,
381
387
  D as Spinner,
382
- Mm as SplitButton,
383
- jm as Spoiler,
384
- Yp as Spotlight,
385
- ut as StatCard,
386
- se as Statistic,
388
+ Hm as SplitButton,
389
+ Zm as Spoiler,
390
+ tm as Spotlight,
391
+ It as StatCard,
392
+ ge as Statistic,
387
393
  Zr as Stepper,
388
394
  oe as StepperControls,
389
- Go as Switch,
390
- Lo as SwitchGroup,
395
+ Fo as Switch,
396
+ Mo as SwitchGroup,
391
397
  xr as Tab,
392
398
  ir as TabList,
393
399
  dr as TabPanel,
394
- jf as TableSkeleton,
400
+ Zf as TableSkeleton,
395
401
  ar as Tabs,
396
- Af as TagCloud,
397
- Wt as TagsInput,
398
- Mp as Terminal,
399
- ko as TextField,
400
- af as ThemeIcon,
402
+ wf as TagCloud,
403
+ Zt as TagsInput,
404
+ Hp as Terminal,
405
+ Po as TextField,
406
+ cf as ThemeIcon,
401
407
  Wr as TimePicker,
402
- Ce as Timeline,
403
- Lf as TimelineChart,
404
- Fr as ToastContainer,
405
- Gr as ToastProvider,
406
- Nf as ToggleButton,
407
- Hf as ToggleButtonGroup,
408
+ Se as Timeline,
409
+ Nf as TimelineChart,
410
+ Gr as ToastContainer,
411
+ Fr as ToastProvider,
412
+ Jf as ToggleButton,
413
+ Kf as ToggleButtonGroup,
408
414
  Co as Tooltip,
409
- sp as Tour,
415
+ gp as Tour,
410
416
  _o as TransferList,
411
- qp as Transition,
412
- Tm as TreeSelect,
413
- ie as TreeView,
414
- $p as Typewriter,
415
- L as Typography,
416
- ap as VirtualList,
417
- cf as VisuallyHidden,
418
- Up as Watermark,
417
+ Qp as Transition,
418
+ Pm as TreeSelect,
419
+ Ce as TreeView,
420
+ mm as Typewriter,
421
+ M as Typography,
422
+ dp as VirtualList,
423
+ hf as VisuallyHidden,
424
+ Yp as Watermark,
419
425
  W as XIcon,
420
426
  $o as createColumns,
421
- ff as useBiometric,
422
- Cp as useConfetti,
423
- Dt as useFormContext,
424
- Et as useFormContextSafe,
425
- zf as useFormControl,
426
- Rr as useToast,
427
- Sp as useTour
427
+ uf as useBiometric,
428
+ Sp as useConfetti,
429
+ Vt as useFormContext,
430
+ Ot as useFormContextSafe,
431
+ Wf as useFormControl,
432
+ Lr as useToast,
433
+ Bp as useTour
428
434
  };