@forgedevstack/bear 1.3.2 → 1.3.3
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 +4 -0
- package/dist/components/ApprovalCard/ApprovalCard.cjs +1 -0
- package/dist/components/ApprovalCard/ApprovalCard.const.cjs +1 -0
- package/dist/components/ApprovalCard/ApprovalCard.const.d.ts +2 -0
- package/dist/components/ApprovalCard/ApprovalCard.const.js +8 -0
- package/dist/components/ApprovalCard/ApprovalCard.d.ts +2 -0
- package/dist/components/ApprovalCard/ApprovalCard.js +25 -0
- package/dist/components/ApprovalCard/ApprovalCard.types.d.ts +15 -0
- package/dist/components/ApprovalCard/index.d.ts +2 -0
- package/dist/components/ArtifactCard/ArtifactCard.cjs +1 -0
- package/dist/components/ArtifactCard/ArtifactCard.const.cjs +1 -0
- package/dist/components/ArtifactCard/ArtifactCard.const.d.ts +3 -0
- package/dist/components/ArtifactCard/ArtifactCard.const.js +8 -0
- package/dist/components/ArtifactCard/ArtifactCard.d.ts +2 -0
- package/dist/components/ArtifactCard/ArtifactCard.js +43 -0
- package/dist/components/ArtifactCard/ArtifactCard.types.d.ts +15 -0
- package/dist/components/ArtifactCard/index.d.ts +2 -0
- package/dist/components/Banner/Banner.const.cjs +1 -1
- package/dist/components/Banner/Banner.const.js +9 -8
- package/dist/components/Chart/BarChart.cjs +1 -1
- package/dist/components/Chart/BarChart.js +65 -72
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.js +21 -18
- package/dist/components/Chart/Chart.types.d.ts +1 -1
- package/dist/components/Chart/FunnelChart.cjs +1 -1
- package/dist/components/Chart/FunnelChart.js +38 -36
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.js +74 -60
- package/dist/components/Chart/PieChart.cjs +1 -1
- package/dist/components/Chart/PieChart.js +102 -82
- package/dist/components/Chart/RadarChart.cjs +1 -1
- package/dist/components/Chart/RadarChart.d.ts +1 -1
- package/dist/components/Chart/RadarChart.js +116 -93
- package/dist/components/Chat/Chat.cjs +1 -1
- package/dist/components/Chat/Chat.const.cjs +1 -1
- package/dist/components/Chat/Chat.const.d.ts +9 -22
- package/dist/components/Chat/Chat.const.js +18 -26
- package/dist/components/Chat/Chat.d.ts +1 -20
- package/dist/components/Chat/Chat.js +107 -162
- package/dist/components/Chat/Chat.types.d.ts +20 -27
- package/dist/components/Chat/Chat.utils.cjs +1 -0
- package/dist/components/Chat/Chat.utils.d.ts +2 -0
- package/dist/components/Chat/Chat.utils.js +10 -0
- package/dist/components/Chat/helpers/ChatTypingIndicator.cjs +1 -0
- package/dist/components/Chat/helpers/ChatTypingIndicator.d.ts +3 -0
- package/dist/components/Chat/helpers/ChatTypingIndicator.js +14 -0
- package/dist/components/Chat/index.d.ts +2 -1
- package/dist/components/ChatBubble/ChatBubble.cjs +1 -0
- package/dist/components/ChatBubble/ChatBubble.const.cjs +1 -0
- package/dist/components/ChatBubble/ChatBubble.const.d.ts +13 -0
- package/dist/components/ChatBubble/ChatBubble.const.js +17 -0
- package/dist/components/ChatBubble/ChatBubble.d.ts +2 -0
- package/dist/components/ChatBubble/ChatBubble.js +32 -0
- package/dist/components/ChatBubble/ChatBubble.types.d.ts +12 -0
- package/dist/components/ChatBubble/ChatBubble.utils.cjs +1 -0
- package/dist/components/ChatBubble/ChatBubble.utils.d.ts +6 -0
- package/dist/components/ChatBubble/ChatBubble.utils.js +15 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleSystem.cjs +1 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleSystem.d.ts +2 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleSystem.js +21 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleThread.cjs +1 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleThread.d.ts +4 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleThread.js +63 -0
- package/dist/components/ChatBubble/index.d.ts +2 -0
- package/dist/components/ChatError/ChatError.cjs +1 -0
- package/dist/components/ChatError/ChatError.const.cjs +1 -0
- package/dist/components/ChatError/ChatError.const.d.ts +2 -0
- package/dist/components/ChatError/ChatError.const.js +8 -0
- package/dist/components/ChatError/ChatError.d.ts +2 -0
- package/dist/components/ChatError/ChatError.js +32 -0
- package/dist/components/ChatError/ChatError.types.d.ts +14 -0
- package/dist/components/ChatError/index.d.ts +2 -0
- package/dist/components/CitationList/CitationList.cjs +1 -0
- package/dist/components/CitationList/CitationList.d.ts +2 -0
- package/dist/components/CitationList/CitationList.js +30 -0
- package/dist/components/CitationList/CitationList.types.d.ts +15 -0
- package/dist/components/CitationList/helpers/CitationListTitle.cjs +1 -0
- package/dist/components/CitationList/helpers/CitationListTitle.d.ts +2 -0
- package/dist/components/CitationList/helpers/CitationListTitle.js +10 -0
- package/dist/components/CitationList/helpers/index.d.ts +1 -0
- package/dist/components/CitationList/index.d.ts +2 -0
- package/dist/components/ContextMeter/ContextMeter.cjs +1 -0
- package/dist/components/ContextMeter/ContextMeter.const.cjs +1 -0
- package/dist/components/ContextMeter/ContextMeter.const.d.ts +6 -0
- package/dist/components/ContextMeter/ContextMeter.const.js +11 -0
- package/dist/components/ContextMeter/ContextMeter.d.ts +2 -0
- package/dist/components/ContextMeter/ContextMeter.js +49 -0
- package/dist/components/ContextMeter/ContextMeter.types.d.ts +11 -0
- package/dist/components/ContextMeter/ContextMeter.utils.cjs +1 -0
- package/dist/components/ContextMeter/ContextMeter.utils.d.ts +2 -0
- package/dist/components/ContextMeter/ContextMeter.utils.js +12 -0
- package/dist/components/ContextMeter/index.d.ts +2 -0
- 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 -1
- package/dist/components/Drawer/Drawer.const.js +7 -6
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/Drawer.js +93 -83
- package/dist/components/Drawer/Drawer.types.d.ts +4 -1
- package/dist/components/Drawer/hooks/useDrawer.cjs +1 -1
- package/dist/components/Drawer/hooks/useDrawer.js +33 -34
- package/dist/components/Drawer/index.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.cjs +1 -1
- package/dist/components/EmptyState/EmptyState.const.cjs +1 -1
- package/dist/components/EmptyState/EmptyState.const.d.ts +8 -6
- package/dist/components/EmptyState/EmptyState.const.js +15 -8
- package/dist/components/EmptyState/EmptyState.d.ts +1 -2
- package/dist/components/EmptyState/EmptyState.js +39 -43
- package/dist/components/EmptyState/EmptyState.types.d.ts +2 -0
- package/dist/components/EmptyState/helpers/EmptyStateErrorSvg.cjs +1 -0
- package/dist/components/EmptyState/helpers/EmptyStateErrorSvg.d.ts +3 -0
- package/dist/components/EmptyState/helpers/EmptyStateErrorSvg.js +8 -0
- package/dist/components/EmptyState/helpers/EmptyStateInboxSvg.cjs +1 -0
- package/dist/components/EmptyState/helpers/EmptyStateInboxSvg.d.ts +3 -0
- package/dist/components/EmptyState/helpers/EmptyStateInboxSvg.js +8 -0
- package/dist/components/EmptyState/helpers/EmptyStateSearchSvg.cjs +1 -0
- package/dist/components/EmptyState/helpers/EmptyStateSearchSvg.d.ts +3 -0
- package/dist/components/EmptyState/helpers/EmptyStateSearchSvg.js +8 -0
- package/dist/components/EmptyState/helpers/index.d.ts +3 -0
- package/dist/components/EmptyState/index.d.ts +1 -1
- package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.const.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.const.d.ts +12 -1
- package/dist/components/FloatingChat/FloatingChat.const.js +25 -7
- package/dist/components/FloatingChat/FloatingChat.d.ts +1 -18
- package/dist/components/FloatingChat/FloatingChat.js +93 -124
- package/dist/components/FloatingChat/FloatingChat.types.d.ts +11 -22
- package/dist/components/FloatingChat/FloatingChat.utils.cjs +1 -0
- package/dist/components/FloatingChat/FloatingChat.utils.d.ts +2 -0
- package/dist/components/FloatingChat/FloatingChat.utils.js +12 -0
- package/dist/components/FloatingChat/helpers/FloatingChatHeader.cjs +1 -0
- package/dist/components/FloatingChat/helpers/FloatingChatHeader.d.ts +9 -0
- package/dist/components/FloatingChat/helpers/FloatingChatHeader.js +21 -0
- package/dist/components/FloatingChat/helpers/FloatingChatTrigger.cjs +1 -0
- package/dist/components/FloatingChat/helpers/FloatingChatTrigger.d.ts +9 -0
- package/dist/components/FloatingChat/helpers/FloatingChatTrigger.js +17 -0
- package/dist/components/FloatingChat/index.d.ts +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.cjs +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.d.ts +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.js +35 -24
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/Icon/productIcons.cjs +1 -0
- package/dist/components/Icon/productIcons.d.ts +7 -0
- package/dist/components/Icon/productIcons.js +25 -0
- package/dist/components/MessageActions/MessageActions.cjs +1 -0
- package/dist/components/MessageActions/MessageActions.const.cjs +1 -0
- package/dist/components/MessageActions/MessageActions.const.d.ts +2 -0
- package/dist/components/MessageActions/MessageActions.const.js +10 -0
- package/dist/components/MessageActions/MessageActions.d.ts +2 -0
- package/dist/components/MessageActions/MessageActions.js +31 -0
- package/dist/components/MessageActions/MessageActions.types.d.ts +16 -0
- package/dist/components/MessageActions/index.d.ts +2 -0
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/ModelSelect/ModelSelect.cjs +1 -0
- package/dist/components/ModelSelect/ModelSelect.const.cjs +1 -0
- package/dist/components/ModelSelect/ModelSelect.const.d.ts +1 -0
- package/dist/components/ModelSelect/ModelSelect.const.js +4 -0
- package/dist/components/ModelSelect/ModelSelect.d.ts +2 -0
- package/dist/components/ModelSelect/ModelSelect.js +41 -0
- package/dist/components/ModelSelect/ModelSelect.types.d.ts +16 -0
- package/dist/components/ModelSelect/index.d.ts +2 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.cjs +1 -1
- package/dist/components/OverlayPortal/OverlayPortal.const.js +6 -5
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +5 -5
- package/dist/components/PromptComposer/PromptComposer.cjs +1 -0
- package/dist/components/PromptComposer/PromptComposer.const.cjs +1 -0
- package/dist/components/PromptComposer/PromptComposer.const.d.ts +6 -0
- package/dist/components/PromptComposer/PromptComposer.const.js +14 -0
- package/dist/components/PromptComposer/PromptComposer.d.ts +2 -0
- package/dist/components/PromptComposer/PromptComposer.js +132 -0
- package/dist/components/PromptComposer/PromptComposer.types.d.ts +45 -0
- package/dist/components/PromptComposer/PromptComposer.utils.cjs +1 -0
- package/dist/components/PromptComposer/PromptComposer.utils.d.ts +5 -0
- package/dist/components/PromptComposer/PromptComposer.utils.js +16 -0
- package/dist/components/PromptComposer/helpers/PromptComposerAttachSvg.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerAttachSvg.d.ts +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerAttachSvg.js +6 -0
- package/dist/components/PromptComposer/helpers/PromptComposerFileChip.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerFileChip.d.ts +2 -0
- package/dist/components/PromptComposer/helpers/PromptComposerFileChip.js +18 -0
- package/dist/components/PromptComposer/helpers/PromptComposerSendSvg.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerSendSvg.d.ts +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerSendSvg.js +9 -0
- package/dist/components/PromptComposer/helpers/PromptComposerStopSvg.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerStopSvg.d.ts +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerStopSvg.js +6 -0
- package/dist/components/PromptComposer/helpers/index.d.ts +4 -0
- package/dist/components/PromptComposer/index.d.ts +2 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.cjs +1 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.d.ts +2 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.js +39 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.types.d.ts +13 -0
- package/dist/components/PromptSuggestions/index.d.ts +2 -0
- package/dist/components/RichEditor/helpers/IconRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/IconRender.js +16 -16
- package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/toolbarItemRender.js +23 -23
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.js +23 -23
- package/dist/components/Select/helpers/SelectCheckSvg.cjs +1 -0
- package/dist/components/Select/helpers/SelectCheckSvg.d.ts +3 -0
- package/dist/components/Select/helpers/SelectCheckSvg.js +8 -0
- package/dist/components/Select/helpers/SelectChevronDownSvg.cjs +1 -0
- package/dist/components/Select/helpers/SelectChevronDownSvg.d.ts +3 -0
- package/dist/components/Select/helpers/SelectChevronDownSvg.js +8 -0
- package/dist/components/Select/helpers/index.d.ts +2 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -1
- package/dist/components/Skeleton/Skeleton.const.cjs +2 -2
- package/dist/components/Skeleton/Skeleton.const.js +5 -6
- package/dist/components/Skeleton/Skeleton.js +59 -59
- package/dist/components/StatCard/StatCard.cjs +1 -1
- package/dist/components/StatCard/StatCard.const.cjs +1 -1
- package/dist/components/StatCard/StatCard.const.d.ts +0 -7
- package/dist/components/StatCard/StatCard.const.js +5 -12
- package/dist/components/StatCard/StatCard.d.ts +1 -2
- package/dist/components/StatCard/StatCard.js +48 -37
- package/dist/components/StatCard/StatCard.utils.cjs +1 -0
- package/dist/components/StatCard/StatCard.utils.d.ts +2 -0
- package/dist/components/StatCard/StatCard.utils.js +7 -0
- package/dist/components/StreamingMessage/StreamingMessage.cjs +1 -0
- package/dist/components/StreamingMessage/StreamingMessage.const.cjs +1 -0
- package/dist/components/StreamingMessage/StreamingMessage.const.d.ts +5 -0
- package/dist/components/StreamingMessage/StreamingMessage.const.js +10 -0
- package/dist/components/StreamingMessage/StreamingMessage.d.ts +2 -0
- package/dist/components/StreamingMessage/StreamingMessage.js +48 -0
- package/dist/components/StreamingMessage/StreamingMessage.types.d.ts +15 -0
- package/dist/components/StreamingMessage/index.d.ts +2 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.cjs +1 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.const.cjs +1 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.const.d.ts +7 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.const.js +14 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.d.ts +2 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.js +39 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.types.d.ts +14 -0
- package/dist/components/ThemeSwitcher/index.d.ts +2 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.cjs +1 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.const.cjs +1 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.const.d.ts +4 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.const.js +9 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.d.ts +2 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.js +45 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.types.d.ts +16 -0
- package/dist/components/ThinkingBlock/index.d.ts +2 -0
- package/dist/components/ToolCall/ToolCall.cjs +1 -0
- package/dist/components/ToolCall/ToolCall.const.cjs +1 -0
- package/dist/components/ToolCall/ToolCall.const.d.ts +5 -0
- package/dist/components/ToolCall/ToolCall.const.js +17 -0
- package/dist/components/ToolCall/ToolCall.d.ts +2 -0
- package/dist/components/ToolCall/ToolCall.js +43 -0
- package/dist/components/ToolCall/ToolCall.types.d.ts +20 -0
- package/dist/components/ToolCall/index.d.ts +2 -0
- package/dist/components/Transition/Transition.const.cjs +1 -1
- package/dist/components/Transition/Transition.const.js +12 -6
- package/dist/components/Transition/Transition.types.d.ts +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +37 -9
- package/dist/components/index.js +455 -423
- package/dist/constants/generals.const.cjs +1 -1
- package/dist/constants/generals.const.d.ts +46 -0
- package/dist/constants/generals.const.js +158 -115
- package/dist/constants/keys.const.cjs +1 -1
- package/dist/constants/keys.const.js +2 -1
- package/dist/constants/numbers.const.cjs +1 -1
- package/dist/constants/numbers.const.d.ts +7 -0
- package/dist/constants/numbers.const.js +60 -52
- package/dist/context/BearProvider.cjs +1 -1
- package/dist/context/BearProvider.d.ts +19 -44
- package/dist/context/BearProvider.js +223 -208
- package/dist/context/bearProvider.types.d.ts +4 -0
- package/dist/context/index.d.ts +1 -1
- package/dist/hooks/useFixedAnchorPosition/index.d.ts +1 -1
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.cjs +1 -1
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.d.ts +2 -1
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.js +12 -11
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.types.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +595 -563
- package/dist/styles/_ai-chat.css +487 -0
- package/dist/styles/_base.css +2 -0
- package/dist/styles/_chart.css +144 -0
- package/dist/styles/_effects.css +8 -4
- package/dist/styles/_skeleton.css +90 -0
- package/dist/styles/main.css +3 -0
- package/dist/styles.css +734 -32
- package/package.json +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.const.cjs +0 -1
- package/dist/components/FormSkeleton/FormSkeleton.const.d.ts +0 -5
- package/dist/components/FormSkeleton/FormSkeleton.const.js +0 -8
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +0 -14
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +0 -35
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +0 -26
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +0 -4
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +0 -130
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +0 -12
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +0 -18
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +0 -6
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="Bear-FormSkeleton",E=3,O=14,L=40,F=16;exports.FORM_SKELETON_DEFAULT_FIELDS=E;exports.FORM_SKELETON_FIELD_GAP_PX=F;exports.FORM_SKELETON_FIELD_HEIGHT_PX=L;exports.FORM_SKELETON_LABEL_HEIGHT_PX=O;exports.FORM_SKELETON_ROOT_CLASS=_;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const FORM_SKELETON_ROOT_CLASS = "Bear-FormSkeleton";
|
|
2
|
-
export declare const FORM_SKELETON_DEFAULT_FIELDS = 3;
|
|
3
|
-
export declare const FORM_SKELETON_LABEL_HEIGHT_PX = 14;
|
|
4
|
-
export declare const FORM_SKELETON_FIELD_HEIGHT_PX = 40;
|
|
5
|
-
export declare const FORM_SKELETON_FIELD_GAP_PX = 16;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react/jsx-runtime"),e=require("./Icon.const.cjs"),O=require("./cn.utils.cjs"),I=s=>{const{size:t="md",color:i=e.ICON_COLOR_CURRENT,strokeWidth:o=e.ICON_STROKE_WIDTH,spin:r=!1,className:c,children:a,testId:l,...d}=s,n=typeof t=="number"?t:e.ICON_SIZE_MAP[t];return u.jsx("svg",{width:n,height:n,viewBox:e.ICON_VIEWBOX,fill:"none",stroke:i,strokeWidth:o,strokeLinecap:"round",strokeLinejoin:"round",className:O.cn(e.ICON_ROOT_CLASS,"bear-inline-block bear-shrink-0",r&&"bear-animate-spin",c),"data-testid":l,...d,children:a})};exports.Icon=I;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const O="Bear-Icon",I=2,e="0 0 24 24",o="currentColor",C={xs:12,sm:16,md:20,lg:24,xl:32};exports.ICON_COLOR_CURRENT=o;exports.ICON_ROOT_CLASS=O;exports.ICON_SIZE_MAP=C;exports.ICON_STROKE_WIDTH=I;exports.ICON_VIEWBOX=e;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const O = "Bear-Icon", I = 2, C = "0 0 24 24", _ = "currentColor", s = {
|
|
2
|
-
xs: 12,
|
|
3
|
-
sm: 16,
|
|
4
|
-
md: 20,
|
|
5
|
-
lg: 24,
|
|
6
|
-
xl: 32
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
_ as ICON_COLOR_CURRENT,
|
|
10
|
-
O as ICON_ROOT_CLASS,
|
|
11
|
-
s as ICON_SIZE_MAP,
|
|
12
|
-
I as ICON_STROKE_WIDTH,
|
|
13
|
-
C as ICON_VIEWBOX
|
|
14
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { ICON_COLOR_CURRENT as I, ICON_STROKE_WIDTH as O, ICON_VIEWBOX as l, ICON_SIZE_MAP as _, ICON_ROOT_CLASS as h } from "./Icon.const.js";
|
|
3
|
-
import { cn as k } from "./cn.utils.js";
|
|
4
|
-
const f = (o) => {
|
|
5
|
-
const {
|
|
6
|
-
size: e = "md",
|
|
7
|
-
color: r = I,
|
|
8
|
-
strokeWidth: t = O,
|
|
9
|
-
spin: i = !1,
|
|
10
|
-
className: n,
|
|
11
|
-
children: a,
|
|
12
|
-
testId: c,
|
|
13
|
-
...m
|
|
14
|
-
} = o, s = typeof e == "number" ? e : _[e];
|
|
15
|
-
return /* @__PURE__ */ d(
|
|
16
|
-
"svg",
|
|
17
|
-
{
|
|
18
|
-
width: s,
|
|
19
|
-
height: s,
|
|
20
|
-
viewBox: l,
|
|
21
|
-
fill: "none",
|
|
22
|
-
stroke: r,
|
|
23
|
-
strokeWidth: t,
|
|
24
|
-
strokeLinecap: "round",
|
|
25
|
-
strokeLinejoin: "round",
|
|
26
|
-
className: k(h, "bear-inline-block bear-shrink-0", i && "bear-animate-spin", n),
|
|
27
|
-
"data-testid": c,
|
|
28
|
-
...m,
|
|
29
|
-
children: a
|
|
30
|
-
}
|
|
31
|
-
);
|
|
32
|
-
};
|
|
33
|
-
export {
|
|
34
|
-
f as Icon
|
|
35
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),n=require("./Icon.cjs"),x=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),e=s=>c.jsx(n.Icon,{...s,children:c.jsx("line",{x1:"5",y1:"12",x2:"19",y2:"12"})}),a=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"11",cy:"11",r:"8"}),c.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),i=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"12",cy:"12",r:"3"}),c.jsx("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"})]}),l=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),c.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),o=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}),c.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]});exports.AddIcon=x;exports.RemoveIcon=e;exports.SearchIcon=a;exports.SettingsIcon=i;exports.VisibilityIcon=l;exports.VisibilityOffIcon=o;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { jsx as a, jsxs as l } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as i } from "./Icon.js";
|
|
3
|
-
const r = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
4
|
-
/* @__PURE__ */ a("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
|
|
5
|
-
/* @__PURE__ */ a("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
|
|
6
|
-
] }), x = (c) => /* @__PURE__ */ a(i, { ...c, children: /* @__PURE__ */ a("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }), s = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
7
|
-
/* @__PURE__ */ a("circle", { cx: "11", cy: "11", r: "8" }),
|
|
8
|
-
/* @__PURE__ */ a("line", { x1: "21", y1: "21", x2: "16.65", y2: "16.65" })
|
|
9
|
-
] }), y = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
10
|
-
/* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "3" }),
|
|
11
|
-
/* @__PURE__ */ a("path", { d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" })
|
|
12
|
-
] }), o = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
13
|
-
/* @__PURE__ */ a("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
|
14
|
-
/* @__PURE__ */ a("circle", { cx: "12", cy: "12", r: "3" })
|
|
15
|
-
] }), h = (c) => /* @__PURE__ */ l(i, { ...c, children: [
|
|
16
|
-
/* @__PURE__ */ a("path", { d: "M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" }),
|
|
17
|
-
/* @__PURE__ */ a("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
18
|
-
] });
|
|
19
|
-
export {
|
|
20
|
-
r as AddIcon,
|
|
21
|
-
x as RemoveIcon,
|
|
22
|
-
s as SearchIcon,
|
|
23
|
-
y as SettingsIcon,
|
|
24
|
-
o as VisibilityIcon,
|
|
25
|
-
h as VisibilityOffIcon
|
|
26
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=(...e)=>e.filter(t=>!!t).join(" ");exports.cn=o;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react/jsx-runtime"),n=require("./Icon.cjs"),c=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),x.jsx("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"})]}),e=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),x.jsx("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),x.jsx("line",{x1:"15",y1:"4",x2:"9",y2:"20"})]}),j=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),x.jsx("line",{x1:"4",y1:"21",x2:"20",y2:"21"})]}),i=s=>x.jsxs(n.Icon,{...s,children:[x.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"}),x.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"}),x.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"})]}),l=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"17",y1:"18",x2:"3",y2:"18"})]}),h=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"18",y1:"18",x2:"6",y2:"18"})]}),y=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"21",y1:"18",x2:"7",y2:"18"})]}),t=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),x.jsx("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),x.jsx("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),x.jsx("line",{x1:"21",y1:"18",x2:"3",y2:"18"})]}),d=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),x.jsx("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),x.jsx("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),x.jsx("circle",{cx:"3",cy:"6",r:"1"}),x.jsx("circle",{cx:"3",cy:"12",r:"1"}),x.jsx("circle",{cx:"3",cy:"18",r:"1"})]}),o=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("line",{x1:"10",y1:"6",x2:"21",y2:"6"}),x.jsx("line",{x1:"10",y1:"12",x2:"21",y2:"12"}),x.jsx("line",{x1:"10",y1:"18",x2:"21",y2:"18"}),x.jsx("path",{d:"M4 6h1v4"}),x.jsx("path",{d:"M4 10h2"}),x.jsx("path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1"})]}),a=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("polyline",{points:"3 8 7 12 3 16"}),x.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),x.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),x.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),r=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("polyline",{points:"7 8 3 12 7 16"}),x.jsx("line",{x1:"21",y1:"12",x2:"11",y2:"12"}),x.jsx("line",{x1:"21",y1:"6",x2:"11",y2:"6"}),x.jsx("line",{x1:"21",y1:"18",x2:"11",y2:"18"})]}),I=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 12h8"}),x.jsx("path",{d:"M4 18V6"}),x.jsx("path",{d:"M12 18V6"}),x.jsx("path",{d:"M17 10v8"}),x.jsx("path",{d:"M17 10l-3 0"})]}),p=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 12h8"}),x.jsx("path",{d:"M4 18V6"}),x.jsx("path",{d:"M12 18V6"}),x.jsx("path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1"})]}),M=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 12h8"}),x.jsx("path",{d:"M4 18V6"}),x.jsx("path",{d:"M12 18V6"}),x.jsx("path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2"}),x.jsx("path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2"})]}),g=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M4 7V4h16v3"}),x.jsx("path",{d:"M9 20h6"}),x.jsx("path",{d:"M12 4v16"})]}),V=s=>x.jsxs(n.Icon,{...s,children:[x.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"}),x.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"})]}),u=s=>x.jsxs(n.Icon,{...s,children:[x.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"}),x.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"})]}),v=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("path",{d:"M5 7h14"}),x.jsx("path",{d:"M9 7v6"}),x.jsx("path",{d:"m14.8 12 2.2 5"}),x.jsx("line",{x1:"4",y1:"4",x2:"20",y2:"20"})]}),H=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),x.jsx("path",{d:"M3 9h18"}),x.jsx("path",{d:"M3 15h18"}),x.jsx("path",{d:"M9 3v18"}),x.jsx("path",{d:"M15 3v18"})]}),m=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("polyline",{points:"16 18 22 12 16 6"}),x.jsx("polyline",{points:"8 6 2 12 8 18"})]}),L=s=>x.jsxs(n.Icon,{...s,children:[x.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),x.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),x.jsx("polyline",{points:"21 15 16 10 5 21"})]});exports.AlignCenterIcon=h;exports.AlignJustifyIcon=t;exports.AlignLeftIcon=l;exports.AlignRightIcon=y;exports.BoldIcon=c;exports.CodeIcon=m;exports.FormatClearIcon=v;exports.Heading1Icon=I;exports.Heading2Icon=p;exports.Heading3Icon=M;exports.IndentDecreaseIcon=r;exports.IndentIncreaseIcon=a;exports.InsertLinkIcon=u;exports.InsertPhotoIcon=L;exports.ItalicIcon=e;exports.ListBulletIcon=d;exports.ListNumberedIcon=o;exports.QuoteIcon=V;exports.StrikethroughIcon=i;exports.TableIcon=H;exports.TextIcon=g;exports.UnderlineIcon=j;
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { jsxs as i, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as l } from "./Icon.js";
|
|
3
|
-
const y = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
4
|
-
/* @__PURE__ */ n("path", { d: "M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" }),
|
|
5
|
-
/* @__PURE__ */ n("path", { d: "M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" })
|
|
6
|
-
] }), x = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
7
|
-
/* @__PURE__ */ n("line", { x1: "19", y1: "4", x2: "10", y2: "4" }),
|
|
8
|
-
/* @__PURE__ */ n("line", { x1: "14", y1: "20", x2: "5", y2: "20" }),
|
|
9
|
-
/* @__PURE__ */ n("line", { x1: "15", y1: "4", x2: "9", y2: "20" })
|
|
10
|
-
] }), a = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
11
|
-
/* @__PURE__ */ n("path", { d: "M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3" }),
|
|
12
|
-
/* @__PURE__ */ n("line", { x1: "4", y1: "21", x2: "20", y2: "21" })
|
|
13
|
-
] }), d = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
14
|
-
/* @__PURE__ */ n("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" }),
|
|
15
|
-
/* @__PURE__ */ n("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" }),
|
|
16
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" })
|
|
17
|
-
] }), t = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
18
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "10", x2: "3", y2: "10" }),
|
|
19
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
20
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
21
|
-
/* @__PURE__ */ n("line", { x1: "17", y1: "18", x2: "3", y2: "18" })
|
|
22
|
-
] }), r = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
23
|
-
/* @__PURE__ */ n("line", { x1: "18", y1: "10", x2: "6", y2: "10" }),
|
|
24
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
25
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
26
|
-
/* @__PURE__ */ n("line", { x1: "18", y1: "18", x2: "6", y2: "18" })
|
|
27
|
-
] }), p = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
28
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "10", x2: "7", y2: "10" }),
|
|
29
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
30
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
31
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "7", y2: "18" })
|
|
32
|
-
] }), o = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
33
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "10", x2: "3", y2: "10" }),
|
|
34
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
|
|
35
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "14", x2: "3", y2: "14" }),
|
|
36
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "3", y2: "18" })
|
|
37
|
-
] }), s = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
38
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "6", x2: "21", y2: "6" }),
|
|
39
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "21", y2: "12" }),
|
|
40
|
-
/* @__PURE__ */ n("line", { x1: "8", y1: "18", x2: "21", y2: "18" }),
|
|
41
|
-
/* @__PURE__ */ n("circle", { cx: "3", cy: "6", r: "1" }),
|
|
42
|
-
/* @__PURE__ */ n("circle", { cx: "3", cy: "12", r: "1" }),
|
|
43
|
-
/* @__PURE__ */ n("circle", { cx: "3", cy: "18", r: "1" })
|
|
44
|
-
] }), M = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
45
|
-
/* @__PURE__ */ n("line", { x1: "10", y1: "6", x2: "21", y2: "6" }),
|
|
46
|
-
/* @__PURE__ */ n("line", { x1: "10", y1: "12", x2: "21", y2: "12" }),
|
|
47
|
-
/* @__PURE__ */ n("line", { x1: "10", y1: "18", x2: "21", y2: "18" }),
|
|
48
|
-
/* @__PURE__ */ n("path", { d: "M4 6h1v4" }),
|
|
49
|
-
/* @__PURE__ */ n("path", { d: "M4 10h2" }),
|
|
50
|
-
/* @__PURE__ */ n("path", { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" })
|
|
51
|
-
] }), I = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
52
|
-
/* @__PURE__ */ n("polyline", { points: "3 8 7 12 3 16" }),
|
|
53
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "11", y2: "12" }),
|
|
54
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "11", y2: "6" }),
|
|
55
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "11", y2: "18" })
|
|
56
|
-
] }), V = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
57
|
-
/* @__PURE__ */ n("polyline", { points: "7 8 3 12 7 16" }),
|
|
58
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "12", x2: "11", y2: "12" }),
|
|
59
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "6", x2: "11", y2: "6" }),
|
|
60
|
-
/* @__PURE__ */ n("line", { x1: "21", y1: "18", x2: "11", y2: "18" })
|
|
61
|
-
] }), g = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
62
|
-
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
63
|
-
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
64
|
-
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
65
|
-
/* @__PURE__ */ n("path", { d: "M17 10v8" }),
|
|
66
|
-
/* @__PURE__ */ n("path", { d: "M17 10l-3 0" })
|
|
67
|
-
] }), v = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
68
|
-
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
69
|
-
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
70
|
-
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
71
|
-
/* @__PURE__ */ n("path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" })
|
|
72
|
-
] }), H = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
73
|
-
/* @__PURE__ */ n("path", { d: "M4 12h8" }),
|
|
74
|
-
/* @__PURE__ */ n("path", { d: "M4 18V6" }),
|
|
75
|
-
/* @__PURE__ */ n("path", { d: "M12 18V6" }),
|
|
76
|
-
/* @__PURE__ */ n("path", { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" }),
|
|
77
|
-
/* @__PURE__ */ n("path", { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
|
|
78
|
-
] }), m = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
79
|
-
/* @__PURE__ */ n("path", { d: "M4 7V4h16v3" }),
|
|
80
|
-
/* @__PURE__ */ n("path", { d: "M9 20h6" }),
|
|
81
|
-
/* @__PURE__ */ n("path", { d: "M12 4v16" })
|
|
82
|
-
] }), u = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
83
|
-
/* @__PURE__ */ n("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" }),
|
|
84
|
-
/* @__PURE__ */ n("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" })
|
|
85
|
-
] }), f = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
86
|
-
/* @__PURE__ */ n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
87
|
-
/* @__PURE__ */ n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
88
|
-
] }), L = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
89
|
-
/* @__PURE__ */ n("path", { d: "M5 7h14" }),
|
|
90
|
-
/* @__PURE__ */ n("path", { d: "M9 7v6" }),
|
|
91
|
-
/* @__PURE__ */ n("path", { d: "m14.8 12 2.2 5" }),
|
|
92
|
-
/* @__PURE__ */ n("line", { x1: "4", y1: "4", x2: "20", y2: "20" })
|
|
93
|
-
] }), A = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
94
|
-
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }),
|
|
95
|
-
/* @__PURE__ */ n("path", { d: "M3 9h18" }),
|
|
96
|
-
/* @__PURE__ */ n("path", { d: "M3 15h18" }),
|
|
97
|
-
/* @__PURE__ */ n("path", { d: "M9 3v18" }),
|
|
98
|
-
/* @__PURE__ */ n("path", { d: "M15 3v18" })
|
|
99
|
-
] }), C = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
100
|
-
/* @__PURE__ */ n("polyline", { points: "16 18 22 12 16 6" }),
|
|
101
|
-
/* @__PURE__ */ n("polyline", { points: "8 6 2 12 8 18" })
|
|
102
|
-
] }), k = (e) => /* @__PURE__ */ i(l, { ...e, children: [
|
|
103
|
-
/* @__PURE__ */ n("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
|
|
104
|
-
/* @__PURE__ */ n("circle", { cx: "8.5", cy: "8.5", r: "1.5" }),
|
|
105
|
-
/* @__PURE__ */ n("polyline", { points: "21 15 16 10 5 21" })
|
|
106
|
-
] });
|
|
107
|
-
export {
|
|
108
|
-
r as AlignCenterIcon,
|
|
109
|
-
o as AlignJustifyIcon,
|
|
110
|
-
t as AlignLeftIcon,
|
|
111
|
-
p as AlignRightIcon,
|
|
112
|
-
y as BoldIcon,
|
|
113
|
-
C as CodeIcon,
|
|
114
|
-
L as FormatClearIcon,
|
|
115
|
-
g as Heading1Icon,
|
|
116
|
-
v as Heading2Icon,
|
|
117
|
-
H as Heading3Icon,
|
|
118
|
-
V as IndentDecreaseIcon,
|
|
119
|
-
I as IndentIncreaseIcon,
|
|
120
|
-
f as InsertLinkIcon,
|
|
121
|
-
k as InsertPhotoIcon,
|
|
122
|
-
x as ItalicIcon,
|
|
123
|
-
s as ListBulletIcon,
|
|
124
|
-
M as ListNumberedIcon,
|
|
125
|
-
u as QuoteIcon,
|
|
126
|
-
d as StrikethroughIcon,
|
|
127
|
-
A as TableIcon,
|
|
128
|
-
m as TextIcon,
|
|
129
|
-
a as UnderlineIcon
|
|
130
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),r=require("./Icon.cjs"),s=e=>c.jsxs(r.Icon,{...e,children:[c.jsx("ellipse",{cx:"12",cy:"16",rx:"6",ry:"5"}),c.jsx("circle",{cx:"6",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"18",cy:"9",r:"2.5"}),c.jsx("circle",{cx:"9",cy:"6",r:"2"}),c.jsx("circle",{cx:"15",cy:"6",r:"2"})]});exports.BearPawIcon=s;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsxs as e, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as x } from "./Icon.js";
|
|
3
|
-
const l = (r) => /* @__PURE__ */ e(x, { ...r, children: [
|
|
4
|
-
/* @__PURE__ */ c("ellipse", { cx: "12", cy: "16", rx: "6", ry: "5" }),
|
|
5
|
-
/* @__PURE__ */ c("circle", { cx: "6", cy: "9", r: "2.5" }),
|
|
6
|
-
/* @__PURE__ */ c("circle", { cx: "18", cy: "9", r: "2.5" }),
|
|
7
|
-
/* @__PURE__ */ c("circle", { cx: "9", cy: "6", r: "2" }),
|
|
8
|
-
/* @__PURE__ */ c("circle", { cx: "15", cy: "6", r: "2" })
|
|
9
|
-
] });
|
|
10
|
-
export {
|
|
11
|
-
l as BearPawIcon
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),o=require("./Icon.cjs"),s=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"18 15 12 9 6 15"})}),i=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"6 9 12 15 18 9"})}),x=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"15 18 9 12 15 6"})}),c=e=>n.jsx(o.Icon,{...e,children:n.jsx("polyline",{points:"9 18 15 12 9 6"})}),l=e=>n.jsxs(o.Icon,{...e,children:[n.jsx("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),n.jsx("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),n.jsx("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]}),r=e=>n.jsxs(o.Icon,{...e,children:[n.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),n.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]});exports.ChevronDownIcon=i;exports.ChevronLeftIcon=x;exports.ChevronRightIcon=c;exports.ChevronUpIcon=s;exports.CloseIcon=r;exports.MenuIcon=l;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { jsx as n, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as e } from "./Icon.js";
|
|
3
|
-
const r = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "18 15 12 9 6 15" }) }), c = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "6 9 12 15 18 9" }) }), y = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "15 18 9 12 15 6" }) }), x = (o) => /* @__PURE__ */ n(e, { ...o, children: /* @__PURE__ */ n("polyline", { points: "9 18 15 12 9 6" }) }), p = (o) => /* @__PURE__ */ i(e, { ...o, children: [
|
|
4
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "12", x2: "21", y2: "12" }),
|
|
5
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
|
|
6
|
-
/* @__PURE__ */ n("line", { x1: "3", y1: "18", x2: "21", y2: "18" })
|
|
7
|
-
] }), h = (o) => /* @__PURE__ */ i(e, { ...o, children: [
|
|
8
|
-
/* @__PURE__ */ n("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
|
|
9
|
-
/* @__PURE__ */ n("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
|
|
10
|
-
] });
|
|
11
|
-
export {
|
|
12
|
-
c as ChevronDownIcon,
|
|
13
|
-
y as ChevronLeftIcon,
|
|
14
|
-
x as ChevronRightIcon,
|
|
15
|
-
r as ChevronUpIcon,
|
|
16
|
-
h as CloseIcon,
|
|
17
|
-
p as MenuIcon
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("./Icon.cjs"),t=n=>e.jsx(o.Icon,{...n,children:e.jsx("polyline",{points:"20 6 9 17 4 12"})});exports.CheckIcon=t;
|