@assistant-ui/react 0.5.97 → 0.5.99
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api/AssistantRuntime.d.ts +4 -4
- package/dist/api/AssistantRuntime.d.ts.map +1 -1
- package/dist/api/AssistantRuntime.js +15 -13
- package/dist/api/AssistantRuntime.js.map +1 -1
- package/dist/api/AssistantRuntime.mjs +14 -15
- package/dist/api/AssistantRuntime.mjs.map +1 -1
- package/dist/api/AttachmentRuntime.js +12 -10
- package/dist/api/AttachmentRuntime.js.map +1 -1
- package/dist/api/AttachmentRuntime.mjs +11 -10
- package/dist/api/AttachmentRuntime.mjs.map +1 -1
- package/dist/api/ComposerRuntime.d.ts +7 -0
- package/dist/api/ComposerRuntime.d.ts.map +1 -1
- package/dist/api/ComposerRuntime.js +29 -14
- package/dist/api/ComposerRuntime.js.map +1 -1
- package/dist/api/ComposerRuntime.mjs +28 -14
- package/dist/api/ComposerRuntime.mjs.map +1 -1
- package/dist/api/ContentPartRuntime.js +4 -2
- package/dist/api/ContentPartRuntime.js.map +1 -1
- package/dist/api/ContentPartRuntime.mjs +3 -2
- package/dist/api/ContentPartRuntime.mjs.map +1 -1
- package/dist/api/MessageRuntime.d.ts.map +1 -1
- package/dist/api/MessageRuntime.js +15 -18
- package/dist/api/MessageRuntime.js.map +1 -1
- package/dist/api/MessageRuntime.mjs +14 -18
- package/dist/api/MessageRuntime.mjs.map +1 -1
- package/dist/api/RuntimePathTypes.d.ts +16 -1
- package/dist/api/RuntimePathTypes.d.ts.map +1 -1
- package/dist/api/RuntimePathTypes.js +2 -0
- package/dist/api/RuntimePathTypes.js.map +1 -1
- package/dist/api/ThreadListItemRuntime.d.ts +29 -0
- package/dist/api/ThreadListItemRuntime.d.ts.map +1 -0
- package/dist/api/ThreadListItemRuntime.js +61 -0
- package/dist/api/ThreadListItemRuntime.js.map +1 -0
- package/dist/api/ThreadListItemRuntime.mjs +36 -0
- package/dist/api/ThreadListItemRuntime.mjs.map +1 -0
- package/dist/api/ThreadListRuntime.d.ts +51 -0
- package/dist/api/ThreadListRuntime.d.ts.map +1 -0
- package/dist/api/ThreadListRuntime.js +128 -0
- package/dist/api/ThreadListRuntime.js.map +1 -0
- package/dist/api/ThreadListRuntime.mjs +105 -0
- package/dist/api/ThreadListRuntime.mjs.map +1 -0
- package/dist/api/ThreadRuntime.d.ts +3 -0
- package/dist/api/ThreadRuntime.d.ts.map +1 -1
- package/dist/api/ThreadRuntime.js +13 -11
- package/dist/api/ThreadRuntime.js.map +1 -1
- package/dist/api/ThreadRuntime.mjs +12 -11
- package/dist/api/ThreadRuntime.mjs.map +1 -1
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/index.js.map +1 -1
- package/dist/api/subscribable/BaseSubject.js +4 -2
- package/dist/api/subscribable/BaseSubject.js.map +1 -1
- package/dist/api/subscribable/BaseSubject.mjs +3 -2
- package/dist/api/subscribable/BaseSubject.mjs.map +1 -1
- package/dist/api/subscribable/LazyMemoizeSubject.js +6 -4
- package/dist/api/subscribable/LazyMemoizeSubject.js.map +1 -1
- package/dist/api/subscribable/LazyMemoizeSubject.mjs +5 -4
- package/dist/api/subscribable/LazyMemoizeSubject.mjs.map +1 -1
- package/dist/api/subscribable/NestedSubscriptionSubject.js +5 -3
- package/dist/api/subscribable/NestedSubscriptionSubject.js.map +1 -1
- package/dist/api/subscribable/NestedSubscriptionSubject.mjs +4 -3
- package/dist/api/subscribable/NestedSubscriptionSubject.mjs.map +1 -1
- package/dist/api/subscribable/SKIP_UPDATE.js +3 -1
- package/dist/api/subscribable/SKIP_UPDATE.js.map +1 -1
- package/dist/api/subscribable/SKIP_UPDATE.mjs +2 -1
- package/dist/api/subscribable/SKIP_UPDATE.mjs.map +1 -1
- package/dist/api/subscribable/ShallowMemoizeSubject.js +7 -5
- package/dist/api/subscribable/ShallowMemoizeSubject.js.map +1 -1
- package/dist/api/subscribable/ShallowMemoizeSubject.mjs +6 -5
- package/dist/api/subscribable/ShallowMemoizeSubject.mjs.map +1 -1
- package/dist/api/subscribable/Subscribable.js +2 -0
- package/dist/api/subscribable/Subscribable.js.map +1 -1
- package/dist/api/subscribable/shallowEqual.js +2 -0
- package/dist/api/subscribable/shallowEqual.js.map +1 -1
- package/dist/api/subscribable/shallowEqual.mjs +1 -0
- package/dist/api/subscribable/shallowEqual.mjs.map +1 -1
- package/dist/context/ReadonlyStore.js +3 -1
- package/dist/context/ReadonlyStore.js.map +1 -1
- package/dist/context/ReadonlyStore.mjs +2 -1
- package/dist/context/ReadonlyStore.mjs.map +1 -1
- package/dist/context/index.js +8 -6
- package/dist/context/index.js.map +1 -1
- package/dist/context/index.mjs +4 -3
- package/dist/context/index.mjs.map +1 -1
- package/dist/context/providers/AssistantRuntimeProvider.d.ts.map +1 -1
- package/dist/context/providers/AssistantRuntimeProvider.js +18 -18
- package/dist/context/providers/AssistantRuntimeProvider.js.map +1 -1
- package/dist/context/providers/AssistantRuntimeProvider.mjs +18 -18
- package/dist/context/providers/AssistantRuntimeProvider.mjs.map +1 -1
- package/dist/context/providers/AttachmentRuntimeProvider.d.ts +6 -5
- package/dist/context/providers/AttachmentRuntimeProvider.d.ts.map +1 -1
- package/dist/context/providers/AttachmentRuntimeProvider.js +8 -6
- package/dist/context/providers/AttachmentRuntimeProvider.js.map +1 -1
- package/dist/context/providers/AttachmentRuntimeProvider.mjs +8 -6
- package/dist/context/providers/AttachmentRuntimeProvider.mjs.map +1 -1
- package/dist/context/providers/ContentPartRuntimeProvider.d.ts +6 -5
- package/dist/context/providers/ContentPartRuntimeProvider.d.ts.map +1 -1
- package/dist/context/providers/ContentPartRuntimeProvider.js +8 -9
- package/dist/context/providers/ContentPartRuntimeProvider.js.map +1 -1
- package/dist/context/providers/ContentPartRuntimeProvider.mjs +8 -9
- package/dist/context/providers/ContentPartRuntimeProvider.mjs.map +1 -1
- package/dist/context/providers/MessageRuntimeProvider.d.ts +6 -5
- package/dist/context/providers/MessageRuntimeProvider.d.ts.map +1 -1
- package/dist/context/providers/MessageRuntimeProvider.js +11 -9
- package/dist/context/providers/MessageRuntimeProvider.js.map +1 -1
- package/dist/context/providers/MessageRuntimeProvider.mjs +11 -9
- package/dist/context/providers/MessageRuntimeProvider.mjs.map +1 -1
- package/dist/context/providers/TextContentPartProvider.d.ts +7 -6
- package/dist/context/providers/TextContentPartProvider.d.ts.map +1 -1
- package/dist/context/providers/TextContentPartProvider.js +13 -7
- package/dist/context/providers/TextContentPartProvider.js.map +1 -1
- package/dist/context/providers/TextContentPartProvider.mjs +13 -7
- package/dist/context/providers/TextContentPartProvider.mjs.map +1 -1
- package/dist/context/providers/ThreadListItemRuntimeProvider.d.ts +13 -0
- package/dist/context/providers/ThreadListItemRuntimeProvider.d.ts.map +1 -0
- package/dist/context/providers/ThreadListItemRuntimeProvider.js +62 -0
- package/dist/context/providers/ThreadListItemRuntimeProvider.js.map +1 -0
- package/dist/context/providers/ThreadListItemRuntimeProvider.mjs +39 -0
- package/dist/context/providers/ThreadListItemRuntimeProvider.mjs.map +1 -0
- package/dist/context/providers/ThreadRuntimeProvider.js +11 -9
- package/dist/context/providers/ThreadRuntimeProvider.js.map +1 -1
- package/dist/context/providers/ThreadRuntimeProvider.mjs +10 -9
- package/dist/context/providers/ThreadRuntimeProvider.mjs.map +1 -1
- package/dist/context/providers/index.js +4 -2
- package/dist/context/providers/index.js.map +1 -1
- package/dist/context/providers/index.mjs +3 -2
- package/dist/context/providers/index.mjs.map +1 -1
- package/dist/context/react/AssistantContext.d.ts +35 -11
- package/dist/context/react/AssistantContext.d.ts.map +1 -1
- package/dist/context/react/AssistantContext.js +15 -13
- package/dist/context/react/AssistantContext.js.map +1 -1
- package/dist/context/react/AssistantContext.mjs +14 -12
- package/dist/context/react/AssistantContext.mjs.map +1 -1
- package/dist/context/react/AttachmentContext.js +8 -6
- package/dist/context/react/AttachmentContext.js.map +1 -1
- package/dist/context/react/AttachmentContext.mjs +8 -6
- package/dist/context/react/AttachmentContext.mjs.map +1 -1
- package/dist/context/react/ComposerContext.js +7 -5
- package/dist/context/react/ComposerContext.js.map +1 -1
- package/dist/context/react/ComposerContext.mjs +6 -5
- package/dist/context/react/ComposerContext.mjs.map +1 -1
- package/dist/context/react/ContentPartContext.js +7 -5
- package/dist/context/react/ContentPartContext.js.map +1 -1
- package/dist/context/react/ContentPartContext.mjs +7 -5
- package/dist/context/react/ContentPartContext.mjs.map +1 -1
- package/dist/context/react/MessageContext.js +9 -7
- package/dist/context/react/MessageContext.js.map +1 -1
- package/dist/context/react/MessageContext.mjs +9 -7
- package/dist/context/react/MessageContext.mjs.map +1 -1
- package/dist/context/react/ThreadContext.js +16 -14
- package/dist/context/react/ThreadContext.js.map +1 -1
- package/dist/context/react/ThreadContext.mjs +16 -14
- package/dist/context/react/ThreadContext.mjs.map +1 -1
- package/dist/context/react/ThreadListItemContext.d.ts +58 -0
- package/dist/context/react/ThreadListItemContext.d.ts.map +1 -0
- package/dist/context/react/ThreadListItemContext.js +53 -0
- package/dist/context/react/ThreadListItemContext.js.map +1 -0
- package/dist/context/react/ThreadListItemContext.mjs +25 -0
- package/dist/context/react/ThreadListItemContext.mjs.map +1 -0
- package/dist/context/react/index.d.ts +1 -1
- package/dist/context/react/index.d.ts.map +1 -1
- package/dist/context/react/index.js +10 -8
- package/dist/context/react/index.js.map +1 -1
- package/dist/context/react/index.mjs +9 -8
- package/dist/context/react/index.mjs.map +1 -1
- package/dist/context/react/utils/createContextHook.js +2 -0
- package/dist/context/react/utils/createContextHook.js.map +1 -1
- package/dist/context/react/utils/createContextHook.mjs +1 -0
- package/dist/context/react/utils/createContextHook.mjs.map +1 -1
- package/dist/context/react/utils/createContextStoreHook.js +2 -0
- package/dist/context/react/utils/createContextStoreHook.js.map +1 -1
- package/dist/context/react/utils/createContextStoreHook.mjs +1 -0
- package/dist/context/react/utils/createContextStoreHook.mjs.map +1 -1
- package/dist/context/stores/AssistantToolUIs.js +3 -1
- package/dist/context/stores/AssistantToolUIs.js.map +1 -1
- package/dist/context/stores/AssistantToolUIs.mjs +3 -1
- package/dist/context/stores/AssistantToolUIs.mjs.map +1 -1
- package/dist/context/stores/MessageUtils.js +3 -1
- package/dist/context/stores/MessageUtils.js.map +1 -1
- package/dist/context/stores/MessageUtils.mjs +2 -1
- package/dist/context/stores/MessageUtils.mjs.map +1 -1
- package/dist/context/stores/ThreadViewport.js +3 -1
- package/dist/context/stores/ThreadViewport.js.map +1 -1
- package/dist/context/stores/ThreadViewport.mjs +3 -1
- package/dist/context/stores/ThreadViewport.mjs.map +1 -1
- package/dist/context/stores/index.js +2 -0
- package/dist/context/stores/index.js.map +1 -1
- package/dist/edge.js +3 -1
- package/dist/edge.js.map +1 -1
- package/dist/edge.mjs +2 -1
- package/dist/edge.mjs.map +1 -1
- package/dist/hooks/index.js +4 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/useAppendMessage.js +4 -2
- package/dist/hooks/useAppendMessage.js.map +1 -1
- package/dist/hooks/useAppendMessage.mjs +3 -2
- package/dist/hooks/useAppendMessage.mjs.map +1 -1
- package/dist/hooks/useSwitchToNewThread.js +4 -2
- package/dist/hooks/useSwitchToNewThread.js.map +1 -1
- package/dist/hooks/useSwitchToNewThread.mjs +3 -2
- package/dist/hooks/useSwitchToNewThread.mjs.map +1 -1
- package/dist/index.js +21 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -10
- package/dist/index.mjs.map +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.d.ts.map +1 -1
- package/dist/internal.js +12 -10
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +10 -9
- package/dist/internal.mjs.map +1 -1
- package/dist/model-config/index.js +8 -6
- package/dist/model-config/index.js.map +1 -1
- package/dist/model-config/index.mjs +7 -6
- package/dist/model-config/index.mjs.map +1 -1
- package/dist/model-config/makeAssistantTool.js +4 -2
- package/dist/model-config/makeAssistantTool.js.map +1 -1
- package/dist/model-config/makeAssistantTool.mjs +4 -2
- package/dist/model-config/makeAssistantTool.mjs.map +1 -1
- package/dist/model-config/makeAssistantToolUI.js +4 -2
- package/dist/model-config/makeAssistantToolUI.js.map +1 -1
- package/dist/model-config/makeAssistantToolUI.mjs +4 -2
- package/dist/model-config/makeAssistantToolUI.mjs.map +1 -1
- package/dist/model-config/useAssistantInstructions.js +4 -2
- package/dist/model-config/useAssistantInstructions.js.map +1 -1
- package/dist/model-config/useAssistantInstructions.mjs +4 -2
- package/dist/model-config/useAssistantInstructions.mjs.map +1 -1
- package/dist/model-config/useAssistantTool.js +4 -2
- package/dist/model-config/useAssistantTool.js.map +1 -1
- package/dist/model-config/useAssistantTool.mjs +4 -2
- package/dist/model-config/useAssistantTool.mjs.map +1 -1
- package/dist/model-config/useAssistantToolUI.js +4 -2
- package/dist/model-config/useAssistantToolUI.js.map +1 -1
- package/dist/model-config/useAssistantToolUI.mjs +4 -2
- package/dist/model-config/useAssistantToolUI.mjs.map +1 -1
- package/dist/model-config/useInlineRender.js +3 -1
- package/dist/model-config/useInlineRender.js.map +1 -1
- package/dist/model-config/useInlineRender.mjs +2 -1
- package/dist/model-config/useInlineRender.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/index.js +9 -7
- package/dist/primitive-hooks/actionBar/index.js.map +1 -1
- package/dist/primitive-hooks/actionBar/index.mjs +8 -7
- package/dist/primitive-hooks/actionBar/index.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarCopy.js +5 -3
- package/dist/primitive-hooks/actionBar/useActionBarCopy.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarCopy.mjs +4 -3
- package/dist/primitive-hooks/actionBar/useActionBarCopy.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarEdit.js +4 -2
- package/dist/primitive-hooks/actionBar/useActionBarEdit.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarEdit.mjs +3 -2
- package/dist/primitive-hooks/actionBar/useActionBarEdit.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.js +4 -2
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.mjs +3 -2
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.js +4 -2
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.mjs +3 -2
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarReload.js +6 -4
- package/dist/primitive-hooks/actionBar/useActionBarReload.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarReload.mjs +5 -4
- package/dist/primitive-hooks/actionBar/useActionBarReload.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.js +4 -2
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.mjs +3 -2
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.mjs.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.js +4 -2
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.js.map +1 -1
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.mjs +3 -2
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.mjs.map +1 -1
- package/dist/primitive-hooks/attachment/useAttachmentRemove.js +4 -2
- package/dist/primitive-hooks/attachment/useAttachmentRemove.js.map +1 -1
- package/dist/primitive-hooks/attachment/useAttachmentRemove.mjs +3 -2
- package/dist/primitive-hooks/attachment/useAttachmentRemove.mjs.map +1 -1
- package/dist/primitive-hooks/branchPicker/index.js +6 -4
- package/dist/primitive-hooks/branchPicker/index.js.map +1 -1
- package/dist/primitive-hooks/branchPicker/index.mjs +5 -4
- package/dist/primitive-hooks/branchPicker/index.mjs.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.js +4 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.js.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.mjs +4 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.mjs.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.js +4 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.js.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.mjs +3 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.mjs.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.js +4 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.js.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.mjs +4 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.mjs.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.js +4 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.js.map +1 -1
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.mjs +3 -2
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.mjs.map +1 -1
- package/dist/primitive-hooks/composer/index.js +6 -4
- package/dist/primitive-hooks/composer/index.js.map +1 -1
- package/dist/primitive-hooks/composer/index.mjs +5 -4
- package/dist/primitive-hooks/composer/index.mjs.map +1 -1
- package/dist/primitive-hooks/composer/useComposerAddAttachment.js +4 -2
- package/dist/primitive-hooks/composer/useComposerAddAttachment.js.map +1 -1
- package/dist/primitive-hooks/composer/useComposerAddAttachment.mjs +3 -2
- package/dist/primitive-hooks/composer/useComposerAddAttachment.mjs.map +1 -1
- package/dist/primitive-hooks/composer/useComposerCancel.js +4 -2
- package/dist/primitive-hooks/composer/useComposerCancel.js.map +1 -1
- package/dist/primitive-hooks/composer/useComposerCancel.mjs +3 -2
- package/dist/primitive-hooks/composer/useComposerCancel.mjs.map +1 -1
- package/dist/primitive-hooks/composer/useComposerIf.js +4 -2
- package/dist/primitive-hooks/composer/useComposerIf.js.map +1 -1
- package/dist/primitive-hooks/composer/useComposerIf.mjs +4 -2
- package/dist/primitive-hooks/composer/useComposerIf.mjs.map +1 -1
- package/dist/primitive-hooks/composer/useComposerSend.js +6 -4
- package/dist/primitive-hooks/composer/useComposerSend.js.map +1 -1
- package/dist/primitive-hooks/composer/useComposerSend.mjs +5 -4
- package/dist/primitive-hooks/composer/useComposerSend.mjs.map +1 -1
- package/dist/primitive-hooks/contentPart/index.js +5 -3
- package/dist/primitive-hooks/contentPart/index.js.map +1 -1
- package/dist/primitive-hooks/contentPart/index.mjs +4 -3
- package/dist/primitive-hooks/contentPart/index.mjs.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.js +4 -2
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.js.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.mjs +3 -2
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.mjs.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartImage.js +4 -2
- package/dist/primitive-hooks/contentPart/useContentPartImage.js.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartImage.mjs +3 -2
- package/dist/primitive-hooks/contentPart/useContentPartImage.mjs.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartText.js +4 -2
- package/dist/primitive-hooks/contentPart/useContentPartText.js.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartText.mjs +3 -2
- package/dist/primitive-hooks/contentPart/useContentPartText.mjs.map +1 -1
- package/dist/primitive-hooks/index.js +14 -12
- package/dist/primitive-hooks/index.js.map +1 -1
- package/dist/primitive-hooks/index.mjs +7 -6
- package/dist/primitive-hooks/index.mjs.map +1 -1
- package/dist/primitive-hooks/message/index.js +3 -1
- package/dist/primitive-hooks/message/index.js.map +1 -1
- package/dist/primitive-hooks/message/index.mjs +2 -1
- package/dist/primitive-hooks/message/index.mjs.map +1 -1
- package/dist/primitive-hooks/message/useMessageIf.js +5 -3
- package/dist/primitive-hooks/message/useMessageIf.js.map +1 -1
- package/dist/primitive-hooks/message/useMessageIf.mjs +5 -3
- package/dist/primitive-hooks/message/useMessageIf.mjs.map +1 -1
- package/dist/primitive-hooks/thread/index.js +6 -4
- package/dist/primitive-hooks/thread/index.js.map +1 -1
- package/dist/primitive-hooks/thread/index.mjs +5 -4
- package/dist/primitive-hooks/thread/index.mjs.map +1 -1
- package/dist/primitive-hooks/thread/useThreadEmpty.js +4 -2
- package/dist/primitive-hooks/thread/useThreadEmpty.js.map +1 -1
- package/dist/primitive-hooks/thread/useThreadEmpty.mjs +3 -2
- package/dist/primitive-hooks/thread/useThreadEmpty.mjs.map +1 -1
- package/dist/primitive-hooks/thread/useThreadIf.js +4 -2
- package/dist/primitive-hooks/thread/useThreadIf.js.map +1 -1
- package/dist/primitive-hooks/thread/useThreadIf.mjs +4 -2
- package/dist/primitive-hooks/thread/useThreadIf.mjs.map +1 -1
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.js +5 -3
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.js.map +1 -1
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.mjs +4 -3
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.mjs.map +1 -1
- package/dist/primitive-hooks/thread/useThreadSuggestion.js +5 -3
- package/dist/primitive-hooks/thread/useThreadSuggestion.js.map +1 -1
- package/dist/primitive-hooks/thread/useThreadSuggestion.mjs +4 -3
- package/dist/primitive-hooks/thread/useThreadSuggestion.mjs.map +1 -1
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.js +8 -6
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.js.map +1 -1
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.mjs +8 -6
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarCopy.js +6 -4
- package/dist/primitives/actionBar/ActionBarCopy.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarCopy.mjs +6 -4
- package/dist/primitives/actionBar/ActionBarCopy.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarEdit.js +5 -3
- package/dist/primitives/actionBar/ActionBarEdit.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarEdit.mjs +5 -3
- package/dist/primitives/actionBar/ActionBarEdit.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.js +6 -4
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.mjs +6 -4
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.js +6 -4
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.mjs +6 -4
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarReload.js +5 -3
- package/dist/primitives/actionBar/ActionBarReload.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarReload.mjs +5 -3
- package/dist/primitives/actionBar/ActionBarReload.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarRoot.js +5 -3
- package/dist/primitives/actionBar/ActionBarRoot.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarRoot.mjs +5 -3
- package/dist/primitives/actionBar/ActionBarRoot.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarSpeak.js +5 -3
- package/dist/primitives/actionBar/ActionBarSpeak.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarSpeak.mjs +5 -3
- package/dist/primitives/actionBar/ActionBarSpeak.mjs.map +1 -1
- package/dist/primitives/actionBar/ActionBarStopSpeaking.js +5 -3
- package/dist/primitives/actionBar/ActionBarStopSpeaking.js.map +1 -1
- package/dist/primitives/actionBar/ActionBarStopSpeaking.mjs +5 -3
- package/dist/primitives/actionBar/ActionBarStopSpeaking.mjs.map +1 -1
- package/dist/primitives/actionBar/index.js +10 -8
- package/dist/primitives/actionBar/index.js.map +1 -1
- package/dist/primitives/actionBar/index.mjs +9 -8
- package/dist/primitives/actionBar/index.mjs.map +1 -1
- package/dist/primitives/actionBar/types.js +2 -0
- package/dist/primitives/actionBar/types.js.map +1 -1
- package/dist/primitives/actionBar/useActionBarFloatStatus.js +6 -4
- package/dist/primitives/actionBar/useActionBarFloatStatus.js.map +1 -1
- package/dist/primitives/actionBar/useActionBarFloatStatus.mjs +6 -4
- package/dist/primitives/actionBar/useActionBarFloatStatus.mjs.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalAnchor.js +5 -3
- package/dist/primitives/assistantModal/AssistantModalAnchor.js.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalAnchor.mjs +5 -3
- package/dist/primitives/assistantModal/AssistantModalAnchor.mjs.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalContent.js +5 -3
- package/dist/primitives/assistantModal/AssistantModalContent.js.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalContent.mjs +5 -3
- package/dist/primitives/assistantModal/AssistantModalContent.mjs.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalRoot.js +7 -5
- package/dist/primitives/assistantModal/AssistantModalRoot.js.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalRoot.mjs +7 -5
- package/dist/primitives/assistantModal/AssistantModalRoot.mjs.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalTrigger.js +5 -3
- package/dist/primitives/assistantModal/AssistantModalTrigger.js.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalTrigger.mjs +5 -3
- package/dist/primitives/assistantModal/AssistantModalTrigger.mjs.map +1 -1
- package/dist/primitives/assistantModal/index.js +6 -4
- package/dist/primitives/assistantModal/index.js.map +1 -1
- package/dist/primitives/assistantModal/index.mjs +5 -4
- package/dist/primitives/assistantModal/index.mjs.map +1 -1
- package/dist/primitives/assistantModal/scope.js +3 -1
- package/dist/primitives/assistantModal/scope.js.map +1 -1
- package/dist/primitives/assistantModal/scope.mjs +2 -1
- package/dist/primitives/assistantModal/scope.mjs.map +1 -1
- package/dist/primitives/assistantModal/types.js +2 -0
- package/dist/primitives/assistantModal/types.js.map +1 -1
- package/dist/primitives/attachment/AttachmentName.js +4 -2
- package/dist/primitives/attachment/AttachmentName.js.map +1 -1
- package/dist/primitives/attachment/AttachmentName.mjs +4 -2
- package/dist/primitives/attachment/AttachmentName.mjs.map +1 -1
- package/dist/primitives/attachment/AttachmentRemove.js +5 -3
- package/dist/primitives/attachment/AttachmentRemove.js.map +1 -1
- package/dist/primitives/attachment/AttachmentRemove.mjs +5 -3
- package/dist/primitives/attachment/AttachmentRemove.mjs.map +1 -1
- package/dist/primitives/attachment/AttachmentRoot.js +4 -2
- package/dist/primitives/attachment/AttachmentRoot.js.map +1 -1
- package/dist/primitives/attachment/AttachmentRoot.mjs +3 -2
- package/dist/primitives/attachment/AttachmentRoot.mjs.map +1 -1
- package/dist/primitives/attachment/AttachmentThumb.js +5 -3
- package/dist/primitives/attachment/AttachmentThumb.js.map +1 -1
- package/dist/primitives/attachment/AttachmentThumb.mjs +5 -3
- package/dist/primitives/attachment/AttachmentThumb.mjs.map +1 -1
- package/dist/primitives/attachment/index.js +6 -4
- package/dist/primitives/attachment/index.js.map +1 -1
- package/dist/primitives/attachment/index.mjs +5 -4
- package/dist/primitives/attachment/index.mjs.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerCount.js +4 -2
- package/dist/primitives/branchPicker/BranchPickerCount.js.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerCount.mjs +4 -2
- package/dist/primitives/branchPicker/BranchPickerCount.mjs.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerNext.js +5 -3
- package/dist/primitives/branchPicker/BranchPickerNext.js.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerNext.mjs +5 -3
- package/dist/primitives/branchPicker/BranchPickerNext.mjs.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerNumber.js +4 -2
- package/dist/primitives/branchPicker/BranchPickerNumber.js.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerNumber.mjs +4 -2
- package/dist/primitives/branchPicker/BranchPickerNumber.mjs.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerPrevious.js +5 -3
- package/dist/primitives/branchPicker/BranchPickerPrevious.js.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerPrevious.mjs +5 -3
- package/dist/primitives/branchPicker/BranchPickerPrevious.mjs.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerRoot.js +5 -3
- package/dist/primitives/branchPicker/BranchPickerRoot.js.map +1 -1
- package/dist/primitives/branchPicker/BranchPickerRoot.mjs +5 -3
- package/dist/primitives/branchPicker/BranchPickerRoot.mjs.map +1 -1
- package/dist/primitives/branchPicker/index.js +7 -5
- package/dist/primitives/branchPicker/index.js.map +1 -1
- package/dist/primitives/branchPicker/index.mjs +6 -5
- package/dist/primitives/branchPicker/index.mjs.map +1 -1
- package/dist/primitives/branchPicker/types.js +2 -0
- package/dist/primitives/branchPicker/types.js.map +1 -1
- package/dist/primitives/composer/ComposerAddAttachment.js +5 -3
- package/dist/primitives/composer/ComposerAddAttachment.js.map +1 -1
- package/dist/primitives/composer/ComposerAddAttachment.mjs +5 -3
- package/dist/primitives/composer/ComposerAddAttachment.mjs.map +1 -1
- package/dist/primitives/composer/ComposerAttachments.js +11 -9
- package/dist/primitives/composer/ComposerAttachments.js.map +1 -1
- package/dist/primitives/composer/ComposerAttachments.mjs +11 -9
- package/dist/primitives/composer/ComposerAttachments.mjs.map +1 -1
- package/dist/primitives/composer/ComposerCancel.js +5 -3
- package/dist/primitives/composer/ComposerCancel.js.map +1 -1
- package/dist/primitives/composer/ComposerCancel.mjs +5 -3
- package/dist/primitives/composer/ComposerCancel.mjs.map +1 -1
- package/dist/primitives/composer/ComposerIf.js +4 -2
- package/dist/primitives/composer/ComposerIf.js.map +1 -1
- package/dist/primitives/composer/ComposerIf.mjs +4 -2
- package/dist/primitives/composer/ComposerIf.mjs.map +1 -1
- package/dist/primitives/composer/ComposerInput.js +7 -5
- package/dist/primitives/composer/ComposerInput.js.map +1 -1
- package/dist/primitives/composer/ComposerInput.mjs +7 -5
- package/dist/primitives/composer/ComposerInput.mjs.map +1 -1
- package/dist/primitives/composer/ComposerRoot.js +5 -3
- package/dist/primitives/composer/ComposerRoot.js.map +1 -1
- package/dist/primitives/composer/ComposerRoot.mjs +5 -3
- package/dist/primitives/composer/ComposerRoot.mjs.map +1 -1
- package/dist/primitives/composer/ComposerSend.js +5 -3
- package/dist/primitives/composer/ComposerSend.js.map +1 -1
- package/dist/primitives/composer/ComposerSend.mjs +5 -3
- package/dist/primitives/composer/ComposerSend.mjs.map +1 -1
- package/dist/primitives/composer/index.js +9 -7
- package/dist/primitives/composer/index.js.map +1 -1
- package/dist/primitives/composer/index.mjs +8 -7
- package/dist/primitives/composer/index.mjs.map +1 -1
- package/dist/primitives/composer/types.js +2 -0
- package/dist/primitives/composer/types.js.map +1 -1
- package/dist/primitives/contentPart/ContentPartDisplay.js +4 -2
- package/dist/primitives/contentPart/ContentPartDisplay.js.map +1 -1
- package/dist/primitives/contentPart/ContentPartDisplay.mjs +3 -2
- package/dist/primitives/contentPart/ContentPartDisplay.mjs.map +1 -1
- package/dist/primitives/contentPart/ContentPartImage.js +5 -3
- package/dist/primitives/contentPart/ContentPartImage.js.map +1 -1
- package/dist/primitives/contentPart/ContentPartImage.mjs +4 -3
- package/dist/primitives/contentPart/ContentPartImage.mjs.map +1 -1
- package/dist/primitives/contentPart/ContentPartInProgress.js +4 -2
- package/dist/primitives/contentPart/ContentPartInProgress.js.map +1 -1
- package/dist/primitives/contentPart/ContentPartInProgress.mjs +3 -2
- package/dist/primitives/contentPart/ContentPartInProgress.mjs.map +1 -1
- package/dist/primitives/contentPart/ContentPartText.js +6 -4
- package/dist/primitives/contentPart/ContentPartText.js.map +1 -1
- package/dist/primitives/contentPart/ContentPartText.mjs +6 -4
- package/dist/primitives/contentPart/ContentPartText.mjs.map +1 -1
- package/dist/primitives/contentPart/index.js +6 -4
- package/dist/primitives/contentPart/index.js.map +1 -1
- package/dist/primitives/contentPart/index.mjs +5 -4
- package/dist/primitives/contentPart/index.mjs.map +1 -1
- package/dist/primitives/contentPart/types.js +2 -0
- package/dist/primitives/contentPart/types.js.map +1 -1
- package/dist/primitives/index.d.ts +2 -0
- package/dist/primitives/index.d.ts.map +1 -1
- package/dist/primitives/index.js +16 -8
- package/dist/primitives/index.js.map +1 -1
- package/dist/primitives/index.mjs +13 -8
- package/dist/primitives/index.mjs.map +1 -1
- package/dist/primitives/message/MessageAttachments.js +11 -9
- package/dist/primitives/message/MessageAttachments.js.map +1 -1
- package/dist/primitives/message/MessageAttachments.mjs +11 -9
- package/dist/primitives/message/MessageAttachments.mjs.map +1 -1
- package/dist/primitives/message/MessageContent.js +17 -15
- package/dist/primitives/message/MessageContent.js.map +1 -1
- package/dist/primitives/message/MessageContent.mjs +17 -15
- package/dist/primitives/message/MessageContent.mjs.map +1 -1
- package/dist/primitives/message/MessageIf.js +4 -2
- package/dist/primitives/message/MessageIf.js.map +1 -1
- package/dist/primitives/message/MessageIf.mjs +4 -2
- package/dist/primitives/message/MessageIf.mjs.map +1 -1
- package/dist/primitives/message/MessageInProgress.js +3 -1
- package/dist/primitives/message/MessageInProgress.js.map +1 -1
- package/dist/primitives/message/MessageInProgress.mjs +3 -1
- package/dist/primitives/message/MessageInProgress.mjs.map +1 -1
- package/dist/primitives/message/MessageRoot.js +7 -5
- package/dist/primitives/message/MessageRoot.js.map +1 -1
- package/dist/primitives/message/MessageRoot.mjs +7 -5
- package/dist/primitives/message/MessageRoot.mjs.map +1 -1
- package/dist/primitives/message/index.js +7 -5
- package/dist/primitives/message/index.js.map +1 -1
- package/dist/primitives/message/index.mjs +6 -5
- package/dist/primitives/message/index.mjs.map +1 -1
- package/dist/primitives/message/types.js +2 -0
- package/dist/primitives/message/types.js.map +1 -1
- package/dist/primitives/thread/ThreadEmpty.js +4 -2
- package/dist/primitives/thread/ThreadEmpty.js.map +1 -1
- package/dist/primitives/thread/ThreadEmpty.mjs +4 -2
- package/dist/primitives/thread/ThreadEmpty.mjs.map +1 -1
- package/dist/primitives/thread/ThreadIf.js +4 -2
- package/dist/primitives/thread/ThreadIf.js.map +1 -1
- package/dist/primitives/thread/ThreadIf.mjs +4 -2
- package/dist/primitives/thread/ThreadIf.mjs.map +1 -1
- package/dist/primitives/thread/ThreadMessages.js +14 -12
- package/dist/primitives/thread/ThreadMessages.js.map +1 -1
- package/dist/primitives/thread/ThreadMessages.mjs +14 -12
- package/dist/primitives/thread/ThreadMessages.mjs.map +1 -1
- package/dist/primitives/thread/ThreadRoot.js +4 -2
- package/dist/primitives/thread/ThreadRoot.js.map +1 -1
- package/dist/primitives/thread/ThreadRoot.mjs +4 -2
- package/dist/primitives/thread/ThreadRoot.mjs.map +1 -1
- package/dist/primitives/thread/ThreadScrollToBottom.js +5 -3
- package/dist/primitives/thread/ThreadScrollToBottom.js.map +1 -1
- package/dist/primitives/thread/ThreadScrollToBottom.mjs +5 -3
- package/dist/primitives/thread/ThreadScrollToBottom.mjs.map +1 -1
- package/dist/primitives/thread/ThreadSuggestion.js +5 -3
- package/dist/primitives/thread/ThreadSuggestion.js.map +1 -1
- package/dist/primitives/thread/ThreadSuggestion.mjs +5 -3
- package/dist/primitives/thread/ThreadSuggestion.mjs.map +1 -1
- package/dist/primitives/thread/ThreadViewport.js +5 -3
- package/dist/primitives/thread/ThreadViewport.js.map +1 -1
- package/dist/primitives/thread/ThreadViewport.mjs +5 -3
- package/dist/primitives/thread/ThreadViewport.mjs.map +1 -1
- package/dist/primitives/thread/index.js +9 -7
- package/dist/primitives/thread/index.js.map +1 -1
- package/dist/primitives/thread/index.mjs +8 -7
- package/dist/primitives/thread/index.mjs.map +1 -1
- package/dist/primitives/thread/types.js +2 -0
- package/dist/primitives/thread/types.js.map +1 -1
- package/dist/primitives/threadList/ThreadListItems.d.ts +11 -0
- package/dist/primitives/threadList/ThreadListItems.d.ts.map +1 -0
- package/dist/primitives/threadList/ThreadListItems.js +72 -0
- package/dist/primitives/threadList/ThreadListItems.js.map +1 -0
- package/dist/primitives/threadList/ThreadListItems.mjs +48 -0
- package/dist/primitives/threadList/ThreadListItems.mjs.map +1 -0
- package/dist/primitives/threadList/ThreadListNew.d.ts +13 -0
- package/dist/primitives/threadList/ThreadListNew.d.ts.map +1 -0
- package/dist/primitives/threadList/ThreadListNew.js +43 -0
- package/dist/primitives/threadList/ThreadListNew.js.map +1 -0
- package/dist/primitives/threadList/ThreadListNew.mjs +21 -0
- package/dist/primitives/threadList/ThreadListNew.mjs.map +1 -0
- package/dist/primitives/threadList/index.d.ts +3 -0
- package/dist/primitives/threadList/index.d.ts.map +1 -0
- package/dist/primitives/threadList/index.js +34 -0
- package/dist/primitives/threadList/index.js.map +1 -0
- package/dist/primitives/threadList/index.mjs +8 -0
- package/dist/primitives/threadList/index.mjs.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemArchive.d.ts +13 -0
- package/dist/primitives/threadListItem/ThreadListItemArchive.d.ts.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemArchive.js +43 -0
- package/dist/primitives/threadListItem/ThreadListItemArchive.js.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemArchive.mjs +21 -0
- package/dist/primitives/threadListItem/ThreadListItemArchive.mjs.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemDelete.d.ts +13 -0
- package/dist/primitives/threadListItem/ThreadListItemDelete.d.ts.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemDelete.js +43 -0
- package/dist/primitives/threadListItem/ThreadListItemDelete.js.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemDelete.mjs +21 -0
- package/dist/primitives/threadListItem/ThreadListItemDelete.mjs.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemUnarchive.d.ts +13 -0
- package/dist/primitives/threadListItem/ThreadListItemUnarchive.d.ts.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemUnarchive.js +43 -0
- package/dist/primitives/threadListItem/ThreadListItemUnarchive.js.map +1 -0
- package/dist/primitives/threadListItem/ThreadListItemUnarchive.mjs +21 -0
- package/dist/primitives/threadListItem/ThreadListItemUnarchive.mjs.map +1 -0
- package/dist/primitives/threadListItem/index.d.ts +4 -0
- package/dist/primitives/threadListItem/index.d.ts.map +1 -0
- package/dist/primitives/threadListItem/index.js +37 -0
- package/dist/primitives/threadListItem/index.js.map +1 -0
- package/dist/primitives/threadListItem/index.mjs +10 -0
- package/dist/primitives/threadListItem/index.mjs.map +1 -0
- package/dist/runtimes/attachment/AttachmentAdapter.js +2 -0
- package/dist/runtimes/attachment/AttachmentAdapter.js.map +1 -1
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.js +4 -2
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.js.map +1 -1
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.mjs +3 -2
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.mjs.map +1 -1
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.js +5 -3
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.js.map +1 -1
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.mjs +4 -3
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.mjs.map +1 -1
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.js +5 -3
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.js.map +1 -1
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.mjs +4 -3
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.mjs.map +1 -1
- package/dist/runtimes/attachment/index.js +5 -3
- package/dist/runtimes/attachment/index.js.map +1 -1
- package/dist/runtimes/attachment/index.mjs +4 -3
- package/dist/runtimes/attachment/index.mjs.map +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.d.ts +5 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.js +19 -8
- package/dist/runtimes/composer/BaseComposerRuntimeCore.js.map +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs +18 -8
- package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.js +8 -5
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.js.map +1 -1
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.mjs +7 -5
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.js +5 -3
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.js.map +1 -1
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.mjs +4 -3
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/core/AssistantRuntimeCore.d.ts +2 -2
- package/dist/runtimes/core/AssistantRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/core/AssistantRuntimeCore.js +2 -0
- package/dist/runtimes/core/AssistantRuntimeCore.js.map +1 -1
- package/dist/runtimes/core/BaseAssistantRuntimeCore.d.ts +2 -2
- package/dist/runtimes/core/BaseAssistantRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/core/BaseAssistantRuntimeCore.js +5 -3
- package/dist/runtimes/core/BaseAssistantRuntimeCore.js.map +1 -1
- package/dist/runtimes/core/BaseAssistantRuntimeCore.mjs +4 -3
- package/dist/runtimes/core/BaseAssistantRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/core/BaseThreadRuntimeCore.js +8 -6
- package/dist/runtimes/core/BaseThreadRuntimeCore.js.map +1 -1
- package/dist/runtimes/core/BaseThreadRuntimeCore.mjs +7 -6
- package/dist/runtimes/core/BaseThreadRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/core/ComposerRuntimeCore.d.ts +3 -0
- package/dist/runtimes/core/ComposerRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/core/ComposerRuntimeCore.js +2 -0
- package/dist/runtimes/core/ComposerRuntimeCore.js.map +1 -1
- package/dist/runtimes/core/{ThreadManagerRuntimeCore.d.ts → ThreadListRuntimeCore.d.ts} +7 -6
- package/dist/runtimes/core/ThreadListRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/{ThreadManagerRuntimeCore.js → ThreadListRuntimeCore.js} +5 -3
- package/dist/runtimes/core/ThreadListRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/ThreadListRuntimeCore.mjs +1 -0
- package/dist/runtimes/core/ThreadRuntimeCore.js +2 -0
- package/dist/runtimes/core/ThreadRuntimeCore.js.map +1 -1
- package/dist/runtimes/core/index.js +3 -1
- package/dist/runtimes/core/index.js.map +1 -1
- package/dist/runtimes/core/index.mjs +2 -1
- package/dist/runtimes/core/index.mjs.map +1 -1
- package/dist/runtimes/core/subscribeToMainThread.js +5 -3
- package/dist/runtimes/core/subscribeToMainThread.js.map +1 -1
- package/dist/runtimes/core/subscribeToMainThread.mjs +4 -3
- package/dist/runtimes/core/subscribeToMainThread.mjs.map +1 -1
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js +10 -8
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js.map +1 -1
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs +9 -8
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs.map +1 -1
- package/dist/runtimes/dangerous-in-browser/index.js +3 -1
- package/dist/runtimes/dangerous-in-browser/index.js.map +1 -1
- package/dist/runtimes/dangerous-in-browser/index.mjs +2 -1
- package/dist/runtimes/dangerous-in-browser/index.mjs.map +1 -1
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js +6 -4
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js.map +1 -1
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs +5 -4
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs.map +1 -1
- package/dist/runtimes/edge/EdgeChatAdapter.js +11 -9
- package/dist/runtimes/edge/EdgeChatAdapter.js.map +1 -1
- package/dist/runtimes/edge/EdgeChatAdapter.mjs +10 -9
- package/dist/runtimes/edge/EdgeChatAdapter.mjs.map +1 -1
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js +13 -11
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js.map +1 -1
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs +12 -11
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs.map +1 -1
- package/dist/runtimes/edge/converters/fromCoreMessage.js +5 -3
- package/dist/runtimes/edge/converters/fromCoreMessage.js.map +1 -1
- package/dist/runtimes/edge/converters/fromCoreMessage.mjs +4 -3
- package/dist/runtimes/edge/converters/fromCoreMessage.mjs.map +1 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.js +3 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.js.map +1 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs +2 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs.map +1 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.js +3 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.js.map +1 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs +2 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs.map +1 -1
- package/dist/runtimes/edge/converters/index.js +8 -6
- package/dist/runtimes/edge/converters/index.js.map +1 -1
- package/dist/runtimes/edge/converters/index.mjs +7 -6
- package/dist/runtimes/edge/converters/index.mjs.map +1 -1
- package/dist/runtimes/edge/converters/toCoreMessages.js +4 -2
- package/dist/runtimes/edge/converters/toCoreMessages.js.map +1 -1
- package/dist/runtimes/edge/converters/toCoreMessages.mjs +3 -2
- package/dist/runtimes/edge/converters/toCoreMessages.mjs.map +1 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.js +3 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.js.map +1 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs +2 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs.map +1 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.js +3 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.js.map +1 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.mjs +2 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.mjs.map +1 -1
- package/dist/runtimes/edge/createEdgeRuntimeAPI.js +15 -13
- package/dist/runtimes/edge/createEdgeRuntimeAPI.js.map +1 -1
- package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs +14 -13
- package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs.map +1 -1
- package/dist/runtimes/edge/index.js +8 -6
- package/dist/runtimes/edge/index.js.map +1 -1
- package/dist/runtimes/edge/index.mjs +5 -4
- package/dist/runtimes/edge/index.mjs.map +1 -1
- package/dist/runtimes/edge/partial-json/fix-json.js +2 -0
- package/dist/runtimes/edge/partial-json/fix-json.js.map +1 -1
- package/dist/runtimes/edge/partial-json/fix-json.mjs +1 -0
- package/dist/runtimes/edge/partial-json/fix-json.mjs.map +1 -1
- package/dist/runtimes/edge/partial-json/parse-partial-json.js +4 -2
- package/dist/runtimes/edge/partial-json/parse-partial-json.js.map +1 -1
- package/dist/runtimes/edge/partial-json/parse-partial-json.mjs +3 -2
- package/dist/runtimes/edge/partial-json/parse-partial-json.mjs.map +1 -1
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.js +2 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.js.map +1 -1
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.mjs +1 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.mjs.map +1 -1
- package/dist/runtimes/edge/streams/assistantDecoderStream.js +3 -1
- package/dist/runtimes/edge/streams/assistantDecoderStream.js.map +1 -1
- package/dist/runtimes/edge/streams/assistantDecoderStream.mjs +2 -1
- package/dist/runtimes/edge/streams/assistantDecoderStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/assistantEncoderStream.js +3 -1
- package/dist/runtimes/edge/streams/assistantEncoderStream.js.map +1 -1
- package/dist/runtimes/edge/streams/assistantEncoderStream.mjs +2 -1
- package/dist/runtimes/edge/streams/assistantEncoderStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/runResultStream.js +10 -8
- package/dist/runtimes/edge/streams/runResultStream.js.map +1 -1
- package/dist/runtimes/edge/streams/runResultStream.mjs +9 -8
- package/dist/runtimes/edge/streams/runResultStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/toolResultStream.js +2 -0
- package/dist/runtimes/edge/streams/toolResultStream.js.map +1 -1
- package/dist/runtimes/edge/streams/toolResultStream.mjs +1 -0
- package/dist/runtimes/edge/streams/toolResultStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.js +4 -2
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.js.map +1 -1
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.mjs +3 -2
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/utils/StreamPart.js +2 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.js.map +1 -1
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.js +2 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.js.map +1 -1
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.mjs +1 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/utils/index.js +5 -3
- package/dist/runtimes/edge/streams/utils/index.js.map +1 -1
- package/dist/runtimes/edge/streams/utils/index.mjs +4 -3
- package/dist/runtimes/edge/streams/utils/index.mjs.map +1 -1
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.js +5 -3
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.js.map +1 -1
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.mjs +4 -3
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.mjs.map +1 -1
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.js +3 -1
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.js.map +1 -1
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.mjs +2 -1
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.mjs.map +1 -1
- package/dist/runtimes/edge/useEdgeRuntime.js +6 -4
- package/dist/runtimes/edge/useEdgeRuntime.js.map +1 -1
- package/dist/runtimes/edge/useEdgeRuntime.mjs +5 -4
- package/dist/runtimes/edge/useEdgeRuntime.mjs.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreAdapter.d.ts +8 -8
- package/dist/runtimes/external-store/ExternalStoreAdapter.d.ts.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreAdapter.js +2 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.js.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.d.ts +2 -2
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.js +14 -12
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.js.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.mjs +13 -12
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreThreadListRuntimeCore.d.ts +35 -0
- package/dist/runtimes/external-store/ExternalStoreThreadListRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/external-store/{ExternalStoreThreadManagementAdapter.js → ExternalStoreThreadListRuntimeCore.js} +21 -10
- package/dist/runtimes/external-store/ExternalStoreThreadListRuntimeCore.js.map +1 -0
- package/dist/runtimes/external-store/{ExternalStoreThreadManagementAdapter.mjs → ExternalStoreThreadListRuntimeCore.mjs} +16 -6
- package/dist/runtimes/external-store/ExternalStoreThreadListRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.d.ts +1 -1
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.js +12 -10
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.js.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.mjs +11 -10
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageConverter.js +4 -2
- package/dist/runtimes/external-store/ThreadMessageConverter.js.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageConverter.mjs +3 -2
- package/dist/runtimes/external-store/ThreadMessageConverter.mjs.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageLike.js +3 -1
- package/dist/runtimes/external-store/ThreadMessageLike.js.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageLike.mjs +2 -1
- package/dist/runtimes/external-store/ThreadMessageLike.mjs.map +1 -1
- package/dist/runtimes/external-store/auto-status.js +6 -4
- package/dist/runtimes/external-store/auto-status.js.map +1 -1
- package/dist/runtimes/external-store/auto-status.mjs +5 -4
- package/dist/runtimes/external-store/auto-status.mjs.map +1 -1
- package/dist/runtimes/external-store/external-message-converter.js +10 -8
- package/dist/runtimes/external-store/external-message-converter.js.map +1 -1
- package/dist/runtimes/external-store/external-message-converter.mjs +9 -8
- package/dist/runtimes/external-store/external-message-converter.mjs.map +1 -1
- package/dist/runtimes/external-store/getExternalStoreMessage.js +4 -2
- package/dist/runtimes/external-store/getExternalStoreMessage.js.map +1 -1
- package/dist/runtimes/external-store/getExternalStoreMessage.mjs +3 -2
- package/dist/runtimes/external-store/getExternalStoreMessage.mjs.map +1 -1
- package/dist/runtimes/external-store/index.js +5 -3
- package/dist/runtimes/external-store/index.js.map +1 -1
- package/dist/runtimes/external-store/index.mjs +4 -3
- package/dist/runtimes/external-store/index.mjs.map +1 -1
- package/dist/runtimes/external-store/useExternalStoreRuntime.js +6 -4
- package/dist/runtimes/external-store/useExternalStoreRuntime.js.map +1 -1
- package/dist/runtimes/external-store/useExternalStoreRuntime.mjs +5 -4
- package/dist/runtimes/external-store/useExternalStoreRuntime.mjs.map +1 -1
- package/dist/runtimes/feedback/FeedbackAdapter.js +2 -0
- package/dist/runtimes/feedback/FeedbackAdapter.js.map +1 -1
- package/dist/runtimes/feedback/index.js +2 -0
- package/dist/runtimes/feedback/index.js.map +1 -1
- package/dist/runtimes/index.js +18 -16
- package/dist/runtimes/index.js.map +1 -1
- package/dist/runtimes/index.mjs +9 -8
- package/dist/runtimes/index.mjs.map +1 -1
- package/dist/runtimes/local/ChatModelAdapter.js +2 -0
- package/dist/runtimes/local/ChatModelAdapter.js.map +1 -1
- package/dist/runtimes/local/LocalRuntimeCore.d.ts +2 -2
- package/dist/runtimes/local/LocalRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/local/LocalRuntimeCore.js +15 -13
- package/dist/runtimes/local/LocalRuntimeCore.js.map +1 -1
- package/dist/runtimes/local/LocalRuntimeCore.mjs +14 -13
- package/dist/runtimes/local/LocalRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/local/LocalRuntimeOptions.js +3 -1
- package/dist/runtimes/local/LocalRuntimeOptions.js.map +1 -1
- package/dist/runtimes/local/LocalRuntimeOptions.mjs +2 -1
- package/dist/runtimes/local/LocalRuntimeOptions.mjs.map +1 -1
- package/dist/runtimes/local/{LocalThreadManagerRuntimeCore.d.ts → LocalThreadListRuntimeCore.d.ts} +16 -6
- package/dist/runtimes/local/LocalThreadListRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/local/{LocalThreadManagerRuntimeCore.js → LocalThreadListRuntimeCore.js} +14 -9
- package/dist/runtimes/local/LocalThreadListRuntimeCore.js.map +1 -0
- package/dist/runtimes/local/{LocalThreadManagerRuntimeCore.mjs → LocalThreadListRuntimeCore.mjs} +9 -5
- package/dist/runtimes/local/LocalThreadListRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/local/LocalThreadRuntimeCore.js +10 -7
- package/dist/runtimes/local/LocalThreadRuntimeCore.js.map +1 -1
- package/dist/runtimes/local/LocalThreadRuntimeCore.mjs +9 -7
- package/dist/runtimes/local/LocalThreadRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/local/index.js +3 -1
- package/dist/runtimes/local/index.js.map +1 -1
- package/dist/runtimes/local/index.mjs +2 -1
- package/dist/runtimes/local/index.mjs.map +1 -1
- package/dist/runtimes/local/shouldContinue.js +3 -1
- package/dist/runtimes/local/shouldContinue.js.map +1 -1
- package/dist/runtimes/local/shouldContinue.mjs +2 -1
- package/dist/runtimes/local/shouldContinue.mjs.map +1 -1
- package/dist/runtimes/local/useLocalRuntime.js +9 -7
- package/dist/runtimes/local/useLocalRuntime.js.map +1 -1
- package/dist/runtimes/local/useLocalRuntime.mjs +9 -7
- package/dist/runtimes/local/useLocalRuntime.mjs.map +1 -1
- package/dist/runtimes/speech/SpeechAdapterTypes.js +2 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.js.map +1 -1
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.js +4 -2
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.js.map +1 -1
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.mjs +3 -2
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.mjs.map +1 -1
- package/dist/runtimes/speech/index.js +3 -1
- package/dist/runtimes/speech/index.js.map +1 -1
- package/dist/runtimes/speech/index.mjs +2 -1
- package/dist/runtimes/speech/index.mjs.map +1 -1
- package/dist/runtimes/utils/MessageRepository.js +7 -5
- package/dist/runtimes/utils/MessageRepository.js.map +1 -1
- package/dist/runtimes/utils/MessageRepository.mjs +6 -5
- package/dist/runtimes/utils/MessageRepository.mjs.map +1 -1
- package/dist/tailwindcss/index.d.ts.map +1 -1
- package/dist/tailwindcss/index.js +7 -5
- package/dist/tailwindcss/index.js.map +1 -1
- package/dist/tailwindcss/index.mjs +6 -5
- package/dist/tailwindcss/index.mjs.map +1 -1
- package/dist/types/AssistantTypes.d.ts +2 -0
- package/dist/types/AssistantTypes.d.ts.map +1 -1
- package/dist/types/AssistantTypes.js +2 -0
- package/dist/types/AssistantTypes.js.map +1 -1
- package/dist/types/AttachmentTypes.js +2 -0
- package/dist/types/AttachmentTypes.js.map +1 -1
- package/dist/types/ContentPartComponentTypes.js +2 -0
- package/dist/types/ContentPartComponentTypes.js.map +1 -1
- package/dist/types/ModelConfigTypes.js +5 -3
- package/dist/types/ModelConfigTypes.js.map +1 -1
- package/dist/types/ModelConfigTypes.mjs +4 -3
- package/dist/types/ModelConfigTypes.mjs.map +1 -1
- package/dist/types/Unsubscribe.js +2 -0
- package/dist/types/Unsubscribe.js.map +1 -1
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -1
- package/dist/ui/assistant-action-bar.js +23 -21
- package/dist/ui/assistant-action-bar.js.map +1 -1
- package/dist/ui/assistant-action-bar.mjs +23 -21
- package/dist/ui/assistant-action-bar.mjs.map +1 -1
- package/dist/ui/assistant-message.js +16 -14
- package/dist/ui/assistant-message.js.map +1 -1
- package/dist/ui/assistant-message.mjs +16 -14
- package/dist/ui/assistant-message.mjs.map +1 -1
- package/dist/ui/assistant-modal.js +16 -14
- package/dist/ui/assistant-modal.js.map +1 -1
- package/dist/ui/assistant-modal.mjs +16 -14
- package/dist/ui/assistant-modal.mjs.map +1 -1
- package/dist/ui/attachment.js +22 -20
- package/dist/ui/attachment.js.map +1 -1
- package/dist/ui/attachment.mjs +19 -17
- package/dist/ui/attachment.mjs.map +1 -1
- package/dist/ui/base/CircleStopIcon.js +3 -1
- package/dist/ui/base/CircleStopIcon.js.map +1 -1
- package/dist/ui/base/CircleStopIcon.mjs +2 -1
- package/dist/ui/base/CircleStopIcon.mjs.map +1 -1
- package/dist/ui/base/avatar.js +8 -6
- package/dist/ui/base/avatar.js.map +1 -1
- package/dist/ui/base/avatar.mjs +8 -6
- package/dist/ui/base/avatar.mjs.map +1 -1
- package/dist/ui/base/button.js +5 -3
- package/dist/ui/base/button.js.map +1 -1
- package/dist/ui/base/button.mjs +4 -3
- package/dist/ui/base/button.mjs.map +1 -1
- package/dist/ui/base/dialog.js +9 -7
- package/dist/ui/base/dialog.js.map +1 -1
- package/dist/ui/base/dialog.mjs +9 -7
- package/dist/ui/base/dialog.mjs.map +1 -1
- package/dist/ui/base/index.js +7 -5
- package/dist/ui/base/index.js.map +1 -1
- package/dist/ui/base/index.mjs +6 -5
- package/dist/ui/base/index.mjs.map +1 -1
- package/dist/ui/base/tooltip-icon-button.js +6 -4
- package/dist/ui/base/tooltip-icon-button.js.map +1 -1
- package/dist/ui/base/tooltip-icon-button.mjs +6 -4
- package/dist/ui/base/tooltip-icon-button.mjs.map +1 -1
- package/dist/ui/base/tooltip.js +7 -5
- package/dist/ui/base/tooltip.js.map +1 -1
- package/dist/ui/base/tooltip.mjs +7 -5
- package/dist/ui/base/tooltip.mjs.map +1 -1
- package/dist/ui/branch-picker.js +16 -14
- package/dist/ui/branch-picker.js.map +1 -1
- package/dist/ui/branch-picker.mjs +16 -14
- package/dist/ui/branch-picker.mjs.map +1 -1
- package/dist/ui/composer.js +26 -24
- package/dist/ui/composer.js.map +1 -1
- package/dist/ui/composer.mjs +26 -24
- package/dist/ui/composer.mjs.map +1 -1
- package/dist/ui/content-part.js +7 -5
- package/dist/ui/content-part.js.map +1 -1
- package/dist/ui/content-part.mjs +6 -5
- package/dist/ui/content-part.mjs.map +1 -1
- package/dist/ui/edit-composer.js +14 -12
- package/dist/ui/edit-composer.js.map +1 -1
- package/dist/ui/edit-composer.mjs +14 -12
- package/dist/ui/edit-composer.mjs.map +1 -1
- package/dist/ui/index.js +15 -13
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +14 -13
- package/dist/ui/index.mjs.map +1 -1
- package/dist/ui/thread-config.js +8 -6
- package/dist/ui/thread-config.js.map +1 -1
- package/dist/ui/thread-config.mjs +8 -6
- package/dist/ui/thread-config.mjs.map +1 -1
- package/dist/ui/thread-welcome.js +20 -18
- package/dist/ui/thread-welcome.js.map +1 -1
- package/dist/ui/thread-welcome.mjs +20 -18
- package/dist/ui/thread-welcome.mjs.map +1 -1
- package/dist/ui/thread.js +24 -22
- package/dist/ui/thread.js.map +1 -1
- package/dist/ui/thread.mjs +24 -22
- package/dist/ui/thread.mjs.map +1 -1
- package/dist/ui/user-action-bar.js +13 -11
- package/dist/ui/user-action-bar.js.map +1 -1
- package/dist/ui/user-action-bar.mjs +13 -11
- package/dist/ui/user-action-bar.mjs.map +1 -1
- package/dist/ui/user-message.js +16 -14
- package/dist/ui/user-message.js.map +1 -1
- package/dist/ui/user-message.mjs +16 -14
- package/dist/ui/user-message.mjs.map +1 -1
- package/dist/ui/utils/withDefaults.js +5 -3
- package/dist/ui/utils/withDefaults.js.map +1 -1
- package/dist/ui/utils/withDefaults.mjs +4 -3
- package/dist/ui/utils/withDefaults.mjs.map +1 -1
- package/dist/utils/ProxyConfigProvider.js +5 -3
- package/dist/utils/ProxyConfigProvider.js.map +1 -1
- package/dist/utils/ProxyConfigProvider.mjs +4 -3
- package/dist/utils/ProxyConfigProvider.mjs.map +1 -1
- package/dist/utils/RequireAtLeastOne.js +2 -0
- package/dist/utils/RequireAtLeastOne.js.map +1 -1
- package/dist/utils/combined/createCombinedStore.js +3 -1
- package/dist/utils/combined/createCombinedStore.js.map +1 -1
- package/dist/utils/combined/createCombinedStore.mjs +3 -1
- package/dist/utils/combined/createCombinedStore.mjs.map +1 -1
- package/dist/utils/combined/useCombinedStore.js +4 -2
- package/dist/utils/combined/useCombinedStore.js.map +1 -1
- package/dist/utils/combined/useCombinedStore.mjs +3 -2
- package/dist/utils/combined/useCombinedStore.mjs.map +1 -1
- package/dist/utils/createActionButton.js +4 -2
- package/dist/utils/createActionButton.js.map +1 -1
- package/dist/utils/createActionButton.mjs +4 -2
- package/dist/utils/createActionButton.mjs.map +1 -1
- package/dist/utils/getThreadMessageText.js +3 -1
- package/dist/utils/getThreadMessageText.js.map +1 -1
- package/dist/utils/getThreadMessageText.mjs +2 -1
- package/dist/utils/getThreadMessageText.mjs.map +1 -1
- package/dist/utils/hooks/useManagedRef.js +3 -1
- package/dist/utils/hooks/useManagedRef.js.map +1 -1
- package/dist/utils/hooks/useManagedRef.mjs +2 -1
- package/dist/utils/hooks/useManagedRef.mjs.map +1 -1
- package/dist/utils/hooks/useOnResizeContent.js +4 -2
- package/dist/utils/hooks/useOnResizeContent.js.map +1 -1
- package/dist/utils/hooks/useOnResizeContent.mjs +3 -2
- package/dist/utils/hooks/useOnResizeContent.mjs.map +1 -1
- package/dist/utils/hooks/useOnScrollToBottom.js +4 -2
- package/dist/utils/hooks/useOnScrollToBottom.js.map +1 -1
- package/dist/utils/hooks/useOnScrollToBottom.mjs +3 -2
- package/dist/utils/hooks/useOnScrollToBottom.mjs.map +1 -1
- package/dist/utils/idUtils.js +6 -4
- package/dist/utils/idUtils.js.map +1 -1
- package/dist/utils/idUtils.mjs +5 -4
- package/dist/utils/idUtils.mjs.map +1 -1
- package/dist/utils/smooth/SmoothContext.js +10 -8
- package/dist/utils/smooth/SmoothContext.js.map +1 -1
- package/dist/utils/smooth/SmoothContext.mjs +9 -8
- package/dist/utils/smooth/SmoothContext.mjs.map +1 -1
- package/dist/utils/smooth/index.js +5 -3
- package/dist/utils/smooth/index.js.map +1 -1
- package/dist/utils/smooth/index.mjs +4 -3
- package/dist/utils/smooth/index.mjs.map +1 -1
- package/dist/utils/smooth/useSmooth.js +9 -7
- package/dist/utils/smooth/useSmooth.js.map +1 -1
- package/dist/utils/smooth/useSmooth.mjs +9 -7
- package/dist/utils/smooth/useSmooth.mjs.map +1 -1
- package/package.json +13 -12
- package/src/api/AssistantRuntime.ts +9 -12
- package/src/api/ComposerRuntime.ts +17 -0
- package/src/api/MessageRuntime.ts +0 -9
- package/src/api/RuntimePathTypes.ts +10 -1
- package/src/api/ThreadListItemRuntime.ts +67 -0
- package/src/api/ThreadListRuntime.ts +159 -0
- package/src/api/ThreadRuntime.ts +2 -1
- package/src/api/index.ts +1 -4
- package/src/context/providers/AssistantRuntimeProvider.tsx +7 -9
- package/src/context/providers/AttachmentRuntimeProvider.tsx +6 -4
- package/src/context/providers/ContentPartRuntimeProvider.tsx +8 -7
- package/src/context/providers/MessageRuntimeProvider.tsx +6 -4
- package/src/context/providers/TextContentPartProvider.tsx +11 -7
- package/src/context/providers/ThreadListItemRuntimeProvider.tsx +54 -0
- package/src/context/react/AssistantContext.ts +4 -4
- package/src/context/react/ThreadListItemContext.ts +39 -0
- package/src/context/react/index.ts +2 -2
- package/src/internal.ts +1 -1
- package/src/primitives/index.ts +2 -0
- package/src/primitives/threadList/ThreadListItems.tsx +73 -0
- package/src/primitives/threadList/ThreadListNew.ts +25 -0
- package/src/primitives/threadList/index.ts +2 -0
- package/src/primitives/threadListItem/ThreadListItemArchive.ts +25 -0
- package/src/primitives/threadListItem/ThreadListItemDelete.ts +25 -0
- package/src/primitives/threadListItem/ThreadListItemUnarchive.ts +25 -0
- package/src/primitives/threadListItem/index.ts +3 -0
- package/src/runtimes/composer/BaseComposerRuntimeCore.tsx +19 -5
- package/src/runtimes/composer/DefaultEditComposerRuntimeCore.tsx +3 -2
- package/src/runtimes/core/AssistantRuntimeCore.tsx +2 -2
- package/src/runtimes/core/BaseAssistantRuntimeCore.tsx +2 -2
- package/src/runtimes/core/ComposerRuntimeCore.tsx +4 -0
- package/src/runtimes/core/{ThreadManagerRuntimeCore.tsx → ThreadListRuntimeCore.tsx} +7 -5
- package/src/runtimes/core/subscribeToMainThread.ts +2 -2
- package/src/runtimes/external-store/ExternalStoreAdapter.tsx +8 -8
- package/src/runtimes/external-store/ExternalStoreRuntimeCore.tsx +8 -8
- package/src/runtimes/external-store/{ExternalStoreThreadManagementAdapter.tsx → ExternalStoreThreadListRuntimeCore.tsx} +16 -6
- package/src/runtimes/local/LocalRuntimeCore.tsx +7 -7
- package/src/runtimes/local/{LocalThreadManagerRuntimeCore.tsx → LocalThreadListRuntimeCore.tsx} +11 -7
- package/src/runtimes/local/LocalThreadRuntimeCore.tsx +2 -1
- package/src/tailwindcss/index.ts +4 -4
- package/src/types/AssistantTypes.ts +3 -0
- package/dist/api/ThreadManagerRuntime.d.ts +0 -32
- package/dist/api/ThreadManagerRuntime.d.ts.map +0 -1
- package/dist/api/ThreadManagerRuntime.js +0 -71
- package/dist/api/ThreadManagerRuntime.js.map +0 -1
- package/dist/api/ThreadManagerRuntime.mjs +0 -47
- package/dist/api/ThreadManagerRuntime.mjs.map +0 -1
- package/dist/runtimes/core/ThreadManagerRuntimeCore.d.ts.map +0 -1
- package/dist/runtimes/core/ThreadManagerRuntimeCore.js.map +0 -1
- package/dist/runtimes/core/ThreadManagerRuntimeCore.mjs +0 -1
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.d.ts +0 -25
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.d.ts.map +0 -1
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.js.map +0 -1
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.mjs.map +0 -1
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.d.ts.map +0 -1
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.js.map +0 -1
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.mjs.map +0 -1
- package/src/api/ThreadManagerRuntime.ts +0 -80
- /package/dist/runtimes/core/{ThreadManagerRuntimeCore.mjs.map → ThreadListRuntimeCore.mjs.map} +0 -0
- /package/{generated → dist/styles/tailwindcss}/base-components.css.json +0 -0
- /package/{generated → dist/styles/tailwindcss}/modal.css.json +0 -0
- /package/{generated → dist/styles/tailwindcss}/thread.css.json +0 -0
- /package/{generated → dist/styles/themes}/default.css.json +0 -0
@@ -26,13 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
26
26
|
mod
|
27
27
|
));
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
+
|
30
|
+
// src/primitives/assistantModal/scope.tsx
|
29
31
|
var scope_exports = {};
|
30
32
|
__export(scope_exports, {
|
31
33
|
usePopoverScope: () => usePopoverScope
|
32
34
|
});
|
33
35
|
module.exports = __toCommonJS(scope_exports);
|
34
36
|
var PopoverPrimitive = __toESM(require("@radix-ui/react-popover"));
|
35
|
-
|
37
|
+
var usePopoverScope = PopoverPrimitive.createPopoverScope();
|
36
38
|
// Annotate the CommonJS export names for ESM import in node:
|
37
39
|
0 && (module.exports = {
|
38
40
|
usePopoverScope
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/assistantModal/scope.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport type { Scope } from \"@radix-ui/react-context\";\n\nexport type ScopedProps<P> = P & { __scopeAssistantModal?: Scope };\nexport const usePopoverScope = PopoverPrimitive.createPopoverScope();\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/assistantModal/scope.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport type { Scope } from \"@radix-ui/react-context\";\n\nexport type ScopedProps<P> = P & { __scopeAssistantModal?: Scope };\nexport const usePopoverScope = PopoverPrimitive.createPopoverScope();\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAkC;AAI3B,IAAM,kBAAmC,oCAAmB;","names":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/assistantModal/scope.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport type { Scope } from \"@radix-ui/react-context\";\n\nexport type ScopedProps<P> = P & { __scopeAssistantModal?: Scope };\nexport const usePopoverScope = PopoverPrimitive.createPopoverScope();\n"],"mappings":"AAAA,YAAY,sBAAsB;AAI3B,
|
1
|
+
{"version":3,"sources":["../../../src/primitives/assistantModal/scope.tsx"],"sourcesContent":["import * as PopoverPrimitive from \"@radix-ui/react-popover\";\nimport type { Scope } from \"@radix-ui/react-context\";\n\nexport type ScopedProps<P> = P & { __scopeAssistantModal?: Scope };\nexport const usePopoverScope = PopoverPrimitive.createPopoverScope();\n"],"mappings":";AAAA,YAAY,sBAAsB;AAI3B,IAAM,kBAAmC,oCAAmB;","names":[]}
|
@@ -12,6 +12,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
12
12
|
return to;
|
13
13
|
};
|
14
14
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
15
|
+
|
16
|
+
// src/primitives/assistantModal/types.ts
|
15
17
|
var types_exports = {};
|
16
18
|
module.exports = __toCommonJS(types_exports);
|
17
19
|
//# sourceMappingURL=types.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/assistantModal/types.ts"],"sourcesContent":["export type { AssistantModalPrimitiveRootProps } from \"./AssistantModalRoot\";\nexport type { AssistantModalPrimitiveTriggerProps } from \"./AssistantModalTrigger\";\nexport type { AssistantModalPrimitiveContentProps } from \"./AssistantModalContent\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/assistantModal/types.ts"],"sourcesContent":["export type { AssistantModalPrimitiveRootProps } from \"./AssistantModalRoot\";\nexport type { AssistantModalPrimitiveTriggerProps } from \"./AssistantModalTrigger\";\nexport type { AssistantModalPrimitiveContentProps } from \"./AssistantModalContent\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/attachment/AttachmentName.tsx
|
20
22
|
var AttachmentName_exports = {};
|
21
23
|
__export(AttachmentName_exports, {
|
22
24
|
AttachmentPrimitiveName: () => AttachmentPrimitiveName
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(AttachmentName_exports);
|
27
|
+
var import_AttachmentContext = require("../../context/react/AttachmentContext.cjs");
|
25
28
|
var import_jsx_runtime = require("react/jsx-runtime");
|
26
|
-
var
|
27
|
-
const AttachmentPrimitiveName = () => {
|
29
|
+
var AttachmentPrimitiveName = () => {
|
28
30
|
const name = (0, import_AttachmentContext.useAttachment)((a) => a.name);
|
29
31
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: name });
|
30
32
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentName.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\n\nexport namespace AttachmentPrimitiveName {\n export type Props = Record<string, never>;\n}\n\nexport const AttachmentPrimitiveName: FC<\n AttachmentPrimitiveName.Props\n> = () => {\n const name = useAttachment((a) => a.name);\n return <>{name}</>;\n};\n\nAttachmentPrimitiveName.displayName = \"AttachmentPrimitive.Name\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentName.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\n\nexport namespace AttachmentPrimitiveName {\n export type Props = Record<string, never>;\n}\n\nexport const AttachmentPrimitiveName: FC<\n AttachmentPrimitiveName.Props\n> = () => {\n const name = useAttachment((a) => a.name);\n return <>{name}</>;\n};\n\nAttachmentPrimitiveName.displayName = \"AttachmentPrimitive.Name\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,+BAA8B;AAUrB;AAJF,IAAM,0BAET,MAAM;AACR,QAAM,WAAO,wCAAc,CAAC,MAAM,EAAE,IAAI;AACxC,SAAO,2EAAG,gBAAK;AACjB;AAEA,wBAAwB,cAAc;","names":[]}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
"use client";
|
2
|
+
|
3
|
+
// src/primitives/attachment/AttachmentName.tsx
|
4
|
+
import { useAttachment } from "../../context/react/AttachmentContext.mjs";
|
2
5
|
import { Fragment, jsx } from "react/jsx-runtime";
|
3
|
-
|
4
|
-
const AttachmentPrimitiveName = () => {
|
6
|
+
var AttachmentPrimitiveName = () => {
|
5
7
|
const name = useAttachment((a) => a.name);
|
6
8
|
return /* @__PURE__ */ jsx(Fragment, { children: name });
|
7
9
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentName.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\n\nexport namespace AttachmentPrimitiveName {\n export type Props = Record<string, never>;\n}\n\nexport const AttachmentPrimitiveName: FC<\n AttachmentPrimitiveName.Props\n> = () => {\n const name = useAttachment((a) => a.name);\n return <>{name}</>;\n};\n\nAttachmentPrimitiveName.displayName = \"AttachmentPrimitive.Name\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentName.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\n\nexport namespace AttachmentPrimitiveName {\n export type Props = Record<string, never>;\n}\n\nexport const AttachmentPrimitiveName: FC<\n AttachmentPrimitiveName.Props\n> = () => {\n const name = useAttachment((a) => a.name);\n return <>{name}</>;\n};\n\nAttachmentPrimitiveName.displayName = \"AttachmentPrimitive.Name\";\n"],"mappings":";;;AAGA,SAAS,qBAAqB;AAUrB;AAJF,IAAM,0BAET,MAAM;AACR,QAAM,OAAO,cAAc,CAAC,MAAM,EAAE,IAAI;AACxC,SAAO,gCAAG,gBAAK;AACjB;AAEA,wBAAwB,cAAc;","names":[]}
|
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/attachment/AttachmentRemove.tsx
|
20
22
|
var AttachmentRemove_exports = {};
|
21
23
|
__export(AttachmentRemove_exports, {
|
22
24
|
AttachmentPrimitiveRemove: () => AttachmentPrimitiveRemove
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(AttachmentRemove_exports);
|
25
|
-
var import_useAttachmentRemove = require("../../primitive-hooks/attachment/useAttachmentRemove");
|
26
|
-
var import_createActionButton = require("../../utils/createActionButton");
|
27
|
-
|
27
|
+
var import_useAttachmentRemove = require("../../primitive-hooks/attachment/useAttachmentRemove.cjs");
|
28
|
+
var import_createActionButton = require("../../utils/createActionButton.cjs");
|
29
|
+
var AttachmentPrimitiveRemove = (0, import_createActionButton.createActionButton)(
|
28
30
|
"AttachmentPrimitive.Remove",
|
29
31
|
import_useAttachmentRemove.useAttachmentRemove
|
30
32
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRemove.tsx"],"sourcesContent":["\"use client\";\n\nimport { useAttachmentRemove } from \"../../primitive-hooks/attachment/useAttachmentRemove\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\nexport namespace AttachmentPrimitiveRemove {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useAttachmentRemove>;\n}\n\nexport const AttachmentPrimitiveRemove = createActionButton(\n \"AttachmentPrimitive.Remove\",\n useAttachmentRemove,\n);\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRemove.tsx"],"sourcesContent":["\"use client\";\n\nimport { useAttachmentRemove } from \"../../primitive-hooks/attachment/useAttachmentRemove\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\nexport namespace AttachmentPrimitiveRemove {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useAttachmentRemove>;\n}\n\nexport const AttachmentPrimitiveRemove = createActionButton(\n \"AttachmentPrimitive.Remove\",\n useAttachmentRemove,\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,iCAAoC;AACpC,gCAIO;AAOA,IAAM,gCAA4B;AAAA,EACvC;AAAA,EACA;AACF;","names":[]}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
"use client";
|
2
|
-
|
2
|
+
|
3
|
+
// src/primitives/attachment/AttachmentRemove.tsx
|
4
|
+
import { useAttachmentRemove } from "../../primitive-hooks/attachment/useAttachmentRemove.mjs";
|
3
5
|
import {
|
4
6
|
createActionButton
|
5
|
-
} from "../../utils/createActionButton";
|
6
|
-
|
7
|
+
} from "../../utils/createActionButton.mjs";
|
8
|
+
var AttachmentPrimitiveRemove = createActionButton(
|
7
9
|
"AttachmentPrimitive.Remove",
|
8
10
|
useAttachmentRemove
|
9
11
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRemove.tsx"],"sourcesContent":["\"use client\";\n\nimport { useAttachmentRemove } from \"../../primitive-hooks/attachment/useAttachmentRemove\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\nexport namespace AttachmentPrimitiveRemove {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useAttachmentRemove>;\n}\n\nexport const AttachmentPrimitiveRemove = createActionButton(\n \"AttachmentPrimitive.Remove\",\n useAttachmentRemove,\n);\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRemove.tsx"],"sourcesContent":["\"use client\";\n\nimport { useAttachmentRemove } from \"../../primitive-hooks/attachment/useAttachmentRemove\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\nexport namespace AttachmentPrimitiveRemove {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useAttachmentRemove>;\n}\n\nexport const AttachmentPrimitiveRemove = createActionButton(\n \"AttachmentPrimitive.Remove\",\n useAttachmentRemove,\n);\n"],"mappings":";;;AAEA,SAAS,2BAA2B;AACpC;AAAA,EAGE;AAAA,OACK;AAOA,IAAM,4BAA4B;AAAA,EACvC;AAAA,EACA;AACF;","names":[]}
|
@@ -16,15 +16,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
16
16
|
return to;
|
17
17
|
};
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
19
|
+
|
20
|
+
// src/primitives/attachment/AttachmentRoot.tsx
|
19
21
|
var AttachmentRoot_exports = {};
|
20
22
|
__export(AttachmentRoot_exports, {
|
21
23
|
AttachmentPrimitiveRoot: () => AttachmentPrimitiveRoot
|
22
24
|
});
|
23
25
|
module.exports = __toCommonJS(AttachmentRoot_exports);
|
24
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
25
26
|
var import_react_primitive = require("@radix-ui/react-primitive");
|
26
27
|
var import_react = require("react");
|
27
|
-
|
28
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
29
|
+
var AttachmentPrimitiveRoot = (0, import_react.forwardRef)((props, ref) => {
|
28
30
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_primitive.Primitive.div, { ...props, ref });
|
29
31
|
});
|
30
32
|
AttachmentPrimitiveRoot.displayName = "AttachmentPrimitive.Root";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRoot.tsx"],"sourcesContent":["import { Primitive } from \"@radix-ui/react-primitive\";\nimport { ComponentPropsWithoutRef, ElementRef, forwardRef } from \"react\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveRoot = forwardRef<\n AttachmentPrimitiveRoot.Element,\n AttachmentPrimitiveRoot.Props\n>((props, ref) => {\n return <Primitive.div {...props} ref={ref} />;\n});\n\nAttachmentPrimitiveRoot.displayName = \"AttachmentPrimitive.Root\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRoot.tsx"],"sourcesContent":["import { Primitive } from \"@radix-ui/react-primitive\";\nimport { ComponentPropsWithoutRef, ElementRef, forwardRef } from \"react\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveRoot = forwardRef<\n AttachmentPrimitiveRoot.Element,\n AttachmentPrimitiveRoot.Props\n>((props, ref) => {\n return <Primitive.div {...props} ref={ref} />;\n});\n\nAttachmentPrimitiveRoot.displayName = \"AttachmentPrimitive.Root\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAA0B;AAC1B,mBAAiE;AAaxD;AAJF,IAAM,8BAA0B,yBAGrC,CAAC,OAAO,QAAQ;AAChB,SAAO,4CAAC,iCAAU,KAAV,EAAe,GAAG,OAAO,KAAU;AAC7C,CAAC;AAED,wBAAwB,cAAc;","names":[]}
|
@@ -1,7 +1,8 @@
|
|
1
|
-
|
1
|
+
// src/primitives/attachment/AttachmentRoot.tsx
|
2
2
|
import { Primitive } from "@radix-ui/react-primitive";
|
3
3
|
import { forwardRef } from "react";
|
4
|
-
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
5
|
+
var AttachmentPrimitiveRoot = forwardRef((props, ref) => {
|
5
6
|
return /* @__PURE__ */ jsx(Primitive.div, { ...props, ref });
|
6
7
|
});
|
7
8
|
AttachmentPrimitiveRoot.displayName = "AttachmentPrimitive.Root";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRoot.tsx"],"sourcesContent":["import { Primitive } from \"@radix-ui/react-primitive\";\nimport { ComponentPropsWithoutRef, ElementRef, forwardRef } from \"react\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveRoot = forwardRef<\n AttachmentPrimitiveRoot.Element,\n AttachmentPrimitiveRoot.Props\n>((props, ref) => {\n return <Primitive.div {...props} ref={ref} />;\n});\n\nAttachmentPrimitiveRoot.displayName = \"AttachmentPrimitive.Root\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentRoot.tsx"],"sourcesContent":["import { Primitive } from \"@radix-ui/react-primitive\";\nimport { ComponentPropsWithoutRef, ElementRef, forwardRef } from \"react\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveRoot = forwardRef<\n AttachmentPrimitiveRoot.Element,\n AttachmentPrimitiveRoot.Props\n>((props, ref) => {\n return <Primitive.div {...props} ref={ref} />;\n});\n\nAttachmentPrimitiveRoot.displayName = \"AttachmentPrimitive.Root\";\n"],"mappings":";AAAA,SAAS,iBAAiB;AAC1B,SAA+C,kBAAkB;AAaxD;AAJF,IAAM,0BAA0B,WAGrC,CAAC,OAAO,QAAQ;AAChB,SAAO,oBAAC,UAAU,KAAV,EAAe,GAAG,OAAO,KAAU;AAC7C,CAAC;AAED,wBAAwB,cAAc;","names":[]}
|
@@ -17,16 +17,18 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/attachment/AttachmentThumb.tsx
|
20
22
|
var AttachmentThumb_exports = {};
|
21
23
|
__export(AttachmentThumb_exports, {
|
22
24
|
AttachmentPrimitiveThumb: () => AttachmentPrimitiveThumb
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(AttachmentThumb_exports);
|
25
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
26
27
|
var import_react = require("react");
|
27
|
-
var import_AttachmentContext = require("../../context/react/AttachmentContext");
|
28
|
+
var import_AttachmentContext = require("../../context/react/AttachmentContext.cjs");
|
28
29
|
var import_react_primitive = require("@radix-ui/react-primitive");
|
29
|
-
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
31
|
+
var AttachmentPrimitiveThumb = (0, import_react.forwardRef)((props, ref) => {
|
30
32
|
const ext = (0, import_AttachmentContext.useAttachment)((a) => a.name.split(".").pop());
|
31
33
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_react_primitive.Primitive.div, { ...props, ref, children: [
|
32
34
|
".",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentThumb.tsx"],"sourcesContent":["\"use client\";\n\nimport { ComponentPropsWithoutRef, forwardRef, type ElementRef } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveThumb {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveThumb = forwardRef<\n AttachmentPrimitiveThumb.Element,\n AttachmentPrimitiveThumb.Props\n>((props, ref) => {\n const ext = useAttachment((a) => a.name.split(\".\").pop());\n return (\n <Primitive.div {...props} ref={ref}>\n .{ext}\n </Primitive.div>\n );\n});\n\nAttachmentPrimitiveThumb.displayName = \"AttachmentPrimitive.Thumb\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentThumb.tsx"],"sourcesContent":["\"use client\";\n\nimport { ComponentPropsWithoutRef, forwardRef, type ElementRef } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveThumb {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveThumb = forwardRef<\n AttachmentPrimitiveThumb.Element,\n AttachmentPrimitiveThumb.Props\n>((props, ref) => {\n const ext = useAttachment((a) => a.name.split(\".\").pop());\n return (\n <Primitive.div {...props} ref={ref}>\n .{ext}\n </Primitive.div>\n );\n});\n\nAttachmentPrimitiveThumb.displayName = \"AttachmentPrimitive.Thumb\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,mBAAsE;AACtE,+BAA8B;AAC9B,6BAA0B;AAetB;AANG,IAAM,+BAA2B,yBAGtC,CAAC,OAAO,QAAQ;AAChB,QAAM,UAAM,wCAAc,CAAC,MAAM,EAAE,KAAK,MAAM,GAAG,EAAE,IAAI,CAAC;AACxD,SACE,6CAAC,iCAAU,KAAV,EAAe,GAAG,OAAO,KAAU;AAAA;AAAA,IAChC;AAAA,KACJ;AAEJ,CAAC;AAED,yBAAyB,cAAc;","names":[]}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
"use client";
|
2
|
-
|
2
|
+
|
3
|
+
// src/primitives/attachment/AttachmentThumb.tsx
|
3
4
|
import { forwardRef } from "react";
|
4
|
-
import { useAttachment } from "../../context/react/AttachmentContext";
|
5
|
+
import { useAttachment } from "../../context/react/AttachmentContext.mjs";
|
5
6
|
import { Primitive } from "@radix-ui/react-primitive";
|
6
|
-
|
7
|
+
import { jsxs } from "react/jsx-runtime";
|
8
|
+
var AttachmentPrimitiveThumb = forwardRef((props, ref) => {
|
7
9
|
const ext = useAttachment((a) => a.name.split(".").pop());
|
8
10
|
return /* @__PURE__ */ jsxs(Primitive.div, { ...props, ref, children: [
|
9
11
|
".",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentThumb.tsx"],"sourcesContent":["\"use client\";\n\nimport { ComponentPropsWithoutRef, forwardRef, type ElementRef } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveThumb {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveThumb = forwardRef<\n AttachmentPrimitiveThumb.Element,\n AttachmentPrimitiveThumb.Props\n>((props, ref) => {\n const ext = useAttachment((a) => a.name.split(\".\").pop());\n return (\n <Primitive.div {...props} ref={ref}>\n .{ext}\n </Primitive.div>\n );\n});\n\nAttachmentPrimitiveThumb.displayName = \"AttachmentPrimitive.Thumb\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/AttachmentThumb.tsx"],"sourcesContent":["\"use client\";\n\nimport { ComponentPropsWithoutRef, forwardRef, type ElementRef } from \"react\";\nimport { useAttachment } from \"../../context/react/AttachmentContext\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\n\ntype PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;\n\nexport namespace AttachmentPrimitiveThumb {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = PrimitiveDivProps;\n}\n\nexport const AttachmentPrimitiveThumb = forwardRef<\n AttachmentPrimitiveThumb.Element,\n AttachmentPrimitiveThumb.Props\n>((props, ref) => {\n const ext = useAttachment((a) => a.name.split(\".\").pop());\n return (\n <Primitive.div {...props} ref={ref}>\n .{ext}\n </Primitive.div>\n );\n});\n\nAttachmentPrimitiveThumb.displayName = \"AttachmentPrimitive.Thumb\";\n"],"mappings":";;;AAEA,SAAmC,kBAAmC;AACtE,SAAS,qBAAqB;AAC9B,SAAS,iBAAiB;AAetB;AANG,IAAM,2BAA2B,WAGtC,CAAC,OAAO,QAAQ;AAChB,QAAM,MAAM,cAAc,CAAC,MAAM,EAAE,KAAK,MAAM,GAAG,EAAE,IAAI,CAAC;AACxD,SACE,qBAAC,UAAU,KAAV,EAAe,GAAG,OAAO,KAAU;AAAA;AAAA,IAChC;AAAA,KACJ;AAEJ,CAAC;AAED,yBAAyB,cAAc;","names":[]}
|
@@ -16,6 +16,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
16
16
|
return to;
|
17
17
|
};
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
19
|
+
|
20
|
+
// src/primitives/attachment/index.ts
|
19
21
|
var attachment_exports = {};
|
20
22
|
__export(attachment_exports, {
|
21
23
|
Name: () => import_AttachmentName.AttachmentPrimitiveName,
|
@@ -24,10 +26,10 @@ __export(attachment_exports, {
|
|
24
26
|
unstable_Thumb: () => import_AttachmentThumb.AttachmentPrimitiveThumb
|
25
27
|
});
|
26
28
|
module.exports = __toCommonJS(attachment_exports);
|
27
|
-
var import_AttachmentRoot = require("./AttachmentRoot");
|
28
|
-
var import_AttachmentThumb = require("./AttachmentThumb");
|
29
|
-
var import_AttachmentName = require("./AttachmentName");
|
30
|
-
var import_AttachmentRemove = require("./AttachmentRemove");
|
29
|
+
var import_AttachmentRoot = require("./AttachmentRoot.cjs");
|
30
|
+
var import_AttachmentThumb = require("./AttachmentThumb.cjs");
|
31
|
+
var import_AttachmentName = require("./AttachmentName.cjs");
|
32
|
+
var import_AttachmentRemove = require("./AttachmentRemove.cjs");
|
31
33
|
// Annotate the CommonJS export names for ESM import in node:
|
32
34
|
0 && (module.exports = {
|
33
35
|
Name,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/index.ts"],"sourcesContent":["export { AttachmentPrimitiveRoot as Root } from \"./AttachmentRoot\";\nexport { AttachmentPrimitiveThumb as unstable_Thumb } from \"./AttachmentThumb\";\nexport { AttachmentPrimitiveName as Name } from \"./AttachmentName\";\nexport { AttachmentPrimitiveRemove as Remove } from \"./AttachmentRemove\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/index.ts"],"sourcesContent":["export { AttachmentPrimitiveRoot as Root } from \"./AttachmentRoot\";\nexport { AttachmentPrimitiveThumb as unstable_Thumb } from \"./AttachmentThumb\";\nexport { AttachmentPrimitiveName as Name } from \"./AttachmentName\";\nexport { AttachmentPrimitiveRemove as Remove } from \"./AttachmentRemove\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAgD;AAChD,6BAA2D;AAC3D,4BAAgD;AAChD,8BAAoD;","names":[]}
|
@@ -1,7 +1,8 @@
|
|
1
|
-
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
1
|
+
// src/primitives/attachment/index.ts
|
2
|
+
import { AttachmentPrimitiveRoot } from "./AttachmentRoot.mjs";
|
3
|
+
import { AttachmentPrimitiveThumb } from "./AttachmentThumb.mjs";
|
4
|
+
import { AttachmentPrimitiveName } from "./AttachmentName.mjs";
|
5
|
+
import { AttachmentPrimitiveRemove } from "./AttachmentRemove.mjs";
|
5
6
|
export {
|
6
7
|
AttachmentPrimitiveName as Name,
|
7
8
|
AttachmentPrimitiveRemove as Remove,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/attachment/index.ts"],"sourcesContent":["export { AttachmentPrimitiveRoot as Root } from \"./AttachmentRoot\";\nexport { AttachmentPrimitiveThumb as unstable_Thumb } from \"./AttachmentThumb\";\nexport { AttachmentPrimitiveName as Name } from \"./AttachmentName\";\nexport { AttachmentPrimitiveRemove as Remove } from \"./AttachmentRemove\";\n"],"mappings":"AAAA,SAAoC,+BAAY;AAChD,SAAqC,gCAAsB;AAC3D,SAAoC,+BAAY;AAChD,SAAsC,iCAAc;","names":[]}
|
1
|
+
{"version":3,"sources":["../../../src/primitives/attachment/index.ts"],"sourcesContent":["export { AttachmentPrimitiveRoot as Root } from \"./AttachmentRoot\";\nexport { AttachmentPrimitiveThumb as unstable_Thumb } from \"./AttachmentThumb\";\nexport { AttachmentPrimitiveName as Name } from \"./AttachmentName\";\nexport { AttachmentPrimitiveRemove as Remove } from \"./AttachmentRemove\";\n"],"mappings":";AAAA,SAAoC,+BAAY;AAChD,SAAqC,gCAAsB;AAC3D,SAAoC,+BAAY;AAChD,SAAsC,iCAAc;","names":[]}
|
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/branchPicker/BranchPickerCount.tsx
|
20
22
|
var BranchPickerCount_exports = {};
|
21
23
|
__export(BranchPickerCount_exports, {
|
22
24
|
BranchPickerPrimitiveCount: () => BranchPickerPrimitiveCount
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(BranchPickerCount_exports);
|
27
|
+
var import_useBranchPickerCount = require("../../primitive-hooks/branchPicker/useBranchPickerCount.cjs");
|
25
28
|
var import_jsx_runtime = require("react/jsx-runtime");
|
26
|
-
var
|
27
|
-
const BranchPickerPrimitiveCount = () => {
|
29
|
+
var BranchPickerPrimitiveCount = () => {
|
28
30
|
const branchCount = (0, import_useBranchPickerCount.useBranchPickerCount)();
|
29
31
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: branchCount });
|
30
32
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerCount.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerCount } from \"../../primitive-hooks/branchPicker/useBranchPickerCount\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Count.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveCountProps = BranchPickerPrimitiveCount.Props;\n\nexport namespace BranchPickerPrimitiveCount {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveCount: FC<\n BranchPickerPrimitiveCount.Props\n> = () => {\n const branchCount = useBranchPickerCount();\n return <>{branchCount}</>;\n};\n\nBranchPickerPrimitiveCount.displayName = \"BranchPickerPrimitive.Count\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerCount.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerCount } from \"../../primitive-hooks/branchPicker/useBranchPickerCount\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Count.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveCountProps = BranchPickerPrimitiveCount.Props;\n\nexport namespace BranchPickerPrimitiveCount {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveCount: FC<\n BranchPickerPrimitiveCount.Props\n> = () => {\n const branchCount = useBranchPickerCount();\n return <>{branchCount}</>;\n};\n\nBranchPickerPrimitiveCount.displayName = \"BranchPickerPrimitive.Count\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kCAAqC;AAe5B;AAJF,IAAM,6BAET,MAAM;AACR,QAAM,kBAAc,kDAAqB;AACzC,SAAO,2EAAG,uBAAY;AACxB;AAEA,2BAA2B,cAAc;","names":[]}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
"use client";
|
2
|
+
|
3
|
+
// src/primitives/branchPicker/BranchPickerCount.tsx
|
4
|
+
import { useBranchPickerCount } from "../../primitive-hooks/branchPicker/useBranchPickerCount.mjs";
|
2
5
|
import { Fragment, jsx } from "react/jsx-runtime";
|
3
|
-
|
4
|
-
const BranchPickerPrimitiveCount = () => {
|
6
|
+
var BranchPickerPrimitiveCount = () => {
|
5
7
|
const branchCount = useBranchPickerCount();
|
6
8
|
return /* @__PURE__ */ jsx(Fragment, { children: branchCount });
|
7
9
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerCount.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerCount } from \"../../primitive-hooks/branchPicker/useBranchPickerCount\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Count.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveCountProps = BranchPickerPrimitiveCount.Props;\n\nexport namespace BranchPickerPrimitiveCount {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveCount: FC<\n BranchPickerPrimitiveCount.Props\n> = () => {\n const branchCount = useBranchPickerCount();\n return <>{branchCount}</>;\n};\n\nBranchPickerPrimitiveCount.displayName = \"BranchPickerPrimitive.Count\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerCount.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerCount } from \"../../primitive-hooks/branchPicker/useBranchPickerCount\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Count.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveCountProps = BranchPickerPrimitiveCount.Props;\n\nexport namespace BranchPickerPrimitiveCount {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveCount: FC<\n BranchPickerPrimitiveCount.Props\n> = () => {\n const branchCount = useBranchPickerCount();\n return <>{branchCount}</>;\n};\n\nBranchPickerPrimitiveCount.displayName = \"BranchPickerPrimitive.Count\";\n"],"mappings":";;;AAGA,SAAS,4BAA4B;AAe5B;AAJF,IAAM,6BAET,MAAM;AACR,QAAM,cAAc,qBAAqB;AACzC,SAAO,gCAAG,uBAAY;AACxB;AAEA,2BAA2B,cAAc;","names":[]}
|
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/branchPicker/BranchPickerNext.tsx
|
20
22
|
var BranchPickerNext_exports = {};
|
21
23
|
__export(BranchPickerNext_exports, {
|
22
24
|
BranchPickerPrimitiveNext: () => BranchPickerPrimitiveNext
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(BranchPickerNext_exports);
|
25
|
-
var import_useBranchPickerNext = require("../../primitive-hooks/branchPicker/useBranchPickerNext");
|
26
|
-
var import_createActionButton = require("../../utils/createActionButton");
|
27
|
-
|
27
|
+
var import_useBranchPickerNext = require("../../primitive-hooks/branchPicker/useBranchPickerNext.cjs");
|
28
|
+
var import_createActionButton = require("../../utils/createActionButton.cjs");
|
29
|
+
var BranchPickerPrimitiveNext = (0, import_createActionButton.createActionButton)(
|
28
30
|
"BranchPickerPrimitive.Next",
|
29
31
|
import_useBranchPickerNext.useBranchPickerNext
|
30
32
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNext.tsx"],"sourcesContent":["\n\"use client\";\n\nimport { useBranchPickerNext } from \"../../primitive-hooks/branchPicker/useBranchPickerNext\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Next.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNextProps = BranchPickerPrimitiveNext.Props;\n\nexport namespace BranchPickerPrimitiveNext {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerNext>;\n}\n\nexport const BranchPickerPrimitiveNext = createActionButton(\n \"BranchPickerPrimitive.Next\",\n useBranchPickerNext,\n);\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNext.tsx"],"sourcesContent":["\n\"use client\";\n\nimport { useBranchPickerNext } from \"../../primitive-hooks/branchPicker/useBranchPickerNext\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Next.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNextProps = BranchPickerPrimitiveNext.Props;\n\nexport namespace BranchPickerPrimitiveNext {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerNext>;\n}\n\nexport const BranchPickerPrimitiveNext = createActionButton(\n \"BranchPickerPrimitive.Next\",\n useBranchPickerNext,\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iCAAoC;AACpC,gCAIO;AAYA,IAAM,gCAA4B;AAAA,EACvC;AAAA,EACA;AACF;","names":[]}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
"use client";
|
2
|
-
|
2
|
+
|
3
|
+
// src/primitives/branchPicker/BranchPickerNext.tsx
|
4
|
+
import { useBranchPickerNext } from "../../primitive-hooks/branchPicker/useBranchPickerNext.mjs";
|
3
5
|
import {
|
4
6
|
createActionButton
|
5
|
-
} from "../../utils/createActionButton";
|
6
|
-
|
7
|
+
} from "../../utils/createActionButton.mjs";
|
8
|
+
var BranchPickerPrimitiveNext = createActionButton(
|
7
9
|
"BranchPickerPrimitive.Next",
|
8
10
|
useBranchPickerNext
|
9
11
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNext.tsx"],"sourcesContent":["\n\"use client\";\n\nimport { useBranchPickerNext } from \"../../primitive-hooks/branchPicker/useBranchPickerNext\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Next.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNextProps = BranchPickerPrimitiveNext.Props;\n\nexport namespace BranchPickerPrimitiveNext {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerNext>;\n}\n\nexport const BranchPickerPrimitiveNext = createActionButton(\n \"BranchPickerPrimitive.Next\",\n useBranchPickerNext,\n);\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNext.tsx"],"sourcesContent":["\n\"use client\";\n\nimport { useBranchPickerNext } from \"../../primitive-hooks/branchPicker/useBranchPickerNext\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Next.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNextProps = BranchPickerPrimitiveNext.Props;\n\nexport namespace BranchPickerPrimitiveNext {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerNext>;\n}\n\nexport const BranchPickerPrimitiveNext = createActionButton(\n \"BranchPickerPrimitive.Next\",\n useBranchPickerNext,\n);\n"],"mappings":";;;AAGA,SAAS,2BAA2B;AACpC;AAAA,EAGE;AAAA,OACK;AAYA,IAAM,4BAA4B;AAAA,EACvC;AAAA,EACA;AACF;","names":[]}
|
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/branchPicker/BranchPickerNumber.tsx
|
20
22
|
var BranchPickerNumber_exports = {};
|
21
23
|
__export(BranchPickerNumber_exports, {
|
22
24
|
BranchPickerPrimitiveNumber: () => BranchPickerPrimitiveNumber
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(BranchPickerNumber_exports);
|
27
|
+
var import_useBranchPickerNumber = require("../../primitive-hooks/branchPicker/useBranchPickerNumber.cjs");
|
25
28
|
var import_jsx_runtime = require("react/jsx-runtime");
|
26
|
-
var
|
27
|
-
const BranchPickerPrimitiveNumber = () => {
|
29
|
+
var BranchPickerPrimitiveNumber = () => {
|
28
30
|
const branchNumber = (0, import_useBranchPickerNumber.useBranchPickerNumber)();
|
29
31
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children: branchNumber });
|
30
32
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNumber.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerNumber } from \"../../primitive-hooks/branchPicker/useBranchPickerNumber\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Number.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNumberProps = BranchPickerPrimitiveNumber.Props;\n\nexport namespace BranchPickerPrimitiveNumber {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveNumber: FC<\n BranchPickerPrimitiveNumber.Props\n> = () => {\n const branchNumber = useBranchPickerNumber();\n return <>{branchNumber}</>;\n};\n\nBranchPickerPrimitiveNumber.displayName = \"BranchPickerPrimitive.Number\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNumber.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerNumber } from \"../../primitive-hooks/branchPicker/useBranchPickerNumber\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Number.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNumberProps = BranchPickerPrimitiveNumber.Props;\n\nexport namespace BranchPickerPrimitiveNumber {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveNumber: FC<\n BranchPickerPrimitiveNumber.Props\n> = () => {\n const branchNumber = useBranchPickerNumber();\n return <>{branchNumber}</>;\n};\n\nBranchPickerPrimitiveNumber.displayName = \"BranchPickerPrimitive.Number\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,mCAAsC;AAe7B;AAJF,IAAM,8BAET,MAAM;AACR,QAAM,mBAAe,oDAAsB;AAC3C,SAAO,2EAAG,wBAAa;AACzB;AAEA,4BAA4B,cAAc;","names":[]}
|
@@ -1,7 +1,9 @@
|
|
1
1
|
"use client";
|
2
|
+
|
3
|
+
// src/primitives/branchPicker/BranchPickerNumber.tsx
|
4
|
+
import { useBranchPickerNumber } from "../../primitive-hooks/branchPicker/useBranchPickerNumber.mjs";
|
2
5
|
import { Fragment, jsx } from "react/jsx-runtime";
|
3
|
-
|
4
|
-
const BranchPickerPrimitiveNumber = () => {
|
6
|
+
var BranchPickerPrimitiveNumber = () => {
|
5
7
|
const branchNumber = useBranchPickerNumber();
|
6
8
|
return /* @__PURE__ */ jsx(Fragment, { children: branchNumber });
|
7
9
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNumber.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerNumber } from \"../../primitive-hooks/branchPicker/useBranchPickerNumber\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Number.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNumberProps = BranchPickerPrimitiveNumber.Props;\n\nexport namespace BranchPickerPrimitiveNumber {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveNumber: FC<\n BranchPickerPrimitiveNumber.Props\n> = () => {\n const branchNumber = useBranchPickerNumber();\n return <>{branchNumber}</>;\n};\n\nBranchPickerPrimitiveNumber.displayName = \"BranchPickerPrimitive.Number\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerNumber.tsx"],"sourcesContent":["\"use client\";\n\nimport type { FC } from \"react\";\nimport { useBranchPickerNumber } from \"../../primitive-hooks/branchPicker/useBranchPickerNumber\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Number.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveNumberProps = BranchPickerPrimitiveNumber.Props;\n\nexport namespace BranchPickerPrimitiveNumber {\n export type Props = Record<string, never>;\n}\n\nexport const BranchPickerPrimitiveNumber: FC<\n BranchPickerPrimitiveNumber.Props\n> = () => {\n const branchNumber = useBranchPickerNumber();\n return <>{branchNumber}</>;\n};\n\nBranchPickerPrimitiveNumber.displayName = \"BranchPickerPrimitive.Number\";\n"],"mappings":";;;AAGA,SAAS,6BAA6B;AAe7B;AAJF,IAAM,8BAET,MAAM;AACR,QAAM,eAAe,sBAAsB;AAC3C,SAAO,gCAAG,wBAAa;AACzB;AAEA,4BAA4B,cAAc;","names":[]}
|
@@ -17,14 +17,16 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/branchPicker/BranchPickerPrevious.tsx
|
20
22
|
var BranchPickerPrevious_exports = {};
|
21
23
|
__export(BranchPickerPrevious_exports, {
|
22
24
|
BranchPickerPrimitivePrevious: () => BranchPickerPrimitivePrevious
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(BranchPickerPrevious_exports);
|
25
|
-
var import_useBranchPickerPrevious = require("../../primitive-hooks/branchPicker/useBranchPickerPrevious");
|
26
|
-
var import_createActionButton = require("../../utils/createActionButton");
|
27
|
-
|
27
|
+
var import_useBranchPickerPrevious = require("../../primitive-hooks/branchPicker/useBranchPickerPrevious.cjs");
|
28
|
+
var import_createActionButton = require("../../utils/createActionButton.cjs");
|
29
|
+
var BranchPickerPrimitivePrevious = (0, import_createActionButton.createActionButton)(
|
28
30
|
"BranchPickerPrimitive.Previous",
|
29
31
|
import_useBranchPickerPrevious.useBranchPickerPrevious
|
30
32
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerPrevious.tsx"],"sourcesContent":["\"use client\";\n\nimport { useBranchPickerPrevious } from \"../../primitive-hooks/branchPicker/useBranchPickerPrevious\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Previous.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitivePreviousProps = BranchPickerPrimitivePrevious.Props;\n\nexport namespace BranchPickerPrimitivePrevious {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerPrevious>;\n}\n\nexport const BranchPickerPrimitivePrevious = createActionButton(\n \"BranchPickerPrimitive.Previous\",\n useBranchPickerPrevious\n);\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerPrevious.tsx"],"sourcesContent":["\"use client\";\n\nimport { useBranchPickerPrevious } from \"../../primitive-hooks/branchPicker/useBranchPickerPrevious\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Previous.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitivePreviousProps = BranchPickerPrimitivePrevious.Props;\n\nexport namespace BranchPickerPrimitivePrevious {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerPrevious>;\n}\n\nexport const BranchPickerPrimitivePrevious = createActionButton(\n \"BranchPickerPrimitive.Previous\",\n useBranchPickerPrevious\n);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,qCAAwC;AACxC,gCAIO;AAYA,IAAM,oCAAgC;AAAA,EAC3C;AAAA,EACA;AACF;","names":[]}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
"use client";
|
2
|
-
|
2
|
+
|
3
|
+
// src/primitives/branchPicker/BranchPickerPrevious.tsx
|
4
|
+
import { useBranchPickerPrevious } from "../../primitive-hooks/branchPicker/useBranchPickerPrevious.mjs";
|
3
5
|
import {
|
4
6
|
createActionButton
|
5
|
-
} from "../../utils/createActionButton";
|
6
|
-
|
7
|
+
} from "../../utils/createActionButton.mjs";
|
8
|
+
var BranchPickerPrimitivePrevious = createActionButton(
|
7
9
|
"BranchPickerPrimitive.Previous",
|
8
10
|
useBranchPickerPrevious
|
9
11
|
);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerPrevious.tsx"],"sourcesContent":["\"use client\";\n\nimport { useBranchPickerPrevious } from \"../../primitive-hooks/branchPicker/useBranchPickerPrevious\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Previous.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitivePreviousProps = BranchPickerPrimitivePrevious.Props;\n\nexport namespace BranchPickerPrimitivePrevious {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerPrevious>;\n}\n\nexport const BranchPickerPrimitivePrevious = createActionButton(\n \"BranchPickerPrimitive.Previous\",\n useBranchPickerPrevious\n);\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerPrevious.tsx"],"sourcesContent":["\"use client\";\n\nimport { useBranchPickerPrevious } from \"../../primitive-hooks/branchPicker/useBranchPickerPrevious\";\nimport {\n ActionButtonElement,\n ActionButtonProps,\n createActionButton,\n} from \"../../utils/createActionButton\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Previous.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitivePreviousProps = BranchPickerPrimitivePrevious.Props;\n\nexport namespace BranchPickerPrimitivePrevious {\n export type Element = ActionButtonElement;\n export type Props = ActionButtonProps<typeof useBranchPickerPrevious>;\n}\n\nexport const BranchPickerPrimitivePrevious = createActionButton(\n \"BranchPickerPrimitive.Previous\",\n useBranchPickerPrevious\n);\n"],"mappings":";;;AAEA,SAAS,+BAA+B;AACxC;AAAA,EAGE;AAAA,OACK;AAYA,IAAM,gCAAgC;AAAA,EAC3C;AAAA,EACA;AACF;","names":[]}
|
@@ -17,16 +17,18 @@ var __copyProps = (to, from, except, desc) => {
|
|
17
17
|
return to;
|
18
18
|
};
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/primitives/branchPicker/BranchPickerRoot.tsx
|
20
22
|
var BranchPickerRoot_exports = {};
|
21
23
|
__export(BranchPickerRoot_exports, {
|
22
24
|
BranchPickerPrimitiveRoot: () => BranchPickerPrimitiveRoot
|
23
25
|
});
|
24
26
|
module.exports = __toCommonJS(BranchPickerRoot_exports);
|
25
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
26
27
|
var import_react_primitive = require("@radix-ui/react-primitive");
|
27
28
|
var import_react = require("react");
|
28
|
-
var import_message = require("../message");
|
29
|
-
|
29
|
+
var import_message = require("../message/index.cjs");
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
31
|
+
var BranchPickerPrimitiveRoot = (0, import_react.forwardRef)(({ hideWhenSingleBranch, ...rest }, ref) => {
|
30
32
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_message.If, { hasBranches: hideWhenSingleBranch ? true : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_primitive.Primitive.div, { ...rest, ref }) });
|
31
33
|
});
|
32
34
|
BranchPickerPrimitiveRoot.displayName = "BranchPickerPrimitive.Root";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { type ElementRef, forwardRef, ComponentPropsWithoutRef } from \"react\";\nimport { If } from \"../message\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Root.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveRootProps = BranchPickerPrimitiveRoot.Props;\n\nexport namespace BranchPickerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.div> & {\n hideWhenSingleBranch?: boolean | undefined;\n };\n}\n\nexport const BranchPickerPrimitiveRoot = forwardRef<\n BranchPickerPrimitiveRoot.Element,\n BranchPickerPrimitiveRoot.Props\n>(({ hideWhenSingleBranch, ...rest }, ref) => {\n return (\n <If hasBranches={hideWhenSingleBranch ? true : undefined}>\n <Primitive.div {...rest} ref={ref} />\n </If>\n );\n});\n\nBranchPickerPrimitiveRoot.displayName = \"BranchPickerPrimitive.Root\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { type ElementRef, forwardRef, ComponentPropsWithoutRef } from \"react\";\nimport { If } from \"../message\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Root.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveRootProps = BranchPickerPrimitiveRoot.Props;\n\nexport namespace BranchPickerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.div> & {\n hideWhenSingleBranch?: boolean | undefined;\n };\n}\n\nexport const BranchPickerPrimitiveRoot = forwardRef<\n BranchPickerPrimitiveRoot.Element,\n BranchPickerPrimitiveRoot.Props\n>(({ hideWhenSingleBranch, ...rest }, ref) => {\n return (\n <If hasBranches={hideWhenSingleBranch ? true : undefined}>\n <Primitive.div {...rest} ref={ref} />\n </If>\n );\n});\n\nBranchPickerPrimitiveRoot.displayName = \"BranchPickerPrimitive.Root\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,6BAA0B;AAC1B,mBAAsE;AACtE,qBAAmB;AAoBb;AANC,IAAM,gCAA4B,yBAGvC,CAAC,EAAE,sBAAsB,GAAG,KAAK,GAAG,QAAQ;AAC5C,SACE,4CAAC,qBAAG,aAAa,uBAAuB,OAAO,QAC7C,sDAAC,iCAAU,KAAV,EAAe,GAAG,MAAM,KAAU,GACrC;AAEJ,CAAC;AAED,0BAA0B,cAAc;","names":[]}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
"use client";
|
2
|
-
|
2
|
+
|
3
|
+
// src/primitives/branchPicker/BranchPickerRoot.tsx
|
3
4
|
import { Primitive } from "@radix-ui/react-primitive";
|
4
5
|
import { forwardRef } from "react";
|
5
|
-
import { If } from "../message";
|
6
|
-
|
6
|
+
import { If } from "../message/index.mjs";
|
7
|
+
import { jsx } from "react/jsx-runtime";
|
8
|
+
var BranchPickerPrimitiveRoot = forwardRef(({ hideWhenSingleBranch, ...rest }, ref) => {
|
7
9
|
return /* @__PURE__ */ jsx(If, { hasBranches: hideWhenSingleBranch ? true : void 0, children: /* @__PURE__ */ jsx(Primitive.div, { ...rest, ref }) });
|
8
10
|
});
|
9
11
|
BranchPickerPrimitiveRoot.displayName = "BranchPickerPrimitive.Root";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { type ElementRef, forwardRef, ComponentPropsWithoutRef } from \"react\";\nimport { If } from \"../message\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Root.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveRootProps = BranchPickerPrimitiveRoot.Props;\n\nexport namespace BranchPickerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.div> & {\n hideWhenSingleBranch?: boolean | undefined;\n };\n}\n\nexport const BranchPickerPrimitiveRoot = forwardRef<\n BranchPickerPrimitiveRoot.Element,\n BranchPickerPrimitiveRoot.Props\n>(({ hideWhenSingleBranch, ...rest }, ref) => {\n return (\n <If hasBranches={hideWhenSingleBranch ? true : undefined}>\n <Primitive.div {...rest} ref={ref} />\n </If>\n );\n});\n\nBranchPickerPrimitiveRoot.displayName = \"BranchPickerPrimitive.Root\";\n"],"mappings":"
|
1
|
+
{"version":3,"sources":["../../../src/primitives/branchPicker/BranchPickerRoot.tsx"],"sourcesContent":["\"use client\";\n\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { type ElementRef, forwardRef, ComponentPropsWithoutRef } from \"react\";\nimport { If } from \"../message\";\n\n/**\n * @deprecated Use `BranchPickerPrimitive.Root.Props` instead. This will be removed in 0.6.\n */\nexport type BranchPickerPrimitiveRootProps = BranchPickerPrimitiveRoot.Props;\n\nexport namespace BranchPickerPrimitiveRoot {\n export type Element = ElementRef<typeof Primitive.div>;\n export type Props = ComponentPropsWithoutRef<typeof Primitive.div> & {\n hideWhenSingleBranch?: boolean | undefined;\n };\n}\n\nexport const BranchPickerPrimitiveRoot = forwardRef<\n BranchPickerPrimitiveRoot.Element,\n BranchPickerPrimitiveRoot.Props\n>(({ hideWhenSingleBranch, ...rest }, ref) => {\n return (\n <If hasBranches={hideWhenSingleBranch ? true : undefined}>\n <Primitive.div {...rest} ref={ref} />\n </If>\n );\n});\n\nBranchPickerPrimitiveRoot.displayName = \"BranchPickerPrimitive.Root\";\n"],"mappings":";;;AAEA,SAAS,iBAAiB;AAC1B,SAA0B,kBAA4C;AACtE,SAAS,UAAU;AAoBb;AANC,IAAM,4BAA4B,WAGvC,CAAC,EAAE,sBAAsB,GAAG,KAAK,GAAG,QAAQ;AAC5C,SACE,oBAAC,MAAG,aAAa,uBAAuB,OAAO,QAC7C,8BAAC,UAAU,KAAV,EAAe,GAAG,MAAM,KAAU,GACrC;AAEJ,CAAC;AAED,0BAA0B,cAAc;","names":[]}
|