@docyrus/ui-pro-ai-assistant 0.0.2 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/assistant-animations.d.ts +3 -3
- package/dist/docy-assistant.d.ts +1 -1
- package/dist/index.js +74 -47
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5137 -0
- package/dist/types/index.d.ts +3 -3
- package/dist/views/assistant-view.d.ts +2 -2
- package/package.json +38 -36
- package/src/components/assistant-animations.tsx +0 -29
- package/src/components/assistant-dialogs.tsx +0 -235
- package/src/components/code-view.tsx +0 -278
- package/src/components/create-agent-task.tsx +0 -104
- package/src/components/create-new-work-version.tsx +0 -30
- package/src/components/extract-web.tsx +0 -160
- package/src/components/forward-to-agent.tsx +0 -90
- package/src/components/generate-chart.tsx +0 -101
- package/src/components/generative-action-button.tsx +0 -122
- package/src/components/generative-tool.tsx +0 -685
- package/src/components/generative-ui-object.tsx +0 -210
- package/src/components/input-area.tsx +0 -1209
- package/src/components/json-schema-layout.tsx +0 -326
- package/src/components/list-item-card.tsx +0 -92
- package/src/components/mermaid-diagram.tsx +0 -192
- package/src/components/preview-image.tsx +0 -47
- package/src/components/request-approval.tsx +0 -48
- package/src/components/request-user-input.tsx +0 -270
- package/src/components/search-web.tsx +0 -319
- package/src/components/sheet-command.tsx +0 -88
- package/src/components/shell-canvas.tsx +0 -122
- package/src/components/show-advanced-data-table.tsx +0 -352
- package/src/components/show-generated-content-options.tsx +0 -93
- package/src/components/show-people-cards.tsx +0 -180
- package/src/components/subagent-tool.tsx +0 -180
- package/src/components/text-editor-tool.tsx +0 -328
- package/src/components/work-canvas.tsx +0 -88
- package/src/components/work-card.tsx +0 -42
- package/src/declarations.d.ts +0 -1
- package/src/docy-assistant.tsx +0 -1962
- package/src/hooks/index.ts +0 -7
- package/src/hooks/use-assistant-api.ts +0 -507
- package/src/hooks/use-deployment-data.ts +0 -162
- package/src/hooks/use-project-state.ts +0 -347
- package/src/hooks/use-session-state.ts +0 -207
- package/src/hooks/use-speech-recognition.ts +0 -137
- package/src/hooks/use-ui-state.ts +0 -185
- package/src/hooks/use-works-state.ts +0 -146
- package/src/i18n/context.tsx +0 -253
- package/src/i18n/index.ts +0 -19
- package/src/i18n/locales/de.json +0 -198
- package/src/i18n/locales/el.json +0 -198
- package/src/i18n/locales/en.json +0 -226
- package/src/i18n/locales/es.json +0 -198
- package/src/i18n/locales/fr.json +0 -198
- package/src/i18n/locales/it.json +0 -198
- package/src/i18n/locales/pt.json +0 -198
- package/src/i18n/locales/sl.json +0 -198
- package/src/i18n/locales/tr.json +0 -211
- package/src/i18n/types.ts +0 -23
- package/src/i18n/use-translation.ts +0 -17
- package/src/index.ts +0 -18
- package/src/internal/plate-editor/editor/auth-context.ts +0 -11
- package/src/internal/plate-editor/editor/editor-base-kit.tsx +0 -39
- package/src/internal/plate-editor/editor/editor-kit.tsx +0 -89
- package/src/internal/plate-editor/editor/plate-editor.tsx +0 -75
- package/src/internal/plate-editor/editor/plate-types.ts +0 -126
- package/src/internal/plate-editor/editor/plugins/ai-kit.tsx +0 -172
- package/src/internal/plate-editor/editor/plugins/autoformat-kit.tsx +0 -211
- package/src/internal/plate-editor/editor/plugins/basic-blocks-base-kit.tsx +0 -26
- package/src/internal/plate-editor/editor/plugins/basic-blocks-kit.tsx +0 -51
- package/src/internal/plate-editor/editor/plugins/basic-marks-base-kit.tsx +0 -24
- package/src/internal/plate-editor/editor/plugins/basic-marks-kit.tsx +0 -38
- package/src/internal/plate-editor/editor/plugins/basic-nodes-kit.tsx +0 -6
- package/src/internal/plate-editor/editor/plugins/block-menu-kit.tsx +0 -14
- package/src/internal/plate-editor/editor/plugins/block-placeholder-kit.tsx +0 -17
- package/src/internal/plate-editor/editor/plugins/block-selection-kit.tsx +0 -31
- package/src/internal/plate-editor/editor/plugins/callout-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/callout-kit.tsx +0 -7
- package/src/internal/plate-editor/editor/plugins/code-block-base-kit.tsx +0 -23
- package/src/internal/plate-editor/editor/plugins/code-block-kit.tsx +0 -26
- package/src/internal/plate-editor/editor/plugins/column-base-kit.tsx +0 -8
- package/src/internal/plate-editor/editor/plugins/column-kit.tsx +0 -7
- package/src/internal/plate-editor/editor/plugins/comment-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/comment-kit.tsx +0 -174
- package/src/internal/plate-editor/editor/plugins/copilot-kit.tsx +0 -68
- package/src/internal/plate-editor/editor/plugins/cursor-overlay-kit.tsx +0 -13
- package/src/internal/plate-editor/editor/plugins/date-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/date-kit.tsx +0 -7
- package/src/internal/plate-editor/editor/plugins/discussion-kit.tsx +0 -36
- package/src/internal/plate-editor/editor/plugins/dnd-kit.tsx +0 -27
- package/src/internal/plate-editor/editor/plugins/docx-export-kit.tsx +0 -43
- package/src/internal/plate-editor/editor/plugins/docx-kit.tsx +0 -6
- package/src/internal/plate-editor/editor/plugins/emoji-kit.tsx +0 -15
- package/src/internal/plate-editor/editor/plugins/exit-break-kit.tsx +0 -12
- package/src/internal/plate-editor/editor/plugins/floating-toolbar-kit.tsx +0 -19
- package/src/internal/plate-editor/editor/plugins/font-base-kit.tsx +0 -36
- package/src/internal/plate-editor/editor/plugins/font-kit.tsx +0 -47
- package/src/internal/plate-editor/editor/plugins/indent-base-kit.tsx +0 -19
- package/src/internal/plate-editor/editor/plugins/indent-kit.tsx +0 -22
- package/src/internal/plate-editor/editor/plugins/link-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/link-kit.tsx +0 -35
- package/src/internal/plate-editor/editor/plugins/list-base-kit.tsx +0 -24
- package/src/internal/plate-editor/editor/plugins/list-kit.tsx +0 -27
- package/src/internal/plate-editor/editor/plugins/markdown-kit.tsx +0 -18
- package/src/internal/plate-editor/editor/plugins/math-base-kit.tsx +0 -8
- package/src/internal/plate-editor/editor/plugins/math-kit.tsx +0 -10
- package/src/internal/plate-editor/editor/plugins/media-base-kit.tsx +0 -37
- package/src/internal/plate-editor/editor/plugins/media-kit.tsx +0 -53
- package/src/internal/plate-editor/editor/plugins/mention-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/mention-kit.tsx +0 -36
- package/src/internal/plate-editor/editor/plugins/slash-kit.tsx +0 -17
- package/src/internal/plate-editor/editor/plugins/suggestion-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/suggestion-kit.tsx +0 -95
- package/src/internal/plate-editor/editor/plugins/table-base-kit.tsx +0 -20
- package/src/internal/plate-editor/editor/plugins/table-kit.tsx +0 -22
- package/src/internal/plate-editor/editor/plugins/toc-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/toc-kit.tsx +0 -14
- package/src/internal/plate-editor/editor/plugins/toggle-base-kit.tsx +0 -5
- package/src/internal/plate-editor/editor/plugins/toggle-kit.tsx +0 -9
- package/src/internal/plate-editor/editor/transforms.ts +0 -165
- package/src/internal/plate-editor/editor/use-chat.ts +0 -152
- package/src/internal/plate-editor/hooks/index.ts +0 -3
- package/src/internal/plate-editor/hooks/use-copy-to-clipboard.ts +0 -31
- package/src/internal/plate-editor/hooks/use-is-touch-device.ts +0 -26
- package/src/internal/plate-editor/hooks/use-lock-scroll.ts +0 -21
- package/src/internal/plate-editor/hooks/use-media-query.ts +0 -44
- package/src/internal/plate-editor/hooks/use-mounted.ts +0 -18
- package/src/internal/plate-editor/hooks/use-on-click-outside.ts +0 -114
- package/src/internal/plate-editor/hooks/use-upload-file.ts +0 -81
- package/src/internal/plate-editor/i18n/context.tsx +0 -58
- package/src/internal/plate-editor/i18n/index.ts +0 -3
- package/src/internal/plate-editor/i18n/locales/de.json +0 -57
- package/src/internal/plate-editor/i18n/locales/el.json +0 -57
- package/src/internal/plate-editor/i18n/locales/en.json +0 -57
- package/src/internal/plate-editor/i18n/locales/es.json +0 -57
- package/src/internal/plate-editor/i18n/locales/fr.json +0 -57
- package/src/internal/plate-editor/i18n/locales/it.json +0 -57
- package/src/internal/plate-editor/i18n/locales/pt.json +0 -57
- package/src/internal/plate-editor/i18n/locales/sl.json +0 -57
- package/src/internal/plate-editor/i18n/locales/tr.json +0 -57
- package/src/internal/plate-editor/i18n/types.ts +0 -59
- package/src/internal/plate-editor/i18n/use-translation.ts +0 -22
- package/src/internal/plate-editor/index.ts +0 -39
- package/src/internal/plate-editor/lib/ai-output-converter.ts +0 -153
- package/src/internal/plate-editor/lib/download-file.ts +0 -17
- package/src/internal/plate-editor/plate-ui/ai-chat-editor.tsx +0 -24
- package/src/internal/plate-editor/plate-ui/ai-menu.tsx +0 -828
- package/src/internal/plate-editor/plate-ui/ai-node.tsx +0 -41
- package/src/internal/plate-editor/plate-ui/ai-toolbar-button.tsx +0 -25
- package/src/internal/plate-editor/plate-ui/alert-dialog.tsx +0 -145
- package/src/internal/plate-editor/plate-ui/align-toolbar-button.tsx +0 -88
- package/src/internal/plate-editor/plate-ui/avatar.tsx +0 -3
- package/src/internal/plate-editor/plate-ui/block-context-menu.tsx +0 -104
- package/src/internal/plate-editor/plate-ui/block-discussion.tsx +0 -364
- package/src/internal/plate-editor/plate-ui/block-draggable.tsx +0 -557
- package/src/internal/plate-editor/plate-ui/block-list-static.tsx +0 -77
- package/src/internal/plate-editor/plate-ui/block-list.tsx +0 -85
- package/src/internal/plate-editor/plate-ui/block-menu.tsx +0 -555
- package/src/internal/plate-editor/plate-ui/block-selection.tsx +0 -47
- package/src/internal/plate-editor/plate-ui/block-suggestion.tsx +0 -469
- package/src/internal/plate-editor/plate-ui/blockquote-node-static.tsx +0 -10
- package/src/internal/plate-editor/plate-ui/blockquote-node.tsx +0 -11
- package/src/internal/plate-editor/plate-ui/button.tsx +0 -201
- package/src/internal/plate-editor/plate-ui/calendar.tsx +0 -3
- package/src/internal/plate-editor/plate-ui/callout-node-static.tsx +0 -76
- package/src/internal/plate-editor/plate-ui/callout-node.tsx +0 -54
- package/src/internal/plate-editor/plate-ui/caption.tsx +0 -47
- package/src/internal/plate-editor/plate-ui/checkbox.tsx +0 -3
- package/src/internal/plate-editor/plate-ui/code-block-node-static.tsx +0 -172
- package/src/internal/plate-editor/plate-ui/code-block-node.tsx +0 -226
- package/src/internal/plate-editor/plate-ui/code-node-static.tsx +0 -11
- package/src/internal/plate-editor/plate-ui/code-node.tsx +0 -12
- package/src/internal/plate-editor/plate-ui/column-node-static.tsx +0 -65
- package/src/internal/plate-editor/plate-ui/column-node.tsx +0 -24
- package/src/internal/plate-editor/plate-ui/command.tsx +0 -202
- package/src/internal/plate-editor/plate-ui/comment-node-static.tsx +0 -12
- package/src/internal/plate-editor/plate-ui/comment-node.tsx +0 -45
- package/src/internal/plate-editor/plate-ui/comment-toolbar-button.tsx +0 -24
- package/src/internal/plate-editor/plate-ui/comment.tsx +0 -619
- package/src/internal/plate-editor/plate-ui/cursor-overlay.tsx +0 -85
- package/src/internal/plate-editor/plate-ui/date-node-static.tsx +0 -43
- package/src/internal/plate-editor/plate-ui/date-node.tsx +0 -54
- package/src/internal/plate-editor/plate-ui/dialog.tsx +0 -445
- package/src/internal/plate-editor/plate-ui/dropdown-menu.tsx +0 -264
- package/src/internal/plate-editor/plate-ui/editor-static.tsx +0 -40
- package/src/internal/plate-editor/plate-ui/editor.tsx +0 -146
- package/src/internal/plate-editor/plate-ui/emoji-node.tsx +0 -48
- package/src/internal/plate-editor/plate-ui/emoji-toolbar-button.tsx +0 -626
- package/src/internal/plate-editor/plate-ui/equation-node-static.tsx +0 -155
- package/src/internal/plate-editor/plate-ui/equation-node.tsx +0 -226
- package/src/internal/plate-editor/plate-ui/equation-toolbar-button.tsx +0 -26
- package/src/internal/plate-editor/plate-ui/export-toolbar-button.tsx +0 -206
- package/src/internal/plate-editor/plate-ui/fixed-toolbar-buttons.tsx +0 -157
- package/src/internal/plate-editor/plate-ui/fixed-toolbar.tsx +0 -25
- package/src/internal/plate-editor/plate-ui/floating-discussion.tsx +0 -1129
- package/src/internal/plate-editor/plate-ui/floating-toolbar-buttons.tsx +0 -129
- package/src/internal/plate-editor/plate-ui/floating-toolbar.tsx +0 -97
- package/src/internal/plate-editor/plate-ui/font-color-toolbar-button.tsx +0 -209
- package/src/internal/plate-editor/plate-ui/font-size-toolbar-button.tsx +0 -152
- package/src/internal/plate-editor/plate-ui/ghost-text.tsx +0 -20
- package/src/internal/plate-editor/plate-ui/heading-node-static.tsx +0 -52
- package/src/internal/plate-editor/plate-ui/heading-node.tsx +0 -56
- package/src/internal/plate-editor/plate-ui/highlight-node-static.tsx +0 -9
- package/src/internal/plate-editor/plate-ui/highlight-node.tsx +0 -11
- package/src/internal/plate-editor/plate-ui/history-toolbar-button.tsx +0 -50
- package/src/internal/plate-editor/plate-ui/hover-card.tsx +0 -7
- package/src/internal/plate-editor/plate-ui/hr-node-static.tsx +0 -18
- package/src/internal/plate-editor/plate-ui/hr-node.tsx +0 -28
- package/src/internal/plate-editor/plate-ui/import-toolbar-button.tsx +0 -122
- package/src/internal/plate-editor/plate-ui/indent-toolbar-button.tsx +0 -32
- package/src/internal/plate-editor/plate-ui/inline-combobox.tsx +0 -409
- package/src/internal/plate-editor/plate-ui/input.tsx +0 -37
- package/src/internal/plate-editor/plate-ui/insert-toolbar-button.tsx +0 -258
- package/src/internal/plate-editor/plate-ui/label.tsx +0 -1
- package/src/internal/plate-editor/plate-ui/line-height-toolbar-button.tsx +0 -69
- package/src/internal/plate-editor/plate-ui/link-node-static.tsx +0 -15
- package/src/internal/plate-editor/plate-ui/link-node.tsx +0 -33
- package/src/internal/plate-editor/plate-ui/link-toolbar-button.tsx +0 -28
- package/src/internal/plate-editor/plate-ui/link-toolbar.tsx +0 -147
- package/src/internal/plate-editor/plate-ui/list-toolbar-button.tsx +0 -177
- package/src/internal/plate-editor/plate-ui/mark-toolbar-button.tsx +0 -34
- package/src/internal/plate-editor/plate-ui/media-audio-node-static.tsx +0 -21
- package/src/internal/plate-editor/plate-ui/media-audio-node.tsx +0 -32
- package/src/internal/plate-editor/plate-ui/media-embed-node.tsx +0 -103
- package/src/internal/plate-editor/plate-ui/media-file-node-static.tsx +0 -30
- package/src/internal/plate-editor/plate-ui/media-file-node.tsx +0 -52
- package/src/internal/plate-editor/plate-ui/media-image-node-static.tsx +0 -37
- package/src/internal/plate-editor/plate-ui/media-image-node.tsx +0 -183
- package/src/internal/plate-editor/plate-ui/media-placeholder-node.tsx +0 -441
- package/src/internal/plate-editor/plate-ui/media-preview-dialog.tsx +0 -127
- package/src/internal/plate-editor/plate-ui/media-toolbar-button.tsx +0 -227
- package/src/internal/plate-editor/plate-ui/media-toolbar.tsx +0 -214
- package/src/internal/plate-editor/plate-ui/media-upload-toast.tsx +0 -73
- package/src/internal/plate-editor/plate-ui/media-video-node-static.tsx +0 -35
- package/src/internal/plate-editor/plate-ui/media-video-node.tsx +0 -119
- package/src/internal/plate-editor/plate-ui/mention-node-static.tsx +0 -46
- package/src/internal/plate-editor/plate-ui/mention-node.tsx +0 -79
- package/src/internal/plate-editor/plate-ui/menu.tsx +0 -539
- package/src/internal/plate-editor/plate-ui/mode-toolbar-button.tsx +0 -124
- package/src/internal/plate-editor/plate-ui/more-toolbar-button.tsx +0 -34
- package/src/internal/plate-editor/plate-ui/paragraph-node-static.tsx +0 -15
- package/src/internal/plate-editor/plate-ui/paragraph-node.tsx +0 -16
- package/src/internal/plate-editor/plate-ui/popover.tsx +0 -75
- package/src/internal/plate-editor/plate-ui/progress.tsx +0 -1
- package/src/internal/plate-editor/plate-ui/remote-cursor-overlay.tsx +0 -79
- package/src/internal/plate-editor/plate-ui/resize-handle.tsx +0 -86
- package/src/internal/plate-editor/plate-ui/separator.tsx +0 -41
- package/src/internal/plate-editor/plate-ui/slash-node.tsx +0 -433
- package/src/internal/plate-editor/plate-ui/spinner.tsx +0 -1
- package/src/internal/plate-editor/plate-ui/suggestion-node-static.tsx +0 -35
- package/src/internal/plate-editor/plate-ui/suggestion-node.tsx +0 -166
- package/src/internal/plate-editor/plate-ui/suggestion-toolbar-button.tsx +0 -24
- package/src/internal/plate-editor/plate-ui/table-node-static.tsx +0 -84
- package/src/internal/plate-editor/plate-ui/table-node.tsx +0 -283
- package/src/internal/plate-editor/plate-ui/table-toolbar-button.tsx +0 -252
- package/src/internal/plate-editor/plate-ui/tabs.tsx +0 -3
- package/src/internal/plate-editor/plate-ui/textarea.tsx +0 -57
- package/src/internal/plate-editor/plate-ui/toc-node-static.tsx +0 -142
- package/src/internal/plate-editor/plate-ui/toc-node.tsx +0 -57
- package/src/internal/plate-editor/plate-ui/toc-sidebar.tsx +0 -48
- package/src/internal/plate-editor/plate-ui/toggle-node-static.tsx +0 -18
- package/src/internal/plate-editor/plate-ui/toggle-node.tsx +0 -33
- package/src/internal/plate-editor/plate-ui/toggle-toolbar-button.tsx +0 -24
- package/src/internal/plate-editor/plate-ui/toggle.tsx +0 -3
- package/src/internal/plate-editor/plate-ui/toolbar.tsx +0 -378
- package/src/internal/plate-editor/plate-ui/tooltip.tsx +0 -148
- package/src/internal/plate-editor/plate-ui/turn-into-toolbar-button.tsx +0 -175
- package/src/internal/plate-editor/types/index.ts +0 -22
- package/src/internal/plate-editor/vite.ts +0 -284
- package/src/internal/sheets/components/univer-sheets.tsx +0 -1104
- package/src/internal/sheets/i18n/context.tsx +0 -183
- package/src/internal/sheets/i18n/index.ts +0 -19
- package/src/internal/sheets/i18n/locales/de.json +0 -21
- package/src/internal/sheets/i18n/locales/el.json +0 -21
- package/src/internal/sheets/i18n/locales/en.json +0 -21
- package/src/internal/sheets/i18n/locales/es.json +0 -21
- package/src/internal/sheets/i18n/locales/fr.json +0 -21
- package/src/internal/sheets/i18n/locales/it.json +0 -21
- package/src/internal/sheets/i18n/locales/pt.json +0 -21
- package/src/internal/sheets/i18n/locales/sl.json +0 -21
- package/src/internal/sheets/i18n/locales/tr.json +0 -21
- package/src/internal/sheets/i18n/types.ts +0 -23
- package/src/internal/sheets/i18n/use-translation.ts +0 -17
- package/src/internal/sheets/index.ts +0 -14
- package/src/internal/sheets/types/css.d.ts +0 -11
- package/src/internal/sheets/types/index.ts +0 -260
- package/src/internal/sheets/xlsx.ts +0 -1169
- package/src/lib/api-client.ts +0 -77
- package/src/lib/assistant-api-actions.ts +0 -549
- package/src/lib/assistant-config.tsx +0 -75
- package/src/lib/class-utils.ts +0 -40
- package/src/lib/index.ts +0 -7
- package/src/lib/message-utils.ts +0 -131
- package/src/tools/tools-schema.json +0 -512
- package/src/types/index.ts +0 -235
- package/src/views/assistant-view.tsx +0 -1137
- package/src/views/canvas-app.tsx +0 -839
- package/src/views/canvas-code.tsx +0 -93
- package/src/views/canvas-deep-research.tsx +0 -44
- package/src/views/canvas-image.tsx +0 -25
- package/src/views/canvas-record-view.tsx +0 -285
- package/src/views/canvas-spreadsheet.tsx +0 -125
- package/src/views/canvas-text.tsx +0 -52
- package/src/views/canvas.tsx +0 -274
- package/src/views/chat-panel.tsx +0 -149
- package/src/views/index.ts +0 -20
- package/src/views/memories-panel.tsx +0 -365
- package/src/views/message-list.tsx +0 -370
- package/src/views/project-detail.tsx +0 -257
- package/src/views/projects-panel.tsx +0 -131
- package/src/views/sessions-list.tsx +0 -98
- package/src/views/sidebar-content.tsx +0 -256
- package/src/views/work-detail.tsx +0 -98
- package/src/vite.ts +0 -64
- package/src/worker.ts +0 -203
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { useCallback, useState, type ComponentProps } from 'react';
|
|
4
|
-
|
|
5
|
-
import { cva, type VariantProps } from 'class-variance-authority';
|
|
6
|
-
import { CheckIcon, ChevronRightIcon } from 'lucide-react';
|
|
7
|
-
import { DropdownMenu as DropdownMenuPrimitive } from 'radix-ui';
|
|
8
|
-
|
|
9
|
-
import { cn } from '@docyrus/ui-pro-shared/lib/utils';
|
|
10
|
-
|
|
11
|
-
export const dropdownMenuItemVariants = cva(
|
|
12
|
-
cn(
|
|
13
|
-
'no-focus-ring relative flex cursor-pointer select-none items-center gap-2 rounded-md align-middle text-sm transition-bg-ease data-disabled:pointer-events-none data-disabled:opacity-50',
|
|
14
|
-
'[&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 [&_svg]:text-subtle-foreground',
|
|
15
|
-
'text-accent-foreground hover:bg-accent focus:bg-accent focus:text-accent-foreground'
|
|
16
|
-
),
|
|
17
|
-
{
|
|
18
|
-
defaultVariants: {
|
|
19
|
-
size: 'default',
|
|
20
|
-
variant: 'default'
|
|
21
|
-
},
|
|
22
|
-
variants: {
|
|
23
|
-
size: {
|
|
24
|
-
default: 'mx-1 h-[28px] w-[calc(100%-8px)] px-2.5',
|
|
25
|
-
none: ''
|
|
26
|
-
},
|
|
27
|
-
variant: {
|
|
28
|
-
default: 'focus:bg-accent focus:text-accent-foreground',
|
|
29
|
-
none: ''
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
);
|
|
34
|
-
|
|
35
|
-
const dropdownMenuLabelVariants = cva(
|
|
36
|
-
cn(
|
|
37
|
-
'mt-1.5 mb-2 cursor-default select-none px-[14px] font-medium text-muted-foreground text-xs'
|
|
38
|
-
),
|
|
39
|
-
{
|
|
40
|
-
variants: {
|
|
41
|
-
inset: {
|
|
42
|
-
true: 'pl-8'
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
export type DropdownMenuProps = DropdownMenuPrimitive.DropdownMenuProps;
|
|
49
|
-
|
|
50
|
-
export function DropdownMenu(props: DropdownMenuProps) {
|
|
51
|
-
return <DropdownMenuPrimitive.Root {...props} />;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export function DropdownMenuTrigger(
|
|
55
|
-
props: DropdownMenuPrimitive.DropdownMenuTriggerProps
|
|
56
|
-
) {
|
|
57
|
-
return <DropdownMenuPrimitive.Trigger {...props} />;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export function DropdownMenuGroup(
|
|
61
|
-
props: DropdownMenuPrimitive.DropdownMenuGroupProps
|
|
62
|
-
) {
|
|
63
|
-
return <DropdownMenuPrimitive.Group className="py-1.5" {...props} />;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export function DropdownMenuPortal(
|
|
67
|
-
props: DropdownMenuPrimitive.DropdownMenuPortalProps
|
|
68
|
-
) {
|
|
69
|
-
return <DropdownMenuPrimitive.Portal {...props} />;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export function DropdownMenuSub(
|
|
73
|
-
props: DropdownMenuPrimitive.DropdownMenuSubProps
|
|
74
|
-
) {
|
|
75
|
-
return <DropdownMenuPrimitive.Sub {...props} />;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export function DropdownMenuRadioGroup(
|
|
79
|
-
props: DropdownMenuPrimitive.DropdownMenuRadioGroupProps
|
|
80
|
-
) {
|
|
81
|
-
return <DropdownMenuPrimitive.RadioGroup {...props} />;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export function DropdownMenuSubTrigger({
|
|
85
|
-
children,
|
|
86
|
-
className,
|
|
87
|
-
inset,
|
|
88
|
-
...props
|
|
89
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
90
|
-
inset?: boolean;
|
|
91
|
-
}) {
|
|
92
|
-
return (
|
|
93
|
-
<DropdownMenuPrimitive.SubTrigger
|
|
94
|
-
className={cn(
|
|
95
|
-
'mx-1 flex cursor-default select-none items-center gap-2 rounded-md px-2 py-1.5 text-sm outline-hidden focus:bg-accent data-[state=open]:bg-accent',
|
|
96
|
-
'no-focus-ring',
|
|
97
|
-
'data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0',
|
|
98
|
-
inset && 'pl-8',
|
|
99
|
-
className
|
|
100
|
-
)}
|
|
101
|
-
{...props}>
|
|
102
|
-
{children}
|
|
103
|
-
<ChevronRightIcon className="ml-auto" />
|
|
104
|
-
</DropdownMenuPrimitive.SubTrigger>
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export function DropdownMenuSubContent({
|
|
109
|
-
className,
|
|
110
|
-
...props
|
|
111
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.SubContent>) {
|
|
112
|
-
return (
|
|
113
|
-
<DropdownMenuPrimitive.SubContent
|
|
114
|
-
className={cn(
|
|
115
|
-
'data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 z-50 min-w-32 overflow-hidden rounded-lg bg-popover p-1 text-popover-foreground shadow-floating data-[state=closed]:animate-out data-[state=open]:animate-in',
|
|
116
|
-
className
|
|
117
|
-
)}
|
|
118
|
-
{...props} />
|
|
119
|
-
);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export function DropdownMenuContent({
|
|
123
|
-
className,
|
|
124
|
-
portal,
|
|
125
|
-
...props
|
|
126
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.Content> & {
|
|
127
|
-
portal?: boolean;
|
|
128
|
-
}) {
|
|
129
|
-
const content = (
|
|
130
|
-
<DropdownMenuPrimitive.Content
|
|
131
|
-
className={cn(
|
|
132
|
-
'no-focus-ring z-50 min-w-32 max-w-[100vw] overflow-hidden rounded-lg bg-popover p-0 text-popover-foreground text-sm shadow-floating',
|
|
133
|
-
'data-[state=closed]:hidden data-[side=bottom]:origin-top data-[side=left]:origin-right data-[side=right]:origin-left data-[side=top]:origin-bottom data-[state=open]:animate-zoom',
|
|
134
|
-
className
|
|
135
|
-
)}
|
|
136
|
-
sideOffset={4}
|
|
137
|
-
{...props} />
|
|
138
|
-
);
|
|
139
|
-
|
|
140
|
-
if (portal) {
|
|
141
|
-
return (
|
|
142
|
-
<DropdownMenuPrimitive.Portal>{content}</DropdownMenuPrimitive.Portal>
|
|
143
|
-
);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
return content;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export function DropdownMenuItem({
|
|
150
|
-
className,
|
|
151
|
-
...props
|
|
152
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.Item>
|
|
153
|
-
& VariantProps<typeof dropdownMenuItemVariants>) {
|
|
154
|
-
return (
|
|
155
|
-
<DropdownMenuPrimitive.Item
|
|
156
|
-
className={cn(dropdownMenuItemVariants(), className)}
|
|
157
|
-
{...props} />
|
|
158
|
-
);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
export function DropdownMenuCheckboxItem({
|
|
162
|
-
children,
|
|
163
|
-
className,
|
|
164
|
-
...props
|
|
165
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>) {
|
|
166
|
-
return (
|
|
167
|
-
<DropdownMenuPrimitive.CheckboxItem
|
|
168
|
-
className={cn(
|
|
169
|
-
'no-focus-ring relative flex select-none items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 transition-bg-ease focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:size-4',
|
|
170
|
-
'mx-1 h-[28px] cursor-pointer px-2.5 data-[state=highlighted]:bg-accent data-[state=highlighted]:text-accent-foreground',
|
|
171
|
-
className
|
|
172
|
-
)}
|
|
173
|
-
{...props}>
|
|
174
|
-
<span className="absolute right-2 flex size-3.5 items-center justify-center">
|
|
175
|
-
<DropdownMenuPrimitive.ItemIndicator>
|
|
176
|
-
<CheckIcon />
|
|
177
|
-
</DropdownMenuPrimitive.ItemIndicator>
|
|
178
|
-
</span>
|
|
179
|
-
{children}
|
|
180
|
-
</DropdownMenuPrimitive.CheckboxItem>
|
|
181
|
-
);
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
export function DropdownMenuRadioItem({
|
|
185
|
-
children,
|
|
186
|
-
className,
|
|
187
|
-
hideIcon,
|
|
188
|
-
...props
|
|
189
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.RadioItem> & {
|
|
190
|
-
hideIcon?: boolean;
|
|
191
|
-
}) {
|
|
192
|
-
return (
|
|
193
|
-
<DropdownMenuPrimitive.RadioItem
|
|
194
|
-
className={cn(
|
|
195
|
-
'no-focus-ring relative flex select-none items-center rounded-sm pr-2 pl-8 transition-bg-ease focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50',
|
|
196
|
-
'mx-1 h-[28px] cursor-pointer gap-2 px-2.5 data-[state=highlighted]:bg-accent data-[state=highlighted]:text-accent-foreground [&_svg]:size-4',
|
|
197
|
-
className
|
|
198
|
-
)}
|
|
199
|
-
{...props}>
|
|
200
|
-
{!hideIcon && (
|
|
201
|
-
<span className="absolute right-2 flex size-3.5 items-center justify-center">
|
|
202
|
-
<DropdownMenuPrimitive.ItemIndicator>
|
|
203
|
-
<CheckIcon />
|
|
204
|
-
</DropdownMenuPrimitive.ItemIndicator>
|
|
205
|
-
</span>
|
|
206
|
-
)}
|
|
207
|
-
{children}
|
|
208
|
-
</DropdownMenuPrimitive.RadioItem>
|
|
209
|
-
);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
export function DropdownMenuLabel({
|
|
213
|
-
className,
|
|
214
|
-
inset,
|
|
215
|
-
...props
|
|
216
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
217
|
-
inset?: boolean;
|
|
218
|
-
}) {
|
|
219
|
-
return (
|
|
220
|
-
<DropdownMenuPrimitive.Label
|
|
221
|
-
className={cn(dropdownMenuLabelVariants({ inset }), className)}
|
|
222
|
-
{...props} />
|
|
223
|
-
);
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
export function DropdownMenuSeparator({
|
|
227
|
-
className,
|
|
228
|
-
...props
|
|
229
|
-
}: ComponentProps<typeof DropdownMenuPrimitive.Separator>) {
|
|
230
|
-
return (
|
|
231
|
-
<DropdownMenuPrimitive.Separator
|
|
232
|
-
className={cn('-mx-1 my-1 h-px bg-muted', className)}
|
|
233
|
-
{...props} />
|
|
234
|
-
);
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
export function DropdownMenuShortcut({
|
|
238
|
-
className,
|
|
239
|
-
...props
|
|
240
|
-
}: ComponentProps<'span'>) {
|
|
241
|
-
return (
|
|
242
|
-
<span
|
|
243
|
-
className={cn('ml-auto text-xs tracking-widest opacity-60', className)}
|
|
244
|
-
{...props} />
|
|
245
|
-
);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
export const DropdownMenuItemIndicator = DropdownMenuPrimitive.ItemIndicator;
|
|
249
|
-
|
|
250
|
-
export function useOpenState() {
|
|
251
|
-
const [open, setOpen] = useState(false);
|
|
252
|
-
|
|
253
|
-
const onOpenChange = useCallback(
|
|
254
|
-
(_value = !open) => {
|
|
255
|
-
setOpen(_value);
|
|
256
|
-
},
|
|
257
|
-
[open]
|
|
258
|
-
);
|
|
259
|
-
|
|
260
|
-
return {
|
|
261
|
-
open,
|
|
262
|
-
onOpenChange
|
|
263
|
-
};
|
|
264
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
Plate, PlateContent, type PlateContentProps, usePlateEditor
|
|
5
|
-
} from 'platejs/react';
|
|
6
|
-
|
|
7
|
-
import { cn } from '@docyrus/ui-pro-shared/lib/utils';
|
|
8
|
-
|
|
9
|
-
import { editorVariants } from './editor';
|
|
10
|
-
|
|
11
|
-
export function EditorStatic({
|
|
12
|
-
children,
|
|
13
|
-
className,
|
|
14
|
-
editor: editorProp,
|
|
15
|
-
value,
|
|
16
|
-
variant,
|
|
17
|
-
...props
|
|
18
|
-
}: {
|
|
19
|
-
editor?: any;
|
|
20
|
-
value?: any;
|
|
21
|
-
variant?: 'aiChat' | 'comment' | 'default';
|
|
22
|
-
} & Omit<PlateContentProps, 'editor' | 'value'>) {
|
|
23
|
-
const localEditor = usePlateEditor({ value });
|
|
24
|
-
const editor = editorProp ?? localEditor;
|
|
25
|
-
|
|
26
|
-
return (
|
|
27
|
-
<Plate editor={editor as any} readOnly>
|
|
28
|
-
<PlateContent
|
|
29
|
-
className={cn(
|
|
30
|
-
editorVariants({ variant }),
|
|
31
|
-
'pointer-events-none select-text',
|
|
32
|
-
className
|
|
33
|
-
)}
|
|
34
|
-
readOnly
|
|
35
|
-
{...props}>
|
|
36
|
-
{children}
|
|
37
|
-
</PlateContent>
|
|
38
|
-
</Plate>
|
|
39
|
-
);
|
|
40
|
-
}
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { type HTMLAttributes } from 'react';
|
|
4
|
-
|
|
5
|
-
import { cva, type VariantProps } from 'class-variance-authority';
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
PlateContainer,
|
|
9
|
-
PlateContent,
|
|
10
|
-
type PlateContentProps,
|
|
11
|
-
useEditorRef
|
|
12
|
-
} from 'platejs/react';
|
|
13
|
-
|
|
14
|
-
import { cn } from '@docyrus/ui-pro-shared/lib/utils';
|
|
15
|
-
|
|
16
|
-
const editorContainerVariants = cva(
|
|
17
|
-
'relative w-full cursor-text overflow-y-auto font-[ui-sans-serif,_-apple-system,_BlinkMacSystemFont,_"Segoe_UI_Variable_Display",_"Segoe_UI",_Helvetica,_"Apple_Color_Emoji",_Arial,_sans-serif,_"Segoe_UI_Emoji",_"Segoe_UI_Symbol"] caret-primary selection:bg-brand/25 focus-visible:outline-hidden [&_.slate-selection-area]:bg-brand/15',
|
|
18
|
-
{
|
|
19
|
-
defaultVariants: {
|
|
20
|
-
variant: 'default'
|
|
21
|
-
},
|
|
22
|
-
variants: {
|
|
23
|
-
variant: {
|
|
24
|
-
comment: cn(
|
|
25
|
-
'flex flex-wrap justify-between gap-1 px-1 py-0.5 text-sm',
|
|
26
|
-
'rounded-md border-[1.5px] border-transparent bg-transparent',
|
|
27
|
-
'has-[[data-slate-editor]:focus]:border-brand/50 has-[[data-slate-editor]:focus]:ring-2 has-[[data-slate-editor]:focus]:ring-brand/30',
|
|
28
|
-
'has-aria-disabled:border-input has-aria-disabled:bg-muted'
|
|
29
|
-
),
|
|
30
|
-
default: 'h-full',
|
|
31
|
-
demo: 'h-[650px]',
|
|
32
|
-
select: cn(
|
|
33
|
-
'group rounded-md border border-input ring-offset-background focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2',
|
|
34
|
-
'has-data-readonly:w-fit has-data-readonly:cursor-default has-data-readonly:border-transparent has-data-readonly:focus-within:[box-shadow:none]'
|
|
35
|
-
)
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
);
|
|
40
|
-
|
|
41
|
-
export function EditorContainer({
|
|
42
|
-
className,
|
|
43
|
-
variant,
|
|
44
|
-
...props
|
|
45
|
-
}: HTMLAttributes<HTMLDivElement> & VariantProps<typeof editorContainerVariants>) {
|
|
46
|
-
const editor = useEditorRef();
|
|
47
|
-
|
|
48
|
-
return (
|
|
49
|
-
<PlateContainer
|
|
50
|
-
className={cn(
|
|
51
|
-
'ignore-click-outside/toolbar',
|
|
52
|
-
editorContainerVariants({ variant }),
|
|
53
|
-
className
|
|
54
|
-
)}
|
|
55
|
-
onClick={(e) => {
|
|
56
|
-
if (variant === 'comment') {
|
|
57
|
-
e.preventDefault();
|
|
58
|
-
editor.tf.focus({ edge: 'endEditor' });
|
|
59
|
-
}
|
|
60
|
-
}}
|
|
61
|
-
onMouseDown={(e) => {
|
|
62
|
-
if (variant === 'comment') {
|
|
63
|
-
e.stopPropagation();
|
|
64
|
-
e.preventDefault();
|
|
65
|
-
}
|
|
66
|
-
}}
|
|
67
|
-
{...props} />
|
|
68
|
-
);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export const editorVariants = cva(
|
|
72
|
-
cn(
|
|
73
|
-
'group/editor pt-4',
|
|
74
|
-
'relative w-full overflow-x-hidden whitespace-pre-wrap break-words',
|
|
75
|
-
'rounded-md ring-offset-background placeholder:text-muted-foreground/80 focus-visible:outline-hidden',
|
|
76
|
-
'**:data-slate-placeholder:!top-1/2 **:data-slate-placeholder:-translate-y-1/2 **:data-slate-placeholder:text-muted-foreground/80 **:data-slate-placeholder:opacity-100!',
|
|
77
|
-
'[&_strong]:font-bold'
|
|
78
|
-
),
|
|
79
|
-
{
|
|
80
|
-
defaultVariants: {
|
|
81
|
-
variant: 'default'
|
|
82
|
-
},
|
|
83
|
-
variants: {
|
|
84
|
-
disabled: {
|
|
85
|
-
true: 'cursor-not-allowed opacity-50'
|
|
86
|
-
},
|
|
87
|
-
focused: {
|
|
88
|
-
true: 'ring-2 ring-ring ring-offset-2'
|
|
89
|
-
},
|
|
90
|
-
variant: {
|
|
91
|
-
ai: 'px-0 text-base md:text-sm',
|
|
92
|
-
aiChat:
|
|
93
|
-
'max-h-[min(70vh,320px)] max-w-[700px] overflow-y-auto px-3 py-2 text-base md:text-sm',
|
|
94
|
-
comment: cn('rounded-none border-none bg-transparent text-sm'),
|
|
95
|
-
default:
|
|
96
|
-
'min-h-full px-[70px] pb-72 text-base sm:px-[max(100px,calc(50%-350px))]',
|
|
97
|
-
demo: 'h-full px-[70px] pt-4 pb-72 text-base sm:px-[max(100px,calc(50%-350px))]',
|
|
98
|
-
fullWidth: 'min-h-full px-[70px] pb-72 text-base',
|
|
99
|
-
select: 'px-3 py-2 text-base data-readonly:w-fit',
|
|
100
|
-
update: 'px-0 text-sm',
|
|
101
|
-
versionHistory: 'px-0 pb-[30vh] text-base'
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
);
|
|
106
|
-
|
|
107
|
-
export type EditorProps = PlateContentProps
|
|
108
|
-
& VariantProps<typeof editorVariants>;
|
|
109
|
-
|
|
110
|
-
export function Editor({
|
|
111
|
-
className,
|
|
112
|
-
disabled,
|
|
113
|
-
focused,
|
|
114
|
-
variant,
|
|
115
|
-
onClick,
|
|
116
|
-
onMouseDown,
|
|
117
|
-
...props
|
|
118
|
-
}: PlateContentProps & VariantProps<typeof editorVariants>) {
|
|
119
|
-
return (
|
|
120
|
-
<PlateContent
|
|
121
|
-
className={cn(
|
|
122
|
-
editorVariants({
|
|
123
|
-
disabled,
|
|
124
|
-
focused,
|
|
125
|
-
variant
|
|
126
|
-
}),
|
|
127
|
-
className
|
|
128
|
-
)}
|
|
129
|
-
disableDefaultStyles
|
|
130
|
-
onClick={(e) => {
|
|
131
|
-
if (variant === 'comment') {
|
|
132
|
-
e.stopPropagation();
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
onClick?.(e);
|
|
136
|
-
}}
|
|
137
|
-
onMouseDown={(e) => {
|
|
138
|
-
if (variant === 'comment') {
|
|
139
|
-
e.stopPropagation();
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
onMouseDown?.(e);
|
|
143
|
-
}}
|
|
144
|
-
{...props} />
|
|
145
|
-
);
|
|
146
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import { type TElement } from 'platejs';
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
PlateElement,
|
|
7
|
-
type PlateElementProps
|
|
8
|
-
} from 'platejs/react';
|
|
9
|
-
|
|
10
|
-
type TEmojiInputElement = TElement & { data?: any[] };
|
|
11
|
-
|
|
12
|
-
import {
|
|
13
|
-
InlineCombobox,
|
|
14
|
-
InlineComboboxContent,
|
|
15
|
-
InlineComboboxEmpty,
|
|
16
|
-
InlineComboboxInput,
|
|
17
|
-
InlineComboboxItem
|
|
18
|
-
} from './inline-combobox';
|
|
19
|
-
|
|
20
|
-
export function EmojiInputElement(
|
|
21
|
-
props: PlateElementProps<TEmojiInputElement>
|
|
22
|
-
) {
|
|
23
|
-
const { element } = props;
|
|
24
|
-
|
|
25
|
-
return (
|
|
26
|
-
<PlateElement {...props} as="span">
|
|
27
|
-
<InlineCombobox element={element} trigger=":">
|
|
28
|
-
<InlineComboboxInput />
|
|
29
|
-
|
|
30
|
-
<InlineComboboxContent>
|
|
31
|
-
<InlineComboboxEmpty>No emoji found.</InlineComboboxEmpty>
|
|
32
|
-
|
|
33
|
-
{element.data?.map((emoji: any) => (
|
|
34
|
-
<InlineComboboxItem
|
|
35
|
-
key={emoji.id}
|
|
36
|
-
keywords={emoji.keywords}
|
|
37
|
-
label={emoji.name}
|
|
38
|
-
value={emoji.id}>
|
|
39
|
-
<span className="mr-2">{emoji.skins?.[0]?.native}</span>
|
|
40
|
-
{emoji.name}
|
|
41
|
-
</InlineComboboxItem>
|
|
42
|
-
))}
|
|
43
|
-
</InlineComboboxContent>
|
|
44
|
-
</InlineCombobox>
|
|
45
|
-
{props.children}
|
|
46
|
-
</PlateElement>
|
|
47
|
-
);
|
|
48
|
-
}
|