@forgedevstack/bear 1.3.0 → 1.3.2
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 +26 -0
- package/dist/components/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.context.cjs +1 -0
- package/dist/components/Accordion/Accordion.context.d.ts +2 -0
- package/dist/components/Accordion/Accordion.context.js +5 -0
- package/dist/components/Accordion/Accordion.d.ts +2 -22
- package/dist/components/Accordion/Accordion.js +21 -73
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.const.d.ts +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +2 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.js +60 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.types.d.ts +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.cjs +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.d.ts +1 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.utils.js +4 -0
- package/dist/components/Accordion/components/AccordionItem/index.d.ts +2 -0
- package/dist/components/Accordion/components/index.d.ts +2 -0
- package/dist/components/Accordion/hooks/index.d.ts +1 -0
- package/dist/components/Accordion/hooks/useAccordion.cjs +1 -0
- package/dist/components/Accordion/hooks/useAccordion.d.ts +2 -0
- package/dist/components/Accordion/hooks/useAccordion.js +12 -0
- package/dist/components/Accordion/index.d.ts +3 -3
- package/dist/components/ActionIcon/ActionIcon.cjs +1 -1
- package/dist/components/ActionIcon/ActionIcon.const.cjs +1 -1
- package/dist/components/ActionIcon/ActionIcon.const.d.ts +0 -1
- package/dist/components/ActionIcon/ActionIcon.const.js +1 -2
- package/dist/components/ActionIcon/ActionIcon.d.ts +4 -2
- package/dist/components/ActionIcon/ActionIcon.js +37 -32
- package/dist/components/ActionIcon/ActionIcon.types.d.ts +6 -4
- package/dist/components/ActiveBar/ActiveBar.cjs +1 -8
- package/dist/components/ActiveBar/ActiveBar.const.cjs +1 -0
- package/dist/components/ActiveBar/ActiveBar.const.d.ts +7 -1
- package/dist/components/ActiveBar/ActiveBar.const.js +28 -0
- package/dist/components/ActiveBar/ActiveBar.js +79 -72
- package/dist/components/ActiveBar/ActiveBar.types.d.ts +4 -2
- package/dist/components/ActivityItem/ActivityItem.cjs +1 -1
- package/dist/components/ActivityItem/ActivityItem.d.ts +1 -6
- package/dist/components/ActivityItem/ActivityItem.js +47 -40
- package/dist/components/Affix/Affix.cjs +1 -1
- package/dist/components/Affix/Affix.d.ts +1 -2
- package/dist/components/Affix/Affix.js +68 -53
- package/dist/components/Affix/Affix.types.d.ts +13 -0
- package/dist/components/Affix/Affix.utils.cjs +1 -0
- package/dist/components/Affix/Affix.utils.d.ts +3 -0
- package/dist/components/Affix/Affix.utils.js +10 -0
- package/dist/components/Affix/index.d.ts +1 -1
- package/dist/components/Alert/Alert.cjs +1 -1
- package/dist/components/Alert/Alert.const.cjs +1 -1
- package/dist/components/Alert/Alert.const.d.ts +0 -10
- package/dist/components/Alert/Alert.const.js +30 -10
- package/dist/components/Alert/Alert.d.ts +1 -14
- package/dist/components/Alert/Alert.js +55 -80
- package/dist/components/AlertDialog/AlertDialog.cjs +1 -1
- package/dist/components/AlertDialog/AlertDialog.d.ts +1 -2
- package/dist/components/AlertDialog/AlertDialog.js +75 -67
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +0 -15
- package/dist/components/AlertDialog/index.d.ts +0 -1
- package/dist/components/Anchor/Anchor.cjs +1 -1
- package/dist/components/Anchor/Anchor.d.ts +1 -2
- package/dist/components/Anchor/Anchor.js +69 -61
- package/dist/components/AnimatedCounter/AnimatedCounter.cjs +1 -1
- package/dist/components/AnimatedCounter/AnimatedCounter.d.ts +1 -2
- package/dist/components/AnimatedCounter/AnimatedCounter.js +45 -43
- package/dist/components/AnimatedCounter/AnimatedCounter.types.d.ts +2 -12
- package/dist/components/AppBar/AppBar.cjs +1 -1
- package/dist/components/AppBar/AppBar.const.cjs +1 -1
- package/dist/components/AppBar/AppBar.const.d.ts +4 -36
- package/dist/components/AppBar/AppBar.const.js +7 -27
- package/dist/components/AppBar/AppBar.d.ts +1 -2
- package/dist/components/AppBar/AppBar.js +43 -64
- package/dist/components/AppShell/AppShell.cjs +1 -1
- package/dist/components/AppShell/AppShell.const.cjs +1 -1
- package/dist/components/AppShell/AppShell.const.d.ts +0 -17
- package/dist/components/AppShell/AppShell.const.js +3 -20
- package/dist/components/AppShell/AppShell.d.ts +1 -2
- package/dist/components/AppShell/AppShell.js +54 -50
- package/dist/components/AspectRatio/AspectRatio.cjs +1 -1
- package/dist/components/AspectRatio/AspectRatio.d.ts +1 -2
- package/dist/components/AspectRatio/AspectRatio.js +23 -21
- package/dist/components/Autocomplete/Autocomplete.cjs +1 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +1 -16
- package/dist/components/Autocomplete/Autocomplete.js +120 -134
- package/dist/components/Autocomplete/hooks/index.d.ts +1 -0
- package/dist/components/Autocomplete/hooks/useAutocomplete.cjs +1 -0
- package/dist/components/Autocomplete/hooks/useAutocomplete.d.ts +25 -0
- package/dist/components/Autocomplete/hooks/useAutocomplete.js +78 -0
- package/dist/components/Avatar/Avatar.cjs +1 -1
- package/dist/components/Avatar/Avatar.const.cjs +1 -1
- package/dist/components/Avatar/Avatar.const.d.ts +4 -7
- package/dist/components/Avatar/Avatar.const.js +12 -12
- package/dist/components/Avatar/Avatar.d.ts +2 -16
- package/dist/components/Avatar/Avatar.js +51 -66
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.cjs +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.const.d.ts +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.d.ts +2 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.js +39 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.types.d.ts +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.cjs +1 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.d.ts +5 -0
- package/dist/components/Avatar/components/AvatarGroup/AvatarGroup.utils.js +9 -0
- package/dist/components/Avatar/components/AvatarGroup/index.d.ts +2 -0
- package/dist/components/Avatar/components/index.d.ts +2 -0
- package/dist/components/Avatar/index.d.ts +2 -1
- package/dist/components/BackTop/BackTop.cjs +1 -1
- package/dist/components/BackTop/BackTop.const.cjs +1 -1
- package/dist/components/BackTop/BackTop.const.d.ts +21 -27
- package/dist/components/BackTop/BackTop.const.js +13 -7
- package/dist/components/BackTop/BackTop.d.ts +1 -19
- package/dist/components/BackTop/BackTop.js +65 -66
- package/dist/components/BackTop/BackTop.types.d.ts +2 -14
- package/dist/components/Backdrop/Backdrop.cjs +1 -1
- package/dist/components/Backdrop/Backdrop.d.ts +1 -2
- package/dist/components/Backdrop/Backdrop.js +39 -38
- package/dist/components/Backdrop/index.d.ts +1 -1
- package/dist/components/Badge/Badge.cjs +1 -1
- package/dist/components/Badge/Badge.constants.cjs +1 -1
- package/dist/components/Badge/Badge.constants.d.ts +0 -2
- package/dist/components/Badge/Badge.constants.js +6 -7
- package/dist/components/Badge/Badge.d.ts +1 -12
- package/dist/components/Badge/Badge.js +45 -41
- package/dist/components/Badge/Badge.types.d.ts +0 -5
- package/dist/components/Banner/Banner.cjs +1 -1
- package/dist/components/Banner/Banner.const.cjs +1 -1
- package/dist/components/Banner/Banner.const.d.ts +2 -17
- package/dist/components/Banner/Banner.const.js +16 -25
- package/dist/components/Banner/Banner.d.ts +1 -2
- package/dist/components/Banner/Banner.js +58 -57
- package/dist/components/Biometric/Biometric.cjs +1 -1
- package/dist/components/Biometric/Biometric.const.cjs +1 -0
- package/dist/components/Biometric/Biometric.const.d.ts +7 -1
- package/dist/components/Biometric/Biometric.const.js +31 -0
- package/dist/components/Biometric/Biometric.d.ts +1 -2
- package/dist/components/Biometric/Biometric.js +57 -106
- package/dist/components/Biometric/Biometric.types.d.ts +2 -1
- package/dist/components/Biometric/Biometric.utils.cjs +1 -0
- package/dist/components/Biometric/Biometric.utils.d.ts +9 -0
- package/dist/components/Biometric/Biometric.utils.js +5 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.d.ts +5 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.const.js +11 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricIcon/BiometricIcon.js +21 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.d.ts +4 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FaceSvg.js +17 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.d.ts +4 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/FingerprintSvg.js +18 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.cjs +1 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.d.ts +4 -0
- package/dist/components/Biometric/components/BiometricIcon/helpers/IrisSvg.js +15 -0
- package/dist/components/Biometric/components/BiometricIcon/index.d.ts +1 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.cjs +1 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.js +27 -0
- package/dist/components/Biometric/components/BiometricScanRipple/BiometricScanRipple.types.d.ts +3 -0
- package/dist/components/Biometric/components/BiometricScanRipple/index.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.cjs +1 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.d.ts +2 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.js +61 -0
- package/dist/components/Biometric/components/BiometricTrigger/BiometricTrigger.types.d.ts +10 -0
- package/dist/components/Biometric/components/BiometricTrigger/index.d.ts +2 -0
- package/dist/components/Biometric/components/index.d.ts +3 -0
- package/dist/components/Biometric/useBiometric.cjs +1 -1
- package/dist/components/Biometric/useBiometric.js +18 -16
- package/dist/components/Blockquote/Blockquote.cjs +1 -1
- package/dist/components/Blockquote/Blockquote.const.cjs +1 -1
- package/dist/components/Blockquote/Blockquote.const.d.ts +0 -2
- package/dist/components/Blockquote/Blockquote.const.js +2 -4
- package/dist/components/Blockquote/Blockquote.d.ts +1 -2
- package/dist/components/Blockquote/Blockquote.js +36 -37
- package/dist/components/BottomNavigation/BottomNavigation.cjs +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.const.cjs +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.const.d.ts +2 -8
- package/dist/components/BottomNavigation/BottomNavigation.const.js +3 -6
- package/dist/components/BottomNavigation/BottomNavigation.d.ts +1 -2
- package/dist/components/BottomNavigation/BottomNavigation.js +42 -41
- package/dist/components/BottomNavigation/BottomNavigation.types.d.ts +2 -1
- package/dist/components/BottomNavigation/index.d.ts +1 -1
- package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/BottomSheet/BottomSheet.const.cjs +1 -0
- package/dist/components/BottomSheet/BottomSheet.const.d.ts +2 -1
- package/dist/components/BottomSheet/BottomSheet.const.js +10 -0
- package/dist/components/BottomSheet/BottomSheet.d.ts +1 -2
- package/dist/components/BottomSheet/BottomSheet.js +119 -115
- package/dist/components/BottomSheet/BottomSheet.types.d.ts +2 -1
- package/dist/components/BottomSheet/index.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Button/Button.types.d.ts +1 -2
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.js +127 -108
- package/dist/components/Calendar/Calendar.types.d.ts +7 -7
- package/dist/components/Chart/BarChart.cjs +1 -1
- package/dist/components/Chart/BarChart.d.ts +1 -2
- package/dist/components/Chart/BarChart.js +81 -61
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.const.cjs +1 -1
- package/dist/components/Chart/Chart.const.d.ts +24 -3
- package/dist/components/Chart/Chart.const.js +39 -16
- package/dist/components/Chart/Chart.d.ts +1 -5
- package/dist/components/Chart/Chart.js +19 -23
- package/dist/components/Chart/Chart.types.d.ts +11 -19
- package/dist/components/Chart/Chart.utils.cjs +1 -1
- package/dist/components/Chart/Chart.utils.d.ts +8 -18
- package/dist/components/Chart/Chart.utils.js +39 -3
- package/dist/components/Chart/FunnelChart.cjs +1 -0
- package/dist/components/Chart/FunnelChart.d.ts +2 -0
- package/dist/components/Chart/FunnelChart.js +59 -0
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.d.ts +1 -2
- package/dist/components/Chart/LineChart.js +51 -55
- package/dist/components/Chart/PieChart.cjs +1 -1
- package/dist/components/Chart/PieChart.d.ts +1 -2
- package/dist/components/Chart/PieChart.js +121 -106
- package/dist/components/Chart/PieChart.types.d.ts +8 -0
- package/dist/components/Chart/RadarChart.cjs +1 -0
- package/dist/components/Chart/RadarChart.d.ts +2 -0
- package/dist/components/Chart/RadarChart.js +100 -0
- package/dist/components/Chart/index.d.ts +3 -1
- package/dist/components/Chat/Chat.cjs +1 -1
- package/dist/components/Chat/Chat.js +4 -3
- package/dist/components/CurrencyInput/CurrencyInput.cjs +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.js +1 -1
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.const.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.const.d.ts +16 -0
- package/dist/components/DatePicker/DatePicker.const.js +20 -0
- package/dist/components/DatePicker/DatePicker.js +124 -121
- package/dist/components/DatePicker/DatePicker.types.d.ts +3 -3
- package/dist/components/DateRangePicker/DateRangePicker.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.const.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.const.d.ts +3 -20
- package/dist/components/DateRangePicker/DateRangePicker.const.js +8 -54
- package/dist/components/DateRangePicker/DateRangePicker.js +125 -116
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +2 -1
- package/dist/components/DateRangePicker/DateRangePicker.utils.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.utils.d.ts +6 -0
- package/dist/components/DateRangePicker/DateRangePicker.utils.js +64 -20
- package/dist/components/Drawer/Drawer.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.d.ts +2 -11
- package/dist/components/Drawer/Drawer.const.js +6 -55
- package/dist/components/Drawer/Drawer.d.ts +1 -2
- package/dist/components/Drawer/Drawer.js +87 -131
- package/dist/components/Drawer/Drawer.types.d.ts +16 -3
- package/dist/components/Drawer/Drawer.utils.d.ts +0 -4
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +26 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.types.d.ts +20 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.js +17 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.js +9 -0
- package/dist/components/Drawer/components/DrawerHeader/index.d.ts +2 -0
- package/dist/components/Drawer/components/index.d.ts +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.cjs +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.d.ts +2 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.js +9 -0
- package/dist/components/Drawer/helpers/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/useDrawer.cjs +1 -0
- package/dist/components/Drawer/hooks/useDrawer.d.ts +2 -0
- package/dist/components/Drawer/hooks/useDrawer.js +51 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.const.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.const.d.ts +4 -0
- package/dist/components/Dropdown/Dropdown.const.js +6 -2
- package/dist/components/Dropdown/Dropdown.js +109 -116
- package/dist/components/Dropdown/Dropdown.types.d.ts +2 -2
- package/dist/components/Editable/Editable.cjs +1 -1
- package/dist/components/Editable/Editable.js +1 -1
- package/dist/components/FileTree/FileTree.cjs +1 -1
- package/dist/components/FileTree/FileTree.js +1 -1
- package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.js +10 -9
- package/dist/components/Gauge/Gauge.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.d.ts +5 -0
- package/dist/components/Gauge/Gauge.const.js +11 -6
- package/dist/components/Gauge/Gauge.d.ts +1 -2
- package/dist/components/Gauge/Gauge.js +69 -45
- package/dist/components/Gauge/Gauge.types.d.ts +11 -2
- package/dist/components/Gauge/helpers/GaugeLinearBar.cjs +1 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.d.ts +2 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.js +40 -0
- package/dist/components/GradientText/GradientText.cjs +1 -1
- package/dist/components/GradientText/GradientText.const.cjs +1 -1
- package/dist/components/GradientText/GradientText.const.d.ts +6 -1
- package/dist/components/GradientText/GradientText.const.js +11 -5
- package/dist/components/GradientText/GradientText.js +20 -19
- package/dist/components/Heatmap/Heatmap.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.d.ts +2 -0
- package/dist/components/Heatmap/Heatmap.const.js +8 -6
- package/dist/components/Heatmap/Heatmap.js +51 -47
- package/dist/components/Heatmap/Heatmap.types.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +2 -39
- package/dist/components/Icon/Icon.types.d.ts +1 -17
- package/dist/components/Icon/icons/action.d.ts +1 -85
- package/dist/components/Icon/icons/bear.d.ts +1 -12
- package/dist/components/Icon/icons/charts.d.ts +1 -0
- package/dist/components/Icon/icons/commerce.d.ts +1 -25
- package/dist/components/Icon/icons/communication.d.ts +1 -48
- package/dist/components/Icon/icons/content.d.ts +1 -53
- package/dist/components/Icon/icons/device.d.ts +1 -27
- package/dist/components/Icon/icons/editor.d.ts +1 -54
- package/dist/components/Icon/icons/file.d.ts +1 -25
- package/dist/components/Icon/icons/index.d.ts +1 -9
- package/dist/components/Icon/icons/media.d.ts +1 -64
- package/dist/components/Icon/icons/misc.d.ts +1 -96
- package/dist/components/Icon/icons/navigation.d.ts +1 -56
- package/dist/components/Icon/icons/social.d.ts +1 -24
- package/dist/components/Icon/icons/status.d.ts +1 -61
- package/dist/components/Icon/index.d.ts +2 -591
- package/dist/components/ImageAnnotation/ImageAnnotation.cjs +1 -1
- package/dist/components/ImageAnnotation/ImageAnnotation.js +1 -1
- package/dist/components/JsonViewer/JsonViewer.cjs +1 -1
- package/dist/components/JsonViewer/JsonViewer.js +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.cjs +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.js +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.types.d.ts +1 -1
- package/dist/components/MessageList/MessageList.cjs +1 -1
- package/dist/components/MessageList/MessageList.js +37 -36
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/OverlayPortal/OverlayPortal.cjs +1 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.cjs +1 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.d.ts +4 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.js +12 -0
- package/dist/components/OverlayPortal/OverlayPortal.d.ts +2 -0
- package/dist/components/OverlayPortal/OverlayPortal.js +45 -0
- package/dist/components/OverlayPortal/OverlayPortal.types.d.ts +13 -0
- package/dist/components/OverlayPortal/index.d.ts +2 -0
- package/dist/components/PageNav/PageNav.cjs +1 -1
- package/dist/components/PageNav/PageNav.js +1 -1
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +5 -5
- package/dist/components/PropsPlayground/PropsPlayground.cjs +1 -1
- package/dist/components/PropsPlayground/PropsPlayground.js +1 -1
- package/dist/components/Rating/Rating.cjs +1 -1
- package/dist/components/Rating/Rating.const.cjs +1 -1
- package/dist/components/Rating/Rating.const.d.ts +4 -12
- package/dist/components/Rating/Rating.const.js +15 -14
- package/dist/components/Rating/Rating.d.ts +1 -13
- package/dist/components/Rating/Rating.js +98 -136
- package/dist/components/Rating/Rating.types.d.ts +12 -18
- package/dist/components/Rating/Rating.utils.cjs +1 -0
- package/dist/components/Rating/Rating.utils.d.ts +6 -0
- package/dist/components/Rating/Rating.utils.js +18 -0
- package/dist/components/Rating/components/StarIcon/StarIcon.cjs +1 -0
- package/dist/components/Rating/components/StarIcon/StarIcon.d.ts +2 -0
- package/dist/components/Rating/components/StarIcon/StarIcon.js +14 -0
- package/dist/components/Rating/components/StarIcon/index.d.ts +1 -0
- package/dist/components/Rating/index.d.ts +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.cjs +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.const.cjs +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.const.d.ts +1 -11
- package/dist/components/ResizablePanel/ResizablePanel.const.js +3 -9
- package/dist/components/ResizablePanel/ResizablePanel.d.ts +1 -16
- package/dist/components/ResizablePanel/ResizablePanel.js +44 -51
- package/dist/components/ResizablePanel/ResizablePanel.utils.cjs +1 -1
- package/dist/components/ResizablePanel/ResizablePanel.utils.d.ts +4 -9
- package/dist/components/ResizablePanel/ResizablePanel.utils.js +9 -9
- package/dist/components/ResizablePanel/useResizablePanel.cjs +1 -0
- package/dist/components/ResizablePanel/useResizablePanel.d.ts +12 -0
- package/dist/components/ResizablePanel/useResizablePanel.js +33 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.cjs +1 -1
- package/dist/components/ResizableTextarea/ResizableTextarea.d.ts +1 -2
- package/dist/components/ResizableTextarea/ResizableTextarea.js +106 -91
- package/dist/components/ResizableTextarea/ResizableTextarea.utils.cjs +1 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.utils.d.ts +3 -0
- package/dist/components/ResizableTextarea/ResizableTextarea.utils.js +12 -0
- package/dist/components/Result/Result.cjs +1 -1
- package/dist/components/Result/Result.const.cjs +1 -1
- package/dist/components/Result/Result.const.d.ts +0 -8
- package/dist/components/Result/Result.const.js +7 -14
- package/dist/components/Result/Result.d.ts +1 -3
- package/dist/components/Result/Result.js +37 -24
- package/dist/components/Result/Result.utils.cjs +1 -0
- package/dist/components/Result/Result.utils.d.ts +4 -0
- package/dist/components/Result/Result.utils.js +22 -0
- package/dist/components/Result/index.d.ts +1 -1
- package/dist/components/RichEditor/RichEditor.cjs +1 -1
- package/dist/components/RichEditor/RichEditor.const.cjs +1 -141
- package/dist/components/RichEditor/RichEditor.const.d.ts +22 -11
- package/dist/components/RichEditor/RichEditor.const.js +84 -197
- package/dist/components/RichEditor/RichEditor.d.ts +1 -17
- package/dist/components/RichEditor/RichEditor.js +62 -352
- package/dist/components/RichEditor/RichEditor.types.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.d.ts +1 -3
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.js +17 -17
- package/dist/components/RichEditor/components/ToolbarButton/index.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.d.ts +7 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.const.js +5 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.d.ts +1 -3
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +114 -115
- package/dist/components/RichEditor/components/ToolbarColorPicker/index.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.d.ts +1 -3
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +66 -43
- package/dist/components/RichEditor/components/ToolbarDropdown/index.d.ts +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.d.ts +2 -4
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +50 -52
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.d.ts +2 -0
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.js +78 -0
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.types.d.ts +5 -0
- package/dist/components/RichEditor/components/ToolbarSignature/index.d.ts +2 -0
- package/dist/components/RichEditor/components/index.d.ts +1 -0
- package/dist/components/RichEditor/helpers/IconRender.cjs +1 -0
- package/dist/components/RichEditor/helpers/IconRender.d.ts +1 -0
- package/dist/components/RichEditor/helpers/IconRender.js +29 -0
- package/dist/components/RichEditor/helpers/formatHelpers.cjs +1 -1
- package/dist/components/RichEditor/helpers/formatHelpers.d.ts +0 -42
- package/dist/components/RichEditor/helpers/formatHelpers.js +32 -21
- package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -0
- package/dist/components/RichEditor/helpers/toolbarItemRender.d.ts +8 -0
- package/dist/components/RichEditor/helpers/toolbarItemRender.js +183 -0
- package/dist/components/RichEditor/index.d.ts +1 -1
- package/dist/components/RichEditor/useRichEditor/index.d.ts +2 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.cjs +1 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.d.ts +2 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.js +140 -0
- package/dist/components/RichEditor/useRichEditor/useRichEditor.types.d.ts +39 -0
- package/dist/components/RingProgress/RingProgress.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.d.ts +3 -2
- package/dist/components/RingProgress/RingProgress.const.js +7 -5
- package/dist/components/RingProgress/RingProgress.d.ts +1 -3
- package/dist/components/RingProgress/RingProgress.js +48 -44
- package/dist/components/RingProgress/RingProgress.types.d.ts +1 -0
- package/dist/components/RingProgress/RingProgress.utils.cjs +1 -0
- package/dist/components/RingProgress/RingProgress.utils.d.ts +13 -0
- package/dist/components/RingProgress/RingProgress.utils.js +16 -0
- package/dist/components/RingProgress/index.d.ts +1 -1
- package/dist/components/ScrollArea/ScrollArea.cjs +1 -1
- package/dist/components/ScrollArea/ScrollArea.const.cjs +1 -0
- package/dist/components/ScrollArea/ScrollArea.const.d.ts +15 -1
- package/dist/components/ScrollArea/ScrollArea.const.js +18 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +1 -2
- package/dist/components/ScrollArea/ScrollArea.js +24 -35
- package/dist/components/ScrollArea/ScrollArea.utils.cjs +1 -0
- package/dist/components/ScrollArea/ScrollArea.utils.d.ts +1 -0
- package/dist/components/ScrollArea/ScrollArea.utils.js +7 -0
- package/dist/components/SegmentedControl/SegmentedControl.cjs +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.const.cjs +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.const.d.ts +5 -1
- package/dist/components/SegmentedControl/SegmentedControl.const.js +8 -0
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -2
- package/dist/components/SegmentedControl/SegmentedControl.js +47 -45
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.const.cjs +1 -1
- package/dist/components/Select/Select.const.js +6 -7
- package/dist/components/Select/Select.js +110 -124
- package/dist/components/Select/Select.types.d.ts +2 -1
- package/dist/components/Sidebar/Sidebar.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.js +16 -15
- package/dist/components/Sidebar/Sidebar.types.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.utils.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.utils.d.ts +2 -0
- package/dist/components/Sidebar/Sidebar.utils.js +11 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +55 -51
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/SignPad/SignPad.const.cjs +1 -1
- package/dist/components/SignPad/SignPad.const.d.ts +3 -3
- package/dist/components/SignPad/SignPad.const.js +3 -3
- package/dist/components/SliderRange/SliderRange.cjs +1 -1
- package/dist/components/SliderRange/SliderRange.js +19 -19
- package/dist/components/Sparkline/Sparkline.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.d.ts +5 -0
- package/dist/components/Sparkline/Sparkline.const.js +9 -4
- package/dist/components/Sparkline/Sparkline.d.ts +1 -2
- package/dist/components/Sparkline/Sparkline.js +75 -53
- package/dist/components/Sparkline/Sparkline.types.d.ts +2 -0
- package/dist/components/Sparkline/Sparkline.utils.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.utils.d.ts +7 -12
- package/dist/components/Sparkline/Sparkline.utils.js +33 -20
- package/dist/components/Sparkline/index.d.ts +2 -2
- package/dist/components/Stepper/Stepper.cjs +1 -1
- package/dist/components/Stepper/Stepper.js +1 -1
- package/dist/components/Tabs/TabList.cjs +1 -1
- package/dist/components/Tabs/TabList.js +1 -1
- package/dist/components/TimePicker/TimePicker.cjs +1 -1
- package/dist/components/TimePicker/TimePicker.constants.cjs +1 -1
- package/dist/components/TimePicker/TimePicker.constants.d.ts +5 -1
- package/dist/components/TimePicker/TimePicker.constants.js +29 -25
- package/dist/components/TimePicker/TimePicker.js +110 -82
- package/dist/components/TimePicker/TimePicker.types.d.ts +4 -3
- package/dist/components/TimelineChart/TimelineChart.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.d.ts +3 -0
- package/dist/components/TimelineChart/TimelineChart.const.js +7 -4
- package/dist/components/TimelineChart/TimelineChart.js +56 -42
- package/dist/components/TimelineChart/TimelineChart.types.d.ts +1 -1
- package/dist/components/Transition/Transition.cjs +1 -1
- package/dist/components/Transition/Transition.js +56 -53
- package/dist/components/TreeSelect/TreeSelect.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.const.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.const.d.ts +3 -17
- package/dist/components/TreeSelect/TreeSelect.const.js +3 -17
- package/dist/components/TreeSelect/TreeSelect.d.ts +1 -3
- package/dist/components/TreeSelect/TreeSelect.js +164 -144
- package/dist/components/TreeSelect/TreeSelect.types.d.ts +15 -0
- package/dist/components/TreeSelect/TreeSelect.utils.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.utils.js +14 -13
- package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.cjs +1 -0
- package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.d.ts +2 -0
- package/dist/components/TreeSelect/components/TreeNodeRow/TreeNodeRow.js +68 -0
- package/dist/components/TreeSelect/components/TreeNodeRow/index.d.ts +1 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.cjs +1 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.d.ts +2 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.js +30 -0
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/index.d.ts +1 -0
- package/dist/components/TreeSelect/components/index.d.ts +2 -0
- package/dist/components/TreeView/TreeView.cjs +1 -1
- package/dist/components/TreeView/TreeView.const.cjs +1 -0
- package/dist/components/TreeView/TreeView.const.d.ts +20 -1
- package/dist/components/TreeView/TreeView.const.js +24 -0
- package/dist/components/TreeView/TreeView.d.ts +1 -2
- package/dist/components/TreeView/TreeView.js +49 -73
- package/dist/components/TreeView/TreeView.types.d.ts +26 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.cjs +1 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.d.ts +2 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.js +25 -0
- package/dist/components/TreeView/components/TreeViewExpandControl/index.d.ts +1 -0
- package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.cjs +1 -0
- package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.d.ts +2 -0
- package/dist/components/TreeView/components/TreeViewNode/TreeViewNode.js +97 -0
- package/dist/components/TreeView/components/TreeViewNode/index.d.ts +1 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.cjs +1 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.d.ts +2 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.js +11 -0
- package/dist/components/TreeView/components/TreeViewNodeIcon/index.d.ts +1 -0
- package/dist/components/TreeView/components/index.d.ts +3 -0
- package/dist/components/Typography/Typography.cjs +1 -1
- package/dist/components/Typography/Typography.d.ts +1 -16
- package/dist/components/Typography/Typography.js +67 -72
- package/dist/components/Typography/Typography.utils.cjs +1 -0
- package/dist/components/Typography/Typography.utils.d.ts +5 -0
- package/dist/components/Typography/Typography.utils.js +26 -0
- package/dist/components/VirtualList/VirtualList.cjs +1 -1
- package/dist/components/VirtualList/VirtualList.const.cjs +1 -1
- package/dist/components/VirtualList/VirtualList.const.d.ts +1 -1
- package/dist/components/VirtualList/VirtualList.const.js +4 -2
- package/dist/components/VirtualList/VirtualList.d.ts +1 -1
- package/dist/components/VirtualList/VirtualList.js +29 -28
- package/dist/components/Watermark/Watermark.cjs +1 -1
- package/dist/components/Watermark/Watermark.d.ts +1 -2
- package/dist/components/Watermark/Watermark.js +68 -77
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/index.js +415 -408
- package/dist/constants/generals.const.cjs +1 -0
- package/dist/constants/generals.const.d.ts +166 -0
- package/dist/constants/generals.const.js +144 -0
- package/dist/constants/index.d.ts +3 -0
- package/dist/constants/keys.const.cjs +1 -0
- package/dist/constants/keys.const.d.ts +6 -0
- package/dist/constants/keys.const.js +8 -0
- package/dist/constants/numbers.const.cjs +1 -0
- package/dist/constants/numbers.const.d.ts +77 -0
- package/dist/constants/numbers.const.js +70 -0
- package/dist/context/BearProvider.d.ts +1 -2
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.d.ts +7 -0
- package/dist/hooks/index.js +76 -57
- package/dist/hooks/useBearComponent/useBearComponent.d.ts +1 -1
- package/dist/hooks/useBearComponent/useBearComponent.types.d.ts +1 -1
- package/dist/hooks/useBearDefaultProps.d.ts +1 -1
- package/dist/hooks/useBearStyles.d.ts +1 -1
- package/dist/hooks/useDocumentDarkClass/index.d.ts +1 -0
- package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.cjs +1 -0
- package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.d.ts +1 -0
- package/dist/hooks/useDocumentDarkClass/useDocumentDarkClass.js +26 -0
- package/dist/hooks/useFixedAnchorPosition/index.d.ts +4 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.cjs +1 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.cjs +1 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.d.ts +17 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.js +20 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.d.ts +2 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.js +64 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.types.d.ts +35 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.cjs +1 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.d.ts +16 -0
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.utils.js +23 -0
- package/dist/hooks/usePointerDrag/index.d.ts +2 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.cjs +1 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.d.ts +2 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.js +32 -0
- package/dist/hooks/usePointerDrag/usePointerDrag.types.d.ts +14 -0
- package/dist/hooks/useResponsive.d.ts +1 -1
- package/dist/hooks/useWindowLayout/index.d.ts +2 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.cjs +1 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.const.cjs +1 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.const.d.ts +2 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.const.js +5 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.d.ts +5 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.js +15 -0
- package/dist/hooks/useWindowLayout/useWindowLayout.types.d.ts +4 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.d.ts +2 -2
- package/dist/icons.js +1 -6
- package/dist/index.cjs +1 -1
- package/dist/index.js +550 -522
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +14 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +35 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +26 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +4 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +130 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +12 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +18 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +6 -0
- package/dist/styles/_drawer.css +213 -0
- package/dist/styles/_feedback.css +15 -0
- package/dist/styles/_overlays.css +0 -1
- package/dist/styles/_rich-editor.css +104 -0
- package/dist/styles/_segmented.css +70 -0
- package/dist/styles/main.css +3 -0
- package/dist/styles.css +484 -73
- package/dist/types/index.d.ts +1 -0
- package/dist/types/surface.types.d.ts +6 -0
- package/dist/utils/clamp.utils.cjs +1 -0
- package/dist/utils/clamp.utils.d.ts +1 -0
- package/dist/utils/clamp.utils.js +4 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +32 -30
- package/package.json +5 -1
- package/dist/components/Accordion/Accordion.const.cjs +0 -1
- package/dist/components/Accordion/Accordion.const.d.ts +0 -10
- package/dist/components/Accordion/Accordion.const.js +0 -8
- package/dist/components/ActivityItem/ActivityItem.const.d.ts +0 -1
- package/dist/components/Affix/Affix.const.cjs +0 -1
- package/dist/components/Affix/Affix.const.d.ts +0 -6
- package/dist/components/Affix/Affix.const.js +0 -9
- package/dist/components/AlertDialog/AlertDialog.const.cjs +0 -1
- package/dist/components/AlertDialog/AlertDialog.const.d.ts +0 -5
- package/dist/components/AlertDialog/AlertDialog.const.js +0 -8
- package/dist/components/Anchor/Anchor.const.cjs +0 -1
- package/dist/components/Anchor/Anchor.const.d.ts +0 -9
- package/dist/components/Anchor/Anchor.const.js +0 -11
- package/dist/components/AnimatedCounter/AnimatedCounter.const.cjs +0 -1
- package/dist/components/AnimatedCounter/AnimatedCounter.const.d.ts +0 -5
- package/dist/components/AnimatedCounter/AnimatedCounter.const.js +0 -7
- package/dist/components/AspectRatio/AspectRatio.const.d.ts +0 -1
- package/dist/components/Autocomplete/Autocomplete.const.cjs +0 -1
- package/dist/components/Autocomplete/Autocomplete.const.js +0 -4
- package/dist/components/Backdrop/Backdrop.const.cjs +0 -1
- package/dist/components/Backdrop/Backdrop.const.d.ts +0 -11
- package/dist/components/Backdrop/Backdrop.const.js +0 -14
- package/dist/components/Banner/helpers/BannerErrorSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerErrorSvg.js +0 -22
- package/dist/components/Banner/helpers/BannerInfoSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerInfoSvg.js +0 -22
- package/dist/components/Banner/helpers/BannerSuccessSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerSuccessSvg.js +0 -21
- package/dist/components/Banner/helpers/BannerWarningSvg.cjs +0 -1
- package/dist/components/Banner/helpers/BannerWarningSvg.js +0 -22
- package/dist/components/Biometric/BiometricIcon.cjs +0 -1
- package/dist/components/Biometric/BiometricIcon.d.ts +0 -3
- package/dist/components/Biometric/BiometricIcon.js +0 -45
- package/dist/components/Icon/Icon.cjs +0 -1
- package/dist/components/Icon/Icon.const.d.ts +0 -1
- package/dist/components/Icon/Icon.js +0 -45
- package/dist/components/Icon/icons/action.cjs +0 -1
- package/dist/components/Icon/icons/action.js +0 -351
- package/dist/components/Icon/icons/bear.cjs +0 -1
- package/dist/components/Icon/icons/bear.js +0 -47
- package/dist/components/Icon/icons/commerce.cjs +0 -1
- package/dist/components/Icon/icons/commerce.js +0 -124
- package/dist/components/Icon/icons/communication.cjs +0 -1
- package/dist/components/Icon/icons/communication.js +0 -184
- package/dist/components/Icon/icons/content.cjs +0 -1
- package/dist/components/Icon/icons/content.js +0 -231
- package/dist/components/Icon/icons/device.cjs +0 -1
- package/dist/components/Icon/icons/device.js +0 -122
- package/dist/components/Icon/icons/editor.cjs +0 -1
- package/dist/components/Icon/icons/editor.js +0 -285
- package/dist/components/Icon/icons/file.cjs +0 -1
- package/dist/components/Icon/icons/file.js +0 -120
- package/dist/components/Icon/icons/media.cjs +0 -1
- package/dist/components/Icon/icons/media.js +0 -306
- package/dist/components/Icon/icons/misc.cjs +0 -1
- package/dist/components/Icon/icons/misc.js +0 -450
- package/dist/components/Icon/icons/navigation.cjs +0 -1
- package/dist/components/Icon/icons/navigation.js +0 -215
- package/dist/components/Icon/icons/social.cjs +0 -1
- package/dist/components/Icon/icons/social.js +0 -89
- package/dist/components/Icon/icons/status.cjs +0 -1
- package/dist/components/Icon/icons/status.js +0 -271
- package/dist/components/Icon/index.cjs +0 -1
- package/dist/components/Icon/index.js +0 -60
- package/dist/components/ResizableTextarea/ResizableTextarea.const.cjs +0 -1
- package/dist/components/ResizableTextarea/ResizableTextarea.const.d.ts +0 -2
- package/dist/components/ResizableTextarea/ResizableTextarea.const.js +0 -5
- package/dist/components/Result/Result.icons.cjs +0 -1
- package/dist/components/Result/Result.icons.d.ts +0 -3
- package/dist/components/Result/Result.icons.js +0 -31
package/dist/components/index.js
CHANGED
|
@@ -1,444 +1,451 @@
|
|
|
1
1
|
import { Container as m } from "./Container/Container.js";
|
|
2
2
|
import { Flex as x } from "./Flex/Flex.js";
|
|
3
3
|
import { Grid as n, GridCompound as i, GridItem as l } from "./Grid/Grid.js";
|
|
4
|
-
import { ActionIcon as
|
|
5
|
-
import { Button as
|
|
4
|
+
import { ActionIcon as u } from "./ActionIcon/ActionIcon.js";
|
|
5
|
+
import { Button as s } from "./Button/Button.js";
|
|
6
6
|
import { ButtonGroup as I } from "./ButtonGroup/ButtonGroup.js";
|
|
7
7
|
import { Card as T, CardBody as g, CardCompound as h, CardFooter as B, CardHeader as P } from "./Card/Card.js";
|
|
8
8
|
import { Badge as k } from "./Badge/Badge.js";
|
|
9
9
|
import { Paper as A } from "./Paper/Paper.js";
|
|
10
|
-
import { Divider as
|
|
11
|
-
import { Typography as
|
|
12
|
-
import { Link as
|
|
10
|
+
import { Divider as F } from "./Divider/Divider.js";
|
|
11
|
+
import { Typography as R } from "./Typography/Typography.js";
|
|
12
|
+
import { Link as y } from "./Link/Link.js";
|
|
13
13
|
import { Spinner as D } from "./Spinner/Spinner.js";
|
|
14
14
|
import { Alert as H } from "./Alert/Alert.js";
|
|
15
|
-
import { Rating as
|
|
16
|
-
import { BearIcons as q } from "
|
|
17
|
-
import { ChevronDownIcon as
|
|
18
|
-
import { RemoveIcon as
|
|
19
|
-
import { CheckIcon as
|
|
20
|
-
import { BearPawIcon as
|
|
21
|
-
import { BearLogo as
|
|
22
|
-
import { EmberLogo as
|
|
23
|
-
import { Modal as
|
|
24
|
-
import { ModalsProvider as
|
|
25
|
-
import { useModals as
|
|
26
|
-
import { Drawer as
|
|
27
|
-
import { Tooltip as
|
|
28
|
-
import { Menu as
|
|
29
|
-
import { Dropdown as
|
|
30
|
-
import { SpeedDial as
|
|
31
|
-
import { Input as
|
|
15
|
+
import { Rating as O } from "./Rating/Rating.js";
|
|
16
|
+
import { BearIcons as q, Icon as z } from "@forgedevstack/bear-icons";
|
|
17
|
+
import { ChevronDownIcon as K, ChevronLeftIcon as U, ChevronRightIcon as j, ChevronUpIcon as Q, MenuIcon as W, CloseIcon as X } from "../node_modules/@forgedevstack/bear-icons/dist/navigation.js";
|
|
18
|
+
import { RemoveIcon as Y, AddIcon as Z, SearchIcon as $, SettingsIcon as oo } from "../node_modules/@forgedevstack/bear-icons/dist/action.js";
|
|
19
|
+
import { CheckIcon as eo } from "../node_modules/@forgedevstack/bear-icons/dist/status.js";
|
|
20
|
+
import { BearPawIcon as po } from "../node_modules/@forgedevstack/bear-icons/dist/misc.js";
|
|
21
|
+
import { BearLogo as fo } from "./BearLogo/BearLogo.js";
|
|
22
|
+
import { EmberLogo as ao } from "./BearLogo/EmberLogo.js";
|
|
23
|
+
import { Modal as io } from "./Modal/Modal.js";
|
|
24
|
+
import { ModalsProvider as uo } from "./ModalsProvider/ModalsProvider.js";
|
|
25
|
+
import { useModals as so } from "./ModalsProvider/hooks/useModals.js";
|
|
26
|
+
import { Drawer as Io } from "./Drawer/Drawer.js";
|
|
27
|
+
import { Tooltip as To } from "./Tooltip/Tooltip.js";
|
|
28
|
+
import { Menu as ho, MenuDivider as Bo, MenuItem as Po } from "./Menu/Menu.js";
|
|
29
|
+
import { Dropdown as ko } from "./Dropdown/Dropdown.js";
|
|
30
|
+
import { SpeedDial as Ao } from "./SpeedDial/SpeedDial.js";
|
|
31
|
+
import { Input as Fo, Input as Go } from "./Input/Input.js";
|
|
32
32
|
import { Select as Lo } from "./Select/Select.js";
|
|
33
33
|
import { Switch as wo } from "./Switch/Switch.js";
|
|
34
|
-
import { SwitchGroup as
|
|
35
|
-
import { Checkbox as
|
|
36
|
-
import { CheckboxCard as Vo, CheckboxCardGroup as
|
|
37
|
-
import { Radio as
|
|
38
|
-
import { RadioCard as
|
|
39
|
-
import { MultiSelect as
|
|
40
|
-
import { NavigableSelect as
|
|
41
|
-
import { Autocomplete as
|
|
42
|
-
import { TransferList as
|
|
43
|
-
import { DataTable as
|
|
44
|
-
import { Carousel as
|
|
45
|
-
import { Accordion as
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
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 {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
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 {
|
|
34
|
+
import { SwitchGroup as Eo } from "./Switch/SwitchGroup.js";
|
|
35
|
+
import { Checkbox as No } from "./Checkbox/Checkbox.js";
|
|
36
|
+
import { CheckboxCard as Vo, CheckboxCardGroup as qo } from "./CheckboxCard/CheckboxCard.js";
|
|
37
|
+
import { Radio as Jo, RadioGroup as Ko } from "./Radio/Radio.js";
|
|
38
|
+
import { RadioCard as jo, RadioCardGroup as Qo } from "./RadioCard/RadioCard.js";
|
|
39
|
+
import { MultiSelect as Xo } from "./MultiSelect/MultiSelect.js";
|
|
40
|
+
import { NavigableSelect as Yo } from "./NavigableSelect/NavigableSelect.js";
|
|
41
|
+
import { Autocomplete as $o } from "./Autocomplete/Autocomplete.js";
|
|
42
|
+
import { TransferList as rr } from "./TransferList/TransferList.js";
|
|
43
|
+
import { DataTable as tr, createColumns as pr } from "./DataTable/DataTable.js";
|
|
44
|
+
import { Carousel as fr } from "./Carousel/Carousel.js";
|
|
45
|
+
import { Accordion as ar } from "./Accordion/Accordion.js";
|
|
46
|
+
import { AccordionItem as ir } from "./Accordion/components/AccordionItem/AccordionItem.js";
|
|
47
|
+
import { Tab as dr, Tab as ur, Tabs as Cr } from "./Tabs/Tabs.js";
|
|
48
|
+
import { TabList as cr } from "./Tabs/TabList.js";
|
|
49
|
+
import { TabPanel as Sr } from "./Tabs/TabPanel.js";
|
|
50
|
+
import { Avatar as gr } from "./Avatar/Avatar.js";
|
|
51
|
+
import { AvatarGroup as Br } from "./Avatar/components/AvatarGroup/AvatarGroup.js";
|
|
52
|
+
import { Progress as br } from "./Progress/Progress.js";
|
|
53
|
+
import { List as vr, ListItem as Ar, ListItemButton as Mr, ListItemIcon as Fr, ListItemText as Gr, ListSubheader as Rr } from "./List/List.js";
|
|
54
|
+
import { Fab as yr } from "./Fab/Fab.js";
|
|
55
|
+
import { ToastContainer as Dr, ToastProvider as Er, useToast as Hr } from "./Toast/Toast.js";
|
|
56
|
+
import { SkeletonCard as Or, Skeleton as Vr, SkeletonAvatar as qr, SkeletonCard as zr, SkeletonText as Jr } from "./Skeleton/Skeleton.js";
|
|
57
|
+
import { Pagination as Ur } from "./Pagination/Pagination.js";
|
|
58
|
+
import { Slider as Qr } from "./Slider/Slider.js";
|
|
59
|
+
import { BearLoader as Xr } from "./BearLoader/BearLoader.js";
|
|
60
|
+
import { Calendar as Yr } from "./Calendar/Calendar.js";
|
|
61
|
+
import { DatePicker as $r } from "./DatePicker/DatePicker.js";
|
|
62
|
+
import { TimePicker as re } from "./TimePicker/TimePicker.js";
|
|
63
|
+
import { Breadcrumbs as te } from "./Breadcrumbs/Breadcrumbs.js";
|
|
64
|
+
import { Stepper as me } from "./Stepper/Stepper.js";
|
|
65
|
+
import { StepperControls as xe } from "./Stepper/components/StepperControls.js";
|
|
66
|
+
import { BottomNavigation as ne } from "./BottomNavigation/BottomNavigation.js";
|
|
67
|
+
import { AppBar as le } from "./AppBar/AppBar.js";
|
|
68
|
+
import { Popover as ue } from "./Popover/Popover.js";
|
|
69
|
+
import { Chip as se } from "./Chip/Chip.js";
|
|
70
|
+
import { ChipGroup as Ie } from "./ChipGroup/ChipGroup.js";
|
|
71
|
+
import { Backdrop as Te } from "./Backdrop/Backdrop.js";
|
|
72
|
+
import { TreeView as he } from "./TreeView/TreeView.js";
|
|
73
|
+
import { FileTree as Pe } from "./FileTree/FileTree.js";
|
|
74
|
+
import { Timeline as ke } from "./Timeline/Timeline.js";
|
|
75
|
+
import { Statistic as Ae } from "./Statistic/Statistic.js";
|
|
76
|
+
import { EmptyState as Fe } from "./EmptyState/EmptyState.js";
|
|
77
|
+
import { PageHeader as Re } from "./PageHeader/PageHeader.js";
|
|
78
|
+
import { AppShell as ye } from "./AppShell/AppShell.js";
|
|
79
|
+
import { Banner as De } from "./Banner/Banner.js";
|
|
80
|
+
import { Image as He } from "./Image/Image.js";
|
|
81
|
+
import { FileUpload as Oe } from "./FileUpload/FileUpload.js";
|
|
82
|
+
import { NumberInput as qe } from "./NumberInput/NumberInput.js";
|
|
83
|
+
import { OTPInput as Je } from "./OTPInput/OTPInput.js";
|
|
84
|
+
import { ColorPicker as Ue } from "./ColorPicker/ColorPicker.js";
|
|
85
|
+
import { ScrollArea as Qe } from "./ScrollArea/ScrollArea.js";
|
|
86
|
+
import { ResizablePanel as Xe } from "./ResizablePanel/ResizablePanel.js";
|
|
87
|
+
import { ResizableTextarea as Ye } from "./ResizableTextarea/ResizableTextarea.js";
|
|
88
|
+
import { Collapsible as $e } from "./Collapsible/Collapsible.js";
|
|
89
|
+
import { Kbd as rt } from "./Kbd/Kbd.js";
|
|
90
|
+
import { CopyButton as tt } from "./CopyButton/CopyButton.js";
|
|
91
|
+
import { Sidebar as mt } from "./Sidebar/Sidebar.js";
|
|
92
|
+
import { SidebarGroup as xt } from "./Sidebar/components/SidebarGroup/SidebarGroup.js";
|
|
91
93
|
import "react/jsx-runtime";
|
|
92
94
|
import "react";
|
|
93
|
-
import { Column as
|
|
94
|
-
import { Box as
|
|
95
|
-
import { Em as
|
|
96
|
-
import { Highlight as
|
|
97
|
-
import { Mark as
|
|
98
|
-
import { Editable as
|
|
99
|
-
import { HoverCard as
|
|
100
|
-
import { CodeBlock as
|
|
101
|
-
import { ActiveBar as
|
|
102
|
-
import { RichEditor as
|
|
103
|
-
import { StatCard as
|
|
104
|
-
import { ActivityItem as
|
|
105
|
-
import { Chart as
|
|
106
|
-
import { BarChart as
|
|
107
|
-
import { LineChart as
|
|
108
|
-
import { PieChart as
|
|
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 {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
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 {
|
|
95
|
+
import { Column as nt, Columns as it } from "./Columns/Columns.js";
|
|
96
|
+
import { Box as dt } from "./Box/Box.js";
|
|
97
|
+
import { Em as Ct } from "./Em/Em.js";
|
|
98
|
+
import { Highlight as ct } from "./Highlight/Highlight.js";
|
|
99
|
+
import { Mark as St } from "./Mark/Mark.js";
|
|
100
|
+
import { Editable as gt } from "./Editable/Editable.js";
|
|
101
|
+
import { HoverCard as Bt } from "./HoverCard/HoverCard.js";
|
|
102
|
+
import { CodeBlock as bt } from "./CodeBlock/CodeBlock.js";
|
|
103
|
+
import { ActiveBar as vt } from "./ActiveBar/ActiveBar.js";
|
|
104
|
+
import { RichEditor as Mt } from "./RichEditor/RichEditor.js";
|
|
105
|
+
import { StatCard as Gt } from "./StatCard/StatCard.js";
|
|
106
|
+
import { ActivityItem as Lt } from "./ActivityItem/ActivityItem.js";
|
|
107
|
+
import { Chart as wt } from "./Chart/Chart.js";
|
|
108
|
+
import { BarChart as Et } from "./Chart/BarChart.js";
|
|
109
|
+
import { LineChart as Nt } from "./Chart/LineChart.js";
|
|
110
|
+
import { PieChart as Vt } from "./Chart/PieChart.js";
|
|
111
|
+
import { RadarChart as zt } from "./Chart/RadarChart.js";
|
|
112
|
+
import { FunnelChart as Kt } from "./Chart/FunnelChart.js";
|
|
113
|
+
import { Sparkline as jt } from "./Sparkline/Sparkline.js";
|
|
114
|
+
import { Gauge as Wt } from "./Gauge/Gauge.js";
|
|
115
|
+
import { SignPad as _t } from "./SignPad/SignPad.js";
|
|
116
|
+
import { Cascader as Zt } from "./Cascader/Cascader.js";
|
|
117
|
+
import { Form as op } from "./Form/Form.js";
|
|
118
|
+
import { useFormContext as ep, useFormContextSafe as tp } from "./Form/Form.context.js";
|
|
119
|
+
import { NotificationCenter as mp } from "./NotificationCenter/NotificationCenter.js";
|
|
120
|
+
import { PhoneInput as xp } from "./PhoneInput/PhoneInput.js";
|
|
121
|
+
import { CreditInput as np } from "./CreditInput/CreditInput.js";
|
|
122
|
+
import { CommandPalette as lp } from "./CommandPalette/CommandPalette.js";
|
|
123
|
+
import { SegmentedControl as up } from "./SegmentedControl/SegmentedControl.js";
|
|
124
|
+
import { TagsInput as sp } from "./TagsInput/TagsInput.js";
|
|
125
|
+
import { BottomSheet as Ip } from "./BottomSheet/BottomSheet.js";
|
|
126
|
+
import { SliderRange as Tp } from "./SliderRange/SliderRange.js";
|
|
127
|
+
import { MentionsInput as hp } from "./MentionsInput/MentionsInput.js";
|
|
128
|
+
import { Kanban as Pp } from "./Kanban/Kanban.js";
|
|
129
|
+
import { EmojiPicker as kp } from "./EmojiPicker/EmojiPicker.js";
|
|
130
|
+
import { BEAR_EMOJIS as Ap } from "./EmojiPicker/EmojiPicker.const.js";
|
|
131
|
+
import { VirtualList as Fp } from "./VirtualList/VirtualList.js";
|
|
132
|
+
import { BackTop as Rp } from "./BackTop/BackTop.js";
|
|
133
|
+
import { Confetti as yp } from "./Confetti/Confetti.js";
|
|
134
|
+
import { useConfetti as Dp } from "./Confetti/useConfetti.js";
|
|
135
|
+
import { Tour as Hp } from "./Tour/Tour.js";
|
|
136
|
+
import { useTour as Op } from "./Tour/useTour.js";
|
|
137
|
+
import { QRCode as qp } from "./QRCode/QRCode.js";
|
|
138
|
+
import { JsonViewer as Jp } from "./JsonViewer/JsonViewer.js";
|
|
139
|
+
import { DiffSquares as Up } from "./DiffSquares/DiffSquares.js";
|
|
140
|
+
import { DiffViewer as Qp } from "./DiffViewer/DiffViewer.js";
|
|
141
|
+
import { Chat as Xp } from "./Chat/Chat.js";
|
|
142
|
+
import { FloatingChat as Yp } from "./FloatingChat/FloatingChat.js";
|
|
143
|
+
import { MessageList as $p } from "./MessageList/MessageList.js";
|
|
144
|
+
import { Terminal as rm } from "./Terminal/Terminal.js";
|
|
145
|
+
import { Map as tm } from "./Map/Map.js";
|
|
146
|
+
import { CodeEditor as mm } from "./CodeEditor/CodeEditor.js";
|
|
147
|
+
import { Cropper as xm } from "./Cropper/Cropper.js";
|
|
148
|
+
import { Motion as nm, Transition as im } from "./Transition/Transition.js";
|
|
149
|
+
import { Masonry as dm } from "./Masonry/Masonry.js";
|
|
150
|
+
import { Watermark as Cm } from "./Watermark/Watermark.js";
|
|
151
|
+
import { Marquee as cm } from "./Marquee/Marquee.js";
|
|
152
|
+
import { CountdownTimer as Sm } from "./CountdownTimer/CountdownTimer.js";
|
|
153
|
+
import { Spotlight as gm } from "./Spotlight/Spotlight.js";
|
|
154
|
+
import { Typewriter as Bm } from "./Typewriter/Typewriter.js";
|
|
155
|
+
import { Dock as bm } from "./Dock/Dock.js";
|
|
156
|
+
import { GradientText as vm } from "./GradientText/GradientText.js";
|
|
157
|
+
import { PasswordInput as Mm } from "./PasswordInput/PasswordInput.js";
|
|
158
|
+
import { AlertDialog as Gm } from "./AlertDialog/AlertDialog.js";
|
|
159
|
+
import { InputGroup as Lm } from "./InputGroup/InputGroup.js";
|
|
160
|
+
import { FormField as wm } from "./FormField/FormField.js";
|
|
161
|
+
import { Fieldset as Em } from "./Fieldset/Fieldset.js";
|
|
162
|
+
import { AspectRatio as Nm } from "./AspectRatio/AspectRatio.js";
|
|
163
|
+
import { DateRangePicker as Vm } from "./DateRangePicker/DateRangePicker.js";
|
|
164
|
+
import { TreeSelect as zm } from "./TreeSelect/TreeSelect.js";
|
|
165
|
+
import { ImageGallery as Km } from "./ImageGallery/ImageGallery.js";
|
|
166
|
+
import { ContextMenu as jm } from "./ContextMenu/ContextMenu.js";
|
|
167
|
+
import { NumberFormatter as Wm } from "./NumberFormatter/NumberFormatter.js";
|
|
168
|
+
import { InfiniteScroll as _m } from "./InfiniteScroll/InfiniteScroll.js";
|
|
169
|
+
import { ColorSwatch as Zm, ColorSwatchGroup as $m } from "./ColorSwatch/ColorSwatch.js";
|
|
170
|
+
import { SplitButton as rf } from "./SplitButton/SplitButton.js";
|
|
171
|
+
import { Popconfirm as tf } from "./Popconfirm/Popconfirm.js";
|
|
172
|
+
import { Result as mf } from "./Result/Result.js";
|
|
173
|
+
import { Descriptions as xf } from "./Descriptions/Descriptions.js";
|
|
174
|
+
import { Anchor as nf } from "./Anchor/Anchor.js";
|
|
175
|
+
import { Affix as df } from "./Affix/Affix.js";
|
|
176
|
+
import { RingProgress as Cf } from "./RingProgress/RingProgress.js";
|
|
177
|
+
import { Spoiler as cf } from "./Spoiler/Spoiler.js";
|
|
178
|
+
import { LoadingOverlay as Sf } from "./LoadingOverlay/LoadingOverlay.js";
|
|
179
|
+
import { Blockquote as gf } from "./Blockquote/Blockquote.js";
|
|
180
|
+
import { Indicator as Bf } from "./Indicator/Indicator.js";
|
|
181
|
+
import { PageNav as bf } from "./PageNav/PageNav.js";
|
|
182
|
+
import { PropsPlayground as vf } from "./PropsPlayground/PropsPlayground.js";
|
|
183
|
+
import { Biometric as Mf } from "./Biometric/Biometric.js";
|
|
184
|
+
import { useBiometric as Gf } from "./Biometric/useBiometric.js";
|
|
185
|
+
import { ThemeIcon as Lf } from "./ThemeIcon/ThemeIcon.js";
|
|
186
|
+
import { CloseButton as wf } from "./CloseButton/CloseButton.js";
|
|
187
|
+
import { Overlay as Ef } from "./Overlay/Overlay.js";
|
|
188
|
+
import { VisuallyHidden as Nf } from "./VisuallyHidden/VisuallyHidden.js";
|
|
189
|
+
import { Portal as Vf } from "./Portal/Portal.js";
|
|
190
|
+
import { OverlayPortal as zf } from "./OverlayPortal/OverlayPortal.js";
|
|
191
|
+
import { AnimatedCounter as Kf } from "./AnimatedCounter/AnimatedCounter.js";
|
|
192
|
+
import { GlowCard as jf } from "./GlowCard/GlowCard.js";
|
|
193
|
+
import { MediaPlayer as Wf } from "./MediaPlayer/MediaPlayer.js";
|
|
194
|
+
import { Heatmap as _f } from "./Heatmap/Heatmap.js";
|
|
195
|
+
import { TagCloud as Zf } from "./TagCloud/TagCloud.js";
|
|
196
|
+
import { CurrencyInput as ox } from "./CurrencyInput/CurrencyInput.js";
|
|
197
|
+
import { TimelineChart as ex } from "./TimelineChart/TimelineChart.js";
|
|
198
|
+
import { ImageAnnotation as px } from "./ImageAnnotation/ImageAnnotation.js";
|
|
199
|
+
import { CssBaseline as fx } from "./CssBaseline/CssBaseline.js";
|
|
200
|
+
import { ToggleButton as ax, ToggleButtonGroup as nx } from "./ToggleButton/ToggleButton.js";
|
|
201
|
+
import { FormControl as lx } from "./FormControl/FormControl.js";
|
|
197
202
|
import "./FormControl/FormControl.context.js";
|
|
198
|
-
import { useFormControl as
|
|
199
|
-
import { Snackbar as
|
|
200
|
-
import { TableSkeleton as
|
|
201
|
-
import { FormSkeleton as
|
|
202
|
-
import { Icon as dx } from "./Icon/Icon.js";
|
|
203
|
+
import { useFormControl as ux } from "../hooks/useFormControl/useFormControl.js";
|
|
204
|
+
import { Snackbar as sx } from "./Snackbar/Snackbar.js";
|
|
205
|
+
import { TableSkeleton as Ix } from "./TableSkeleton/TableSkeleton.js";
|
|
206
|
+
import { FormSkeleton as Tx } from "./FormSkeleton/FormSkeleton.js";
|
|
203
207
|
export {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
ar as Accordion,
|
|
209
|
+
ir as AccordionItem,
|
|
210
|
+
u as ActionIcon,
|
|
211
|
+
vt as ActiveBar,
|
|
212
|
+
dr as ActiveTab,
|
|
213
|
+
Lt as ActivityItem,
|
|
214
|
+
df as Affix,
|
|
211
215
|
H as Alert,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
216
|
+
Gm as AlertDialog,
|
|
217
|
+
nf as Anchor,
|
|
218
|
+
Kf as AnimatedCounter,
|
|
219
|
+
le as AppBar,
|
|
220
|
+
ye as AppShell,
|
|
221
|
+
Nm as AspectRatio,
|
|
222
|
+
$o as Autocomplete,
|
|
223
|
+
gr as Avatar,
|
|
224
|
+
Br as AvatarGroup,
|
|
225
|
+
Ap as BEAR_EMOJIS,
|
|
226
|
+
Rp as BackTop,
|
|
227
|
+
Te as Backdrop,
|
|
224
228
|
k as Badge,
|
|
225
|
-
|
|
226
|
-
|
|
229
|
+
De as Banner,
|
|
230
|
+
Et as BarChart,
|
|
227
231
|
q as BearIcons,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
232
|
+
Xr as BearLoader,
|
|
233
|
+
fo as BearLogo,
|
|
234
|
+
po as BearPawIcon,
|
|
235
|
+
Mf as Biometric,
|
|
236
|
+
gf as Blockquote,
|
|
237
|
+
ne as BottomNavigation,
|
|
238
|
+
Ip as BottomSheet,
|
|
239
|
+
dt as Box,
|
|
240
|
+
te as Breadcrumbs,
|
|
241
|
+
s as Button,
|
|
238
242
|
I as ButtonGroup,
|
|
239
|
-
|
|
243
|
+
Yr as Calendar,
|
|
240
244
|
T as Card,
|
|
241
245
|
g as CardBody,
|
|
242
246
|
h as CardCompound,
|
|
243
247
|
B as CardFooter,
|
|
244
248
|
P as CardHeader,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
Or as CardSkeleton,
|
|
250
|
+
fr as Carousel,
|
|
251
|
+
Zt as Cascader,
|
|
252
|
+
wt as Chart,
|
|
253
|
+
Xp as Chat,
|
|
254
|
+
eo as CheckIcon,
|
|
255
|
+
No as Checkbox,
|
|
252
256
|
Vo as CheckboxCard,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
257
|
+
qo as CheckboxCardGroup,
|
|
258
|
+
K as ChevronDownIcon,
|
|
259
|
+
U as ChevronLeftIcon,
|
|
260
|
+
j as ChevronRightIcon,
|
|
261
|
+
Q as ChevronUpIcon,
|
|
262
|
+
se as Chip,
|
|
263
|
+
Ie as ChipGroup,
|
|
264
|
+
wf as CloseButton,
|
|
265
|
+
bt as CodeBlock,
|
|
266
|
+
mm as CodeEditor,
|
|
267
|
+
$e as Collapsible,
|
|
268
|
+
Ue as ColorPicker,
|
|
269
|
+
Zm as ColorSwatch,
|
|
270
|
+
$m as ColorSwatchGroup,
|
|
271
|
+
nt as Column,
|
|
272
|
+
it as Columns,
|
|
273
|
+
lp as CommandPalette,
|
|
274
|
+
yp as Confetti,
|
|
271
275
|
m as Container,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
276
|
+
jm as ContextMenu,
|
|
277
|
+
tt as CopyButton,
|
|
278
|
+
Sm as CountdownTimer,
|
|
279
|
+
np as CreditInput,
|
|
280
|
+
xm as Cropper,
|
|
281
|
+
fx as CssBaseline,
|
|
282
|
+
ox as CurrencyInput,
|
|
283
|
+
tr as DataTable,
|
|
284
|
+
$r as DatePicker,
|
|
285
|
+
Vm as DateRangePicker,
|
|
286
|
+
xf as Descriptions,
|
|
287
|
+
Up as DiffSquares,
|
|
288
|
+
Qp as DiffViewer,
|
|
289
|
+
F as Divider,
|
|
290
|
+
bm as Dock,
|
|
291
|
+
Io as Drawer,
|
|
292
|
+
ko as Dropdown,
|
|
293
|
+
gt as Editable,
|
|
294
|
+
Ct as Em,
|
|
295
|
+
ao as EmberLogo,
|
|
296
|
+
kp as EmojiPicker,
|
|
297
|
+
Fe as EmptyState,
|
|
298
|
+
yr as Fab,
|
|
299
|
+
Em as Fieldset,
|
|
300
|
+
Pe as FileTree,
|
|
301
|
+
Oe as FileUpload,
|
|
298
302
|
x as Flex,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
303
|
+
Yp as FloatingChat,
|
|
304
|
+
op as Form,
|
|
305
|
+
lx as FormControl,
|
|
306
|
+
wm as FormField,
|
|
307
|
+
Tx as FormSkeleton,
|
|
308
|
+
Kt as FunnelChart,
|
|
309
|
+
Wt as Gauge,
|
|
310
|
+
jf as GlowCard,
|
|
311
|
+
vm as GradientText,
|
|
307
312
|
n as Grid,
|
|
308
313
|
i as GridCompound,
|
|
309
314
|
l as GridItem,
|
|
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
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
315
|
+
_f as Heatmap,
|
|
316
|
+
ct as Highlight,
|
|
317
|
+
Bt as HoverCard,
|
|
318
|
+
z as Icon,
|
|
319
|
+
He as Image,
|
|
320
|
+
px as ImageAnnotation,
|
|
321
|
+
Km as ImageGallery,
|
|
322
|
+
Bf as Indicator,
|
|
323
|
+
_m as InfiniteScroll,
|
|
324
|
+
Fo as Input,
|
|
325
|
+
Lm as InputGroup,
|
|
326
|
+
Jp as JsonViewer,
|
|
327
|
+
Pp as Kanban,
|
|
328
|
+
rt as Kbd,
|
|
329
|
+
Nt as LineChart,
|
|
330
|
+
y as Link,
|
|
331
|
+
vr as List,
|
|
332
|
+
Ar as ListItem,
|
|
333
|
+
Mr as ListItemButton,
|
|
334
|
+
Fr as ListItemIcon,
|
|
335
|
+
Gr as ListItemText,
|
|
336
|
+
Rr as ListSubheader,
|
|
337
|
+
Sf as LoadingOverlay,
|
|
338
|
+
tm as Map,
|
|
339
|
+
St as Mark,
|
|
340
|
+
cm as Marquee,
|
|
341
|
+
dm as Masonry,
|
|
342
|
+
Wf as MediaPlayer,
|
|
343
|
+
hp as MentionsInput,
|
|
344
|
+
ho as Menu,
|
|
345
|
+
Bo as MenuDivider,
|
|
346
|
+
W as MenuIcon,
|
|
347
|
+
Po as MenuItem,
|
|
348
|
+
$p as MessageList,
|
|
349
|
+
Y as MinusIcon,
|
|
350
|
+
io as Modal,
|
|
351
|
+
uo as ModalsProvider,
|
|
352
|
+
nm as Motion,
|
|
353
|
+
Xo as MultiSelect,
|
|
354
|
+
Yo as NavigableSelect,
|
|
355
|
+
mp as NotificationCenter,
|
|
356
|
+
Wm as NumberFormatter,
|
|
357
|
+
qe as NumberInput,
|
|
358
|
+
Je as OTPInput,
|
|
359
|
+
Ef as Overlay,
|
|
360
|
+
zf as OverlayPortal,
|
|
361
|
+
Re as PageHeader,
|
|
362
|
+
bf as PageNav,
|
|
363
|
+
Ur as Pagination,
|
|
358
364
|
A as Paper,
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
jo as
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
365
|
+
Mm as PasswordInput,
|
|
366
|
+
xp as PhoneInput,
|
|
367
|
+
Vt as PieChart,
|
|
368
|
+
Z as PlusIcon,
|
|
369
|
+
tf as Popconfirm,
|
|
370
|
+
ue as Popover,
|
|
371
|
+
Vf as Portal,
|
|
372
|
+
br as Progress,
|
|
373
|
+
vf as PropsPlayground,
|
|
374
|
+
qp as QRCode,
|
|
375
|
+
zt as RadarChart,
|
|
376
|
+
Jo as Radio,
|
|
377
|
+
jo as RadioCard,
|
|
378
|
+
Qo as RadioCardGroup,
|
|
379
|
+
Ko as RadioGroup,
|
|
380
|
+
O as Rating,
|
|
381
|
+
Xe as ResizablePanel,
|
|
382
|
+
Ye as ResizableTextarea,
|
|
383
|
+
mf as Result,
|
|
384
|
+
Mt as RichEditor,
|
|
385
|
+
Cf as RingProgress,
|
|
386
|
+
Qe as ScrollArea,
|
|
387
|
+
$ as SearchIcon,
|
|
388
|
+
up as SegmentedControl,
|
|
382
389
|
Lo as Select,
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
390
|
+
oo as SettingsIcon,
|
|
391
|
+
mt as Sidebar,
|
|
392
|
+
xt as SidebarGroup,
|
|
393
|
+
_t as SignPad,
|
|
394
|
+
Vr as Skeleton,
|
|
395
|
+
qr as SkeletonAvatar,
|
|
396
|
+
zr as SkeletonCard,
|
|
397
|
+
Jr as SkeletonText,
|
|
398
|
+
Qr as Slider,
|
|
399
|
+
Tp as SliderRange,
|
|
400
|
+
sx as Snackbar,
|
|
401
|
+
jt as Sparkline,
|
|
402
|
+
Ao as SpeedDial,
|
|
396
403
|
D as Spinner,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
+
rf as SplitButton,
|
|
405
|
+
cf as Spoiler,
|
|
406
|
+
gm as Spotlight,
|
|
407
|
+
Gt as StatCard,
|
|
408
|
+
Ae as Statistic,
|
|
409
|
+
me as Stepper,
|
|
410
|
+
xe as StepperControls,
|
|
404
411
|
wo as Switch,
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
Eo as SwitchGroup,
|
|
413
|
+
ur as Tab,
|
|
414
|
+
cr as TabList,
|
|
415
|
+
Sr as TabPanel,
|
|
416
|
+
Ix as TableSkeleton,
|
|
417
|
+
Cr as Tabs,
|
|
418
|
+
Zf as TagCloud,
|
|
419
|
+
sp as TagsInput,
|
|
420
|
+
rm as Terminal,
|
|
414
421
|
Go as TextField,
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
422
|
+
Lf as ThemeIcon,
|
|
423
|
+
re as TimePicker,
|
|
424
|
+
ke as Timeline,
|
|
425
|
+
ex as TimelineChart,
|
|
426
|
+
Dr as ToastContainer,
|
|
427
|
+
Er as ToastProvider,
|
|
428
|
+
ax as ToggleButton,
|
|
429
|
+
nx as ToggleButtonGroup,
|
|
430
|
+
To as Tooltip,
|
|
431
|
+
Hp as Tour,
|
|
432
|
+
rr as TransferList,
|
|
433
|
+
im as Transition,
|
|
434
|
+
zm as TreeSelect,
|
|
435
|
+
he as TreeView,
|
|
436
|
+
Bm as Typewriter,
|
|
437
|
+
R as Typography,
|
|
438
|
+
Fp as VirtualList,
|
|
439
|
+
Nf as VisuallyHidden,
|
|
440
|
+
Cm as Watermark,
|
|
441
|
+
X as XIcon,
|
|
442
|
+
pr as createColumns,
|
|
443
|
+
Gf as useBiometric,
|
|
444
|
+
Dp as useConfetti,
|
|
445
|
+
ep as useFormContext,
|
|
446
|
+
tp as useFormContextSafe,
|
|
447
|
+
ux as useFormControl,
|
|
448
|
+
so as useModals,
|
|
449
|
+
Hr as useToast,
|
|
450
|
+
Op as useTour
|
|
444
451
|
};
|