@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
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="(prefers-color-scheme: dark)",
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _="(prefers-color-scheme: dark)",E="dark",T="bear-dark",A="class",O="",R=!0,L=!1,N=",",I="0",M="/",t="sm",C="md",S="lg",o="xl",n="default",s="filled",c="pills",D="underline",P="neutral",B="danger",e="primary",H="pulse",r="default",U="primary",i="dark",G="md",a="px",l="%",Y="string",F="number",d="horizontal",V="pointermove",K="pointerup",h="404",g="403",p="500",u="filled",m="half",f="empty",y="bold",W="italic",X="underline",b="strikeThrough",k="formatBlock",J="insertUnorderedList",Z="insertOrderedList",v="removeFormat",j="foreColor",w="hiliteColor",x="createLink",Q="insertHTML",q="justifyLeft",z="justifyCenter",$="justifyRight",__="justifyFull",E_="indent",T_="outdent",A_="p",O_="h1",R_="h2",L_="h3",N_="h4",I_="h5",M_="h6",t_="blockquote",C_="pre",S_="divider",o_="headingDropdown",n_="textColor",s_="highlightColor",c_="link",D_="image",P_="signature",B_="alignLeft",e_="alignCenter",H_="alignRight",r_="alignJustify",U_="indent",i_="outdent",G_="clearFormat",a_="more",l_="bold",Y_="italic",F_="underline",d_="strikethrough",V_="bulletList",K_="orderedList",h_="text",g_="highlight",p_="#000000",u_="#fef08a",m_="-50%",f_="start",y_="Select date range",W_="Avatar",X_="circle",b_="info",k_="static",J_="bear-alert-title-",Z_="bear-alert-desc-",v_="AccordionItem must be used within an Accordion",j_="ghost",w_="outlined",x_="standard",Q_="dashed",q_="solid",z_="top",$_="right",_E="sticky",EE="Drawer",TE="Close drawer",AE="smooth",OE="auto",RE="button",LE="compact",NE="Today",IE="Last 7 days",ME="Last 30 days",tE="This month",CE="Last month",SE="Clear",oE="Confirm",nE="Cancel",sE="Dismiss",cE="Verified",DE="Try again",PE="Scanning...",BE="Authenticate",eE="Close alert",HE="Close",rE="Send",UE="Stop",iE="Attach files",GE="Copy",aE="Retry",lE="Approve",YE="Reject",FE="Thinking",dE="Open",VE="Good response",KE="Bad response",hE="Light",gE="Dark",pE="System",uE="New messages",mE="(prefers-reduced-motion: reduce)",fE="bear-reduced-motion",yE="light",WE="dark",XE="system",bE="temporary",kE="permanent",JE="Chat",ZE="ChatBubble",vE="FloatingChat",jE="PromptComposer",wE="StreamingMessage",xE="ThinkingBlock",QE="PromptSuggestions",qE="MessageActions",zE="ChatError",$E="ToolCall",_T="CitationList",ET="ApprovalCard",TT="ModelSelect",AT="ContextMeter",OT="ArtifactCard",RT="ThemeSwitcher",LT="empty",NT="search",IT="inbox",MT="error",tT="active",CT="idle",ST="scanning",oT="success",nT="error",sT="fingerprint",cT="Start typing...",DT="rgba(16, 185, 129, 0.2)",PT="AppBar",BT="AppShell",eT="Backdrop",HT="easeOut";exports.ACCORDION_ITEM_CONTEXT_ERROR=v_;exports.ACTIVITY_ICON_BG=DT;exports.ALERT_DESC_ID_PREFIX=Z_;exports.ALERT_TITLE_ID_PREFIX=J_;exports.ANIMATION_PULSE=H;exports.AVATAR_ALT=W_;exports.AVATAR_VARIANT_CIRCLE=X_;exports.BIOMETRIC_TYPE_FINGERPRINT=sT;exports.BLOCK_BLOCKQUOTE=t_;exports.BLOCK_H1=O_;exports.BLOCK_H2=R_;exports.BLOCK_H3=L_;exports.BLOCK_H4=N_;exports.BLOCK_H5=I_;exports.BLOCK_H6=M_;exports.BLOCK_PARAGRAPH=A_;exports.BLOCK_PRE=C_;exports.BOOLEAN_FALSE=L;exports.BOOLEAN_TRUE=R;exports.BORDER_STYLE_DASHED=Q_;exports.BORDER_STYLE_SOLID=q_;exports.COLOR_BLACK=p_;exports.COLOR_DARK=i;exports.COLOR_DEFAULT=r;exports.COLOR_HIGHLIGHT_YELLOW=u_;exports.COLOR_PRIMARY=U;exports.COLOR_SCHEME_DARK=WE;exports.COLOR_SCHEME_LIGHT=yE;exports.COLOR_SCHEME_SYSTEM=XE;exports.COLOR_TYPE_HIGHLIGHT=g_;exports.COLOR_TYPE_TEXT=h_;exports.COMMAND_BOLD=y;exports.COMMAND_CREATE_LINK=x;exports.COMMAND_FORE_COLOR=j;exports.COMMAND_FORMAT_BLOCK=k;exports.COMMAND_HILITE_COLOR=w;exports.COMMAND_INDENT=E_;exports.COMMAND_INSERT_HTML=Q;exports.COMMAND_INSERT_ORDERED_LIST=Z;exports.COMMAND_INSERT_UNORDERED_LIST=J;exports.COMMAND_ITALIC=W;exports.COMMAND_JUSTIFY_CENTER=z;exports.COMMAND_JUSTIFY_FULL=__;exports.COMMAND_JUSTIFY_LEFT=q;exports.COMMAND_JUSTIFY_RIGHT=$;exports.COMMAND_OUTDENT=T_;exports.COMMAND_REMOVE_FORMAT=v;exports.COMMAND_STRIKE_THROUGH=b;exports.COMMAND_UNDERLINE=X;exports.COMPONENT_NAME_APPROVAL_CARD=ET;exports.COMPONENT_NAME_APP_BAR=PT;exports.COMPONENT_NAME_APP_SHELL=BT;exports.COMPONENT_NAME_ARTIFACT_CARD=OT;exports.COMPONENT_NAME_BACKDROP=eT;exports.COMPONENT_NAME_CHAT=JE;exports.COMPONENT_NAME_CHAT_BUBBLE=ZE;exports.COMPONENT_NAME_CHAT_ERROR=zE;exports.COMPONENT_NAME_CITATION_LIST=_T;exports.COMPONENT_NAME_CONTEXT_METER=AT;exports.COMPONENT_NAME_DRAWER=EE;exports.COMPONENT_NAME_FLOATING_CHAT=vE;exports.COMPONENT_NAME_MESSAGE_ACTIONS=qE;exports.COMPONENT_NAME_MODEL_SELECT=TT;exports.COMPONENT_NAME_PROMPT_COMPOSER=jE;exports.COMPONENT_NAME_PROMPT_SUGGESTIONS=QE;exports.COMPONENT_NAME_STREAMING_MESSAGE=wE;exports.COMPONENT_NAME_THEME_SWITCHER=RT;exports.COMPONENT_NAME_THINKING_BLOCK=xE;exports.COMPONENT_NAME_TOOL_CALL=$E;exports.DATE_PAD_CHAR=I;exports.DATE_PART_SEPARATOR=M;exports.DENSITY_COMPACT=LE;exports.DIRECTION_HORIZONTAL=d;exports.DOCUMENT_CLASS_ATTRIBUTE=A;exports.DOCUMENT_CLASS_BEAR_DARK=T;exports.DOCUMENT_CLASS_DARK=E;exports.DOCUMENT_CLASS_REDUCED_MOTION=fE;exports.DRAWER_VARIANT_PERMANENT=kE;exports.DRAWER_VARIANT_TEMPORARY=bE;exports.EASING_OUT=HT;exports.EMPTY_STATE_PRESET_EMPTY=LT;exports.EMPTY_STATE_PRESET_ERROR=MT;exports.EMPTY_STATE_PRESET_INBOX=IT;exports.EMPTY_STATE_PRESET_SEARCH=NT;exports.EMPTY_STRING=O;exports.EVENT_POINTER_MOVE=V;exports.EVENT_POINTER_UP=K;exports.INFO=b_;exports.LABEL_APPROVE=lE;exports.LABEL_ATTACH=iE;exports.LABEL_AUTHENTICATE=BE;exports.LABEL_BAD_RESPONSE=KE;exports.LABEL_CANCEL=nE;exports.LABEL_CLEAR=SE;exports.LABEL_CLOSE=HE;exports.LABEL_CLOSE_ALERT=eE;exports.LABEL_CLOSE_DRAWER=TE;exports.LABEL_CONFIRM=oE;exports.LABEL_COPY=GE;exports.LABEL_DISMISS=sE;exports.LABEL_GOOD_RESPONSE=VE;exports.LABEL_NEW_MESSAGES=uE;exports.LABEL_OPEN_ARTIFACT=dE;exports.LABEL_REJECT=YE;exports.LABEL_RETRY=aE;exports.LABEL_SCANNING=PE;exports.LABEL_SEND=rE;exports.LABEL_STOP=UE;exports.LABEL_THEME_DARK=gE;exports.LABEL_THEME_LIGHT=hE;exports.LABEL_THEME_SYSTEM=pE;exports.LABEL_THINKING=FE;exports.LABEL_TRY_AGAIN=DE;exports.LABEL_VERIFIED=cE;exports.PERCENT_UNIT=l;exports.PICKING_START=f_;exports.PLACEHOLDER_SELECT_DATE_RANGE=y_;exports.PLACEHOLDER_START_TYPING=cT;exports.POSITION_RIGHT=$_;exports.POSITION_STICKY=_E;exports.POSITION_TOP=z_;exports.PREFERS_COLOR_SCHEME_DARK=_;exports.PREFERS_REDUCED_MOTION=mE;exports.PRESET_LABEL_LAST_MONTH=CE;exports.PRESET_LABEL_LAST_SEVEN=IE;exports.PRESET_LABEL_LAST_THIRTY=ME;exports.PRESET_LABEL_THIS_MONTH=tE;exports.PRESET_LABEL_TODAY=NE;exports.QUERY_BUTTON=RE;exports.RADIUS_MD=G;exports.RATING_STAR_STATE_EMPTY=f;exports.RATING_STAR_STATE_FILLED=u;exports.RATING_STAR_STATE_HALF=m;exports.ROOT_MARGIN_BOTTOM_HALF=m_;exports.SCROLL_BEHAVIOR_AUTO=OE;exports.SCROLL_BEHAVIOR_SMOOTH=AE;exports.SHOW_LABELS_ACTIVE=tT;exports.SIZE_LG=S;exports.SIZE_MD=C;exports.SIZE_SM=t;exports.SIZE_XL=o;exports.STATIC=k_;exports.STATUS_ERROR=nT;exports.STATUS_FORBIDDEN=g;exports.STATUS_IDLE=CT;exports.STATUS_NOT_FOUND=h;exports.STATUS_SCANNING=ST;exports.STATUS_SERVER_ERROR=p;exports.STATUS_SUCCESS=oT;exports.THOUSANDS_SEPARATOR=N;exports.TOOLBAR_ITEM_ALIGN_CENTER=e_;exports.TOOLBAR_ITEM_ALIGN_JUSTIFY=r_;exports.TOOLBAR_ITEM_ALIGN_LEFT=B_;exports.TOOLBAR_ITEM_ALIGN_RIGHT=H_;exports.TOOLBAR_ITEM_BOLD=l_;exports.TOOLBAR_ITEM_BULLET_LIST=V_;exports.TOOLBAR_ITEM_CLEAR_FORMAT=G_;exports.TOOLBAR_ITEM_DIVIDER=S_;exports.TOOLBAR_ITEM_HEADING_DROPDOWN=o_;exports.TOOLBAR_ITEM_HIGHLIGHT_COLOR=s_;exports.TOOLBAR_ITEM_IMAGE=D_;exports.TOOLBAR_ITEM_INDENT=U_;exports.TOOLBAR_ITEM_ITALIC=Y_;exports.TOOLBAR_ITEM_LINK=c_;exports.TOOLBAR_ITEM_MORE=a_;exports.TOOLBAR_ITEM_ORDERED_LIST=K_;exports.TOOLBAR_ITEM_OUTDENT=i_;exports.TOOLBAR_ITEM_SIGNATURE=P_;exports.TOOLBAR_ITEM_STRIKETHROUGH=d_;exports.TOOLBAR_ITEM_TEXT_COLOR=n_;exports.TOOLBAR_ITEM_UNDERLINE=F_;exports.TYPE_NUMBER=F;exports.TYPE_STRING=Y;exports.UNIT_PX=a;exports.VARIANT_DANGER=B;exports.VARIANT_DEFAULT=n;exports.VARIANT_FILLED=s;exports.VARIANT_GHOST=j_;exports.VARIANT_NEUTRAL=P;exports.VARIANT_OUTLINED=w_;exports.VARIANT_PILLS=c;exports.VARIANT_PRIMARY=e;exports.VARIANT_STANDARD=x_;exports.VARIANT_UNDERLINE=D;
|
|
@@ -23,6 +23,9 @@ export declare const VARIANT_UNDERLINE: "underline";
|
|
|
23
23
|
export declare const VARIANT_NEUTRAL: "neutral";
|
|
24
24
|
export declare const VARIANT_DANGER: "danger";
|
|
25
25
|
export declare const VARIANT_PRIMARY: "primary";
|
|
26
|
+
export declare const ANIMATION_PULSE: "pulse";
|
|
27
|
+
export declare const ANIMATION_WAVE: "wave";
|
|
28
|
+
export declare const ANIMATION_NONE: "none";
|
|
26
29
|
export declare const COLOR_DEFAULT: "default";
|
|
27
30
|
export declare const COLOR_PRIMARY = "primary";
|
|
28
31
|
export declare const COLOR_DARK = "dark";
|
|
@@ -150,6 +153,49 @@ export declare const LABEL_SCANNING = "Scanning...";
|
|
|
150
153
|
export declare const LABEL_AUTHENTICATE = "Authenticate";
|
|
151
154
|
export declare const LABEL_CLOSE_ALERT = "Close alert";
|
|
152
155
|
export declare const LABEL_CLOSE = "Close";
|
|
156
|
+
export declare const LABEL_SEND = "Send";
|
|
157
|
+
export declare const LABEL_STOP = "Stop";
|
|
158
|
+
export declare const LABEL_ATTACH = "Attach files";
|
|
159
|
+
export declare const LABEL_COPY = "Copy";
|
|
160
|
+
export declare const LABEL_RETRY = "Retry";
|
|
161
|
+
export declare const LABEL_APPROVE = "Approve";
|
|
162
|
+
export declare const LABEL_REJECT = "Reject";
|
|
163
|
+
export declare const LABEL_THINKING = "Thinking";
|
|
164
|
+
export declare const LABEL_OPEN_ARTIFACT = "Open";
|
|
165
|
+
export declare const LABEL_GOOD_RESPONSE = "Good response";
|
|
166
|
+
export declare const LABEL_BAD_RESPONSE = "Bad response";
|
|
167
|
+
export declare const LABEL_THEME_LIGHT = "Light";
|
|
168
|
+
export declare const LABEL_THEME_DARK = "Dark";
|
|
169
|
+
export declare const LABEL_THEME_SYSTEM = "System";
|
|
170
|
+
export declare const LABEL_NEW_MESSAGES = "New messages";
|
|
171
|
+
export declare const PREFERS_REDUCED_MOTION = "(prefers-reduced-motion: reduce)";
|
|
172
|
+
export declare const DOCUMENT_CLASS_REDUCED_MOTION = "bear-reduced-motion";
|
|
173
|
+
export declare const COLOR_SCHEME_LIGHT: "light";
|
|
174
|
+
export declare const COLOR_SCHEME_DARK: "dark";
|
|
175
|
+
export declare const COLOR_SCHEME_SYSTEM: "system";
|
|
176
|
+
export declare const DRAWER_VARIANT_TEMPORARY: "temporary";
|
|
177
|
+
export declare const DRAWER_VARIANT_PERSISTENT: "persistent";
|
|
178
|
+
export declare const DRAWER_VARIANT_PERMANENT: "permanent";
|
|
179
|
+
export declare const COMPONENT_NAME_CHAT = "Chat";
|
|
180
|
+
export declare const COMPONENT_NAME_CHAT_BUBBLE = "ChatBubble";
|
|
181
|
+
export declare const COMPONENT_NAME_FLOATING_CHAT = "FloatingChat";
|
|
182
|
+
export declare const COMPONENT_NAME_PROMPT_COMPOSER = "PromptComposer";
|
|
183
|
+
export declare const COMPONENT_NAME_STREAMING_MESSAGE = "StreamingMessage";
|
|
184
|
+
export declare const COMPONENT_NAME_THINKING_BLOCK = "ThinkingBlock";
|
|
185
|
+
export declare const COMPONENT_NAME_PROMPT_SUGGESTIONS = "PromptSuggestions";
|
|
186
|
+
export declare const COMPONENT_NAME_MESSAGE_ACTIONS = "MessageActions";
|
|
187
|
+
export declare const COMPONENT_NAME_CHAT_ERROR = "ChatError";
|
|
188
|
+
export declare const COMPONENT_NAME_TOOL_CALL = "ToolCall";
|
|
189
|
+
export declare const COMPONENT_NAME_CITATION_LIST = "CitationList";
|
|
190
|
+
export declare const COMPONENT_NAME_APPROVAL_CARD = "ApprovalCard";
|
|
191
|
+
export declare const COMPONENT_NAME_MODEL_SELECT = "ModelSelect";
|
|
192
|
+
export declare const COMPONENT_NAME_CONTEXT_METER = "ContextMeter";
|
|
193
|
+
export declare const COMPONENT_NAME_ARTIFACT_CARD = "ArtifactCard";
|
|
194
|
+
export declare const COMPONENT_NAME_THEME_SWITCHER = "ThemeSwitcher";
|
|
195
|
+
export declare const EMPTY_STATE_PRESET_EMPTY: "empty";
|
|
196
|
+
export declare const EMPTY_STATE_PRESET_SEARCH: "search";
|
|
197
|
+
export declare const EMPTY_STATE_PRESET_INBOX: "inbox";
|
|
198
|
+
export declare const EMPTY_STATE_PRESET_ERROR: "error";
|
|
153
199
|
export declare const SHOW_LABELS_ACTIVE: "active";
|
|
154
200
|
export declare const STATUS_IDLE: "idle";
|
|
155
201
|
export declare const STATUS_SCANNING: "scanning";
|
|
@@ -1,144 +1,187 @@
|
|
|
1
|
-
const _ = "(prefers-color-scheme: dark)",
|
|
1
|
+
const _ = "(prefers-color-scheme: dark)", E = "dark", T = "bear-dark", t = "class", A = "", o = !0, n = !1, O = ",", s = "0", c = "/", R = "sm", L = "md", N = "lg", I = "xl", C = "default", M = "filled", S = "pills", e = "underline", r = "neutral", D = "danger", i = "primary", B = "pulse", P = "default", a = "primary", l = "dark", H = "md", d = "px", U = "%", G = "string", h = "number", p = "horizontal", g = "pointermove", m = "pointerup", u = "404", F = "403", Y = "500", V = "filled", K = "half", f = "empty", y = "bold", k = "italic", b = "underline", W = "strikeThrough", X = "formatBlock", v = "insertUnorderedList", x = "insertOrderedList", J = "removeFormat", w = "foreColor", j = "hiliteColor", Z = "createLink", Q = "insertHTML", q = "justifyLeft", z = "justifyCenter", $ = "justifyRight", __ = "justifyFull", E_ = "indent", T_ = "outdent", t_ = "p", A_ = "h1", o_ = "h2", n_ = "h3", O_ = "h4", s_ = "h5", c_ = "h6", R_ = "blockquote", L_ = "pre", N_ = "divider", I_ = "headingDropdown", C_ = "textColor", M_ = "highlightColor", S_ = "link", e_ = "image", r_ = "signature", D_ = "alignLeft", i_ = "alignCenter", B_ = "alignRight", P_ = "alignJustify", a_ = "indent", l_ = "outdent", H_ = "clearFormat", d_ = "more", U_ = "bold", G_ = "italic", h_ = "underline", p_ = "strikethrough", g_ = "bulletList", m_ = "orderedList", u_ = "text", F_ = "highlight", Y_ = "#000000", V_ = "#fef08a", K_ = "-50%", f_ = "start", y_ = "Select date range", k_ = "Avatar", b_ = "circle", W_ = "info", X_ = "static", v_ = "bear-alert-title-", x_ = "bear-alert-desc-", J_ = "AccordionItem must be used within an Accordion", w_ = "ghost", j_ = "outlined", Z_ = "standard", Q_ = "dashed", q_ = "solid", z_ = "top", $_ = "right", _E = "sticky", EE = "Drawer", TE = "Close drawer", tE = "smooth", AE = "auto", oE = "button", nE = "compact", OE = "Today", sE = "Last 7 days", cE = "Last 30 days", RE = "This month", LE = "Last month", NE = "Clear", IE = "Confirm", CE = "Cancel", ME = "Dismiss", SE = "Verified", eE = "Try again", rE = "Scanning...", DE = "Authenticate", iE = "Close alert", BE = "Close", PE = "Send", aE = "Stop", lE = "Attach files", HE = "Copy", dE = "Retry", UE = "Approve", GE = "Reject", hE = "Thinking", pE = "Open", gE = "Good response", mE = "Bad response", uE = "Light", FE = "Dark", YE = "System", VE = "New messages", KE = "(prefers-reduced-motion: reduce)", fE = "bear-reduced-motion", yE = "light", kE = "dark", bE = "system", WE = "temporary", XE = "permanent", vE = "Chat", xE = "ChatBubble", JE = "FloatingChat", wE = "PromptComposer", jE = "StreamingMessage", ZE = "ThinkingBlock", QE = "PromptSuggestions", qE = "MessageActions", zE = "ChatError", $E = "ToolCall", _T = "CitationList", ET = "ApprovalCard", TT = "ModelSelect", tT = "ContextMeter", AT = "ArtifactCard", oT = "ThemeSwitcher", nT = "empty", OT = "search", sT = "inbox", cT = "error", RT = "active", LT = "idle", NT = "scanning", IT = "success", CT = "error", MT = "fingerprint", ST = "Start typing...", eT = "rgba(16, 185, 129, 0.2)", rT = "AppBar", DT = "AppShell", iT = "Backdrop", BT = "easeOut";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
k_ as
|
|
9
|
-
|
|
3
|
+
J_ as ACCORDION_ITEM_CONTEXT_ERROR,
|
|
4
|
+
eT as ACTIVITY_ICON_BG,
|
|
5
|
+
x_ as ALERT_DESC_ID_PREFIX,
|
|
6
|
+
v_ as ALERT_TITLE_ID_PREFIX,
|
|
7
|
+
B as ANIMATION_PULSE,
|
|
8
|
+
k_ as AVATAR_ALT,
|
|
9
|
+
b_ as AVATAR_VARIANT_CIRCLE,
|
|
10
|
+
MT as BIOMETRIC_TYPE_FINGERPRINT,
|
|
10
11
|
R_ as BLOCK_BLOCKQUOTE,
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
A_ as BLOCK_H1,
|
|
13
|
+
o_ as BLOCK_H2,
|
|
13
14
|
n_ as BLOCK_H3,
|
|
14
|
-
|
|
15
|
+
O_ as BLOCK_H4,
|
|
15
16
|
s_ as BLOCK_H5,
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
c_ as BLOCK_H6,
|
|
18
|
+
t_ as BLOCK_PARAGRAPH,
|
|
18
19
|
L_ as BLOCK_PRE,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
n as BOOLEAN_FALSE,
|
|
21
|
+
o as BOOLEAN_TRUE,
|
|
22
|
+
Q_ as BORDER_STYLE_DASHED,
|
|
23
|
+
q_ as BORDER_STYLE_SOLID,
|
|
23
24
|
Y_ as COLOR_BLACK,
|
|
24
25
|
l as COLOR_DARK,
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
P as COLOR_DEFAULT,
|
|
27
|
+
V_ as COLOR_HIGHLIGHT_YELLOW,
|
|
27
28
|
a as COLOR_PRIMARY,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
kE as COLOR_SCHEME_DARK,
|
|
30
|
+
yE as COLOR_SCHEME_LIGHT,
|
|
31
|
+
bE as COLOR_SCHEME_SYSTEM,
|
|
32
|
+
F_ as COLOR_TYPE_HIGHLIGHT,
|
|
33
|
+
u_ as COLOR_TYPE_TEXT,
|
|
34
|
+
y as COMMAND_BOLD,
|
|
35
|
+
Z as COMMAND_CREATE_LINK,
|
|
36
|
+
w as COMMAND_FORE_COLOR,
|
|
33
37
|
X as COMMAND_FORMAT_BLOCK,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
38
|
+
j as COMMAND_HILITE_COLOR,
|
|
39
|
+
E_ as COMMAND_INDENT,
|
|
40
|
+
Q as COMMAND_INSERT_HTML,
|
|
41
|
+
x as COMMAND_INSERT_ORDERED_LIST,
|
|
42
|
+
v as COMMAND_INSERT_UNORDERED_LIST,
|
|
43
|
+
k as COMMAND_ITALIC,
|
|
44
|
+
z as COMMAND_JUSTIFY_CENTER,
|
|
45
|
+
__ as COMMAND_JUSTIFY_FULL,
|
|
46
|
+
q as COMMAND_JUSTIFY_LEFT,
|
|
47
|
+
$ as COMMAND_JUSTIFY_RIGHT,
|
|
48
|
+
T_ as COMMAND_OUTDENT,
|
|
49
|
+
J as COMMAND_REMOVE_FORMAT,
|
|
50
|
+
W as COMMAND_STRIKE_THROUGH,
|
|
51
|
+
b as COMMAND_UNDERLINE,
|
|
52
|
+
ET as COMPONENT_NAME_APPROVAL_CARD,
|
|
53
|
+
rT as COMPONENT_NAME_APP_BAR,
|
|
54
|
+
DT as COMPONENT_NAME_APP_SHELL,
|
|
55
|
+
AT as COMPONENT_NAME_ARTIFACT_CARD,
|
|
56
|
+
iT as COMPONENT_NAME_BACKDROP,
|
|
57
|
+
vE as COMPONENT_NAME_CHAT,
|
|
58
|
+
xE as COMPONENT_NAME_CHAT_BUBBLE,
|
|
59
|
+
zE as COMPONENT_NAME_CHAT_ERROR,
|
|
60
|
+
_T as COMPONENT_NAME_CITATION_LIST,
|
|
61
|
+
tT as COMPONENT_NAME_CONTEXT_METER,
|
|
62
|
+
EE as COMPONENT_NAME_DRAWER,
|
|
63
|
+
JE as COMPONENT_NAME_FLOATING_CHAT,
|
|
64
|
+
qE as COMPONENT_NAME_MESSAGE_ACTIONS,
|
|
65
|
+
TT as COMPONENT_NAME_MODEL_SELECT,
|
|
66
|
+
wE as COMPONENT_NAME_PROMPT_COMPOSER,
|
|
67
|
+
QE as COMPONENT_NAME_PROMPT_SUGGESTIONS,
|
|
68
|
+
jE as COMPONENT_NAME_STREAMING_MESSAGE,
|
|
69
|
+
oT as COMPONENT_NAME_THEME_SWITCHER,
|
|
70
|
+
ZE as COMPONENT_NAME_THINKING_BLOCK,
|
|
71
|
+
$E as COMPONENT_NAME_TOOL_CALL,
|
|
72
|
+
s as DATE_PAD_CHAR,
|
|
73
|
+
c as DATE_PART_SEPARATOR,
|
|
74
|
+
nE as DENSITY_COMPACT,
|
|
75
|
+
p as DIRECTION_HORIZONTAL,
|
|
76
|
+
t as DOCUMENT_CLASS_ATTRIBUTE,
|
|
57
77
|
T as DOCUMENT_CLASS_BEAR_DARK,
|
|
58
|
-
|
|
59
|
-
|
|
78
|
+
E as DOCUMENT_CLASS_DARK,
|
|
79
|
+
fE as DOCUMENT_CLASS_REDUCED_MOTION,
|
|
80
|
+
XE as DRAWER_VARIANT_PERMANENT,
|
|
81
|
+
WE as DRAWER_VARIANT_TEMPORARY,
|
|
82
|
+
BT as EASING_OUT,
|
|
83
|
+
nT as EMPTY_STATE_PRESET_EMPTY,
|
|
84
|
+
cT as EMPTY_STATE_PRESET_ERROR,
|
|
85
|
+
sT as EMPTY_STATE_PRESET_INBOX,
|
|
86
|
+
OT as EMPTY_STATE_PRESET_SEARCH,
|
|
60
87
|
A as EMPTY_STRING,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
88
|
+
g as EVENT_POINTER_MOVE,
|
|
89
|
+
m as EVENT_POINTER_UP,
|
|
90
|
+
W_ as INFO,
|
|
91
|
+
UE as LABEL_APPROVE,
|
|
92
|
+
lE as LABEL_ATTACH,
|
|
93
|
+
DE as LABEL_AUTHENTICATE,
|
|
94
|
+
mE as LABEL_BAD_RESPONSE,
|
|
95
|
+
CE as LABEL_CANCEL,
|
|
96
|
+
NE as LABEL_CLEAR,
|
|
97
|
+
BE as LABEL_CLOSE,
|
|
98
|
+
iE as LABEL_CLOSE_ALERT,
|
|
99
|
+
TE as LABEL_CLOSE_DRAWER,
|
|
100
|
+
IE as LABEL_CONFIRM,
|
|
101
|
+
HE as LABEL_COPY,
|
|
102
|
+
ME as LABEL_DISMISS,
|
|
103
|
+
gE as LABEL_GOOD_RESPONSE,
|
|
104
|
+
VE as LABEL_NEW_MESSAGES,
|
|
105
|
+
pE as LABEL_OPEN_ARTIFACT,
|
|
106
|
+
GE as LABEL_REJECT,
|
|
107
|
+
dE as LABEL_RETRY,
|
|
108
|
+
rE as LABEL_SCANNING,
|
|
109
|
+
PE as LABEL_SEND,
|
|
110
|
+
aE as LABEL_STOP,
|
|
111
|
+
FE as LABEL_THEME_DARK,
|
|
112
|
+
uE as LABEL_THEME_LIGHT,
|
|
113
|
+
YE as LABEL_THEME_SYSTEM,
|
|
114
|
+
hE as LABEL_THINKING,
|
|
115
|
+
eE as LABEL_TRY_AGAIN,
|
|
116
|
+
SE as LABEL_VERIFIED,
|
|
117
|
+
U as PERCENT_UNIT,
|
|
76
118
|
f_ as PICKING_START,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
119
|
+
y_ as PLACEHOLDER_SELECT_DATE_RANGE,
|
|
120
|
+
ST as PLACEHOLDER_START_TYPING,
|
|
121
|
+
$_ as POSITION_RIGHT,
|
|
122
|
+
_E as POSITION_STICKY,
|
|
123
|
+
z_ as POSITION_TOP,
|
|
82
124
|
_ as PREFERS_COLOR_SCHEME_DARK,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
125
|
+
KE as PREFERS_REDUCED_MOTION,
|
|
126
|
+
LE as PRESET_LABEL_LAST_MONTH,
|
|
127
|
+
sE as PRESET_LABEL_LAST_SEVEN,
|
|
128
|
+
cE as PRESET_LABEL_LAST_THIRTY,
|
|
129
|
+
RE as PRESET_LABEL_THIS_MONTH,
|
|
130
|
+
OE as PRESET_LABEL_TODAY,
|
|
131
|
+
oE as QUERY_BUTTON,
|
|
132
|
+
H as RADIUS_MD,
|
|
90
133
|
f as RATING_STAR_STATE_EMPTY,
|
|
91
|
-
|
|
134
|
+
V as RATING_STAR_STATE_FILLED,
|
|
92
135
|
K as RATING_STAR_STATE_HALF,
|
|
93
136
|
K_ as ROOT_MARGIN_BOTTOM_HALF,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
137
|
+
AE as SCROLL_BEHAVIOR_AUTO,
|
|
138
|
+
tE as SCROLL_BEHAVIOR_SMOOTH,
|
|
139
|
+
RT as SHOW_LABELS_ACTIVE,
|
|
140
|
+
N as SIZE_LG,
|
|
141
|
+
L as SIZE_MD,
|
|
142
|
+
R as SIZE_SM,
|
|
143
|
+
I as SIZE_XL,
|
|
101
144
|
X_ as STATIC,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
145
|
+
CT as STATUS_ERROR,
|
|
146
|
+
F as STATUS_FORBIDDEN,
|
|
147
|
+
LT as STATUS_IDLE,
|
|
148
|
+
u as STATUS_NOT_FOUND,
|
|
149
|
+
NT as STATUS_SCANNING,
|
|
107
150
|
Y as STATUS_SERVER_ERROR,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
151
|
+
IT as STATUS_SUCCESS,
|
|
152
|
+
O as THOUSANDS_SEPARATOR,
|
|
153
|
+
i_ as TOOLBAR_ITEM_ALIGN_CENTER,
|
|
154
|
+
P_ as TOOLBAR_ITEM_ALIGN_JUSTIFY,
|
|
112
155
|
D_ as TOOLBAR_ITEM_ALIGN_LEFT,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
156
|
+
B_ as TOOLBAR_ITEM_ALIGN_RIGHT,
|
|
157
|
+
U_ as TOOLBAR_ITEM_BOLD,
|
|
158
|
+
g_ as TOOLBAR_ITEM_BULLET_LIST,
|
|
159
|
+
H_ as TOOLBAR_ITEM_CLEAR_FORMAT,
|
|
160
|
+
N_ as TOOLBAR_ITEM_DIVIDER,
|
|
118
161
|
I_ as TOOLBAR_ITEM_HEADING_DROPDOWN,
|
|
119
|
-
|
|
162
|
+
M_ as TOOLBAR_ITEM_HIGHLIGHT_COLOR,
|
|
120
163
|
e_ as TOOLBAR_ITEM_IMAGE,
|
|
121
164
|
a_ as TOOLBAR_ITEM_INDENT,
|
|
122
|
-
|
|
165
|
+
G_ as TOOLBAR_ITEM_ITALIC,
|
|
123
166
|
S_ as TOOLBAR_ITEM_LINK,
|
|
124
167
|
d_ as TOOLBAR_ITEM_MORE,
|
|
125
|
-
|
|
168
|
+
m_ as TOOLBAR_ITEM_ORDERED_LIST,
|
|
126
169
|
l_ as TOOLBAR_ITEM_OUTDENT,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
170
|
+
r_ as TOOLBAR_ITEM_SIGNATURE,
|
|
171
|
+
p_ as TOOLBAR_ITEM_STRIKETHROUGH,
|
|
172
|
+
C_ as TOOLBAR_ITEM_TEXT_COLOR,
|
|
173
|
+
h_ as TOOLBAR_ITEM_UNDERLINE,
|
|
174
|
+
h as TYPE_NUMBER,
|
|
175
|
+
G as TYPE_STRING,
|
|
133
176
|
d as UNIT_PX,
|
|
134
|
-
|
|
177
|
+
D as VARIANT_DANGER,
|
|
135
178
|
C as VARIANT_DEFAULT,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
179
|
+
M as VARIANT_FILLED,
|
|
180
|
+
w_ as VARIANT_GHOST,
|
|
181
|
+
r as VARIANT_NEUTRAL,
|
|
182
|
+
j_ as VARIANT_OUTLINED,
|
|
183
|
+
S as VARIANT_PILLS,
|
|
141
184
|
i as VARIANT_PRIMARY,
|
|
142
|
-
|
|
143
|
-
|
|
185
|
+
Z_ as VARIANT_STANDARD,
|
|
186
|
+
e as VARIANT_UNDERLINE
|
|
144
187
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E="ArrowDown",_="ArrowUp",o="Enter",t="Escape",A="Tab";exports.KEY_ARROW_DOWN=E;exports.KEY_ARROW_UP=_;exports.KEY_ENTER=o;exports.KEY_ESCAPE=t;exports.KEY_TAB=A;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E="ArrowDown",_="ArrowUp",o="Enter",t="Escape",A="Tab",K=" ";exports.KEY_ARROW_DOWN=E;exports.KEY_ARROW_UP=_;exports.KEY_ENTER=o;exports.KEY_ESCAPE=t;exports.KEY_SPACE=K;exports.KEY_TAB=A;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
const E = "ArrowDown", o = "ArrowUp", n = "Enter", t = "Escape", _ = "Tab";
|
|
1
|
+
const E = "ArrowDown", o = "ArrowUp", n = "Enter", t = "Escape", _ = "Tab", c = " ";
|
|
2
2
|
export {
|
|
3
3
|
E as KEY_ARROW_DOWN,
|
|
4
4
|
o as KEY_ARROW_UP,
|
|
5
5
|
n as KEY_ENTER,
|
|
6
6
|
t as KEY_ESCAPE,
|
|
7
|
+
c as KEY_SPACE,
|
|
7
8
|
_ as KEY_TAB
|
|
8
9
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=0,
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=0,R=1,P=-1,_=2,I=3,G=4,M=5,N=6,O=7,V=8,A=9,B=10,H=11,S=12,K=14,D=16,e=18,t=20,Z=28,r=48,Q=64,i=72,l=80,u=128,a=160,o=29,b=40,d=50,g=90,c=99,y=96,T=100,n=120,f=150,s=200,j=220,m=240,U=280,p=300,v=400,h=420,k=640,q=1500,F=2e3,Y=11e3,w=O,x=N,z=H,J=_,$=N,EE=o,TE=E,_E=D/A,NE=T,DE=E,RE=Y,IE=s,OE=F,AE=E,HE=_,SE=n,tE=T,oE=U,cE=t,nE=S,L=.1,X=.25,W=.5,C=.75,sE=[E,X,W,C,R],UE=L,FE=D,YE=c,LE=T,XE=I;exports.AFFIX_DEFAULT_Z_INDEX=tE;exports.ANCHOR_OBSERVER_THRESHOLDS=sE;exports.ANIMATED_COUNTER_DECIMALS=AE;exports.ANIMATED_COUNTER_DURATION=OE;exports.ASPECT_RATIO_WIDE=_E;exports.AVATAR_MAX_INITIALS=HE;exports.BACKDROP_DEFAULT_Z_INDEX=RE;exports.BACKDROP_NESTED_Z_INDEX=DE;exports.BACKDROP_TRANSITION_MS=IE;exports.CALENDAR_ROWS=x;exports.CHAT_BADGE_MAX=YE;exports.CHAT_STICK_THRESHOLD_PX=FE;exports.CONTEXT_METER_DEFAULT_MAX=LE;exports.DATE_PAD_LENGTH=J;exports.DAYS_IN_WEEK=w;exports.EIGHT=V;exports.EIGHTEEN=e;exports.EIGHTY=l;exports.ELEVEN=H;exports.ELEVEN_THOUSAND=Y;exports.FIFTEEN_HUNDRED=q;exports.FIFTY=d;exports.FIVE=M;exports.FORTY=b;exports.FORTY_EIGHT=r;exports.FOUR=G;exports.FOURTEEN=K;exports.FOUR_HUNDRED=v;exports.FOUR_HUNDRED_TWENTY=h;exports.HALF=W;exports.HOURS_MIDNIGHT=TE;exports.INTERSECTION_THRESHOLD_LOW=UE;exports.LAST_MONTH_INDEX=z;exports.LAST_SEVEN_DAYS_OFFSET=$;exports.LAST_THIRTY_DAYS_OFFSET=EE;exports.NEGATIVE_ONE=P;exports.NINE=A;exports.NINETY=g;exports.NINETY_NINE=c;exports.NINETY_SIX=y;exports.ONE=R;exports.ONE_HUNDRED=T;exports.ONE_HUNDRED_FIFTY=f;exports.ONE_HUNDRED_SIXTY=a;exports.ONE_HUNDRED_TWENTY=n;exports.ONE_HUNDRED_TWENTY_EIGHT=u;exports.PERCENT_ONE_HUNDRED=NE;exports.PRESET_SIDEBAR_MIN_WIDTH_PX=SE;exports.QUARTER=X;exports.SEVEN=O;exports.SEVENTY_TWO=i;exports.SIX=N;exports.SIXTEEN=D;exports.SIXTY_FOUR=Q;exports.SIX_HUNDRED_FORTY=k;exports.TEN=B;exports.TENTH=L;exports.THREE=I;exports.THREE_HUNDRED=p;exports.THREE_QUARTERS=C;exports.TREE_SELECT_INDENT_PX=cE;exports.TREE_SELECT_MAX_HEIGHT_PX=oE;exports.TREE_SELECT_NODE_PAD_PX=nE;exports.TWELVE=S;exports.TWENTY=t;exports.TWENTY_EIGHT=Z;exports.TWENTY_NINE=o;exports.TWO=_;exports.TWO_HUNDRED=s;exports.TWO_HUNDRED_EIGHTY=U;exports.TWO_HUNDRED_FORTY=m;exports.TWO_HUNDRED_TWENTY=j;exports.TWO_THOUSAND=F;exports.TYPING_DOT_COUNT=XE;exports.ZERO=E;
|
|
@@ -12,6 +12,7 @@ export declare const NINE = 9;
|
|
|
12
12
|
export declare const TEN = 10;
|
|
13
13
|
export declare const ELEVEN = 11;
|
|
14
14
|
export declare const TWELVE = 12;
|
|
15
|
+
export declare const FOURTEEN = 14;
|
|
15
16
|
export declare const SIXTEEN = 16;
|
|
16
17
|
export declare const EIGHTEEN = 18;
|
|
17
18
|
export declare const TWENTY = 20;
|
|
@@ -25,8 +26,10 @@ export declare const ONE_HUNDRED_TWENTY_EIGHT = 128;
|
|
|
25
26
|
export declare const ONE_HUNDRED_SIXTY = 160;
|
|
26
27
|
export declare const TWENTY_NINE = 29;
|
|
27
28
|
export declare const THIRTY = 30;
|
|
29
|
+
export declare const FORTY = 40;
|
|
28
30
|
export declare const FIFTY = 50;
|
|
29
31
|
export declare const NINETY = 90;
|
|
32
|
+
export declare const NINETY_NINE = 99;
|
|
30
33
|
export declare const NINETY_SIX = 96;
|
|
31
34
|
export declare const ONE_HUNDRED = 100;
|
|
32
35
|
export declare const ONE_HUNDRED_TWENTY = 120;
|
|
@@ -75,3 +78,7 @@ export declare const HALF = 0.5;
|
|
|
75
78
|
export declare const THREE_QUARTERS = 0.75;
|
|
76
79
|
export declare const ANCHOR_OBSERVER_THRESHOLDS: number[];
|
|
77
80
|
export declare const INTERSECTION_THRESHOLD_LOW = 0.1;
|
|
81
|
+
export declare const CHAT_STICK_THRESHOLD_PX = 16;
|
|
82
|
+
export declare const CHAT_BADGE_MAX = 99;
|
|
83
|
+
export declare const CONTEXT_METER_DEFAULT_MAX = 100;
|
|
84
|
+
export declare const TYPING_DOT_COUNT = 3;
|
|
@@ -1,70 +1,78 @@
|
|
|
1
|
-
const D = 0, o = 1, t = -1, c = 2, n = 3, s = 4, R = 5, O = 6, I = 7, H = 8,
|
|
1
|
+
const D = 0, o = 1, t = -1, c = 2, n = 3, s = 4, R = 5, O = 6, I = 7, H = 8, A = 9, S = 10, U = 11, Y = 12, W = 14, F = 16, X = 18, L = 20, C = 28, G = 48, P = 64, V = 72, M = 80, Z = 128, B = 160, K = 29, e = 40, Q = 50, p = 90, r = 99, x = 96, a = 100, b = 120, d = 150, f = 200, g = 220, h = 240, i = 280, j = 300, k = 400, l = 420, m = 640, q = 1500, u = 2e3, v = 11e3, w = 7, y = 6, z = 11, J = 2, $ = 6, EE = 29, TE = 0, NE = 1.7777777777777777, _E = 100, DE = 0, oE = 11e3, tE = 200, cE = 2e3, nE = 0, sE = 2, RE = 120, OE = 100, IE = 280, HE = 20, AE = 12, E = 0.1, T = 0.25, N = 0.5, _ = 0.75, SE = [0, T, N, _, 1], UE = E, YE = 16, WE = 99, FE = 100, XE = 3;
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
OE as AFFIX_DEFAULT_Z_INDEX,
|
|
4
|
+
SE as ANCHOR_OBSERVER_THRESHOLDS,
|
|
5
|
+
nE as ANIMATED_COUNTER_DECIMALS,
|
|
6
|
+
cE as ANIMATED_COUNTER_DURATION,
|
|
7
|
+
NE as ASPECT_RATIO_WIDE,
|
|
8
|
+
sE as AVATAR_MAX_INITIALS,
|
|
9
|
+
oE as BACKDROP_DEFAULT_Z_INDEX,
|
|
10
|
+
DE as BACKDROP_NESTED_Z_INDEX,
|
|
11
|
+
tE as BACKDROP_TRANSITION_MS,
|
|
12
|
+
y as CALENDAR_ROWS,
|
|
13
|
+
WE as CHAT_BADGE_MAX,
|
|
14
|
+
YE as CHAT_STICK_THRESHOLD_PX,
|
|
15
|
+
FE as CONTEXT_METER_DEFAULT_MAX,
|
|
16
|
+
J as DATE_PAD_LENGTH,
|
|
17
|
+
w as DAYS_IN_WEEK,
|
|
15
18
|
H as EIGHT,
|
|
16
|
-
|
|
19
|
+
X as EIGHTEEN,
|
|
20
|
+
M as EIGHTY,
|
|
17
21
|
U as ELEVEN,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
v as ELEVEN_THOUSAND,
|
|
23
|
+
q as FIFTEEN_HUNDRED,
|
|
24
|
+
Q as FIFTY,
|
|
21
25
|
R as FIVE,
|
|
22
|
-
|
|
26
|
+
e as FORTY,
|
|
27
|
+
G as FORTY_EIGHT,
|
|
23
28
|
s as FOUR,
|
|
24
|
-
|
|
25
|
-
|
|
29
|
+
W as FOURTEEN,
|
|
30
|
+
k as FOUR_HUNDRED,
|
|
31
|
+
l as FOUR_HUNDRED_TWENTY,
|
|
26
32
|
N as HALF,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
33
|
+
TE as HOURS_MIDNIGHT,
|
|
34
|
+
UE as INTERSECTION_THRESHOLD_LOW,
|
|
35
|
+
z as LAST_MONTH_INDEX,
|
|
36
|
+
$ as LAST_SEVEN_DAYS_OFFSET,
|
|
37
|
+
EE as LAST_THIRTY_DAYS_OFFSET,
|
|
32
38
|
t as NEGATIVE_ONE,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
39
|
+
A as NINE,
|
|
40
|
+
p as NINETY,
|
|
41
|
+
r as NINETY_NINE,
|
|
42
|
+
x as NINETY_SIX,
|
|
36
43
|
o as ONE,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
+
a as ONE_HUNDRED,
|
|
45
|
+
d as ONE_HUNDRED_FIFTY,
|
|
46
|
+
B as ONE_HUNDRED_SIXTY,
|
|
47
|
+
b as ONE_HUNDRED_TWENTY,
|
|
48
|
+
Z as ONE_HUNDRED_TWENTY_EIGHT,
|
|
49
|
+
_E as PERCENT_ONE_HUNDRED,
|
|
50
|
+
RE as PRESET_SIDEBAR_MIN_WIDTH_PX,
|
|
44
51
|
T as QUARTER,
|
|
45
52
|
I as SEVEN,
|
|
46
53
|
V as SEVENTY_TWO,
|
|
47
54
|
O as SIX,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
55
|
+
F as SIXTEEN,
|
|
56
|
+
P as SIXTY_FOUR,
|
|
57
|
+
m as SIX_HUNDRED_FORTY,
|
|
58
|
+
S as TEN,
|
|
52
59
|
E as TENTH,
|
|
53
60
|
n as THREE,
|
|
54
|
-
|
|
61
|
+
j as THREE_HUNDRED,
|
|
55
62
|
_ as THREE_QUARTERS,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
+
HE as TREE_SELECT_INDENT_PX,
|
|
64
|
+
IE as TREE_SELECT_MAX_HEIGHT_PX,
|
|
65
|
+
AE as TREE_SELECT_NODE_PAD_PX,
|
|
66
|
+
Y as TWELVE,
|
|
67
|
+
L as TWENTY,
|
|
68
|
+
C as TWENTY_EIGHT,
|
|
69
|
+
K as TWENTY_NINE,
|
|
63
70
|
c as TWO,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
f as TWO_HUNDRED,
|
|
72
|
+
i as TWO_HUNDRED_EIGHTY,
|
|
73
|
+
h as TWO_HUNDRED_FORTY,
|
|
74
|
+
g as TWO_HUNDRED_TWENTY,
|
|
75
|
+
u as TWO_THOUSAND,
|
|
76
|
+
XE as TYPING_DOT_COUNT,
|
|
69
77
|
D as ZERO
|
|
70
78
|
};
|