@forgedevstack/bear 1.0.2 → 1.0.4-alpha
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/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.const.cjs +1 -0
- package/dist/components/Accordion/Accordion.const.d.ts +10 -0
- package/dist/components/Accordion/Accordion.const.js +8 -0
- package/dist/components/Accordion/Accordion.d.ts +1 -0
- package/dist/components/Accordion/Accordion.js +49 -44
- package/dist/components/Accordion/Accordion.types.d.ts +2 -0
- package/dist/components/Accordion/index.d.ts +3 -2
- package/dist/components/ActiveBar/ActiveBar.cjs +8 -0
- package/dist/components/ActiveBar/ActiveBar.d.ts +2 -0
- package/dist/components/ActiveBar/ActiveBar.js +90 -0
- package/dist/components/ActiveBar/ActiveBar.types.d.ts +16 -0
- package/dist/components/ActiveBar/index.d.ts +2 -0
- package/dist/components/ActivityItem/ActivityItem.cjs +1 -0
- package/dist/components/ActivityItem/ActivityItem.d.ts +7 -0
- package/dist/components/ActivityItem/ActivityItem.js +44 -0
- package/dist/components/ActivityItem/ActivityItem.types.d.ts +17 -0
- package/dist/components/ActivityItem/index.d.ts +2 -0
- package/dist/components/Alert/Alert.cjs +1 -1
- package/dist/components/Alert/Alert.const.cjs +1 -0
- package/dist/components/Alert/Alert.const.d.ts +14 -0
- package/dist/components/Alert/Alert.const.js +27 -0
- package/dist/components/Alert/Alert.js +54 -63
- package/dist/components/Alert/Alert.types.d.ts +3 -1
- package/dist/components/Avatar/Avatar.cjs +1 -1
- package/dist/components/Avatar/Avatar.const.cjs +1 -0
- package/dist/components/Avatar/Avatar.const.d.ts +28 -0
- package/dist/components/Avatar/Avatar.const.js +28 -0
- package/dist/components/Avatar/Avatar.js +49 -60
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/Badge/Badge.cjs +1 -1
- package/dist/components/Badge/Badge.js +24 -22
- package/dist/components/BearLogo/EmberLogo.cjs +17 -0
- package/dist/components/BearLogo/EmberLogo.js +91 -0
- package/dist/components/BearLogo/index.d.ts +2 -0
- package/dist/components/Box/Box.cjs +1 -0
- package/dist/components/Box/Box.d.ts +2 -0
- package/dist/components/Box/Box.js +64 -0
- package/dist/components/Box/Box.types.d.ts +24 -0
- package/dist/components/Box/Box.utils.cjs +1 -0
- package/dist/components/Box/Box.utils.d.ts +3 -0
- package/dist/components/Box/Box.utils.js +21 -0
- package/dist/components/Box/index.d.ts +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.const.cjs +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.const.d.ts +16 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.const.js +19 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.js +49 -34
- package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +8 -1
- package/dist/components/Button/Button.cjs +1 -1
- package/dist/components/Button/Button.constants.cjs +1 -1
- package/dist/components/Button/Button.constants.d.ts +2 -2
- package/dist/components/Button/Button.constants.js +2 -2
- package/dist/components/Button/Button.js +41 -46
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.const.cjs +1 -0
- package/dist/components/Calendar/Calendar.const.d.ts +18 -0
- package/dist/components/Calendar/Calendar.const.js +27 -0
- package/dist/components/Calendar/Calendar.helpers.cjs +1 -0
- package/dist/components/Calendar/Calendar.helpers.d.ts +10 -0
- package/dist/components/Calendar/Calendar.helpers.js +9 -0
- package/dist/components/Calendar/Calendar.js +132 -149
- package/dist/components/Calendar/Calendar.types.d.ts +4 -0
- package/dist/components/Calendar/Calendar.utils.cjs +1 -0
- package/dist/components/Calendar/Calendar.utils.d.ts +41 -0
- package/dist/components/Calendar/Calendar.utils.js +33 -0
- package/dist/components/Calendar/index.d.ts +2 -0
- package/dist/components/Card/Card.cjs +1 -1
- package/dist/components/Card/Card.const.cjs +1 -0
- package/dist/components/Card/Card.const.d.ts +13 -0
- package/dist/components/Card/Card.const.js +32 -0
- package/dist/components/Card/Card.d.ts +1 -0
- package/dist/components/Card/Card.js +101 -105
- package/dist/components/Card/index.d.ts +3 -2
- package/dist/components/Chart/Chart.cjs +1 -0
- package/dist/components/Chart/Chart.const.d.ts +15 -0
- package/dist/components/Chart/Chart.d.ts +18 -0
- package/dist/components/Chart/Chart.js +225 -0
- package/dist/components/Chart/Chart.types.d.ts +51 -0
- package/dist/components/Chart/Chart.utils.d.ts +31 -0
- package/dist/components/Chart/index.d.ts +2 -0
- package/dist/components/CodeBlock/CodeBlock.cjs +2 -0
- package/dist/components/CodeBlock/CodeBlock.d.ts +2 -0
- package/dist/components/CodeBlock/CodeBlock.js +68 -0
- package/dist/components/CodeBlock/CodeBlock.types.d.ts +21 -0
- package/dist/components/CodeBlock/index.d.ts +2 -0
- package/dist/components/Columns/Columns.cjs +1 -0
- package/dist/components/Columns/Columns.d.ts +5 -0
- package/dist/components/Columns/Columns.js +54 -0
- package/dist/components/Columns/Columns.types.d.ts +17 -0
- package/dist/components/Columns/index.d.ts +2 -0
- package/dist/components/DateTimePicker/DateTimePicker.cjs +1 -1
- package/dist/components/DateTimePicker/DateTimePicker.js +28 -28
- package/dist/components/Editable/Editable.cjs +1 -0
- package/dist/components/Editable/Editable.d.ts +10 -0
- package/dist/components/Editable/Editable.js +194 -0
- package/dist/components/Editable/Editable.types.d.ts +39 -0
- package/dist/components/Editable/index.d.ts +2 -0
- package/dist/components/Em/Em.cjs +1 -0
- package/dist/components/Em/Em.d.ts +2 -0
- package/dist/components/Em/Em.js +24 -0
- package/dist/components/Em/Em.types.d.ts +5 -0
- package/dist/components/Em/index.d.ts +2 -0
- package/dist/components/Fab/Fab.cjs +1 -1
- package/dist/components/Fab/Fab.js +9 -9
- package/dist/components/Gauge/Gauge.cjs +1 -0
- package/dist/components/Gauge/Gauge.d.ts +3 -0
- package/dist/components/Gauge/Gauge.js +92 -0
- package/dist/components/Gauge/Gauge.types.d.ts +27 -0
- package/dist/components/Gauge/index.d.ts +2 -0
- package/dist/components/Highlight/Highlight.cjs +1 -0
- package/dist/components/Highlight/Highlight.d.ts +2 -0
- package/dist/components/Highlight/Highlight.js +28 -0
- package/dist/components/Highlight/Highlight.types.d.ts +6 -0
- package/dist/components/Highlight/index.d.ts +2 -0
- package/dist/components/HoverCard/HoverCard.cjs +6 -0
- package/dist/components/HoverCard/HoverCard.d.ts +2 -0
- package/dist/components/HoverCard/HoverCard.js +68 -0
- package/dist/components/HoverCard/HoverCard.types.d.ts +13 -0
- package/dist/components/HoverCard/HoverCard.utils.cjs +1 -0
- package/dist/components/HoverCard/HoverCard.utils.d.ts +2 -0
- package/dist/components/HoverCard/HoverCard.utils.js +23 -0
- package/dist/components/HoverCard/index.d.ts +2 -0
- package/dist/components/Icon/icons/editor.cjs +1 -1
- package/dist/components/Icon/icons/editor.d.ts +1 -0
- package/dist/components/Icon/icons/editor.js +66 -61
- package/dist/components/Icon/icons/misc.cjs +1 -1
- package/dist/components/Icon/icons/misc.d.ts +13 -0
- package/dist/components/Icon/icons/misc.js +157 -88
- package/dist/components/Icon/icons/status.js +1 -1
- package/dist/components/Icon/index.cjs +1 -1
- package/dist/components/Icon/index.d.ts +27 -0
- package/dist/components/Icon/index.js +28 -21
- package/dist/components/Input/Input.cjs +1 -1
- package/dist/components/Input/Input.js +36 -35
- package/dist/components/Mark/Mark.cjs +1 -0
- package/dist/components/Mark/Mark.d.ts +2 -0
- package/dist/components/Mark/Mark.js +26 -0
- package/dist/components/Mark/Mark.types.d.ts +5 -0
- package/dist/components/Mark/index.d.ts +2 -0
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.const.cjs +1 -0
- package/dist/components/Modal/Modal.const.d.ts +10 -0
- package/dist/components/Modal/Modal.const.js +17 -0
- package/dist/components/Modal/Modal.d.ts +11 -0
- package/dist/components/Modal/Modal.js +80 -77
- package/dist/components/Modal/Modal.types.d.ts +6 -1
- package/dist/components/Modal/index.d.ts +3 -2
- package/dist/components/Rating/Rating.cjs +1 -1
- package/dist/components/Rating/Rating.const.cjs +1 -0
- package/dist/components/Rating/Rating.const.d.ts +14 -0
- package/dist/components/Rating/Rating.const.js +22 -0
- package/dist/components/Rating/Rating.d.ts +5 -10
- package/dist/components/Rating/Rating.js +135 -93
- package/dist/components/Rating/Rating.types.d.ts +27 -25
- package/dist/components/Rating/index.d.ts +2 -2
- package/dist/components/RichEditor/RichEditor.cjs +1 -0
- package/dist/components/RichEditor/RichEditor.const.cjs +141 -0
- package/dist/components/RichEditor/RichEditor.const.d.ts +137 -0
- package/dist/components/RichEditor/RichEditor.const.js +279 -0
- package/dist/components/RichEditor/RichEditor.d.ts +18 -0
- package/dist/components/RichEditor/RichEditor.js +363 -0
- package/dist/components/RichEditor/RichEditor.types.d.ts +57 -0
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.d.ts +4 -0
- package/dist/components/RichEditor/components/ToolbarButton/ToolbarButton.js +25 -0
- package/dist/components/RichEditor/components/ToolbarButton/index.d.ts +1 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.d.ts +4 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +126 -0
- package/dist/components/RichEditor/components/ToolbarColorPicker/index.d.ts +1 -0
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.d.ts +4 -0
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +57 -0
- package/dist/components/RichEditor/components/ToolbarDropdown/index.d.ts +1 -0
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -0
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.d.ts +7 -0
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +45 -0
- package/dist/components/RichEditor/components/ToolbarMore/index.d.ts +2 -0
- package/dist/components/RichEditor/components/index.d.ts +4 -0
- package/dist/components/RichEditor/helpers/formatHelpers.cjs +1 -0
- package/dist/components/RichEditor/helpers/formatHelpers.d.ts +57 -0
- package/dist/components/RichEditor/helpers/formatHelpers.js +26 -0
- package/dist/components/RichEditor/helpers/index.d.ts +1 -0
- package/dist/components/RichEditor/index.d.ts +4 -0
- package/dist/components/Sidebar/Sidebar.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.const.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.const.d.ts +16 -0
- package/dist/components/Sidebar/Sidebar.const.js +22 -0
- package/dist/components/Sidebar/Sidebar.d.ts +17 -0
- package/dist/components/Sidebar/Sidebar.js +70 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts +44 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.d.ts +4 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +45 -0
- package/dist/components/Sidebar/components/SidebarGroup/index.d.ts +2 -0
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -0
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.d.ts +4 -0
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +66 -0
- package/dist/components/Sidebar/components/SidebarItem/index.d.ts +2 -0
- package/dist/components/Sidebar/components/index.d.ts +2 -0
- package/dist/components/Sidebar/index.d.ts +5 -0
- package/dist/components/SignPad/SignPad.cjs +1 -0
- package/dist/components/SignPad/SignPad.const.cjs +1 -0
- package/dist/components/SignPad/SignPad.const.d.ts +19 -0
- package/dist/components/SignPad/SignPad.const.js +20 -0
- package/dist/components/SignPad/SignPad.d.ts +17 -0
- package/dist/components/SignPad/SignPad.js +161 -0
- package/dist/components/SignPad/SignPad.types.d.ts +37 -0
- package/dist/components/SignPad/index.d.ts +3 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -1
- package/dist/components/Skeleton/Skeleton.const.cjs +36 -0
- package/dist/components/Skeleton/Skeleton.const.d.ts +12 -0
- package/dist/components/Skeleton/Skeleton.const.js +58 -0
- package/dist/components/Skeleton/Skeleton.d.ts +15 -24
- package/dist/components/Skeleton/Skeleton.js +132 -103
- package/dist/components/Skeleton/Skeleton.types.d.ts +18 -8
- package/dist/components/Skeleton/index.d.ts +2 -2
- package/dist/components/Slider/Slider.cjs +1 -1
- package/dist/components/Slider/Slider.js +8 -8
- package/dist/components/Sparkline/Sparkline.cjs +1 -0
- package/dist/components/Sparkline/Sparkline.const.cjs +1 -0
- package/dist/components/Sparkline/Sparkline.const.d.ts +16 -0
- package/dist/components/Sparkline/Sparkline.const.js +16 -0
- package/dist/components/Sparkline/Sparkline.d.ts +3 -0
- package/dist/components/Sparkline/Sparkline.js +80 -0
- package/dist/components/Sparkline/Sparkline.types.d.ts +19 -0
- package/dist/components/Sparkline/Sparkline.utils.cjs +1 -0
- package/dist/components/Sparkline/Sparkline.utils.d.ts +27 -0
- package/dist/components/Sparkline/Sparkline.utils.js +30 -0
- package/dist/components/Sparkline/index.d.ts +5 -0
- package/dist/components/SpeedDial/SpeedDial.cjs +12 -1
- package/dist/components/SpeedDial/SpeedDial.const.cjs +1 -0
- package/dist/components/SpeedDial/SpeedDial.const.d.ts +22 -0
- package/dist/components/SpeedDial/SpeedDial.const.js +26 -0
- package/dist/components/SpeedDial/SpeedDial.d.ts +5 -7
- package/dist/components/SpeedDial/SpeedDial.js +154 -144
- package/dist/components/SpeedDial/SpeedDial.types.d.ts +26 -29
- package/dist/components/SpeedDial/index.d.ts +1 -1
- package/dist/components/Spinner/Spinner.cjs +1 -1
- package/dist/components/Spinner/Spinner.js +17 -15
- package/dist/components/StatCard/StatCard.cjs +1 -0
- package/dist/components/StatCard/StatCard.d.ts +7 -0
- package/dist/components/StatCard/StatCard.js +36 -0
- package/dist/components/StatCard/StatCard.types.d.ts +13 -0
- package/dist/components/StatCard/index.d.ts +2 -0
- package/dist/components/Stepper/Stepper.cjs +1 -1
- package/dist/components/Stepper/Stepper.const.cjs +1 -0
- package/dist/components/Stepper/Stepper.const.d.ts +29 -0
- package/dist/components/Stepper/Stepper.const.js +46 -0
- package/dist/components/Stepper/Stepper.d.ts +10 -3
- package/dist/components/Stepper/Stepper.js +143 -92
- package/dist/components/Stepper/Stepper.types.d.ts +63 -13
- package/dist/components/Stepper/index.d.ts +2 -2
- package/dist/components/Switch/Switch.cjs +1 -1
- package/dist/components/Switch/Switch.js +74 -47
- package/dist/components/Switch/Switch.types.d.ts +11 -1
- package/dist/components/Tabs/Tabs.cjs +1 -1
- package/dist/components/Tabs/Tabs.js +33 -29
- 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 +14 -0
- package/dist/components/TimePicker/TimePicker.constants.js +18 -4
- package/dist/components/TimePicker/TimePicker.js +92 -91
- package/dist/components/Timeline/Timeline.cjs +1 -1
- package/dist/components/Timeline/Timeline.const.cjs +1 -0
- package/dist/components/Timeline/Timeline.const.d.ts +40 -0
- package/dist/components/Timeline/Timeline.const.js +58 -0
- package/dist/components/Timeline/Timeline.d.ts +16 -2
- package/dist/components/Timeline/Timeline.js +131 -63
- package/dist/components/Timeline/Timeline.types.d.ts +30 -11
- package/dist/components/Timeline/index.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.cjs +1 -1
- package/dist/components/Tooltip/Tooltip.js +37 -35
- package/dist/components/Typography/Typography.cjs +1 -1
- package/dist/components/Typography/Typography.js +38 -36
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +38 -4
- package/dist/components/index.js +213 -168
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.d.ts +24 -0
- package/dist/hooks/index.js +42 -14
- package/dist/hooks/useBounce/index.d.ts +2 -0
- package/dist/hooks/useBounce/useBounce.cjs +1 -0
- package/dist/hooks/useBounce/useBounce.d.ts +2 -0
- package/dist/hooks/useBounce/useBounce.js +36 -0
- package/dist/hooks/useBounce/useBounce.types.d.ts +27 -0
- package/dist/hooks/useClickOutside/index.d.ts +2 -0
- package/dist/hooks/useClickOutside/useClickOutside.d.ts +22 -0
- package/dist/hooks/useClickOutside/useClickOutside.types.d.ts +10 -0
- package/dist/hooks/useClipboard/index.d.ts +2 -0
- package/dist/hooks/useClipboard/useClipboard.cjs +1 -0
- package/dist/hooks/useClipboard/useClipboard.d.ts +15 -0
- package/dist/hooks/useClipboard/useClipboard.js +22 -0
- package/dist/hooks/useClipboard/useClipboard.types.d.ts +20 -0
- package/dist/hooks/useDebounce/index.d.ts +2 -0
- package/dist/hooks/useDebounce/useDebounce.cjs +1 -0
- package/dist/hooks/useDebounce/useDebounce.d.ts +32 -0
- package/dist/hooks/useDebounce/useDebounce.js +39 -0
- package/dist/hooks/useDebounce/useDebounce.types.d.ts +20 -0
- package/dist/hooks/useFloat/index.d.ts +2 -0
- package/dist/hooks/useFloat/useFloat.cjs +1 -0
- package/dist/hooks/useFloat/useFloat.d.ts +2 -0
- package/dist/hooks/useFloat/useFloat.js +37 -0
- package/dist/hooks/useFloat/useFloat.types.d.ts +25 -0
- package/dist/hooks/useIntersectionObserver/index.d.ts +2 -0
- package/dist/hooks/useIntersectionObserver/useIntersectionObserver.cjs +1 -0
- package/dist/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +25 -0
- package/dist/hooks/useIntersectionObserver/useIntersectionObserver.js +39 -0
- package/dist/hooks/useIntersectionObserver/useIntersectionObserver.types.d.ts +22 -0
- package/dist/hooks/useKeyPress/index.d.ts +2 -0
- package/dist/hooks/useKeyPress/useKeyPress.cjs +1 -0
- package/dist/hooks/useKeyPress/useKeyPress.d.ts +22 -0
- package/dist/hooks/useKeyPress/useKeyPress.js +39 -0
- package/dist/hooks/useKeyPress/useKeyPress.types.d.ts +19 -0
- package/dist/hooks/useLocalStorage/index.d.ts +2 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.cjs +1 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.d.ts +11 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.js +47 -0
- package/dist/hooks/useLocalStorage/useLocalStorage.types.d.ts +16 -0
- package/dist/hooks/useMediaQuery/index.d.ts +3 -0
- package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +12 -0
- package/dist/hooks/useMediaQuery/useMediaQuery.types.d.ts +21 -0
- package/dist/hooks/useParallax/index.d.ts +2 -0
- package/dist/hooks/useParallax/useParallax.cjs +1 -0
- package/dist/hooks/useParallax/useParallax.d.ts +2 -0
- package/dist/hooks/useParallax/useParallax.js +36 -0
- package/dist/hooks/useParallax/useParallax.types.d.ts +19 -0
- package/dist/hooks/usePulse/index.d.ts +2 -0
- package/dist/hooks/usePulse/usePulse.cjs +1 -0
- package/dist/hooks/usePulse/usePulse.d.ts +2 -0
- package/dist/hooks/usePulse/usePulse.js +38 -0
- package/dist/hooks/usePulse/usePulse.types.d.ts +29 -0
- package/dist/hooks/useShake/index.d.ts +2 -0
- package/dist/hooks/useShake/useShake.cjs +1 -0
- package/dist/hooks/useShake/useShake.d.ts +2 -0
- package/dist/hooks/useShake/useShake.js +14 -0
- package/dist/hooks/useShake/useShake.types.d.ts +19 -0
- package/dist/hooks/useSlide/index.d.ts +2 -0
- package/dist/hooks/useSlide/useSlide.cjs +1 -0
- package/dist/hooks/useSlide/useSlide.d.ts +2 -0
- package/dist/hooks/useSlide/useSlide.js +68 -0
- package/dist/hooks/useSlide/useSlide.types.d.ts +36 -0
- package/dist/hooks/useThrottle/index.d.ts +2 -0
- package/dist/hooks/useThrottle/useThrottle.cjs +1 -0
- package/dist/hooks/useThrottle/useThrottle.d.ts +26 -0
- package/dist/hooks/useThrottle/useThrottle.js +44 -0
- package/dist/hooks/useThrottle/useThrottle.types.d.ts +8 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +275 -202
- package/dist/styles.css +1 -1
- package/package.json +15 -22
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as s } from "react";
|
|
3
|
+
const o = {
|
|
4
|
+
default: "italic text-inherit",
|
|
5
|
+
strong: "italic font-semibold text-gray-900 dark:text-white",
|
|
6
|
+
subtle: "italic text-gray-500 dark:text-gray-400"
|
|
7
|
+
}, l = s(({
|
|
8
|
+
children: t,
|
|
9
|
+
variant: e = "default",
|
|
10
|
+
className: a = "",
|
|
11
|
+
...r
|
|
12
|
+
}, i) => /* @__PURE__ */ m(
|
|
13
|
+
"em",
|
|
14
|
+
{
|
|
15
|
+
ref: i,
|
|
16
|
+
className: `bear-em ${o[e]} ${a}`.trim(),
|
|
17
|
+
...r,
|
|
18
|
+
children: t
|
|
19
|
+
}
|
|
20
|
+
));
|
|
21
|
+
l.displayName = "Em";
|
|
22
|
+
export {
|
|
23
|
+
l as Em
|
|
24
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("react/jsx-runtime"),p=require("react"),x=require("../../utils/cn.cjs"),m={sm:"bear-w-10 bear-h-10",md:"bear-w-14 bear-h-14",lg:"bear-w-16 bear-h-16"},w={"bottom-right":"bear-fixed bear-bottom-6 bear-right-6","bottom-left":"bear-fixed bear-bottom-6 bear-left-6","top-right":"bear-fixed bear-top-6 bear-right-6","top-left":"bear-fixed bear-top-6 bear-left-6","bottom-center":"bear-fixed bear-bottom-6 bear-left-1/2 bear--translate-x-1/2",relative:""},v={primary:"bear-bg-pink-500 hover:bear-bg-pink-600 bear-text-white",secondary:"bear-bg-gray-600 hover:bear-bg-gray-700 bear-text-white",success:"bear-bg-green-500 hover:bear-bg-green-600 bear-text-white",danger:"bear-bg-red-500 hover:bear-bg-red-600 bear-text-white",warning:"bear-bg-amber-500 hover:bear-bg-amber-600 bear-text-white",info:"bear-bg-blue-500 hover:bear-bg-blue-600 bear-text-white",ghost:"bear-bg-gray-500 hover:bear-bg-gray-600 bear-text-white",outline:"bear-bg-white dark:bear-bg-gray-900 bear-border-2 bear-border-pink-500 hover:bear-bg-pink-50 dark:hover:bear-bg-pink-900/20 bear-text-pink-500",error:"bear-bg-red-500 hover:bear-bg-red-600 bear-text-white"},a=p.forwardRef(({children:b,size:t="md",variant:o="primary",color:e,extended:i=!1,position:n="relative",disabled:r=!1,shadow:g=!0,animated:s=!0,className:l,testId:h,style:c,...d},u)=>f.jsx("button",{ref:u,type:"button",disabled:r,className:x.cn("bear-inline-flex bear-items-center bear-justify-center bear-rounded-full","bear-border-none bear-cursor-pointer bear-transition-all bear-duration-200","focus:bear-outline-none focus:bear-ring-2 focus:bear-ring-offset-2 focus:bear-ring-pink-500",m[t],w[n],v[o],g&&"bear-shadow-lg hover:bear-shadow-xl",s&&"hover:bear-scale-110 active:bear-scale-95",i&&"bear-w-auto bear-px-6 bear-gap-2",r&&"bear-opacity-50 bear-cursor-not-allowed hover:bear-scale-100",l),style:{...c,...e&&{backgroundColor:e}},"data-testid":h,...d,children:b}));a.displayName="Fab";exports.Fab=a;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { cn as
|
|
2
|
+
import { forwardRef as p } from "react";
|
|
3
|
+
import { cn as m } from "../../utils/cn.js";
|
|
4
4
|
const u = {
|
|
5
5
|
sm: "bear-w-10 bear-h-10",
|
|
6
6
|
md: "bear-w-14 bear-h-14",
|
|
@@ -20,9 +20,9 @@ const u = {
|
|
|
20
20
|
warning: "bear-bg-amber-500 hover:bear-bg-amber-600 bear-text-white",
|
|
21
21
|
info: "bear-bg-blue-500 hover:bear-bg-blue-600 bear-text-white",
|
|
22
22
|
ghost: "bear-bg-gray-500 hover:bear-bg-gray-600 bear-text-white",
|
|
23
|
-
outline: "bear-bg-white bear-border-2 bear-border-pink-500 hover:bear-bg-pink-50 bear-text-pink-500",
|
|
23
|
+
outline: "bear-bg-white dark:bear-bg-gray-900 bear-border-2 bear-border-pink-500 hover:bear-bg-pink-50 dark:hover:bear-bg-pink-900/20 bear-text-pink-500",
|
|
24
24
|
error: "bear-bg-red-500 hover:bear-bg-red-600 bear-text-white"
|
|
25
|
-
}, v =
|
|
25
|
+
}, v = p(({
|
|
26
26
|
children: a,
|
|
27
27
|
size: b = "md",
|
|
28
28
|
variant: t = "primary",
|
|
@@ -35,14 +35,14 @@ const u = {
|
|
|
35
35
|
className: s,
|
|
36
36
|
testId: h,
|
|
37
37
|
style: l,
|
|
38
|
-
...
|
|
39
|
-
},
|
|
38
|
+
...d
|
|
39
|
+
}, f) => /* @__PURE__ */ c(
|
|
40
40
|
"button",
|
|
41
41
|
{
|
|
42
|
-
ref:
|
|
42
|
+
ref: f,
|
|
43
43
|
type: "button",
|
|
44
44
|
disabled: r,
|
|
45
|
-
className:
|
|
45
|
+
className: m(
|
|
46
46
|
"bear-inline-flex bear-items-center bear-justify-center bear-rounded-full",
|
|
47
47
|
"bear-border-none bear-cursor-pointer bear-transition-all bear-duration-200",
|
|
48
48
|
"focus:bear-outline-none focus:bear-ring-2 focus:bear-ring-offset-2 focus:bear-ring-pink-500",
|
|
@@ -60,7 +60,7 @@ const u = {
|
|
|
60
60
|
...e && { backgroundColor: e }
|
|
61
61
|
},
|
|
62
62
|
"data-testid": h,
|
|
63
|
-
...
|
|
63
|
+
...d,
|
|
64
64
|
children: a
|
|
65
65
|
}
|
|
66
66
|
));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("react"),o=require("../../utils/cn.cjs"),C=({value:a,min:r=0,max:l=100,size:i=120,strokeWidth:t=10,color:y="#ec4899",trackColor:j,showLabel:g=!0,label:p,animated:k=!0,arcAngle:n=270,gradient:s,className:M,...N})=>{const f=h.useId(),{percentage:v,circumference:u,offset:b,startAngle:x}=h.useMemo(()=>{const m=Math.min(Math.max((a-r)/(l-r)*100,0),100),w=50-t/2,c=2*Math.PI*w*(n/360),D=c-m/100*c,q=90+(360-n)/2;return{percentage:m,circumference:c,offset:D,startAngle:q}},[a,r,l,n,t]),d=50-t/2;return e.jsxs("div",{className:o.cn("relative inline-flex items-center justify-center",M),style:{width:i,height:i},...N,children:[e.jsxs("svg",{viewBox:"0 0 100 100",className:"w-full h-full -rotate-90",children:[e.jsx("defs",{children:s&&e.jsxs("linearGradient",{id:f,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[e.jsx("stop",{offset:"0%",stopColor:s[0]}),e.jsx("stop",{offset:"100%",stopColor:s[1]})]})}),e.jsx("circle",{cx:"50",cy:"50",r:d,fill:"none",stroke:j||"currentColor",strokeWidth:t,strokeLinecap:"round",strokeDasharray:u,strokeDashoffset:0,className:o.cn("text-gray-200 dark:text-slate-700"),style:{transformOrigin:"center",transform:`rotate(${x}deg)`}}),e.jsx("circle",{cx:"50",cy:"50",r:d,fill:"none",stroke:s?`url(#${f})`:y,strokeWidth:t,strokeLinecap:"round",strokeDasharray:u,strokeDashoffset:b,className:o.cn(k&&"transition-all duration-1000 ease-out"),style:{transformOrigin:"center",transform:`rotate(${x}deg)`}})]}),g&&e.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:p||e.jsxs("span",{className:"text-2xl font-semibold text-gray-800 dark:text-white",children:[Math.round(v),"%"]})})]})};exports.Gauge=C;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useId as $, useMemo as b } from "react";
|
|
3
|
+
import { cn as c } from "../../utils/cn.js";
|
|
4
|
+
const B = ({
|
|
5
|
+
value: l,
|
|
6
|
+
min: o = 0,
|
|
7
|
+
max: i = 100,
|
|
8
|
+
size: f = 120,
|
|
9
|
+
strokeWidth: t = 10,
|
|
10
|
+
color: p = "#ec4899",
|
|
11
|
+
trackColor: y,
|
|
12
|
+
showLabel: g = !0,
|
|
13
|
+
label: k,
|
|
14
|
+
animated: N = !0,
|
|
15
|
+
arcAngle: n = 270,
|
|
16
|
+
gradient: r,
|
|
17
|
+
className: M,
|
|
18
|
+
...j
|
|
19
|
+
}) => {
|
|
20
|
+
const u = $(), { percentage: v, circumference: m, offset: w, startAngle: d } = b(() => {
|
|
21
|
+
const h = Math.min(Math.max((l - o) / (i - o) * 100, 0), 100), D = 50 - t / 2, a = 2 * Math.PI * D * (n / 360), C = a - h / 100 * a, I = 90 + (360 - n) / 2;
|
|
22
|
+
return {
|
|
23
|
+
percentage: h,
|
|
24
|
+
circumference: a,
|
|
25
|
+
offset: C,
|
|
26
|
+
startAngle: I
|
|
27
|
+
};
|
|
28
|
+
}, [l, o, i, n, t]), x = 50 - t / 2;
|
|
29
|
+
return /* @__PURE__ */ s(
|
|
30
|
+
"div",
|
|
31
|
+
{
|
|
32
|
+
className: c("relative inline-flex items-center justify-center", M),
|
|
33
|
+
style: { width: f, height: f },
|
|
34
|
+
...j,
|
|
35
|
+
children: [
|
|
36
|
+
/* @__PURE__ */ s("svg", { viewBox: "0 0 100 100", className: "w-full h-full -rotate-90", children: [
|
|
37
|
+
/* @__PURE__ */ e("defs", { children: r && /* @__PURE__ */ s("linearGradient", { id: u, x1: "0%", y1: "0%", x2: "100%", y2: "0%", children: [
|
|
38
|
+
/* @__PURE__ */ e("stop", { offset: "0%", stopColor: r[0] }),
|
|
39
|
+
/* @__PURE__ */ e("stop", { offset: "100%", stopColor: r[1] })
|
|
40
|
+
] }) }),
|
|
41
|
+
/* @__PURE__ */ e(
|
|
42
|
+
"circle",
|
|
43
|
+
{
|
|
44
|
+
cx: "50",
|
|
45
|
+
cy: "50",
|
|
46
|
+
r: x,
|
|
47
|
+
fill: "none",
|
|
48
|
+
stroke: y || "currentColor",
|
|
49
|
+
strokeWidth: t,
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeDasharray: m,
|
|
52
|
+
strokeDashoffset: 0,
|
|
53
|
+
className: c("text-gray-200 dark:text-slate-700"),
|
|
54
|
+
style: {
|
|
55
|
+
transformOrigin: "center",
|
|
56
|
+
transform: `rotate(${d}deg)`
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ e(
|
|
61
|
+
"circle",
|
|
62
|
+
{
|
|
63
|
+
cx: "50",
|
|
64
|
+
cy: "50",
|
|
65
|
+
r: x,
|
|
66
|
+
fill: "none",
|
|
67
|
+
stroke: r ? `url(#${u})` : p,
|
|
68
|
+
strokeWidth: t,
|
|
69
|
+
strokeLinecap: "round",
|
|
70
|
+
strokeDasharray: m,
|
|
71
|
+
strokeDashoffset: w,
|
|
72
|
+
className: c(
|
|
73
|
+
N && "transition-all duration-1000 ease-out"
|
|
74
|
+
),
|
|
75
|
+
style: {
|
|
76
|
+
transformOrigin: "center",
|
|
77
|
+
transform: `rotate(${d}deg)`
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
] }),
|
|
82
|
+
g && /* @__PURE__ */ e("div", { className: "absolute inset-0 flex items-center justify-center", children: k || /* @__PURE__ */ s("span", { className: "text-2xl font-semibold text-gray-800 dark:text-white", children: [
|
|
83
|
+
Math.round(v),
|
|
84
|
+
"%"
|
|
85
|
+
] }) })
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
);
|
|
89
|
+
};
|
|
90
|
+
export {
|
|
91
|
+
B as Gauge
|
|
92
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
export interface GaugeProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/** Current value (0-100 or within min/max) */
|
|
4
|
+
value: number;
|
|
5
|
+
/** Minimum value */
|
|
6
|
+
min?: number;
|
|
7
|
+
/** Maximum value */
|
|
8
|
+
max?: number;
|
|
9
|
+
/** Size of the gauge */
|
|
10
|
+
size?: number;
|
|
11
|
+
/** Stroke width */
|
|
12
|
+
strokeWidth?: number;
|
|
13
|
+
/** Primary color */
|
|
14
|
+
color?: string;
|
|
15
|
+
/** Track color */
|
|
16
|
+
trackColor?: string;
|
|
17
|
+
/** Show percentage label */
|
|
18
|
+
showLabel?: boolean;
|
|
19
|
+
/** Custom label */
|
|
20
|
+
label?: ReactNode;
|
|
21
|
+
/** Animate on render */
|
|
22
|
+
animated?: boolean;
|
|
23
|
+
/** Arc angle (180 for half, 270 for 3/4, 360 for full) */
|
|
24
|
+
arcAngle?: number;
|
|
25
|
+
/** Gradient colors [start, end] */
|
|
26
|
+
gradient?: [string, string];
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),t=require("react"),b={yellow:"bg-yellow-200 dark:bg-yellow-500/30",pink:"bg-pink-200 dark:bg-pink-500/30",blue:"bg-blue-200 dark:bg-blue-500/30",green:"bg-green-200 dark:bg-green-500/30",purple:"bg-purple-200 dark:bg-purple-500/30",orange:"bg-orange-200 dark:bg-orange-500/30"},e=t.forwardRef(({children:r,color:g="yellow",animated:l=!1,className:a="",...i},n)=>o.jsx("span",{ref:n,className:`bear-highlight px-1 rounded ${b[g]} ${l?"animate-pulse":""} ${a}`.trim(),...i,children:r}));e.displayName="Highlight";exports.Highlight=e;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as b } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as p } from "react";
|
|
3
|
+
const n = {
|
|
4
|
+
yellow: "bg-yellow-200 dark:bg-yellow-500/30",
|
|
5
|
+
pink: "bg-pink-200 dark:bg-pink-500/30",
|
|
6
|
+
blue: "bg-blue-200 dark:bg-blue-500/30",
|
|
7
|
+
green: "bg-green-200 dark:bg-green-500/30",
|
|
8
|
+
purple: "bg-purple-200 dark:bg-purple-500/30",
|
|
9
|
+
orange: "bg-orange-200 dark:bg-orange-500/30"
|
|
10
|
+
}, i = p(({
|
|
11
|
+
children: e,
|
|
12
|
+
color: r = "yellow",
|
|
13
|
+
animated: g = !1,
|
|
14
|
+
className: l = "",
|
|
15
|
+
...a
|
|
16
|
+
}, o) => /* @__PURE__ */ b(
|
|
17
|
+
"span",
|
|
18
|
+
{
|
|
19
|
+
ref: o,
|
|
20
|
+
className: `bear-highlight px-1 rounded ${n[r]} ${g ? "animate-pulse" : ""} ${l}`.trim(),
|
|
21
|
+
...a,
|
|
22
|
+
children: e
|
|
23
|
+
}
|
|
24
|
+
));
|
|
25
|
+
i.displayName = "Highlight";
|
|
26
|
+
export {
|
|
27
|
+
i as Highlight
|
|
28
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),t=require("react"),u=require("./HoverCard.utils.cjs"),c=t.forwardRef(({children:l,cardContent:d,side:o="bottom",align:b="center",openDelay:m=200,closeDelay:v=300,arrow:f=!0,className:g="",...p},y)=>{const[h,a]=t.useState(!1),e=t.useRef(),r=t.useRef(),n=()=>{r.current&&clearTimeout(r.current),e.current=setTimeout(()=>{a(!0)},m)},i=()=>{e.current&&clearTimeout(e.current),r.current=setTimeout(()=>{a(!1)},v)};return t.useEffect(()=>()=>{e.current&&clearTimeout(e.current),r.current&&clearTimeout(r.current)},[]),s.jsxs("div",{ref:y,className:`bear-hover-card relative inline-block ${g}`.trim(),onMouseEnter:n,onMouseLeave:i,...p,children:[l,s.jsx("div",{className:`
|
|
2
|
+
absolute z-50 w-72
|
|
3
|
+
${u.getSideClasses(o,b)}
|
|
4
|
+
transition-all duration-200
|
|
5
|
+
${h?"opacity-100 visible scale-100":"opacity-0 invisible scale-95 pointer-events-none"}
|
|
6
|
+
`,onMouseEnter:n,onMouseLeave:i,children:s.jsxs("div",{className:"bg-white dark:bg-gray-800 rounded-lg shadow-xl border border-gray-200 dark:border-gray-700 p-4",children:[f&&s.jsx("div",{className:`absolute w-3 h-3 bg-white dark:bg-gray-800 border-gray-200 dark:border-gray-700 ${u.getArrowClasses(o)}`,style:{borderWidth:o==="top"||o==="left"?"0 1px 1px 0":"1px 0 0 1px"}}),d]})})]})});c.displayName="HoverCard";exports.HoverCard=c;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { jsxs as n, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as y, useState as x, useRef as c, useEffect as T } from "react";
|
|
3
|
+
import { getArrowClasses as w, getSideClasses as M } from "./HoverCard.utils.js";
|
|
4
|
+
const k = y(({
|
|
5
|
+
children: u,
|
|
6
|
+
cardContent: l,
|
|
7
|
+
side: t = "bottom",
|
|
8
|
+
align: d = "center",
|
|
9
|
+
openDelay: m = 200,
|
|
10
|
+
closeDelay: b = 300,
|
|
11
|
+
arrow: f = !0,
|
|
12
|
+
className: p = "",
|
|
13
|
+
...v
|
|
14
|
+
}, g) => {
|
|
15
|
+
const [h, o] = x(!1), e = c(), r = c(), a = () => {
|
|
16
|
+
r.current && clearTimeout(r.current), e.current = setTimeout(() => {
|
|
17
|
+
o(!0);
|
|
18
|
+
}, m);
|
|
19
|
+
}, s = () => {
|
|
20
|
+
e.current && clearTimeout(e.current), r.current = setTimeout(() => {
|
|
21
|
+
o(!1);
|
|
22
|
+
}, b);
|
|
23
|
+
};
|
|
24
|
+
return T(() => () => {
|
|
25
|
+
e.current && clearTimeout(e.current), r.current && clearTimeout(r.current);
|
|
26
|
+
}, []), /* @__PURE__ */ n(
|
|
27
|
+
"div",
|
|
28
|
+
{
|
|
29
|
+
ref: g,
|
|
30
|
+
className: `bear-hover-card relative inline-block ${p}`.trim(),
|
|
31
|
+
onMouseEnter: a,
|
|
32
|
+
onMouseLeave: s,
|
|
33
|
+
...v,
|
|
34
|
+
children: [
|
|
35
|
+
u,
|
|
36
|
+
/* @__PURE__ */ i(
|
|
37
|
+
"div",
|
|
38
|
+
{
|
|
39
|
+
className: `
|
|
40
|
+
absolute z-50 w-72
|
|
41
|
+
${M(t, d)}
|
|
42
|
+
transition-all duration-200
|
|
43
|
+
${h ? "opacity-100 visible scale-100" : "opacity-0 invisible scale-95 pointer-events-none"}
|
|
44
|
+
`,
|
|
45
|
+
onMouseEnter: a,
|
|
46
|
+
onMouseLeave: s,
|
|
47
|
+
children: /* @__PURE__ */ n("div", { className: "bg-white dark:bg-gray-800 rounded-lg shadow-xl border border-gray-200 dark:border-gray-700 p-4", children: [
|
|
48
|
+
f && /* @__PURE__ */ i(
|
|
49
|
+
"div",
|
|
50
|
+
{
|
|
51
|
+
className: `absolute w-3 h-3 bg-white dark:bg-gray-800 border-gray-200 dark:border-gray-700 ${w(t)}`,
|
|
52
|
+
style: {
|
|
53
|
+
borderWidth: t === "top" || t === "left" ? "0 1px 1px 0" : "1px 0 0 1px"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
l
|
|
58
|
+
] })
|
|
59
|
+
}
|
|
60
|
+
)
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
);
|
|
64
|
+
});
|
|
65
|
+
k.displayName = "HoverCard";
|
|
66
|
+
export {
|
|
67
|
+
k as HoverCard
|
|
68
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
export interface HoverCardProps extends Omit<HTMLAttributes<HTMLDivElement>, 'content'> {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
cardContent: ReactNode;
|
|
5
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
6
|
+
align?: 'start' | 'center' | 'end';
|
|
7
|
+
openDelay?: number;
|
|
8
|
+
closeDelay?: number;
|
|
9
|
+
arrow?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface HoverCardContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
12
|
+
children?: ReactNode;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=(t,e)=>{const r={top:"bottom-full mb-2",bottom:"top-full mt-2",left:"right-full mr-2",right:"left-full ml-2"},s={top:{start:"left-0",center:"left-1/2 -translate-x-1/2",end:"right-0"},bottom:{start:"left-0",center:"left-1/2 -translate-x-1/2",end:"right-0"},left:{start:"top-0",center:"top-1/2 -translate-y-1/2",end:"bottom-0"},right:{start:"top-0",center:"top-1/2 -translate-y-1/2",end:"bottom-0"}};return`${r[t]} ${s[t][e]}`},l=t=>({top:"bottom-0 left-1/2 -translate-x-1/2 translate-y-1/2 rotate-45",bottom:"top-0 left-1/2 -translate-x-1/2 -translate-y-1/2 rotate-45",left:"right-0 top-1/2 translate-x-1/2 -translate-y-1/2 rotate-45",right:"left-0 top-1/2 -translate-x-1/2 -translate-y-1/2 rotate-45"})[t];exports.getArrowClasses=l;exports.getSideClasses=a;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const l = (t, e) => {
|
|
2
|
+
const r = {
|
|
3
|
+
top: "bottom-full mb-2",
|
|
4
|
+
bottom: "top-full mt-2",
|
|
5
|
+
left: "right-full mr-2",
|
|
6
|
+
right: "left-full ml-2"
|
|
7
|
+
}, a = {
|
|
8
|
+
top: { start: "left-0", center: "left-1/2 -translate-x-1/2", end: "right-0" },
|
|
9
|
+
bottom: { start: "left-0", center: "left-1/2 -translate-x-1/2", end: "right-0" },
|
|
10
|
+
left: { start: "top-0", center: "top-1/2 -translate-y-1/2", end: "bottom-0" },
|
|
11
|
+
right: { start: "top-0", center: "top-1/2 -translate-y-1/2", end: "bottom-0" }
|
|
12
|
+
};
|
|
13
|
+
return `${r[t]} ${a[t][e]}`;
|
|
14
|
+
}, s = (t) => ({
|
|
15
|
+
top: "bottom-0 left-1/2 -translate-x-1/2 translate-y-1/2 rotate-45",
|
|
16
|
+
bottom: "top-0 left-1/2 -translate-x-1/2 -translate-y-1/2 rotate-45",
|
|
17
|
+
left: "right-0 top-1/2 translate-x-1/2 -translate-y-1/2 rotate-45",
|
|
18
|
+
right: "left-0 top-1/2 -translate-x-1/2 -translate-y-1/2 rotate-45"
|
|
19
|
+
})[t];
|
|
20
|
+
export {
|
|
21
|
+
s as getArrowClasses,
|
|
22
|
+
l as getSideClasses
|
|
23
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),x=require("../Icon.cjs"),c=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),s.jsx("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"})]}),o=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),s.jsx("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),s.jsx("line",{x1:"15",y1:"4",x2:"9",y2:"20"})]}),t=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),s.jsx("line",{x1:"4",y1:"21",x2:"20",y2:"21"})]}),e=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M17.3 4.9c-2.3-.6-4.4-1-6.2-.9-2.7 0-5.3.7-5.3 3.6 0 1.5 1.8 3.3 3.6 3.9h.2H21"}),s.jsx("path",{d:"M8.5 15c0 2.1 1.6 3.1 5 3.1 4.3 0 5.6-1.8 5.6-3.1 0-1.5-.9-2.5-2.8-3H3"}),s.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"})]}),j=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),h=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),i=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),l=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),a=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),s.jsx("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),s.jsx("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),s.jsx("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"})]}),d=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),s.jsx("circle",{cx:"3",cy:"6",r:"1"}),s.jsx("circle",{cx:"3",cy:"12",r:"1"}),s.jsx("circle",{cx:"3",cy:"18",r:"1"})]}),I=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"10",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"10",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"10",y1:"18",x2:"21",y2:"18"}),s.jsx("path",{d:"M4 6h1v4"}),s.jsx("path",{d:"M4 10h2"}),s.jsx("path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"})]}),r=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m3 5 2 2 4-4"}),s.jsx("path",{d:"m3 12 2 2 4-4"}),s.jsx("path",{d:"m3 19 2 2 4-4"}),s.jsx("line",{x1:"11",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"11",y1:"13",x2:"21",y2:"13"}),s.jsx("line",{x1:"11",y1:"20",x2:"21",y2:"20"})]}),y=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"3 8 7 12 3 16"}),s.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),s.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),s.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),p=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"7 8 3 12 7 16"}),s.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),s.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),s.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),M=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M5 4v16"}),s.jsx("path",{d:"M5 12h14"}),s.jsx("path",{d:"M19 4v16"})]}),g=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 4v16"}),s.jsx("path",{d:"M18 4v16"}),s.jsx("path",{d:"M6 12h12"})]}),v=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M17 10v8"}),s.jsx("path",{d:"M17 10l-3 0"})]}),m=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"})]}),u=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}),s.jsx("path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"})]}),C=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M13 4v16"}),s.jsx("path",{d:"M17 4v16"}),s.jsx("path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"})]}),H=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21"}),s.jsx("path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3"})]}),L=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),s.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),T=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),s.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}),s.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),F=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 19h6"}),s.jsx("path",{d:"M7 4v15"}),s.jsx("path",{d:"M11 4h4l4 15"}),s.jsx("path",{d:"M15 19h4"}),s.jsx("path",{d:"M21 8v6"}),s.jsx("path",{d:"M18 11h6"})]}),S=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 19h6"}),s.jsx("path",{d:"M7 4v15"}),s.jsx("path",{d:"M11 4h4l4 15"}),s.jsx("path",{d:"M15 19h4"}),s.jsx("path",{d:"M18 11h6"})]}),R=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M9 2 4 14h2l1-3h6l1 3h2L11 2z"}),s.jsx("path",{d:"M10 9 8 5h.01L10 9z"}),s.jsx("rect",{x:"2",y:"17",width:"20",height:"4",fill:"currentColor"})]}),V=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M11.67 3.87 9.9 2.1a1 1 0 0 0-1.4 0L2.1 8.5a1 1 0 0 0 0 1.4l7.4 7.4a1 1 0 0 0 1.4 0l6.4-6.4a1 1 0 0 0 0-1.4z"}),s.jsx("path",{d:"M16 14c0 2 2 4 2 4s2-2 2-4-2-4-2-4-2 2-2 4z"}),s.jsx("rect",{x:"2",y:"19",width:"20",height:"3",fill:"currentColor"})]}),b=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m9 11-6 6v3h9l3-3"}),s.jsx("path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"})]}),k=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m4 19 8-8"}),s.jsx("path",{d:"m12 19-8-8"}),s.jsx("path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"})]}),w=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m4 5 8 8"}),s.jsx("path",{d:"m12 5-8 8"}),s.jsx("path",{d:"M20 19h-4c0-1.5.442-2 1.5-2.5S20 15.334 20 14.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"})]}),A=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M5 7h14"}),s.jsx("path",{d:"M9 7v6"}),s.jsx("path",{d:"m14.8 12 2.2 5"}),s.jsx("line",{x1:"4",y1:"4",x2:"20",y2:"20"})]}),f=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m9 12 2 2 4-4"}),s.jsx("circle",{cx:"12",cy:"12",r:"10"})]}),z=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("path",{d:"M3 9h18"}),s.jsx("path",{d:"M3 15h18"}),s.jsx("path",{d:"M9 3v18"}),s.jsx("path",{d:"M15 3v18"})]}),B=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"8",width:"18",height:"13",rx:"2"}),s.jsx("path",{d:"M3 14h18"}),s.jsx("path",{d:"M9 8v13"}),s.jsx("path",{d:"M15 8v13"}),s.jsx("path",{d:"M9 2h6"}),s.jsx("path",{d:"M12 2v4"})]}),D=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"13",height:"18",rx:"2"}),s.jsx("path",{d:"M9 3v18"}),s.jsx("path",{d:"M3 9h13"}),s.jsx("path",{d:"M3 15h13"}),s.jsx("path",{d:"M19 9v6"}),s.jsx("path",{d:"M19 12h4"})]}),E=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"16 18 22 12 16 6"}),s.jsx("polyline",{points:"8 6 2 12 8 18"})]}),P=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("polyline",{points:"9 8 5 12 9 16"}),s.jsx("polyline",{points:"15 8 19 12 15 16"})]}),q=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),J=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),N=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),Q=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"4"}),s.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),U=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),s.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),s.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),s.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),O=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),s.jsx("polyline",{points:"21 15 16 10 5 21"})]}),G=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),s.jsx("polyline",{points:"14 2 14 8 20 8"})]}),K=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("line",{x1:"8",y1:"15",x2:"8",y2:"9"}),s.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"6"}),s.jsx("line",{x1:"16",y1:"15",x2:"16",y2:"12"})]}),W=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),s.jsx("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"})]}),X=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M2.5 2v6h6"}),s.jsx("path",{d:"M2.66 15.57a10 10 0 1 0 .57-8.38"})]}),Y=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M21.5 2v6h-6"}),s.jsx("path",{d:"M21.34 15.57a10 10 0 1 1-.57-8.38"})]}),Z=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"}),s.jsx("polyline",{points:"18 9 21 12 18 15"}),s.jsx("polyline",{points:"6 9 3 12 6 15"})]});exports.AlignCenterIcon=h;exports.AlignJustifyIcon=l;exports.AlignLeftIcon=j;exports.AlignRightIcon=i;exports.AtIcon=Q;exports.BoldIcon=c;exports.ChecklistIcon=r;exports.CodeBlockIcon=P;exports.CodeIcon=E;exports.CropIcon=W;exports.EmojiHappyIcon=J;exports.EmojiIcon=q;exports.EmojiSadIcon=N;exports.FlipIcon=Z;exports.FormatClearIcon=A;exports.FormatColorFillIcon=V;exports.FormatColorTextIcon=R;exports.HashtagIcon=U;exports.Heading1Icon=v;exports.Heading2Icon=m;exports.Heading3Icon=u;exports.HighlightIcon=b;exports.IndentDecreaseIcon=p;exports.IndentIncreaseIcon=y;exports.InsertChartIcon=K;exports.InsertDriveFileIcon=G;exports.InsertLinkIcon=L;exports.InsertPhotoIcon=O;exports.ItalicIcon=o;exports.ListBulletIcon=d;exports.ListIcon=a;exports.ListNumberedIcon=I;exports.ParagraphIcon=C;exports.QuoteIcon=H;exports.RemoveLinkIcon=T;exports.RotateLeftIcon=X;exports.RotateRightIcon=Y;exports.SpellcheckIcon=f;exports.StrikethroughIcon=e;exports.SubscriptIcon=w;exports.SuperscriptIcon=k;exports.TableIcon=z;exports.TableInsertColumnIcon=D;exports.TableInsertRowIcon=B;exports.TextDecreaseIcon=S;exports.TextFieldsIcon=g;exports.TextIncreaseIcon=F;exports.TitleIcon=M;exports.UnderlineIcon=t;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),x=require("../Icon.cjs"),c=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),s.jsx("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"})]}),o=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),s.jsx("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),s.jsx("line",{x1:"15",y1:"4",x2:"9",y2:"20"})]}),t=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),s.jsx("line",{x1:"4",y1:"21",x2:"20",y2:"21"})]}),e=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M17.3 4.9c-2.3-.6-4.4-1-6.2-.9-2.7 0-5.3.7-5.3 3.6 0 1.5 1.8 3.3 3.6 3.9h.2H21"}),s.jsx("path",{d:"M8.5 15c0 2.1 1.6 3.1 5 3.1 4.3 0 5.6-1.8 5.6-3.1 0-1.5-.9-2.5-2.8-3H3"}),s.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"})]}),j=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),h=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),i=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),l=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),s.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),s.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),s.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),d=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),s.jsx("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),s.jsx("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),s.jsx("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"})]}),a=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),s.jsx("circle",{cx:"3",cy:"6",r:"1"}),s.jsx("circle",{cx:"3",cy:"12",r:"1"}),s.jsx("circle",{cx:"3",cy:"18",r:"1"})]}),I=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"10",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"10",y1:"12",x2:"21",y2:"12"}),s.jsx("line",{x1:"10",y1:"18",x2:"21",y2:"18"}),s.jsx("path",{d:"M4 6h1v4"}),s.jsx("path",{d:"M4 10h2"}),s.jsx("path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"})]}),r=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m3 5 2 2 4-4"}),s.jsx("path",{d:"m3 12 2 2 4-4"}),s.jsx("path",{d:"m3 19 2 2 4-4"}),s.jsx("line",{x1:"11",y1:"6",x2:"21",y2:"6"}),s.jsx("line",{x1:"11",y1:"13",x2:"21",y2:"13"}),s.jsx("line",{x1:"11",y1:"20",x2:"21",y2:"20"})]}),y=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"3 8 7 12 3 16"}),s.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),s.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),s.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),p=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"7 8 3 12 7 16"}),s.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),s.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),s.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),M=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M5 4v16"}),s.jsx("path",{d:"M5 12h14"}),s.jsx("path",{d:"M19 4v16"})]}),g=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6 4v16"}),s.jsx("path",{d:"M18 4v16"}),s.jsx("path",{d:"M6 12h12"})]}),v=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M17 10v8"}),s.jsx("path",{d:"M17 10l-3 0"})]}),m=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"})]}),u=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 12h8"}),s.jsx("path",{d:"M4 18V6"}),s.jsx("path",{d:"M12 18V6"}),s.jsx("path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}),s.jsx("path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"})]}),C=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M13 4v16"}),s.jsx("path",{d:"M17 4v16"}),s.jsx("path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13"})]}),H=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 7V4h16v3"}),s.jsx("path",{d:"M9 20h6"}),s.jsx("path",{d:"M12 4v16"})]}),L=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V21"}),s.jsx("path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3"})]}),T=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),s.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]}),F=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),s.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}),s.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}),S=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 19h6"}),s.jsx("path",{d:"M7 4v15"}),s.jsx("path",{d:"M11 4h4l4 15"}),s.jsx("path",{d:"M15 19h4"}),s.jsx("path",{d:"M21 8v6"}),s.jsx("path",{d:"M18 11h6"})]}),V=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M4 19h6"}),s.jsx("path",{d:"M7 4v15"}),s.jsx("path",{d:"M11 4h4l4 15"}),s.jsx("path",{d:"M15 19h4"}),s.jsx("path",{d:"M18 11h6"})]}),R=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M9 2 4 14h2l1-3h6l1 3h2L11 2z"}),s.jsx("path",{d:"M10 9 8 5h.01L10 9z"}),s.jsx("rect",{x:"2",y:"17",width:"20",height:"4",fill:"currentColor"})]}),b=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M11.67 3.87 9.9 2.1a1 1 0 0 0-1.4 0L2.1 8.5a1 1 0 0 0 0 1.4l7.4 7.4a1 1 0 0 0 1.4 0l6.4-6.4a1 1 0 0 0 0-1.4z"}),s.jsx("path",{d:"M16 14c0 2 2 4 2 4s2-2 2-4-2-4-2-4-2 2-2 4z"}),s.jsx("rect",{x:"2",y:"19",width:"20",height:"3",fill:"currentColor"})]}),k=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m9 11-6 6v3h9l3-3"}),s.jsx("path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4"})]}),w=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m4 19 8-8"}),s.jsx("path",{d:"m12 19-8-8"}),s.jsx("path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"})]}),A=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m4 5 8 8"}),s.jsx("path",{d:"m12 5-8 8"}),s.jsx("path",{d:"M20 19h-4c0-1.5.442-2 1.5-2.5S20 15.334 20 14.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06"})]}),f=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M5 7h14"}),s.jsx("path",{d:"M9 7v6"}),s.jsx("path",{d:"m14.8 12 2.2 5"}),s.jsx("line",{x1:"4",y1:"4",x2:"20",y2:"20"})]}),z=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"m9 12 2 2 4-4"}),s.jsx("circle",{cx:"12",cy:"12",r:"10"})]}),B=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("path",{d:"M3 9h18"}),s.jsx("path",{d:"M3 15h18"}),s.jsx("path",{d:"M9 3v18"}),s.jsx("path",{d:"M15 3v18"})]}),D=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"8",width:"18",height:"13",rx:"2"}),s.jsx("path",{d:"M3 14h18"}),s.jsx("path",{d:"M9 8v13"}),s.jsx("path",{d:"M15 8v13"}),s.jsx("path",{d:"M9 2h6"}),s.jsx("path",{d:"M12 2v4"})]}),E=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"13",height:"18",rx:"2"}),s.jsx("path",{d:"M9 3v18"}),s.jsx("path",{d:"M3 9h13"}),s.jsx("path",{d:"M3 15h13"}),s.jsx("path",{d:"M19 9v6"}),s.jsx("path",{d:"M19 12h4"})]}),P=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("polyline",{points:"16 18 22 12 16 6"}),s.jsx("polyline",{points:"8 6 2 12 8 18"})]}),q=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("polyline",{points:"9 8 5 12 9 16"}),s.jsx("polyline",{points:"15 8 19 12 15 16"})]}),J=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),N=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),Q=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"10"}),s.jsx("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),s.jsx("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),s.jsx("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"})]}),U=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("circle",{cx:"12",cy:"12",r:"4"}),s.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),O=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),s.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),s.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),s.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),G=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),s.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),s.jsx("polyline",{points:"21 15 16 10 5 21"})]}),K=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),s.jsx("polyline",{points:"14 2 14 8 20 8"})]}),W=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),s.jsx("line",{x1:"8",y1:"15",x2:"8",y2:"9"}),s.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"6"}),s.jsx("line",{x1:"16",y1:"15",x2:"16",y2:"12"})]}),X=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),s.jsx("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"})]}),Y=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M2.5 2v6h6"}),s.jsx("path",{d:"M2.66 15.57a10 10 0 1 0 .57-8.38"})]}),Z=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("path",{d:"M21.5 2v6h-6"}),s.jsx("path",{d:"M21.34 15.57a10 10 0 1 1-.57-8.38"})]}),_=n=>s.jsxs(x.Icon,{...n,children:[s.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"21"}),s.jsx("polyline",{points:"18 9 21 12 18 15"}),s.jsx("polyline",{points:"6 9 3 12 6 15"})]});exports.AlignCenterIcon=h;exports.AlignJustifyIcon=l;exports.AlignLeftIcon=j;exports.AlignRightIcon=i;exports.AtIcon=U;exports.BoldIcon=c;exports.ChecklistIcon=r;exports.CodeBlockIcon=q;exports.CodeIcon=P;exports.CropIcon=X;exports.EmojiHappyIcon=N;exports.EmojiIcon=J;exports.EmojiSadIcon=Q;exports.FlipIcon=_;exports.FormatClearIcon=f;exports.FormatColorFillIcon=b;exports.FormatColorTextIcon=R;exports.HashtagIcon=O;exports.Heading1Icon=v;exports.Heading2Icon=m;exports.Heading3Icon=u;exports.HighlightIcon=k;exports.IndentDecreaseIcon=p;exports.IndentIncreaseIcon=y;exports.InsertChartIcon=W;exports.InsertDriveFileIcon=K;exports.InsertLinkIcon=T;exports.InsertPhotoIcon=G;exports.ItalicIcon=o;exports.ListBulletIcon=a;exports.ListIcon=d;exports.ListNumberedIcon=I;exports.ParagraphIcon=C;exports.QuoteIcon=L;exports.RemoveLinkIcon=F;exports.RotateLeftIcon=Y;exports.RotateRightIcon=Z;exports.SpellcheckIcon=z;exports.StrikethroughIcon=e;exports.SubscriptIcon=A;exports.SuperscriptIcon=w;exports.TableIcon=B;exports.TableInsertColumnIcon=E;exports.TableInsertRowIcon=D;exports.TextDecreaseIcon=V;exports.TextFieldsIcon=g;exports.TextIcon=H;exports.TextIncreaseIcon=S;exports.TitleIcon=M;exports.UnderlineIcon=t;
|
|
@@ -21,6 +21,7 @@ export declare const Heading1Icon: IconComponent;
|
|
|
21
21
|
export declare const Heading2Icon: IconComponent;
|
|
22
22
|
export declare const Heading3Icon: IconComponent;
|
|
23
23
|
export declare const ParagraphIcon: IconComponent;
|
|
24
|
+
export declare const TextIcon: IconComponent;
|
|
24
25
|
export declare const QuoteIcon: IconComponent;
|
|
25
26
|
export declare const InsertLinkIcon: IconComponent;
|
|
26
27
|
export declare const RemoveLinkIcon: IconComponent;
|