@forgedevstack/bear 1.0.9 → 1.1.1
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 +11 -1
- package/dist/components/Button/Button.cjs +1 -1
- package/dist/components/Button/Button.js +56 -55
- package/dist/components/Button/Button.types.d.ts +7 -0
- package/dist/components/FileTree/FileTree.cjs +1 -0
- package/dist/components/FileTree/FileTree.d.ts +3 -0
- package/dist/components/FileTree/FileTree.js +46 -0
- package/dist/components/FileTree/FileTree.types.d.ts +30 -0
- package/dist/components/FileTree/index.d.ts +2 -0
- package/dist/components/ResizablePanel/ResizablePanel.cjs +1 -0
- package/dist/components/ResizablePanel/ResizablePanel.const.cjs +1 -0
- package/dist/components/ResizablePanel/ResizablePanel.const.d.ts +11 -0
- package/dist/components/ResizablePanel/ResizablePanel.const.js +11 -0
- package/dist/components/ResizablePanel/ResizablePanel.d.ts +17 -0
- package/dist/components/ResizablePanel/ResizablePanel.js +70 -0
- package/dist/components/ResizablePanel/ResizablePanel.types.d.ts +21 -0
- package/dist/components/ResizablePanel/ResizablePanel.utils.cjs +1 -0
- package/dist/components/ResizablePanel/ResizablePanel.utils.d.ts +10 -0
- package/dist/components/ResizablePanel/ResizablePanel.utils.js +11 -0
- package/dist/components/ResizablePanel/index.d.ts +2 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.cjs +1 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.const.cjs +1 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.const.d.ts +2 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.const.js +5 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.d.ts +3 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.js +60 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.types.d.ts +15 -0
- package/dist/components/ResizableTextarea/index.d.ts +2 -0
- package/dist/components/Typewriter/Typewriter.cjs +1 -1
- package/dist/components/Typewriter/Typewriter.js +59 -65
- package/dist/components/Typography/Typography.cjs +1 -1
- package/dist/components/Typography/Typography.const.cjs +1 -0
- package/dist/components/Typography/Typography.const.d.ts +22 -0
- package/dist/components/Typography/Typography.const.js +91 -0
- package/dist/components/Typography/Typography.js +75 -138
- package/dist/components/Typography/Typography.types.d.ts +17 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +245 -239
- package/dist/index.cjs +1 -1
- package/dist/index.js +277 -271
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,8 +3,8 @@ import { Flex as f } from "./components/Flex/Flex.js";
|
|
|
3
3
|
import { Grid as a, GridCompound as n, GridItem as i } from "./components/Grid/Grid.js";
|
|
4
4
|
import { Button as u } from "./components/Button/Button.js";
|
|
5
5
|
import { ButtonGroup as d } from "./components/ButtonGroup/ButtonGroup.js";
|
|
6
|
-
import { Card as C, CardBody as I, CardCompound as S, CardFooter as
|
|
7
|
-
import { Badge as
|
|
6
|
+
import { Card as C, CardBody as I, CardCompound as S, CardFooter as T, CardHeader as h } from "./components/Card/Card.js";
|
|
7
|
+
import { Badge as B } from "./components/Badge/Badge.js";
|
|
8
8
|
import { Paper as P } from "./components/Paper/Paper.js";
|
|
9
9
|
import { Divider as v } from "./components/Divider/Divider.js";
|
|
10
10
|
import { Typography as M } from "./components/Typography/Typography.js";
|
|
@@ -13,8 +13,8 @@ import { Spinner as R } from "./components/Spinner/Spinner.js";
|
|
|
13
13
|
import { Alert as F } from "./components/Alert/Alert.js";
|
|
14
14
|
import { Rating as G } from "./components/Rating/Rating.js";
|
|
15
15
|
import { BearIcons as V } from "./components/Icon/index.js";
|
|
16
|
-
import { ChevronDownIcon as N, ChevronLeftIcon as
|
|
17
|
-
import { RemoveIcon as
|
|
16
|
+
import { ChevronDownIcon as N, ChevronLeftIcon as z, ChevronRightIcon as H, ChevronUpIcon as J, MenuIcon as Q, CloseIcon as U } from "./components/Icon/icons/navigation.js";
|
|
17
|
+
import { RemoveIcon as j, AddIcon as q, SearchIcon as X, SettingsIcon as _ } from "./components/Icon/icons/action.js";
|
|
18
18
|
import { CheckIcon as Z } from "./components/Icon/icons/status.js";
|
|
19
19
|
import { BearPawIcon as oo } from "./components/Icon/icons/misc.js";
|
|
20
20
|
import { BearLogo as eo } from "./components/BearLogo/BearLogo.js";
|
|
@@ -24,8 +24,8 @@ import { Drawer as ao } from "./components/Drawer/Drawer.js";
|
|
|
24
24
|
import { Tooltip as io } from "./components/Tooltip/Tooltip.js";
|
|
25
25
|
import { Menu as uo, MenuDivider as lo, MenuItem as co } from "./components/Menu/Menu.js";
|
|
26
26
|
import { Dropdown as Io } from "./components/Dropdown/Dropdown.js";
|
|
27
|
-
import { SpeedDial as
|
|
28
|
-
import { Input as
|
|
27
|
+
import { SpeedDial as To } from "./components/SpeedDial/SpeedDial.js";
|
|
28
|
+
import { Input as bo } from "./components/Input/Input.js";
|
|
29
29
|
import { Select as go } from "./components/Select/Select.js";
|
|
30
30
|
import { Switch as ko } from "./components/Switch/Switch.js";
|
|
31
31
|
import { Checkbox as Lo } from "./components/Checkbox/Checkbox.js";
|
|
@@ -34,17 +34,17 @@ import { MultiSelect as Ro } from "./components/MultiSelect/MultiSelect.js";
|
|
|
34
34
|
import { NavigableSelect as Fo } from "./components/NavigableSelect/NavigableSelect.js";
|
|
35
35
|
import { Autocomplete as Go } from "./components/Autocomplete/Autocomplete.js";
|
|
36
36
|
import { TransferList as Vo } from "./components/TransferList/TransferList.js";
|
|
37
|
-
import { DataTable as No, createColumns as
|
|
38
|
-
import { Carousel as
|
|
39
|
-
import { Accordion as
|
|
40
|
-
import { Tab as
|
|
37
|
+
import { DataTable as No, createColumns as zo } from "./components/DataTable/DataTable.js";
|
|
38
|
+
import { Carousel as Jo } from "./components/Carousel/Carousel.js";
|
|
39
|
+
import { Accordion as Uo, AccordionItem as Wo } from "./components/Accordion/Accordion.js";
|
|
40
|
+
import { Tab as qo, TabList as Xo, TabPanel as _o, Tabs as Yo } from "./components/Tabs/Tabs.js";
|
|
41
41
|
import { Avatar as $o, AvatarGroup as or } from "./components/Avatar/Avatar.js";
|
|
42
42
|
import { Progress as er } from "./components/Progress/Progress.js";
|
|
43
43
|
import { List as pr, ListItem as mr, ListItemButton as fr, ListItemIcon as xr, ListItemText as ar, ListSubheader as nr } from "./components/List/List.js";
|
|
44
44
|
import { Fab as sr } from "./components/Fab/Fab.js";
|
|
45
45
|
import { ToastContainer as lr, ToastProvider as dr, useToast as cr } from "./components/Toast/Toast.js";
|
|
46
|
-
import { Skeleton as Ir, SkeletonAvatar as Sr, SkeletonCard as
|
|
47
|
-
import { Pagination as
|
|
46
|
+
import { Skeleton as Ir, SkeletonAvatar as Sr, SkeletonCard as Tr, SkeletonText as hr } from "./components/Skeleton/Skeleton.js";
|
|
47
|
+
import { Pagination as Br } from "./components/Pagination/Pagination.js";
|
|
48
48
|
import { Slider as Pr } from "./components/Slider/Slider.js";
|
|
49
49
|
import { BearLoader as vr } from "./components/BearLoader/BearLoader.js";
|
|
50
50
|
import { Calendar as Mr } from "./components/Calendar/Calendar.js";
|
|
@@ -53,138 +53,141 @@ import { TimePicker as Rr } from "./components/TimePicker/TimePicker.js";
|
|
|
53
53
|
import { Breadcrumbs as Fr } from "./components/Breadcrumbs/Breadcrumbs.js";
|
|
54
54
|
import { Stepper as Gr, StepperControls as Or } from "./components/Stepper/Stepper.js";
|
|
55
55
|
import { BottomNavigation as Kr } from "./components/BottomNavigation/BottomNavigation.js";
|
|
56
|
-
import { AppBar as
|
|
57
|
-
import { Popover as
|
|
58
|
-
import { Chip as
|
|
59
|
-
import { TreeView as
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
56
|
+
import { AppBar as zr } from "./components/AppBar/AppBar.js";
|
|
57
|
+
import { Popover as Jr } from "./components/Popover/Popover.js";
|
|
58
|
+
import { Chip as Ur } from "./components/Chip/Chip.js";
|
|
59
|
+
import { TreeView as jr } from "./components/TreeView/TreeView.js";
|
|
60
|
+
import { FileTree as Xr } from "./components/FileTree/FileTree.js";
|
|
61
|
+
import { Timeline as Yr } from "./components/Timeline/Timeline.js";
|
|
62
|
+
import { Statistic as $r } from "./components/Statistic/Statistic.js";
|
|
63
|
+
import { EmptyState as re } from "./components/EmptyState/EmptyState.js";
|
|
64
|
+
import { Image as te } from "./components/Image/Image.js";
|
|
65
|
+
import { FileUpload as me } from "./components/FileUpload/FileUpload.js";
|
|
66
|
+
import { NumberInput as xe } from "./components/NumberInput/NumberInput.js";
|
|
67
|
+
import { OTPInput as ne } from "./components/OTPInput/OTPInput.js";
|
|
68
|
+
import { ColorPicker as se } from "./components/ColorPicker/ColorPicker.js";
|
|
69
|
+
import { ScrollArea as le } from "./components/ScrollArea/ScrollArea.js";
|
|
70
|
+
import { ResizablePanel as ce } from "./components/ResizablePanel/ResizablePanel.js";
|
|
71
|
+
import { ResizableTextarea as Ie } from "./components/ResizableTextarea/ResizableTextarea.js";
|
|
72
|
+
import { Collapsible as Te } from "./components/Collapsible/Collapsible.js";
|
|
73
|
+
import { Kbd as be } from "./components/Kbd/Kbd.js";
|
|
74
|
+
import { CopyButton as ge } from "./components/CopyButton/CopyButton.js";
|
|
75
|
+
import { Sidebar as ke } from "./components/Sidebar/Sidebar.js";
|
|
76
|
+
import { SidebarGroup as Le } from "./components/Sidebar/components/SidebarGroup/SidebarGroup.js";
|
|
74
77
|
import "react/jsx-runtime";
|
|
75
78
|
import "react";
|
|
76
|
-
import { cn as
|
|
77
|
-
import { deepMerge as
|
|
78
|
-
import { createSlots as
|
|
79
|
-
import { Column as
|
|
80
|
-
import { Box as
|
|
81
|
-
import { Em as
|
|
82
|
-
import { Highlight as
|
|
83
|
-
import { Mark as
|
|
84
|
-
import { Editable as
|
|
85
|
-
import { HoverCard as
|
|
86
|
-
import { CodeBlock as
|
|
87
|
-
import { ActiveBar as
|
|
88
|
-
import { RichEditor as
|
|
89
|
-
import { StatCard as
|
|
90
|
-
import { ActivityItem as
|
|
91
|
-
import { BarChart as
|
|
92
|
-
import { Sparkline as
|
|
93
|
-
import { Gauge as
|
|
94
|
-
import { SignPad as
|
|
95
|
-
import { Cascader as
|
|
96
|
-
import { Form as
|
|
97
|
-
import { useFormContext as
|
|
98
|
-
import { NotificationCenter as
|
|
99
|
-
import { PhoneInput as
|
|
100
|
-
import { CreditInput as
|
|
101
|
-
import { CommandPalette as
|
|
102
|
-
import { SegmentedControl as
|
|
103
|
-
import { TagsInput as
|
|
104
|
-
import { BottomSheet as
|
|
105
|
-
import { SliderRange as
|
|
106
|
-
import { MentionsInput as
|
|
107
|
-
import { Kanban as
|
|
108
|
-
import { EmojiPicker as
|
|
109
|
-
import { BEAR_EMOJIS as
|
|
110
|
-
import { VirtualList as
|
|
111
|
-
import { BackTop as
|
|
112
|
-
import { Confetti as
|
|
113
|
-
import { useConfetti as
|
|
114
|
-
import { Tour as
|
|
115
|
-
import { useTour as
|
|
116
|
-
import { QRCode as
|
|
117
|
-
import { JsonViewer as
|
|
118
|
-
import { DiffViewer as
|
|
119
|
-
import { Chat as
|
|
120
|
-
import { FloatingChat as
|
|
121
|
-
import { Terminal as
|
|
122
|
-
import { Map as
|
|
123
|
-
import { CodeEditor as
|
|
124
|
-
import { Cropper as
|
|
125
|
-
import { Motion as
|
|
126
|
-
import { Masonry as
|
|
127
|
-
import { Watermark as
|
|
128
|
-
import { Marquee as
|
|
129
|
-
import { CountdownTimer as
|
|
130
|
-
import { Spotlight as
|
|
131
|
-
import { Typewriter as
|
|
132
|
-
import { Dock as
|
|
133
|
-
import { GradientText as
|
|
134
|
-
import { BearProvider as
|
|
135
|
-
import { defaultDarkTheme as
|
|
136
|
-
import { useIsDesktop as
|
|
137
|
-
import { useClickOutside as
|
|
138
|
-
import { useDisclosure as
|
|
139
|
-
import { useBearStyles as
|
|
140
|
-
import { bearStyled as
|
|
141
|
-
import { useSlide as
|
|
142
|
-
import { useParallax as
|
|
143
|
-
import { useBounce as
|
|
144
|
-
import { useFloat as
|
|
145
|
-
import { usePulse as
|
|
146
|
-
import { useShake as
|
|
147
|
-
import { useClipboard as
|
|
148
|
-
import { useDebounce as
|
|
149
|
-
import { useThrottle as
|
|
150
|
-
import { useLocalStorage as
|
|
151
|
-
import { useKeyPress as
|
|
152
|
-
import { useInView as
|
|
153
|
-
import { useDragDrop as
|
|
154
|
-
import { useLazyLoad as
|
|
155
|
-
import { BearComponentProvider as
|
|
156
|
-
import { useSpotlight as
|
|
157
|
-
import { useOnline as
|
|
158
|
-
import { useWebSocket as
|
|
159
|
-
import { useIdle as
|
|
160
|
-
import { usePageVisibility as
|
|
161
|
-
import { useLongPress as
|
|
162
|
-
import { useAnimate as
|
|
163
|
-
import { useResponsive as
|
|
164
|
-
import { Icon as
|
|
79
|
+
import { cn as De, styleForge as ye } from "./utils/cn.js";
|
|
80
|
+
import { deepMerge as Re } from "./utils/deepMerge.js";
|
|
81
|
+
import { createSlots as Fe } from "./utils/createSlots.js";
|
|
82
|
+
import { Column as Ge, Columns as Oe } from "./components/Columns/Columns.js";
|
|
83
|
+
import { Box as Ke } from "./components/Box/Box.js";
|
|
84
|
+
import { Em as ze } from "./components/Em/Em.js";
|
|
85
|
+
import { Highlight as Je } from "./components/Highlight/Highlight.js";
|
|
86
|
+
import { Mark as Ue } from "./components/Mark/Mark.js";
|
|
87
|
+
import { Editable as je } from "./components/Editable/Editable.js";
|
|
88
|
+
import { HoverCard as Xe } from "./components/HoverCard/HoverCard.js";
|
|
89
|
+
import { CodeBlock as Ye } from "./components/CodeBlock/CodeBlock.js";
|
|
90
|
+
import { ActiveBar as $e } from "./components/ActiveBar/ActiveBar.js";
|
|
91
|
+
import { RichEditor as rt } from "./components/RichEditor/RichEditor.js";
|
|
92
|
+
import { StatCard as tt } from "./components/StatCard/StatCard.js";
|
|
93
|
+
import { ActivityItem as mt } from "./components/ActivityItem/ActivityItem.js";
|
|
94
|
+
import { BarChart as xt, Chart as at, LineChart as nt, PieChart as it } from "./components/Chart/Chart.js";
|
|
95
|
+
import { Sparkline as ut } from "./components/Sparkline/Sparkline.js";
|
|
96
|
+
import { Gauge as dt } from "./components/Gauge/Gauge.js";
|
|
97
|
+
import { SignPad as Ct } from "./components/SignPad/SignPad.js";
|
|
98
|
+
import { Cascader as St } from "./components/Cascader/Cascader.js";
|
|
99
|
+
import { Form as ht } from "./components/Form/Form.js";
|
|
100
|
+
import { useFormContext as Bt, useFormContextSafe as gt } from "./components/Form/Form.context.js";
|
|
101
|
+
import { NotificationCenter as kt } from "./components/NotificationCenter/NotificationCenter.js";
|
|
102
|
+
import { PhoneInput as Lt } from "./components/PhoneInput/PhoneInput.js";
|
|
103
|
+
import { CreditInput as Dt } from "./components/CreditInput/CreditInput.js";
|
|
104
|
+
import { CommandPalette as At } from "./components/CommandPalette/CommandPalette.js";
|
|
105
|
+
import { SegmentedControl as wt } from "./components/SegmentedControl/SegmentedControl.js";
|
|
106
|
+
import { TagsInput as Et } from "./components/TagsInput/TagsInput.js";
|
|
107
|
+
import { BottomSheet as Ot } from "./components/BottomSheet/BottomSheet.js";
|
|
108
|
+
import { SliderRange as Kt } from "./components/SliderRange/SliderRange.js";
|
|
109
|
+
import { MentionsInput as zt } from "./components/MentionsInput/MentionsInput.js";
|
|
110
|
+
import { Kanban as Jt } from "./components/Kanban/Kanban.js";
|
|
111
|
+
import { EmojiPicker as Ut } from "./components/EmojiPicker/EmojiPicker.js";
|
|
112
|
+
import { BEAR_EMOJIS as jt } from "./components/EmojiPicker/EmojiPicker.const.js";
|
|
113
|
+
import { VirtualList as Xt } from "./components/VirtualList/VirtualList.js";
|
|
114
|
+
import { BackTop as Yt } from "./components/BackTop/BackTop.js";
|
|
115
|
+
import { Confetti as $t } from "./components/Confetti/Confetti.js";
|
|
116
|
+
import { useConfetti as rp } from "./components/Confetti/useConfetti.js";
|
|
117
|
+
import { Tour as tp } from "./components/Tour/Tour.js";
|
|
118
|
+
import { useTour as mp } from "./components/Tour/useTour.js";
|
|
119
|
+
import { QRCode as xp } from "./components/QRCode/QRCode.js";
|
|
120
|
+
import { JsonViewer as np } from "./components/JsonViewer/JsonViewer.js";
|
|
121
|
+
import { DiffViewer as sp } from "./components/DiffViewer/DiffViewer.js";
|
|
122
|
+
import { Chat as lp } from "./components/Chat/Chat.js";
|
|
123
|
+
import { FloatingChat as cp } from "./components/FloatingChat/FloatingChat.js";
|
|
124
|
+
import { Terminal as Ip } from "./components/Terminal/Terminal.js";
|
|
125
|
+
import { Map as Tp } from "./components/Map/Map.js";
|
|
126
|
+
import { CodeEditor as bp } from "./components/CodeEditor/CodeEditor.js";
|
|
127
|
+
import { Cropper as gp } from "./components/Cropper/Cropper.js";
|
|
128
|
+
import { Motion as kp, Transition as vp } from "./components/Transition/Transition.js";
|
|
129
|
+
import { Masonry as Mp } from "./components/Masonry/Masonry.js";
|
|
130
|
+
import { Watermark as yp } from "./components/Watermark/Watermark.js";
|
|
131
|
+
import { Marquee as Rp } from "./components/Marquee/Marquee.js";
|
|
132
|
+
import { CountdownTimer as Fp } from "./components/CountdownTimer/CountdownTimer.js";
|
|
133
|
+
import { Spotlight as Gp } from "./components/Spotlight/Spotlight.js";
|
|
134
|
+
import { Typewriter as Vp } from "./components/Typewriter/Typewriter.js";
|
|
135
|
+
import { Dock as Np } from "./components/Dock/Dock.js";
|
|
136
|
+
import { GradientText as Hp } from "./components/GradientText/GradientText.js";
|
|
137
|
+
import { BearProvider as Qp, useBear as Up, useBearMode as Wp, useBearTheme as jp, useBearThemeOptional as qp } from "./context/BearProvider.js";
|
|
138
|
+
import { defaultDarkTheme as _p, defaultLightTheme as Yp } from "./context/defaultTheme.js";
|
|
139
|
+
import { useIsDesktop as $p, useIsMobile as om, useIsTablet as rm, useMediaQuery as em, usePrefersDark as tm, usePrefersReducedMotion as pm } from "./hooks/useMediaQuery.js";
|
|
140
|
+
import { useClickOutside as fm } from "./hooks/useClickOutside.js";
|
|
141
|
+
import { useDisclosure as am } from "./hooks/useDisclosure.js";
|
|
142
|
+
import { useBearStyles as im } from "./hooks/useBearStyles.js";
|
|
143
|
+
import { bearStyled as um } from "./hooks/bearStyled.js";
|
|
144
|
+
import { useSlide as dm } from "./hooks/useSlide/useSlide.js";
|
|
145
|
+
import { useParallax as Cm } from "./hooks/useParallax/useParallax.js";
|
|
146
|
+
import { useBounce as Sm } from "./hooks/useBounce/useBounce.js";
|
|
147
|
+
import { useFloat as hm } from "./hooks/useFloat/useFloat.js";
|
|
148
|
+
import { usePulse as Bm } from "./hooks/usePulse/usePulse.js";
|
|
149
|
+
import { useShake as Pm } from "./hooks/useShake/useShake.js";
|
|
150
|
+
import { useClipboard as vm } from "./hooks/useClipboard/useClipboard.js";
|
|
151
|
+
import { useDebounce as Mm, useDebouncedCallback as Dm } from "./hooks/useDebounce/useDebounce.js";
|
|
152
|
+
import { useThrottle as Am, useThrottledCallback as Rm } from "./hooks/useThrottle/useThrottle.js";
|
|
153
|
+
import { useLocalStorage as Fm } from "./hooks/useLocalStorage/useLocalStorage.js";
|
|
154
|
+
import { useKeyPress as Gm, useKeyPressState as Om } from "./hooks/useKeyPress/useKeyPress.js";
|
|
155
|
+
import { useInView as Km, useIntersectionObserver as Nm } from "./hooks/useIntersectionObserver/useIntersectionObserver.js";
|
|
156
|
+
import { useDragDrop as Hm } from "./hooks/useDragDrop/useDragDrop.js";
|
|
157
|
+
import { useLazyLoad as Qm } from "./hooks/useLazyLoad/useLazyLoad.js";
|
|
158
|
+
import { BearComponentProvider as Wm, useBC as jm, useBearComponent as qm, useBearComponentContext as Xm } from "./hooks/useBearComponent/useBearComponent.js";
|
|
159
|
+
import { useSpotlight as Ym } from "./hooks/useSpotlight/useSpotlight.js";
|
|
160
|
+
import { useOnline as $m } from "./hooks/useOnline/useOnline.js";
|
|
161
|
+
import { useWebSocket as rf } from "./hooks/useWebSocket/useWebSocket.js";
|
|
162
|
+
import { useIdle as tf } from "./hooks/useIdle/useIdle.js";
|
|
163
|
+
import { usePageVisibility as mf } from "./hooks/usePageVisibility/usePageVisibility.js";
|
|
164
|
+
import { useLongPress as xf } from "./hooks/useLongPress/useLongPress.js";
|
|
165
|
+
import { useAnimate as nf } from "./hooks/useAnimate.js";
|
|
166
|
+
import { useResponsive as uf, useResponsiveProps as lf } from "./hooks/useResponsive.js";
|
|
167
|
+
import { Icon as cf } from "./components/Icon/Icon.js";
|
|
165
168
|
export {
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
169
|
+
Uo as Accordion,
|
|
170
|
+
Wo as AccordionItem,
|
|
171
|
+
$e as ActiveBar,
|
|
172
|
+
mt as ActivityItem,
|
|
170
173
|
F as Alert,
|
|
171
|
-
|
|
174
|
+
zr as AppBar,
|
|
172
175
|
Go as Autocomplete,
|
|
173
176
|
$o as Avatar,
|
|
174
177
|
or as AvatarGroup,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
jt as BEAR_EMOJIS,
|
|
179
|
+
Yt as BackTop,
|
|
180
|
+
B as Badge,
|
|
181
|
+
xt as BarChart,
|
|
182
|
+
Wm as BearComponentProvider,
|
|
180
183
|
V as BearIcons,
|
|
181
184
|
vr as BearLoader,
|
|
182
185
|
eo as BearLogo,
|
|
183
186
|
oo as BearPawIcon,
|
|
184
|
-
|
|
187
|
+
Qp as BearProvider,
|
|
185
188
|
Kr as BottomNavigation,
|
|
186
|
-
|
|
187
|
-
|
|
189
|
+
Ot as BottomSheet,
|
|
190
|
+
Ke as Box,
|
|
188
191
|
Fr as Breadcrumbs,
|
|
189
192
|
u as Button,
|
|
190
193
|
d as ButtonGroup,
|
|
@@ -192,63 +195,64 @@ export {
|
|
|
192
195
|
C as Card,
|
|
193
196
|
I as CardBody,
|
|
194
197
|
S as CardCompound,
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
198
|
+
T as CardFooter,
|
|
199
|
+
h as CardHeader,
|
|
200
|
+
Jo as Carousel,
|
|
201
|
+
St as Cascader,
|
|
202
|
+
at as Chart,
|
|
203
|
+
lp as Chat,
|
|
201
204
|
Z as CheckIcon,
|
|
202
205
|
Lo as Checkbox,
|
|
203
206
|
N as ChevronDownIcon,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
207
|
+
z as ChevronLeftIcon,
|
|
208
|
+
H as ChevronRightIcon,
|
|
209
|
+
J as ChevronUpIcon,
|
|
210
|
+
Ur as Chip,
|
|
211
|
+
Ye as CodeBlock,
|
|
212
|
+
bp as CodeEditor,
|
|
213
|
+
Te as Collapsible,
|
|
214
|
+
se as ColorPicker,
|
|
215
|
+
Ge as Column,
|
|
216
|
+
Oe as Columns,
|
|
217
|
+
At as CommandPalette,
|
|
218
|
+
$t as Confetti,
|
|
216
219
|
p as Container,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
220
|
+
ge as CopyButton,
|
|
221
|
+
Fp as CountdownTimer,
|
|
222
|
+
Dt as CreditInput,
|
|
223
|
+
gp as Cropper,
|
|
221
224
|
No as DataTable,
|
|
222
225
|
yr as DatePicker,
|
|
223
|
-
|
|
226
|
+
sp as DiffViewer,
|
|
224
227
|
v as Divider,
|
|
225
|
-
|
|
228
|
+
Np as Dock,
|
|
226
229
|
ao as Drawer,
|
|
227
230
|
Io as Dropdown,
|
|
228
|
-
|
|
229
|
-
|
|
231
|
+
je as Editable,
|
|
232
|
+
ze as Em,
|
|
230
233
|
po as EmberLogo,
|
|
231
|
-
|
|
232
|
-
|
|
234
|
+
Ut as EmojiPicker,
|
|
235
|
+
re as EmptyState,
|
|
233
236
|
sr as Fab,
|
|
234
|
-
|
|
237
|
+
Xr as FileTree,
|
|
238
|
+
me as FileUpload,
|
|
235
239
|
f as Flex,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
+
cp as FloatingChat,
|
|
241
|
+
ht as Form,
|
|
242
|
+
dt as Gauge,
|
|
243
|
+
Hp as GradientText,
|
|
240
244
|
a as Grid,
|
|
241
245
|
n as GridCompound,
|
|
242
246
|
i as GridItem,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
247
|
+
Je as Highlight,
|
|
248
|
+
Xe as HoverCard,
|
|
249
|
+
cf as Icon,
|
|
250
|
+
te as Image,
|
|
251
|
+
bo as Input,
|
|
252
|
+
np as JsonViewer,
|
|
253
|
+
Jt as Kanban,
|
|
254
|
+
be as Kbd,
|
|
255
|
+
nt as LineChart,
|
|
252
256
|
y as Link,
|
|
253
257
|
pr as List,
|
|
254
258
|
mr as ListItem,
|
|
@@ -256,132 +260,134 @@ export {
|
|
|
256
260
|
xr as ListItemIcon,
|
|
257
261
|
ar as ListItemText,
|
|
258
262
|
nr as ListSubheader,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
263
|
+
Tp as Map,
|
|
264
|
+
Ue as Mark,
|
|
265
|
+
Rp as Marquee,
|
|
266
|
+
Mp as Masonry,
|
|
267
|
+
zt as MentionsInput,
|
|
264
268
|
uo as Menu,
|
|
265
269
|
lo as MenuDivider,
|
|
266
|
-
|
|
270
|
+
Q as MenuIcon,
|
|
267
271
|
co as MenuItem,
|
|
268
|
-
|
|
272
|
+
j as MinusIcon,
|
|
269
273
|
fo as Modal,
|
|
270
|
-
|
|
274
|
+
kp as Motion,
|
|
271
275
|
Ro as MultiSelect,
|
|
272
276
|
Fo as NavigableSelect,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
+
kt as NotificationCenter,
|
|
278
|
+
xe as NumberInput,
|
|
279
|
+
ne as OTPInput,
|
|
280
|
+
Br as Pagination,
|
|
277
281
|
P as Paper,
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
+
Lt as PhoneInput,
|
|
283
|
+
it as PieChart,
|
|
284
|
+
q as PlusIcon,
|
|
285
|
+
Jr as Popover,
|
|
282
286
|
er as Progress,
|
|
283
|
-
|
|
287
|
+
xp as QRCode,
|
|
284
288
|
Do as Radio,
|
|
285
289
|
yo as RadioGroup,
|
|
286
290
|
G as Rating,
|
|
287
|
-
|
|
288
|
-
|
|
291
|
+
ce as ResizablePanel,
|
|
292
|
+
Ie as ResizableTextarea,
|
|
293
|
+
rt as RichEditor,
|
|
294
|
+
le as ScrollArea,
|
|
289
295
|
X as SearchIcon,
|
|
290
|
-
|
|
296
|
+
wt as SegmentedControl,
|
|
291
297
|
go as Select,
|
|
292
298
|
_ as SettingsIcon,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
299
|
+
ke as Sidebar,
|
|
300
|
+
Le as SidebarGroup,
|
|
301
|
+
Ct as SignPad,
|
|
296
302
|
Ir as Skeleton,
|
|
297
303
|
Sr as SkeletonAvatar,
|
|
298
|
-
|
|
299
|
-
|
|
304
|
+
Tr as SkeletonCard,
|
|
305
|
+
hr as SkeletonText,
|
|
300
306
|
Pr as Slider,
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
307
|
+
Kt as SliderRange,
|
|
308
|
+
ut as Sparkline,
|
|
309
|
+
To as SpeedDial,
|
|
304
310
|
R as Spinner,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
311
|
+
Gp as Spotlight,
|
|
312
|
+
tt as StatCard,
|
|
313
|
+
$r as Statistic,
|
|
308
314
|
Gr as Stepper,
|
|
309
315
|
Or as StepperControls,
|
|
310
316
|
ko as Switch,
|
|
311
|
-
|
|
317
|
+
qo as Tab,
|
|
312
318
|
Xo as TabList,
|
|
313
319
|
_o as TabPanel,
|
|
314
320
|
Yo as Tabs,
|
|
315
|
-
|
|
316
|
-
|
|
321
|
+
Et as TagsInput,
|
|
322
|
+
Ip as Terminal,
|
|
317
323
|
Rr as TimePicker,
|
|
318
|
-
|
|
324
|
+
Yr as Timeline,
|
|
319
325
|
lr as ToastContainer,
|
|
320
326
|
dr as ToastProvider,
|
|
321
327
|
io as Tooltip,
|
|
322
|
-
|
|
328
|
+
tp as Tour,
|
|
323
329
|
Vo as TransferList,
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
330
|
+
vp as Transition,
|
|
331
|
+
jr as TreeView,
|
|
332
|
+
Vp as Typewriter,
|
|
327
333
|
M as Typography,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
334
|
+
Xt as VirtualList,
|
|
335
|
+
yp as Watermark,
|
|
336
|
+
U as XIcon,
|
|
337
|
+
um as bearStyled,
|
|
338
|
+
De as cn,
|
|
339
|
+
zo as createColumns,
|
|
340
|
+
Fe as createSlots,
|
|
341
|
+
Re as deepMerge,
|
|
342
|
+
_p as defaultDarkTheme,
|
|
343
|
+
Yp as defaultLightTheme,
|
|
344
|
+
ye as styleForge,
|
|
345
|
+
nf as useAnimate,
|
|
346
|
+
jm as useBC,
|
|
347
|
+
Up as useBear,
|
|
348
|
+
qm as useBearComponent,
|
|
349
|
+
Xm as useBearComponentContext,
|
|
350
|
+
Wp as useBearMode,
|
|
351
|
+
im as useBearStyles,
|
|
352
|
+
jp as useBearTheme,
|
|
353
|
+
qp as useBearThemeOptional,
|
|
354
|
+
Sm as useBounce,
|
|
355
|
+
fm as useClickOutside,
|
|
356
|
+
vm as useClipboard,
|
|
357
|
+
rp as useConfetti,
|
|
358
|
+
Mm as useDebounce,
|
|
359
|
+
Dm as useDebouncedCallback,
|
|
360
|
+
am as useDisclosure,
|
|
361
|
+
Hm as useDragDrop,
|
|
362
|
+
hm as useFloat,
|
|
363
|
+
Bt as useFormContext,
|
|
364
|
+
gt as useFormContextSafe,
|
|
365
|
+
tf as useIdle,
|
|
366
|
+
Km as useInView,
|
|
367
|
+
Nm as useIntersectionObserver,
|
|
368
|
+
$p as useIsDesktop,
|
|
369
|
+
om as useIsMobile,
|
|
370
|
+
rm as useIsTablet,
|
|
371
|
+
Gm as useKeyPress,
|
|
372
|
+
Om as useKeyPressState,
|
|
373
|
+
Qm as useLazyLoad,
|
|
374
|
+
Fm as useLocalStorage,
|
|
375
|
+
xf as useLongPress,
|
|
376
|
+
em as useMediaQuery,
|
|
377
|
+
$m as useOnline,
|
|
378
|
+
mf as usePageVisibility,
|
|
379
|
+
Cm as useParallax,
|
|
380
|
+
tm as usePrefersDark,
|
|
381
|
+
pm as usePrefersReducedMotion,
|
|
382
|
+
Bm as usePulse,
|
|
383
|
+
uf as useResponsive,
|
|
384
|
+
lf as useResponsiveProps,
|
|
385
|
+
Pm as useShake,
|
|
386
|
+
dm as useSlide,
|
|
387
|
+
Ym as useSpotlight,
|
|
388
|
+
Am as useThrottle,
|
|
389
|
+
Rm as useThrottledCallback,
|
|
384
390
|
cr as useToast,
|
|
385
|
-
|
|
386
|
-
|
|
391
|
+
mp as useTour,
|
|
392
|
+
rf as useWebSocket
|
|
387
393
|
};
|