@forgedevstack/bear 1.1.9 → 1.2.0
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/components/AlertDialog/AlertDialog.cjs +1 -1
- package/dist/components/AlertDialog/AlertDialog.const.cjs +1 -1
- package/dist/components/AlertDialog/AlertDialog.const.d.ts +2 -2
- package/dist/components/AlertDialog/AlertDialog.const.js +4 -4
- package/dist/components/AlertDialog/AlertDialog.js +76 -62
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.js +3 -2
- package/dist/components/CloseButton/CloseButton.cjs +1 -0
- package/dist/components/CloseButton/CloseButton.d.ts +4 -0
- package/dist/components/CloseButton/CloseButton.js +60 -0
- package/dist/components/CloseButton/CloseButton.types.d.ts +15 -0
- package/dist/components/CloseButton/index.d.ts +2 -0
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.js +12 -11
- package/dist/components/Icon/icons/commerce.cjs +1 -0
- package/dist/components/Icon/icons/commerce.d.ts +25 -0
- package/dist/components/Icon/icons/commerce.js +124 -0
- package/dist/components/Icon/icons/device.cjs +1 -0
- package/dist/components/Icon/icons/device.d.ts +27 -0
- package/dist/components/Icon/icons/device.js +122 -0
- package/dist/components/Icon/icons/file.cjs +1 -0
- package/dist/components/Icon/icons/file.d.ts +25 -0
- package/dist/components/Icon/icons/file.js +120 -0
- package/dist/components/Icon/icons/social.cjs +1 -0
- package/dist/components/Icon/icons/social.d.ts +24 -0
- package/dist/components/Icon/icons/social.js +89 -0
- package/dist/components/Icon/index.cjs +1 -1
- package/dist/components/Icon/index.d.ts +93 -56
- package/dist/components/Icon/index.js +38 -26
- package/dist/components/Overlay/Overlay.cjs +1 -0
- package/dist/components/Overlay/Overlay.d.ts +4 -0
- package/dist/components/Overlay/Overlay.js +38 -0
- package/dist/components/Overlay/Overlay.types.d.ts +23 -0
- package/dist/components/Overlay/index.d.ts +2 -0
- package/dist/components/Portal/Portal.cjs +1 -0
- package/dist/components/Portal/Portal.d.ts +11 -0
- package/dist/components/Portal/Portal.js +12 -0
- package/dist/components/Portal/index.d.ts +2 -0
- package/dist/components/ThemeIcon/ThemeIcon.cjs +1 -0
- package/dist/components/ThemeIcon/ThemeIcon.d.ts +4 -0
- package/dist/components/ThemeIcon/ThemeIcon.js +54 -0
- package/dist/components/ThemeIcon/ThemeIcon.types.d.ts +22 -0
- package/dist/components/ThemeIcon/index.d.ts +2 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.cjs +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +6 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js +22 -0
- package/dist/components/VisuallyHidden/index.d.ts +2 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.js +54 -44
- package/dist/hooks/bearStyled.cjs +1 -1
- package/dist/hooks/bearStyled.d.ts +31 -9
- package/dist/hooks/bearStyled.js +17 -12
- package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +9 -1
- package/dist/hooks/useResponsive.cjs +1 -1
- package/dist/hooks/useResponsive.d.ts +2 -17
- package/dist/hooks/useResponsive.js +47 -41
- package/dist/index.cjs +1 -1
- package/dist/index.js +183 -173
- package/dist/styles/_effects.css +9 -0
- package/dist/styles.css +1 -1
- package/dist/types/theme.types.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4,17 +4,17 @@ import { Grid as a, GridCompound as i, GridItem as n } from "./components/Grid/G
|
|
|
4
4
|
import { ActionIcon as u } from "./components/ActionIcon/ActionIcon.js";
|
|
5
5
|
import { Button as d } from "./components/Button/Button.js";
|
|
6
6
|
import { ButtonGroup as C } from "./components/ButtonGroup/ButtonGroup.js";
|
|
7
|
-
import { Card as S, CardBody as h, CardCompound as
|
|
8
|
-
import { Badge as
|
|
7
|
+
import { Card as S, CardBody as h, CardCompound as T, CardFooter as g, CardHeader as P } from "./components/Card/Card.js";
|
|
8
|
+
import { Badge as b } from "./components/Badge/Badge.js";
|
|
9
9
|
import { Paper as v } from "./components/Paper/Paper.js";
|
|
10
|
-
import { Divider as
|
|
11
|
-
import { Typography as
|
|
10
|
+
import { Divider as D } from "./components/Divider/Divider.js";
|
|
11
|
+
import { Typography as R } from "./components/Typography/Typography.js";
|
|
12
12
|
import { Link as A } from "./components/Link/Link.js";
|
|
13
13
|
import { Spinner as w } from "./components/Spinner/Spinner.js";
|
|
14
14
|
import { Alert as E } from "./components/Alert/Alert.js";
|
|
15
|
-
import { Rating as
|
|
15
|
+
import { Rating as V } from "./components/Rating/Rating.js";
|
|
16
16
|
import { BearIcons as z } from "./components/Icon/index.js";
|
|
17
|
-
import { ChevronDownIcon as
|
|
17
|
+
import { ChevronDownIcon as K, ChevronLeftIcon as q, ChevronRightIcon as J, ChevronUpIcon as Q, MenuIcon as U, CloseIcon as W } from "./components/Icon/icons/navigation.js";
|
|
18
18
|
import { RemoveIcon as X, AddIcon as _, SearchIcon as Y, SettingsIcon as Z } from "./components/Icon/icons/action.js";
|
|
19
19
|
import { CheckIcon as oo } from "./components/Icon/icons/status.js";
|
|
20
20
|
import { BearPawIcon as eo } from "./components/Icon/icons/misc.js";
|
|
@@ -25,15 +25,15 @@ import { Drawer as no } from "./components/Drawer/Drawer.js";
|
|
|
25
25
|
import { Tooltip as uo } from "./components/Tooltip/Tooltip.js";
|
|
26
26
|
import { Menu as co, MenuDivider as Co, MenuItem as Io } from "./components/Menu/Menu.js";
|
|
27
27
|
import { Dropdown as ho } from "./components/Dropdown/Dropdown.js";
|
|
28
|
-
import { SpeedDial as
|
|
29
|
-
import { Input as
|
|
28
|
+
import { SpeedDial as go } from "./components/SpeedDial/SpeedDial.js";
|
|
29
|
+
import { Input as Bo, Input as bo } from "./components/Input/Input.js";
|
|
30
30
|
import { Select as vo } from "./components/Select/Select.js";
|
|
31
|
-
import { Switch as
|
|
32
|
-
import { Checkbox as
|
|
31
|
+
import { Switch as Do } from "./components/Switch/Switch.js";
|
|
32
|
+
import { Checkbox as Ro } from "./components/Checkbox/Checkbox.js";
|
|
33
33
|
import { CheckboxCard as Ao, CheckboxCardGroup as Fo } from "./components/CheckboxCard/CheckboxCard.js";
|
|
34
34
|
import { Radio as Go, RadioGroup as Eo } from "./components/Radio/Radio.js";
|
|
35
|
-
import { RadioCard as
|
|
36
|
-
import { MultiSelect as
|
|
35
|
+
import { RadioCard as Vo, RadioCardGroup as No } from "./components/RadioCard/RadioCard.js";
|
|
36
|
+
import { MultiSelect as Ho } from "./components/MultiSelect/MultiSelect.js";
|
|
37
37
|
import { NavigableSelect as qo } from "./components/NavigableSelect/NavigableSelect.js";
|
|
38
38
|
import { Autocomplete as Qo } from "./components/Autocomplete/Autocomplete.js";
|
|
39
39
|
import { TransferList as Wo } from "./components/TransferList/TransferList.js";
|
|
@@ -45,15 +45,15 @@ import { TabList as fr } from "./components/Tabs/TabList.js";
|
|
|
45
45
|
import { TabPanel as ar } from "./components/Tabs/TabPanel.js";
|
|
46
46
|
import { Avatar as nr, AvatarGroup as sr } from "./components/Avatar/Avatar.js";
|
|
47
47
|
import { Progress as lr } from "./components/Progress/Progress.js";
|
|
48
|
-
import { List as cr, ListItem as Cr, ListItemButton as Ir, ListItemIcon as Sr, ListItemText as hr, ListSubheader as
|
|
48
|
+
import { List as cr, ListItem as Cr, ListItemButton as Ir, ListItemIcon as Sr, ListItemText as hr, ListSubheader as Tr } from "./components/List/List.js";
|
|
49
49
|
import { Fab as Pr } from "./components/Fab/Fab.js";
|
|
50
|
-
import { ToastContainer as
|
|
51
|
-
import { Skeleton as
|
|
50
|
+
import { ToastContainer as br, ToastProvider as kr, useToast as vr } from "./components/Toast/Toast.js";
|
|
51
|
+
import { Skeleton as Dr, SkeletonAvatar as Lr, SkeletonCard as Rr, SkeletonText as Mr } from "./components/Skeleton/Skeleton.js";
|
|
52
52
|
import { Pagination as Fr } from "./components/Pagination/Pagination.js";
|
|
53
53
|
import { Slider as Gr } from "./components/Slider/Slider.js";
|
|
54
54
|
import { BearLoader as Or } from "./components/BearLoader/BearLoader.js";
|
|
55
|
-
import { Calendar as
|
|
56
|
-
import { DatePicker as
|
|
55
|
+
import { Calendar as Nr } from "./components/Calendar/Calendar.js";
|
|
56
|
+
import { DatePicker as Hr } from "./components/DatePicker/DatePicker.js";
|
|
57
57
|
import { TimePicker as qr } from "./components/TimePicker/TimePicker.js";
|
|
58
58
|
import { Breadcrumbs as Qr } from "./components/Breadcrumbs/Breadcrumbs.js";
|
|
59
59
|
import { Stepper as Wr, StepperControls as jr } from "./components/Stepper/Stepper.js";
|
|
@@ -69,19 +69,19 @@ import { EmptyState as ue } from "./components/EmptyState/EmptyState.js";
|
|
|
69
69
|
import { Image as de } from "./components/Image/Image.js";
|
|
70
70
|
import { FileUpload as Ce } from "./components/FileUpload/FileUpload.js";
|
|
71
71
|
import { NumberInput as Se } from "./components/NumberInput/NumberInput.js";
|
|
72
|
-
import { OTPInput as
|
|
72
|
+
import { OTPInput as Te } from "./components/OTPInput/OTPInput.js";
|
|
73
73
|
import { ColorPicker as Pe } from "./components/ColorPicker/ColorPicker.js";
|
|
74
|
-
import { ScrollArea as
|
|
74
|
+
import { ScrollArea as be } from "./components/ScrollArea/ScrollArea.js";
|
|
75
75
|
import { ResizablePanel as ve } from "./components/ResizablePanel/ResizablePanel.js";
|
|
76
|
-
import { ResizableTextarea as
|
|
77
|
-
import { Collapsible as
|
|
76
|
+
import { ResizableTextarea as De } from "./components/ResizableTextarea/ResizableTextarea.js";
|
|
77
|
+
import { Collapsible as Re } from "./components/Collapsible/Collapsible.js";
|
|
78
78
|
import { Kbd as Ae } from "./components/Kbd/Kbd.js";
|
|
79
79
|
import { CopyButton as we } from "./components/CopyButton/CopyButton.js";
|
|
80
80
|
import { Sidebar as Ee } from "./components/Sidebar/Sidebar.js";
|
|
81
|
-
import { SidebarGroup as
|
|
81
|
+
import { SidebarGroup as Ve } from "./components/Sidebar/components/SidebarGroup/SidebarGroup.js";
|
|
82
82
|
import "react/jsx-runtime";
|
|
83
83
|
import "react";
|
|
84
|
-
import { cn as ze, styleForge as
|
|
84
|
+
import { cn as ze, styleForge as He } from "./utils/cn.js";
|
|
85
85
|
import { deepMerge as qe } from "./utils/deepMerge.js";
|
|
86
86
|
import { createSlots as Qe } from "./utils/createSlots.js";
|
|
87
87
|
import { Column as We, Columns as je } from "./components/Columns/Columns.js";
|
|
@@ -96,17 +96,17 @@ import { ActiveBar as nt } from "./components/ActiveBar/ActiveBar.js";
|
|
|
96
96
|
import { RichEditor as ut } from "./components/RichEditor/RichEditor.js";
|
|
97
97
|
import { StatCard as dt } from "./components/StatCard/StatCard.js";
|
|
98
98
|
import { ActivityItem as Ct } from "./components/ActivityItem/ActivityItem.js";
|
|
99
|
-
import { BarChart as St, Chart as ht, LineChart as
|
|
100
|
-
import { Sparkline as
|
|
99
|
+
import { BarChart as St, Chart as ht, LineChart as Tt, PieChart as gt } from "./components/Chart/Chart.js";
|
|
100
|
+
import { Sparkline as Bt } from "./components/Sparkline/Sparkline.js";
|
|
101
101
|
import { Gauge as kt } from "./components/Gauge/Gauge.js";
|
|
102
|
-
import { SignPad as
|
|
103
|
-
import { Cascader as
|
|
104
|
-
import { Form as
|
|
102
|
+
import { SignPad as yt } from "./components/SignPad/SignPad.js";
|
|
103
|
+
import { Cascader as Lt } from "./components/Cascader/Cascader.js";
|
|
104
|
+
import { Form as Mt } from "./components/Form/Form.js";
|
|
105
105
|
import { useFormContext as Ft, useFormContextSafe as wt } from "./components/Form/Form.context.js";
|
|
106
106
|
import { NotificationCenter as Et } from "./components/NotificationCenter/NotificationCenter.js";
|
|
107
|
-
import { PhoneInput as
|
|
107
|
+
import { PhoneInput as Vt } from "./components/PhoneInput/PhoneInput.js";
|
|
108
108
|
import { CreditInput as zt } from "./components/CreditInput/CreditInput.js";
|
|
109
|
-
import { CommandPalette as
|
|
109
|
+
import { CommandPalette as Kt } from "./components/CommandPalette/CommandPalette.js";
|
|
110
110
|
import { SegmentedControl as Jt } from "./components/SegmentedControl/SegmentedControl.js";
|
|
111
111
|
import { TagsInput as Ut } from "./components/TagsInput/TagsInput.js";
|
|
112
112
|
import { BottomSheet as jt } from "./components/BottomSheet/BottomSheet.js";
|
|
@@ -122,17 +122,17 @@ import { useConfetti as up } from "./components/Confetti/useConfetti.js";
|
|
|
122
122
|
import { Tour as dp } from "./components/Tour/Tour.js";
|
|
123
123
|
import { useTour as Cp } from "./components/Tour/useTour.js";
|
|
124
124
|
import { QRCode as Sp } from "./components/QRCode/QRCode.js";
|
|
125
|
-
import { JsonViewer as
|
|
125
|
+
import { JsonViewer as Tp } from "./components/JsonViewer/JsonViewer.js";
|
|
126
126
|
import { DiffViewer as Pp } from "./components/DiffViewer/DiffViewer.js";
|
|
127
|
-
import { Chat as
|
|
127
|
+
import { Chat as bp } from "./components/Chat/Chat.js";
|
|
128
128
|
import { FloatingChat as vp } from "./components/FloatingChat/FloatingChat.js";
|
|
129
|
-
import { Terminal as
|
|
130
|
-
import { Map as
|
|
129
|
+
import { Terminal as Dp } from "./components/Terminal/Terminal.js";
|
|
130
|
+
import { Map as Rp } from "./components/Map/Map.js";
|
|
131
131
|
import { CodeEditor as Ap } from "./components/CodeEditor/CodeEditor.js";
|
|
132
132
|
import { Cropper as wp } from "./components/Cropper/Cropper.js";
|
|
133
133
|
import { Motion as Ep, Transition as Op } from "./components/Transition/Transition.js";
|
|
134
|
-
import { Masonry as
|
|
135
|
-
import { Watermark as
|
|
134
|
+
import { Masonry as Np } from "./components/Masonry/Masonry.js";
|
|
135
|
+
import { Watermark as Hp } from "./components/Watermark/Watermark.js";
|
|
136
136
|
import { Marquee as qp } from "./components/Marquee/Marquee.js";
|
|
137
137
|
import { CountdownTimer as Qp } from "./components/CountdownTimer/CountdownTimer.js";
|
|
138
138
|
import { Spotlight as Wp } from "./components/Spotlight/Spotlight.js";
|
|
@@ -149,17 +149,17 @@ import { DateRangePicker as lm } from "./components/DateRangePicker/DateRangePic
|
|
|
149
149
|
import { TreeSelect as cm } from "./components/TreeSelect/TreeSelect.js";
|
|
150
150
|
import { ImageGallery as Im } from "./components/ImageGallery/ImageGallery.js";
|
|
151
151
|
import { ContextMenu as hm } from "./components/ContextMenu/ContextMenu.js";
|
|
152
|
-
import { NumberFormatter as
|
|
153
|
-
import { InfiniteScroll as
|
|
152
|
+
import { NumberFormatter as gm } from "./components/NumberFormatter/NumberFormatter.js";
|
|
153
|
+
import { InfiniteScroll as Bm } from "./components/InfiniteScroll/InfiniteScroll.js";
|
|
154
154
|
import { ColorSwatch as km, ColorSwatchGroup as vm } from "./components/ColorSwatch/ColorSwatch.js";
|
|
155
|
-
import { SplitButton as
|
|
156
|
-
import { Popconfirm as
|
|
155
|
+
import { SplitButton as Dm } from "./components/SplitButton/SplitButton.js";
|
|
156
|
+
import { Popconfirm as Rm } from "./components/Popconfirm/Popconfirm.js";
|
|
157
157
|
import { Result as Am } from "./components/Result/Result.js";
|
|
158
158
|
import { Descriptions as wm } from "./components/Descriptions/Descriptions.js";
|
|
159
159
|
import { Anchor as Em } from "./components/Anchor/Anchor.js";
|
|
160
|
-
import { Affix as
|
|
160
|
+
import { Affix as Vm } from "./components/Affix/Affix.js";
|
|
161
161
|
import { RingProgress as zm } from "./components/RingProgress/RingProgress.js";
|
|
162
|
-
import { Spoiler as
|
|
162
|
+
import { Spoiler as Km } from "./components/Spoiler/Spoiler.js";
|
|
163
163
|
import { LoadingOverlay as Jm } from "./components/LoadingOverlay/LoadingOverlay.js";
|
|
164
164
|
import { Blockquote as Um } from "./components/Blockquote/Blockquote.js";
|
|
165
165
|
import { Indicator as jm } from "./components/Indicator/Indicator.js";
|
|
@@ -167,45 +167,50 @@ import { PageNav as _m } from "./components/PageNav/PageNav.js";
|
|
|
167
167
|
import { PropsPlayground as Zm } from "./components/PropsPlayground/PropsPlayground.js";
|
|
168
168
|
import { Biometric as of } from "./components/Biometric/Biometric.js";
|
|
169
169
|
import { useBiometric as ef } from "./components/Biometric/useBiometric.js";
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
170
|
+
import { ThemeIcon as pf } from "./components/ThemeIcon/ThemeIcon.js";
|
|
171
|
+
import { CloseButton as ff } from "./components/CloseButton/CloseButton.js";
|
|
172
|
+
import { Overlay as af } from "./components/Overlay/Overlay.js";
|
|
173
|
+
import { VisuallyHidden as sf } from "./components/VisuallyHidden/VisuallyHidden.js";
|
|
174
|
+
import { Portal as lf } from "./components/Portal/Portal.js";
|
|
175
|
+
import { BearProvider as cf, useBear as Cf, useBearMode as If, useBearTheme as Sf, useBearThemeOptional as hf } from "./context/BearProvider.js";
|
|
176
|
+
import { defaultDarkTheme as gf, defaultLightTheme as Pf } from "./context/defaultTheme.js";
|
|
177
|
+
import { useIsDesktop as bf, useIsMobile as kf, useIsTablet as vf, useMediaQuery as yf, usePrefersDark as Df, usePrefersReducedMotion as Lf } from "./hooks/useMediaQuery.js";
|
|
178
|
+
import { useClickOutside as Mf } from "./hooks/useClickOutside.js";
|
|
179
|
+
import { useResizeObserver as Ff } from "./hooks/useResizeObserver/useResizeObserver.js";
|
|
180
|
+
import { useDisclosure as Gf } from "./hooks/useDisclosure.js";
|
|
181
|
+
import { useBearStyles as Of } from "./hooks/useBearStyles.js";
|
|
182
|
+
import { bearStyled as Nf } from "./hooks/bearStyled.js";
|
|
183
|
+
import { useSlide as Hf } from "./hooks/useSlide/useSlide.js";
|
|
184
|
+
import { useParallax as qf } from "./hooks/useParallax/useParallax.js";
|
|
185
|
+
import { useBounce as Qf } from "./hooks/useBounce/useBounce.js";
|
|
186
|
+
import { useFloat as Wf } from "./hooks/useFloat/useFloat.js";
|
|
187
|
+
import { usePulse as Xf } from "./hooks/usePulse/usePulse.js";
|
|
188
|
+
import { useShake as Yf } from "./hooks/useShake/useShake.js";
|
|
189
|
+
import { useClipboard as $f } from "./hooks/useClipboard/useClipboard.js";
|
|
190
|
+
import { useDebounce as rx, useDebouncedCallback as ex } from "./hooks/useDebounce/useDebounce.js";
|
|
191
|
+
import { useThrottle as px, useThrottledCallback as mx } from "./hooks/useThrottle/useThrottle.js";
|
|
192
|
+
import { useLocalStorage as xx } from "./hooks/useLocalStorage/useLocalStorage.js";
|
|
193
|
+
import { useKeyPress as ix, useKeyPressState as nx } from "./hooks/useKeyPress/useKeyPress.js";
|
|
194
|
+
import { useInView as ux, useIntersectionObserver as lx } from "./hooks/useIntersectionObserver/useIntersectionObserver.js";
|
|
195
|
+
import { useDragDrop as cx } from "./hooks/useDragDrop/useDragDrop.js";
|
|
196
|
+
import { useLazyLoad as Ix } from "./hooks/useLazyLoad/useLazyLoad.js";
|
|
197
|
+
import { BearComponentProvider as hx, useBC as Tx, useBearComponent as gx, useBearComponentContext as Px } from "./hooks/useBearComponent/useBearComponent.js";
|
|
198
|
+
import { useSpotlight as bx } from "./hooks/useSpotlight/useSpotlight.js";
|
|
199
|
+
import { useOnline as vx } from "./hooks/useOnline/useOnline.js";
|
|
200
|
+
import { useWebSocket as Dx } from "./hooks/useWebSocket/useWebSocket.js";
|
|
201
|
+
import { useIdle as Rx } from "./hooks/useIdle/useIdle.js";
|
|
202
|
+
import { usePageVisibility as Ax } from "./hooks/usePageVisibility/usePageVisibility.js";
|
|
203
|
+
import { useLongPress as wx } from "./hooks/useLongPress/useLongPress.js";
|
|
204
|
+
import { useAnimate as Ex } from "./hooks/useAnimate.js";
|
|
205
|
+
import { useResponsive as Vx, useResponsiveProps as Nx } from "./hooks/useResponsive.js";
|
|
206
|
+
import { Icon as Hx } from "./components/Icon/Icon.js";
|
|
202
207
|
export {
|
|
203
208
|
or as Accordion,
|
|
204
209
|
rr as AccordionItem,
|
|
205
210
|
u as ActionIcon,
|
|
206
211
|
nt as ActiveBar,
|
|
207
212
|
Ct as ActivityItem,
|
|
208
|
-
|
|
213
|
+
Vm as Affix,
|
|
209
214
|
E as Alert,
|
|
210
215
|
tm as AlertDialog,
|
|
211
216
|
Em as Anchor,
|
|
@@ -216,14 +221,14 @@ export {
|
|
|
216
221
|
sr as AvatarGroup,
|
|
217
222
|
pp as BEAR_EMOJIS,
|
|
218
223
|
ap as BackTop,
|
|
219
|
-
|
|
224
|
+
b as Badge,
|
|
220
225
|
St as BarChart,
|
|
221
|
-
|
|
226
|
+
hx as BearComponentProvider,
|
|
222
227
|
z as BearIcons,
|
|
223
228
|
Or as BearLoader,
|
|
224
229
|
po as BearLogo,
|
|
225
230
|
eo as BearPawIcon,
|
|
226
|
-
|
|
231
|
+
cf as BearProvider,
|
|
227
232
|
of as Biometric,
|
|
228
233
|
Um as Blockquote,
|
|
229
234
|
_r as BottomNavigation,
|
|
@@ -232,34 +237,35 @@ export {
|
|
|
232
237
|
Qr as Breadcrumbs,
|
|
233
238
|
d as Button,
|
|
234
239
|
C as ButtonGroup,
|
|
235
|
-
|
|
240
|
+
Nr as Calendar,
|
|
236
241
|
S as Card,
|
|
237
242
|
h as CardBody,
|
|
238
|
-
|
|
239
|
-
|
|
243
|
+
T as CardCompound,
|
|
244
|
+
g as CardFooter,
|
|
240
245
|
P as CardHeader,
|
|
241
246
|
Zo as Carousel,
|
|
242
|
-
|
|
247
|
+
Lt as Cascader,
|
|
243
248
|
ht as Chart,
|
|
244
|
-
|
|
249
|
+
bp as Chat,
|
|
245
250
|
oo as CheckIcon,
|
|
246
|
-
|
|
251
|
+
Ro as Checkbox,
|
|
247
252
|
Ao as CheckboxCard,
|
|
248
253
|
Fo as CheckboxCardGroup,
|
|
249
|
-
|
|
254
|
+
K as ChevronDownIcon,
|
|
250
255
|
q as ChevronLeftIcon,
|
|
251
256
|
J as ChevronRightIcon,
|
|
252
257
|
Q as ChevronUpIcon,
|
|
253
258
|
ee as Chip,
|
|
259
|
+
ff as CloseButton,
|
|
254
260
|
at as CodeBlock,
|
|
255
261
|
Ap as CodeEditor,
|
|
256
|
-
|
|
262
|
+
Re as Collapsible,
|
|
257
263
|
Pe as ColorPicker,
|
|
258
264
|
km as ColorSwatch,
|
|
259
265
|
vm as ColorSwatchGroup,
|
|
260
266
|
We as Column,
|
|
261
267
|
je as Columns,
|
|
262
|
-
|
|
268
|
+
Kt as CommandPalette,
|
|
263
269
|
np as Confetti,
|
|
264
270
|
p as Container,
|
|
265
271
|
hm as ContextMenu,
|
|
@@ -268,11 +274,11 @@ export {
|
|
|
268
274
|
zt as CreditInput,
|
|
269
275
|
wp as Cropper,
|
|
270
276
|
Xo as DataTable,
|
|
271
|
-
|
|
277
|
+
Hr as DatePicker,
|
|
272
278
|
lm as DateRangePicker,
|
|
273
279
|
wm as Descriptions,
|
|
274
280
|
Pp as DiffViewer,
|
|
275
|
-
|
|
281
|
+
D as Divider,
|
|
276
282
|
Yp as Dock,
|
|
277
283
|
no as Drawer,
|
|
278
284
|
ho as Dropdown,
|
|
@@ -287,7 +293,7 @@ export {
|
|
|
287
293
|
Ce as FileUpload,
|
|
288
294
|
f as Flex,
|
|
289
295
|
vp as FloatingChat,
|
|
290
|
-
|
|
296
|
+
Mt as Form,
|
|
291
297
|
xm as FormField,
|
|
292
298
|
kt as Gauge,
|
|
293
299
|
$p as GradientText,
|
|
@@ -296,29 +302,29 @@ export {
|
|
|
296
302
|
n as GridItem,
|
|
297
303
|
ot as Highlight,
|
|
298
304
|
ft as HoverCard,
|
|
299
|
-
|
|
305
|
+
Hx as Icon,
|
|
300
306
|
de as Image,
|
|
301
307
|
Im as ImageGallery,
|
|
302
308
|
jm as Indicator,
|
|
303
|
-
|
|
304
|
-
|
|
309
|
+
Bm as InfiniteScroll,
|
|
310
|
+
Bo as Input,
|
|
305
311
|
mm as InputGroup,
|
|
306
|
-
|
|
312
|
+
Tp as JsonViewer,
|
|
307
313
|
op as Kanban,
|
|
308
314
|
Ae as Kbd,
|
|
309
|
-
|
|
315
|
+
Tt as LineChart,
|
|
310
316
|
A as Link,
|
|
311
317
|
cr as List,
|
|
312
318
|
Cr as ListItem,
|
|
313
319
|
Ir as ListItemButton,
|
|
314
320
|
Sr as ListItemIcon,
|
|
315
321
|
hr as ListItemText,
|
|
316
|
-
|
|
322
|
+
Tr as ListSubheader,
|
|
317
323
|
Jm as LoadingOverlay,
|
|
318
|
-
|
|
324
|
+
Rp as Map,
|
|
319
325
|
et as Mark,
|
|
320
326
|
qp as Marquee,
|
|
321
|
-
|
|
327
|
+
Np as Masonry,
|
|
322
328
|
Zt as MentionsInput,
|
|
323
329
|
co as Menu,
|
|
324
330
|
Co as MenuDivider,
|
|
@@ -327,69 +333,72 @@ export {
|
|
|
327
333
|
X as MinusIcon,
|
|
328
334
|
ao as Modal,
|
|
329
335
|
Ep as Motion,
|
|
330
|
-
|
|
336
|
+
Ho as MultiSelect,
|
|
331
337
|
qo as NavigableSelect,
|
|
332
338
|
Et as NotificationCenter,
|
|
333
|
-
|
|
339
|
+
gm as NumberFormatter,
|
|
334
340
|
Se as NumberInput,
|
|
335
|
-
|
|
341
|
+
Te as OTPInput,
|
|
342
|
+
af as Overlay,
|
|
336
343
|
_m as PageNav,
|
|
337
344
|
Fr as Pagination,
|
|
338
345
|
v as Paper,
|
|
339
346
|
rm as PasswordInput,
|
|
340
|
-
|
|
341
|
-
|
|
347
|
+
Vt as PhoneInput,
|
|
348
|
+
gt as PieChart,
|
|
342
349
|
_ as PlusIcon,
|
|
343
|
-
|
|
350
|
+
Rm as Popconfirm,
|
|
344
351
|
oe as Popover,
|
|
352
|
+
lf as Portal,
|
|
345
353
|
lr as Progress,
|
|
346
354
|
Zm as PropsPlayground,
|
|
347
355
|
Sp as QRCode,
|
|
348
356
|
Go as Radio,
|
|
349
|
-
|
|
350
|
-
|
|
357
|
+
Vo as RadioCard,
|
|
358
|
+
No as RadioCardGroup,
|
|
351
359
|
Eo as RadioGroup,
|
|
352
|
-
|
|
360
|
+
V as Rating,
|
|
353
361
|
ve as ResizablePanel,
|
|
354
|
-
|
|
362
|
+
De as ResizableTextarea,
|
|
355
363
|
Am as Result,
|
|
356
364
|
ut as RichEditor,
|
|
357
365
|
zm as RingProgress,
|
|
358
|
-
|
|
366
|
+
be as ScrollArea,
|
|
359
367
|
Y as SearchIcon,
|
|
360
368
|
Jt as SegmentedControl,
|
|
361
369
|
vo as Select,
|
|
362
370
|
Z as SettingsIcon,
|
|
363
371
|
Ee as Sidebar,
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
372
|
+
Ve as SidebarGroup,
|
|
373
|
+
yt as SignPad,
|
|
374
|
+
Dr as Skeleton,
|
|
375
|
+
Lr as SkeletonAvatar,
|
|
376
|
+
Rr as SkeletonCard,
|
|
377
|
+
Mr as SkeletonText,
|
|
370
378
|
Gr as Slider,
|
|
371
379
|
_t as SliderRange,
|
|
372
|
-
|
|
373
|
-
|
|
380
|
+
Bt as Sparkline,
|
|
381
|
+
go as SpeedDial,
|
|
374
382
|
w as Spinner,
|
|
375
|
-
|
|
376
|
-
|
|
383
|
+
Dm as SplitButton,
|
|
384
|
+
Km as Spoiler,
|
|
377
385
|
Wp as Spotlight,
|
|
378
386
|
dt as StatCard,
|
|
379
387
|
ne as Statistic,
|
|
380
388
|
Wr as Stepper,
|
|
381
389
|
jr as StepperControls,
|
|
382
|
-
|
|
390
|
+
Do as Switch,
|
|
383
391
|
tr as Tab,
|
|
384
392
|
fr as TabList,
|
|
385
393
|
ar as TabPanel,
|
|
386
394
|
pr as Tabs,
|
|
387
395
|
Ut as TagsInput,
|
|
388
|
-
|
|
389
|
-
|
|
396
|
+
Dp as Terminal,
|
|
397
|
+
bo as TextField,
|
|
398
|
+
pf as ThemeIcon,
|
|
390
399
|
qr as TimePicker,
|
|
391
400
|
ae as Timeline,
|
|
392
|
-
|
|
401
|
+
br as ToastContainer,
|
|
393
402
|
kr as ToastProvider,
|
|
394
403
|
uo as Tooltip,
|
|
395
404
|
dp as Tour,
|
|
@@ -398,66 +407,67 @@ export {
|
|
|
398
407
|
cm as TreeSelect,
|
|
399
408
|
pe as TreeView,
|
|
400
409
|
Xp as Typewriter,
|
|
401
|
-
|
|
410
|
+
R as Typography,
|
|
402
411
|
fp as VirtualList,
|
|
403
|
-
|
|
412
|
+
sf as VisuallyHidden,
|
|
413
|
+
Hp as Watermark,
|
|
404
414
|
W as XIcon,
|
|
405
|
-
|
|
415
|
+
Nf as bearStyled,
|
|
406
416
|
ze as cn,
|
|
407
417
|
_o as createColumns,
|
|
408
418
|
Qe as createSlots,
|
|
409
419
|
qe as deepMerge,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
420
|
+
gf as defaultDarkTheme,
|
|
421
|
+
Pf as defaultLightTheme,
|
|
422
|
+
He as styleForge,
|
|
423
|
+
Ex as useAnimate,
|
|
424
|
+
Tx as useBC,
|
|
425
|
+
Cf as useBear,
|
|
426
|
+
gx as useBearComponent,
|
|
427
|
+
Px as useBearComponentContext,
|
|
428
|
+
If as useBearMode,
|
|
429
|
+
Of as useBearStyles,
|
|
430
|
+
Sf as useBearTheme,
|
|
431
|
+
hf as useBearThemeOptional,
|
|
422
432
|
ef as useBiometric,
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
433
|
+
Qf as useBounce,
|
|
434
|
+
Mf as useClickOutside,
|
|
435
|
+
$f as useClipboard,
|
|
426
436
|
up as useConfetti,
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
437
|
+
rx as useDebounce,
|
|
438
|
+
ex as useDebouncedCallback,
|
|
439
|
+
Gf as useDisclosure,
|
|
440
|
+
cx as useDragDrop,
|
|
441
|
+
Wf as useFloat,
|
|
432
442
|
Ft as useFormContext,
|
|
433
443
|
wt as useFormContextSafe,
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
444
|
+
Rx as useIdle,
|
|
445
|
+
ux as useInView,
|
|
446
|
+
lx as useIntersectionObserver,
|
|
447
|
+
bf as useIsDesktop,
|
|
448
|
+
kf as useIsMobile,
|
|
449
|
+
vf as useIsTablet,
|
|
450
|
+
ix as useKeyPress,
|
|
451
|
+
nx as useKeyPressState,
|
|
452
|
+
Ix as useLazyLoad,
|
|
453
|
+
xx as useLocalStorage,
|
|
454
|
+
wx as useLongPress,
|
|
455
|
+
yf as useMediaQuery,
|
|
456
|
+
vx as useOnline,
|
|
457
|
+
Ax as usePageVisibility,
|
|
458
|
+
qf as useParallax,
|
|
459
|
+
Df as usePrefersDark,
|
|
460
|
+
Lf as usePrefersReducedMotion,
|
|
461
|
+
Xf as usePulse,
|
|
462
|
+
Ff as useResizeObserver,
|
|
463
|
+
Vx as useResponsive,
|
|
464
|
+
Nx as useResponsiveProps,
|
|
465
|
+
Yf as useShake,
|
|
466
|
+
Hf as useSlide,
|
|
467
|
+
bx as useSpotlight,
|
|
468
|
+
px as useThrottle,
|
|
469
|
+
mx as useThrottledCallback,
|
|
460
470
|
vr as useToast,
|
|
461
471
|
Cp as useTour,
|
|
462
|
-
|
|
472
|
+
Dx as useWebSocket
|
|
463
473
|
};
|
package/dist/styles/_effects.css
CHANGED
|
@@ -88,3 +88,12 @@
|
|
|
88
88
|
.animate-scale-in {
|
|
89
89
|
animation: scale-in 0.3s ease-out forwards;
|
|
90
90
|
}
|
|
91
|
+
|
|
92
|
+
@keyframes alert-dialog-in {
|
|
93
|
+
from { opacity: 0; transform: scale(0.95) translateY(4px); }
|
|
94
|
+
to { opacity: 1; transform: scale(1) translateY(0); }
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.animate-alert-dialog-in {
|
|
98
|
+
animation: alert-dialog-in 0.2s ease-out forwards;
|
|
99
|
+
}
|