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