@micromerce/formbuilder-react 1.0.656 → 1.0.659
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/{src/index.d.ts → index.d.ts} +1 -3
- package/package.json +6 -4
- package/dist/components/Checkbox/Checkbox.module.scss +0 -10
- package/dist/components/FormBuilder/FormBuilder.module.scss +0 -94
- package/dist/components/FormFooter/FormFooter.module.scss +0 -65
- package/dist/components/FormGroup/FormGroup.module.scss +0 -69
- package/dist/components/FormList/FormList.module.scss +0 -173
- package/dist/components/Group/Group.module.scss +0 -28
- package/dist/components/Input/Input.module.scss +0 -3
- package/dist/components/InputFreeSolo/InputFreeSolo.module.scss +0 -29
- package/dist/components/MrnInput/MrnInput.module.scss +0 -31
- package/dist/components/MultiSelect/MultiSelect.module.scss +0 -13
- package/dist/components/PasswordInput/PasswordInput.module.scss +0 -26
- package/dist/components/Select/Select.module.scss +0 -15
- package/dist/components/Textarea/Textarea.module.scss +0 -14
- package/dist/components/addressGroup/AddressGroup.module.scss +0 -72
- package/dist/src/assets/icons/error/Error.js +0 -6
- package/dist/src/assets/icons/error/Error.js.map +0 -1
- package/dist/src/components/Checkbox/Checkbox.js +0 -37
- package/dist/src/components/Checkbox/Checkbox.js.map +0 -1
- package/dist/src/components/Checkbox/index.js +0 -2
- package/dist/src/components/Checkbox/index.js.map +0 -1
- package/dist/src/components/ControlWrapper/ControlWrapper.js +0 -37
- package/dist/src/components/ControlWrapper/ControlWrapper.js.map +0 -1
- package/dist/src/components/ControlWrapper/index.js +0 -2
- package/dist/src/components/ControlWrapper/index.js.map +0 -1
- package/dist/src/components/DateRangeGroup/DateRangeGroup.js +0 -69
- package/dist/src/components/DateRangeGroup/DateRangeGroup.js.map +0 -1
- package/dist/src/components/DateRangeGroup/DateRangeGroup.styles.js +0 -59
- package/dist/src/components/DateRangeGroup/DateRangeGroup.styles.js.map +0 -1
- package/dist/src/components/DateRangeGroup/components/CalendarModal.js +0 -90
- package/dist/src/components/DateRangeGroup/components/CalendarModal.js.map +0 -1
- package/dist/src/components/DateRangeGroup/index.js +0 -2
- package/dist/src/components/DateRangeGroup/index.js.map +0 -1
- package/dist/src/components/ErrorBoundary/ErrorBoundary.js +0 -22
- package/dist/src/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
- package/dist/src/components/FileUploader/FileUploader.js +0 -30
- package/dist/src/components/FileUploader/FileUploader.js.map +0 -1
- package/dist/src/components/FileUploader/index.js +0 -2
- package/dist/src/components/FileUploader/index.js.map +0 -1
- package/dist/src/components/FormBuilder/FormBuilder.js +0 -74
- package/dist/src/components/FormBuilder/FormBuilder.js.map +0 -1
- package/dist/src/components/FormBuilder/index.js +0 -2
- package/dist/src/components/FormBuilder/index.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/extractFormControlValues.js +0 -50
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/extractFormControlValues.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/index.js +0 -2
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/index.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/index.js +0 -2
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/index.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.js +0 -15
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.js.map +0 -1
- package/dist/src/components/FormFooter/FormFooter.js +0 -46
- package/dist/src/components/FormFooter/FormFooter.js.map +0 -1
- package/dist/src/components/FormFooter/components/Switch.js +0 -15
- package/dist/src/components/FormFooter/components/Switch.js.map +0 -1
- package/dist/src/components/FormFooter/index.js +0 -2
- package/dist/src/components/FormFooter/index.js.map +0 -1
- package/dist/src/components/FormGroup/FormGroup.js +0 -18
- package/dist/src/components/FormGroup/FormGroup.js.map +0 -1
- package/dist/src/components/FormGroup/index.js +0 -2
- package/dist/src/components/FormGroup/index.js.map +0 -1
- package/dist/src/components/FormList/FormList.js +0 -66
- package/dist/src/components/FormList/FormList.js.map +0 -1
- package/dist/src/components/FormList/index.js +0 -2
- package/dist/src/components/FormList/index.js.map +0 -1
- package/dist/src/components/GeneralFormGroup/GeneralFormGroup.js +0 -4
- package/dist/src/components/GeneralFormGroup/GeneralFormGroup.js.map +0 -1
- package/dist/src/components/GeneralFormGroup/index.js +0 -2
- package/dist/src/components/GeneralFormGroup/index.js.map +0 -1
- package/dist/src/components/Group/Group.js +0 -32
- package/dist/src/components/Group/Group.js.map +0 -1
- package/dist/src/components/Group/index.js +0 -2
- package/dist/src/components/Group/index.js.map +0 -1
- package/dist/src/components/Input/Input.js +0 -57
- package/dist/src/components/Input/Input.js.map +0 -1
- package/dist/src/components/Input/index.js +0 -2
- package/dist/src/components/Input/index.js.map +0 -1
- package/dist/src/components/Input/input.styles.js +0 -24
- package/dist/src/components/Input/input.styles.js.map +0 -1
- package/dist/src/components/InputFreeSolo/InputFreeSolo.js +0 -67
- package/dist/src/components/InputFreeSolo/InputFreeSolo.js.map +0 -1
- package/dist/src/components/InputFreeSolo/index.js +0 -2
- package/dist/src/components/InputFreeSolo/index.js.map +0 -1
- package/dist/src/components/MrnInput/MrnInput.js +0 -64
- package/dist/src/components/MrnInput/MrnInput.js.map +0 -1
- package/dist/src/components/MrnInput/hooks/useMrn.js +0 -92
- package/dist/src/components/MrnInput/hooks/useMrn.js.map +0 -1
- package/dist/src/components/MrnInput/index.js +0 -2
- package/dist/src/components/MrnInput/index.js.map +0 -1
- package/dist/src/components/MrnInput/services/fetchMrn.js +0 -30
- package/dist/src/components/MrnInput/services/fetchMrn.js.map +0 -1
- package/dist/src/components/MrnInput/ui-helper/Link/Link.js +0 -15
- package/dist/src/components/MrnInput/ui-helper/Link/Link.js.map +0 -1
- package/dist/src/components/MrnInput/utils/mrnUtils/mrnUtils.js +0 -35
- package/dist/src/components/MrnInput/utils/mrnUtils/mrnUtils.js.map +0 -1
- package/dist/src/components/MrnInput/utils/resolveMrnLinks/resolveMrnLink.js +0 -11
- package/dist/src/components/MrnInput/utils/resolveMrnLinks/resolveMrnLink.js.map +0 -1
- package/dist/src/components/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.js +0 -19
- package/dist/src/components/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.js.map +0 -1
- package/dist/src/components/MrnInput/utils/urlSearchParam/urlSearchParam.js +0 -8
- package/dist/src/components/MrnInput/utils/urlSearchParam/urlSearchParam.js.map +0 -1
- package/dist/src/components/MultiSelect/MultiSelect.js +0 -61
- package/dist/src/components/MultiSelect/MultiSelect.js.map +0 -1
- package/dist/src/components/MultiSelect/index.js +0 -2
- package/dist/src/components/MultiSelect/index.js.map +0 -1
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.js +0 -21
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.js.map +0 -1
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/index.js +0 -2
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/index.js.map +0 -1
- package/dist/src/components/PasswordInput/PasswordInput.js +0 -21
- package/dist/src/components/PasswordInput/PasswordInput.js.map +0 -1
- package/dist/src/components/PasswordInput/index.js +0 -2
- package/dist/src/components/PasswordInput/index.js.map +0 -1
- package/dist/src/components/QueryControl/QueryControl.js +0 -95
- package/dist/src/components/QueryControl/QueryControl.js.map +0 -1
- package/dist/src/components/QueryControl/data/defaultControls.js +0 -95
- package/dist/src/components/QueryControl/data/defaultControls.js.map +0 -1
- package/dist/src/components/QueryControl/index.js +0 -2
- package/dist/src/components/QueryControl/index.js.map +0 -1
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.js +0 -8
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.js.map +0 -1
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.js +0 -14
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.js.map +0 -1
- package/dist/src/components/QueryControl/ui-helper/Wrapper/index.js +0 -2
- package/dist/src/components/QueryControl/ui-helper/Wrapper/index.js.map +0 -1
- package/dist/src/components/QueryControl/utils/allControlsHidden/allControlsHidden.js +0 -39
- package/dist/src/components/QueryControl/utils/allControlsHidden/allControlsHidden.js.map +0 -1
- package/dist/src/components/QueryControl/utils/allControlsHidden/index.js +0 -2
- package/dist/src/components/QueryControl/utils/allControlsHidden/index.js.map +0 -1
- package/dist/src/components/QueryControl/utils/getMatchingControls.js +0 -19
- package/dist/src/components/QueryControl/utils/getMatchingControls.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hasExpertControl/hasExpertControl.js +0 -38
- package/dist/src/components/QueryControl/utils/hasExpertControl/hasExpertControl.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hasExpertControl/index.js +0 -2
- package/dist/src/components/QueryControl/utils/hasExpertControl/index.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hideGroup/hideGroup.js +0 -9
- package/dist/src/components/QueryControl/utils/hideGroup/hideGroup.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hideGroup/index.js +0 -2
- package/dist/src/components/QueryControl/utils/hideGroup/index.js.map +0 -1
- package/dist/src/components/Select/Select.js +0 -67
- package/dist/src/components/Select/Select.js.map +0 -1
- package/dist/src/components/Select/index.js +0 -2
- package/dist/src/components/Select/index.js.map +0 -1
- package/dist/src/components/Select/utils/getSelectedOption.js +0 -8
- package/dist/src/components/Select/utils/getSelectedOption.js.map +0 -1
- package/dist/src/components/Textarea/Textarea.js +0 -55
- package/dist/src/components/Textarea/Textarea.js.map +0 -1
- package/dist/src/components/Textarea/Textarea.types.js +0 -2
- package/dist/src/components/Textarea/Textarea.types.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/aiAction.js +0 -21
- package/dist/src/components/Textarea/aiWrapper/aiAction.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/aiLayout.js +0 -21
- package/dist/src/components/Textarea/aiWrapper/aiLayout.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/index.js +0 -29
- package/dist/src/components/Textarea/aiWrapper/index.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/useAi.js +0 -74
- package/dist/src/components/Textarea/aiWrapper/useAi.js.map +0 -1
- package/dist/src/components/Textarea/editors/Default.js +0 -26
- package/dist/src/components/Textarea/editors/Default.js.map +0 -1
- package/dist/src/components/Textarea/editors/Html.js +0 -9
- package/dist/src/components/Textarea/editors/Html.js.map +0 -1
- package/dist/src/components/Textarea/editors/Json.js +0 -9
- package/dist/src/components/Textarea/editors/Json.js.map +0 -1
- package/dist/src/components/Textarea/editors/Markdown.js +0 -20
- package/dist/src/components/Textarea/editors/Markdown.js.map +0 -1
- package/dist/src/components/Textarea/editors/Richtext.js +0 -13
- package/dist/src/components/Textarea/editors/Richtext.js.map +0 -1
- package/dist/src/components/Textarea/index.js +0 -2
- package/dist/src/components/Textarea/index.js.map +0 -1
- package/dist/src/components/addressGroup/AddressGroup.js +0 -39
- package/dist/src/components/addressGroup/AddressGroup.js.map +0 -1
- package/dist/src/components/addressGroup/index.js +0 -2
- package/dist/src/components/addressGroup/index.js.map +0 -1
- package/dist/src/components/addressGroup/utils/Countries.js +0 -1249
- package/dist/src/components/addressGroup/utils/Countries.js.map +0 -1
- package/dist/src/components/plate/PlateEditor.d.ts +0 -10
- package/dist/src/components/plate/PlateEditor.js +0 -38
- package/dist/src/components/plate/PlateEditor.js.map +0 -1
- package/dist/src/components/plate/PlateEditorContent.d.ts +0 -24
- package/dist/src/components/plate/PlateEditorContent.js +0 -45
- package/dist/src/components/plate/PlateEditorContent.js.map +0 -1
- package/dist/src/components/plate/components/align-dropdown-menu.d.ts +0 -2
- package/dist/src/components/plate/components/align-dropdown-menu.js +0 -33
- package/dist/src/components/plate/components/align-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/blockquote-element.d.ts +0 -21
- package/dist/src/components/plate/components/blockquote-element.js +0 -8
- package/dist/src/components/plate/components/blockquote-element.js.map +0 -1
- package/dist/src/components/plate/components/button.d.ts +0 -14
- package/dist/src/components/plate/components/button.js +0 -38
- package/dist/src/components/plate/components/button.js.map +0 -1
- package/dist/src/components/plate/components/caption.d.ts +0 -43
- package/dist/src/components/plate/components/caption.js +0 -25
- package/dist/src/components/plate/components/caption.js.map +0 -1
- package/dist/src/components/plate/components/checkbox.d.ts +0 -3
- package/dist/src/components/plate/components/checkbox.js +0 -7
- package/dist/src/components/plate/components/checkbox.js.map +0 -1
- package/dist/src/components/plate/components/code-block-combobox.d.ts +0 -48
- package/dist/src/components/plate/components/code-block-combobox.js +0 -131
- package/dist/src/components/plate/components/code-block-combobox.js.map +0 -1
- package/dist/src/components/plate/components/code-block-element.d.ts +0 -22
- package/dist/src/components/plate/components/code-block-element.js +0 -13
- package/dist/src/components/plate/components/code-block-element.js.map +0 -1
- package/dist/src/components/plate/components/code-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/code-leaf.js +0 -8
- package/dist/src/components/plate/components/code-leaf.js.map +0 -1
- package/dist/src/components/plate/components/code-line-element.d.ts +0 -21
- package/dist/src/components/plate/components/code-line-element.js +0 -6
- package/dist/src/components/plate/components/code-line-element.js.map +0 -1
- package/dist/src/components/plate/components/code-syntax-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/code-syntax-leaf.js +0 -11
- package/dist/src/components/plate/components/code-syntax-leaf.js.map +0 -1
- package/dist/src/components/plate/components/color-constants.d.ts +0 -10
- package/dist/src/components/plate/components/color-constants.js +0 -430
- package/dist/src/components/plate/components/color-constants.js.map +0 -1
- package/dist/src/components/plate/components/color-dropdown-menu-items.d.ts +0 -18
- package/dist/src/components/plate/components/color-dropdown-menu-items.js +0 -21
- package/dist/src/components/plate/components/color-dropdown-menu-items.js.map +0 -1
- package/dist/src/components/plate/components/color-dropdown-menu.d.ts +0 -12
- package/dist/src/components/plate/components/color-dropdown-menu.js +0 -18
- package/dist/src/components/plate/components/color-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/color-input.d.ts +0 -2
- package/dist/src/components/plate/components/color-input.js +0 -15
- package/dist/src/components/plate/components/color-input.js.map +0 -1
- package/dist/src/components/plate/components/color-picker.d.ts +0 -18
- package/dist/src/components/plate/components/color-picker.js +0 -19
- package/dist/src/components/plate/components/color-picker.js.map +0 -1
- package/dist/src/components/plate/components/colors-custom.d.ts +0 -10
- package/dist/src/components/plate/components/colors-custom.js +0 -21
- package/dist/src/components/plate/components/colors-custom.js.map +0 -1
- package/dist/src/components/plate/components/command.d.ts +0 -76
- package/dist/src/components/plate/components/command.js +0 -18
- package/dist/src/components/plate/components/command.js.map +0 -1
- package/dist/src/components/plate/components/comment-leaf.d.ts +0 -3
- package/dist/src/components/plate/components/comment-leaf.js +0 -23
- package/dist/src/components/plate/components/comment-leaf.js.map +0 -1
- package/dist/src/components/plate/components/dialog.d.ts +0 -12
- package/dist/src/components/plate/components/dialog.js +0 -16
- package/dist/src/components/plate/components/dialog.js.map +0 -1
- package/dist/src/components/plate/components/dropdown-menu.d.ts +0 -29
- package/dist/src/components/plate/components/dropdown-menu.js +0 -51
- package/dist/src/components/plate/components/dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/excalidraw-element.d.ts +0 -21
- package/dist/src/components/plate/components/excalidraw-element.js +0 -12
- package/dist/src/components/plate/components/excalidraw-element.js.map +0 -1
- package/dist/src/components/plate/components/fixed-toolbar-buttons.d.ts +0 -1
- package/dist/src/components/plate/components/fixed-toolbar-buttons.js +0 -25
- package/dist/src/components/plate/components/fixed-toolbar-buttons.js.map +0 -1
- package/dist/src/components/plate/components/fixed-toolbar.d.ts +0 -1
- package/dist/src/components/plate/components/fixed-toolbar.js +0 -4
- package/dist/src/components/plate/components/fixed-toolbar.js.map +0 -1
- package/dist/src/components/plate/components/heading-element.d.ts +0 -24
- package/dist/src/components/plate/components/heading-element.js +0 -30
- package/dist/src/components/plate/components/heading-element.js.map +0 -1
- package/dist/src/components/plate/components/highlight-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/highlight-leaf.js +0 -5
- package/dist/src/components/plate/components/highlight-leaf.js.map +0 -1
- package/dist/src/components/plate/components/hr-element.d.ts +0 -21
- package/dist/src/components/plate/components/hr-element.js +0 -11
- package/dist/src/components/plate/components/hr-element.js.map +0 -1
- package/dist/src/components/plate/components/image-element.d.ts +0 -21
- package/dist/src/components/plate/components/image-element.js +0 -19
- package/dist/src/components/plate/components/image-element.js.map +0 -1
- package/dist/src/components/plate/components/indent-list-toolbar-button.d.ts +0 -18
- package/dist/src/components/plate/components/indent-list-toolbar-button.js +0 -12
- package/dist/src/components/plate/components/indent-list-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/indent-todo-marker-component.d.ts +0 -3
- package/dist/src/components/plate/components/indent-todo-marker-component.js +0 -14
- package/dist/src/components/plate/components/indent-todo-marker-component.js.map +0 -1
- package/dist/src/components/plate/components/indent-todo-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/indent-todo-toolbar-button.js +0 -11
- package/dist/src/components/plate/components/indent-todo-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/indent-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/indent-toolbar-button.js +0 -10
- package/dist/src/components/plate/components/indent-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/inline-combobox.d.ts +0 -29
- package/dist/src/components/plate/components/inline-combobox.js +0 -156
- package/dist/src/components/plate/components/inline-combobox.js.map +0 -1
- package/dist/src/components/plate/components/input.d.ts +0 -8
- package/dist/src/components/plate/components/input.js +0 -20
- package/dist/src/components/plate/components/input.js.map +0 -1
- package/dist/src/components/plate/components/insert-dropdown-menu.d.ts +0 -12
- package/dist/src/components/plate/components/insert-dropdown-menu.js +0 -179
- package/dist/src/components/plate/components/insert-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/kbd-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/kbd-leaf.js +0 -5
- package/dist/src/components/plate/components/kbd-leaf.js.map +0 -1
- package/dist/src/components/plate/components/line-height-dropdown-menu.d.ts +0 -2
- package/dist/src/components/plate/components/line-height-dropdown-menu.js +0 -12
- package/dist/src/components/plate/components/line-height-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/link-element.d.ts +0 -21
- package/dist/src/components/plate/components/link-element.js +0 -10
- package/dist/src/components/plate/components/link-element.js.map +0 -1
- package/dist/src/components/plate/components/link-floating-toolbar.d.ts +0 -5
- package/dist/src/components/plate/components/link-floating-toolbar.js +0 -54
- package/dist/src/components/plate/components/link-floating-toolbar.js.map +0 -1
- package/dist/src/components/plate/components/link-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/link-toolbar-button.js +0 -11
- package/dist/src/components/plate/components/link-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/mark-toolbar-button.d.ts +0 -18
- package/dist/src/components/plate/components/mark-toolbar-button.js +0 -11
- package/dist/src/components/plate/components/mark-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/media-embed-element.d.ts +0 -21
- package/dist/src/components/plate/components/media-embed-element.js +0 -23
- package/dist/src/components/plate/components/media-embed-element.js.map +0 -1
- package/dist/src/components/plate/components/media-popover.d.ts +0 -7
- package/dist/src/components/plate/components/media-popover.js +0 -30
- package/dist/src/components/plate/components/media-popover.js.map +0 -1
- package/dist/src/components/plate/components/mention-element.d.ts +0 -26
- package/dist/src/components/plate/components/mention-element.js +0 -12
- package/dist/src/components/plate/components/mention-element.js.map +0 -1
- package/dist/src/components/plate/components/mention-input-element.d.ts +0 -25
- package/dist/src/components/plate/components/mention-input-element.js +0 -89
- package/dist/src/components/plate/components/mention-input-element.js.map +0 -1
- package/dist/src/components/plate/components/outdent-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/outdent-toolbar-button.js +0 -10
- package/dist/src/components/plate/components/outdent-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/paragraph-element.d.ts +0 -20
- package/dist/src/components/plate/components/paragraph-element.js +0 -4
- package/dist/src/components/plate/components/paragraph-element.js.map +0 -1
- package/dist/src/components/plate/components/placeholder.d.ts +0 -6
- package/dist/src/components/plate/components/placeholder.js +0 -37
- package/dist/src/components/plate/components/placeholder.js.map +0 -1
- package/dist/src/components/plate/components/popover.d.ts +0 -7
- package/dist/src/components/plate/components/popover.js +0 -11
- package/dist/src/components/plate/components/popover.js.map +0 -1
- package/dist/src/components/plate/components/resizable.d.ts +0 -40
- package/dist/src/components/plate/components/resizable.js +0 -38
- package/dist/src/components/plate/components/resizable.js.map +0 -1
- package/dist/src/components/plate/components/separator.d.ts +0 -4
- package/dist/src/components/plate/components/separator.js +0 -20
- package/dist/src/components/plate/components/separator.js.map +0 -1
- package/dist/src/components/plate/components/slash-input-element.d.ts +0 -22
- package/dist/src/components/plate/components/slash-input-element.js +0 -64
- package/dist/src/components/plate/components/slash-input-element.js.map +0 -1
- package/dist/src/components/plate/components/table-cell-element.d.ts +0 -47
- package/dist/src/components/plate/components/table-cell-element.js +0 -35
- package/dist/src/components/plate/components/table-cell-element.js.map +0 -1
- package/dist/src/components/plate/components/table-element.d.ts +0 -24
- package/dist/src/components/plate/components/table-element.js +0 -46
- package/dist/src/components/plate/components/table-element.js.map +0 -1
- package/dist/src/components/plate/components/table-row-element.d.ts +0 -23
- package/dist/src/components/plate/components/table-row-element.js +0 -7
- package/dist/src/components/plate/components/table-row-element.js.map +0 -1
- package/dist/src/components/plate/components/todo-list-element.d.ts +0 -21
- package/dist/src/components/plate/components/todo-list-element.js +0 -12
- package/dist/src/components/plate/components/todo-list-element.js.map +0 -1
- package/dist/src/components/plate/components/toolbar.d.ts +0 -29
- package/dist/src/components/plate/components/toolbar.js +0 -51
- package/dist/src/components/plate/components/toolbar.js.map +0 -1
- package/dist/src/components/plate/components/tooltip.d.ts +0 -12
- package/dist/src/components/plate/components/tooltip.js +0 -26
- package/dist/src/components/plate/components/tooltip.js.map +0 -1
- package/dist/src/components/plate/components/turn-into-dropdown-menu.d.ts +0 -2
- package/dist/src/components/plate/components/turn-into-dropdown-menu.js +0 -93
- package/dist/src/components/plate/components/turn-into-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/icons.d.ts +0 -85
- package/dist/src/components/plate/icons.js +0 -101
- package/dist/src/components/plate/icons.js.map +0 -1
- package/dist/src/components/plate/lib/autoformat-rules.d.ts +0 -10
- package/dist/src/components/plate/lib/autoformat-rules.js +0 -271
- package/dist/src/components/plate/lib/autoformat-rules.js.map +0 -1
- package/dist/src/components/plate/usePlateEditor.d.ts +0 -4
- package/dist/src/components/plate/usePlateEditor.js +0 -384
- package/dist/src/components/plate/usePlateEditor.js.map +0 -1
- package/dist/src/components/states/error/index.js +0 -15
- package/dist/src/components/states/error/index.js.map +0 -1
- package/dist/src/context/FormData.js +0 -109
- package/dist/src/context/FormData.js.map +0 -1
- package/dist/src/hooks/useDependent/enhanced/useInputDependent/useInputDependent.js +0 -36
- package/dist/src/hooks/useDependent/enhanced/useInputDependent/useInputDependent.js.map +0 -1
- package/dist/src/hooks/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.js +0 -16
- package/dist/src/hooks/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.js.map +0 -1
- package/dist/src/hooks/useDependent/useDependent.js +0 -86
- package/dist/src/hooks/useDependent/useDependent.js.map +0 -1
- package/dist/src/hooks/useValueGenerator/useValueGenerator.js +0 -99
- package/dist/src/hooks/useValueGenerator/useValueGenerator.js.map +0 -1
- package/dist/src/index.js +0 -19
- package/dist/src/index.js.map +0 -1
- package/dist/src/styles/Hidden.styles.js +0 -16
- package/dist/src/styles/Hidden.styles.js.map +0 -1
- package/dist/src/styles/Skeleton.js +0 -40
- package/dist/src/styles/Skeleton.js.map +0 -1
- package/dist/src/styles/Textfield.styles.js +0 -34
- package/dist/src/styles/Textfield.styles.js.map +0 -1
- package/dist/src/testutils.js +0 -22
- package/dist/src/testutils.js.map +0 -1
- package/dist/src/types/controlProps.js +0 -2
- package/dist/src/types/controlProps.js.map +0 -1
- package/dist/src/types/index.js +0 -2
- package/dist/src/types/index.js.map +0 -1
- package/dist/src/ui/menu/hooks/useMenu.js +0 -41
- package/dist/src/ui/menu/hooks/useMenu.js.map +0 -1
- package/dist/src/ui/menu/index.js +0 -13
- package/dist/src/ui/menu/index.js.map +0 -1
- package/dist/src/ui/menu/test/createControl.js +0 -30
- package/dist/src/ui/menu/test/createControl.js.map +0 -1
- package/dist/src/ui/menu/utils/detemineSubmenuTabs/index.js +0 -82
- package/dist/src/ui/menu/utils/detemineSubmenuTabs/index.js.map +0 -1
- package/dist/src/ui-helper/HeaderCollapseButton/index.js +0 -9
- package/dist/src/ui-helper/HeaderCollapseButton/index.js.map +0 -1
- package/dist/src/ui-helper/notifications/Error.js +0 -77
- package/dist/src/ui-helper/notifications/Error.js.map +0 -1
- package/dist/src/ui-helper/notifications/images/background.js +0 -7
- package/dist/src/ui-helper/notifications/images/background.js.map +0 -1
- package/dist/src/ui-helper/notifications/images/spinner.js +0 -6
- package/dist/src/ui-helper/notifications/images/spinner.js.map +0 -1
- package/dist/src/ui-helper/notifications/images/under-improvement.js +0 -6
- package/dist/src/ui-helper/notifications/images/under-improvement.js.map +0 -1
- package/dist/src/utils/findFormControlError/index.js +0 -24
- package/dist/src/utils/findFormControlError/index.js.map +0 -1
- package/dist/src/utils/hasGroupRequiredFieldsWithValues/index.js +0 -22
- package/dist/src/utils/hasGroupRequiredFieldsWithValues/index.js.map +0 -1
- package/dist/styles/formControl.module.scss +0 -59
- package/dist/tailwind.config.d.ts +0 -1
- package/dist/tailwind.config.js +0 -17
- package/dist/tailwind.config.js.map +0 -1
- package/dist/webpack.common.d.ts +0 -63
- package/dist/webpack.common.js +0 -76
- package/dist/webpack.common.js.map +0 -1
- package/dist/webpack.dev.d.ts +0 -65
- package/dist/webpack.dev.js +0 -11
- package/dist/webpack.dev.js.map +0 -1
- package/dist/webpack.prod.d.ts +0 -65
- package/dist/webpack.prod.js +0 -10
- package/dist/webpack.prod.js.map +0 -1
- /package/dist/{src/assets → assets}/icons/error/Error.d.ts +0 -0
- /package/dist/{src/components → components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{src/components → components}/Checkbox/index.d.ts +0 -0
- /package/dist/{src/components → components}/ControlWrapper/ControlWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/ControlWrapper/index.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/DateRangeGroup.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/DateRangeGroup.styles.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/components/CalendarModal.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/dist/{src/components → components}/FileUploader/FileUploader.d.ts +0 -0
- /package/dist/{src/components → components}/FileUploader/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/FormBuilder.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/extractFormControlValues/extractFormControlValues.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/extractFormControlValues/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/jsonToUrlEncoded/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.d.ts +0 -0
- /package/dist/{src/components → components}/FormFooter/FormFooter.d.ts +0 -0
- /package/dist/{src/components → components}/FormFooter/components/Switch.d.ts +0 -0
- /package/dist/{src/components → components}/FormFooter/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormGroup/FormGroup.d.ts +0 -0
- /package/dist/{src/components → components}/FormGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormList/FormList.d.ts +0 -0
- /package/dist/{src/components → components}/FormList/index.d.ts +0 -0
- /package/dist/{src/components → components}/GeneralFormGroup/GeneralFormGroup.d.ts +0 -0
- /package/dist/{src/components → components}/GeneralFormGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/Group/Group.d.ts +0 -0
- /package/dist/{src/components → components}/Group/index.d.ts +0 -0
- /package/dist/{src/components → components}/Input/Input.d.ts +0 -0
- /package/dist/{src/components → components}/Input/index.d.ts +0 -0
- /package/dist/{src/components → components}/Input/input.styles.d.ts +0 -0
- /package/dist/{src/components → components}/InputFreeSolo/InputFreeSolo.d.ts +0 -0
- /package/dist/{src/components → components}/InputFreeSolo/index.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/MrnInput.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/hooks/useMrn.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/index.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/services/fetchMrn.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/ui-helper/Link/Link.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/mrnUtils/mrnUtils.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/resolveMrnLinks/resolveMrnLink.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/urlSearchParam/urlSearchParam.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/MultiSelect.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/index.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/utils/extractSelectedOptionValues/index.d.ts +0 -0
- /package/dist/{src/components → components}/PasswordInput/PasswordInput.d.ts +0 -0
- /package/dist/{src/components → components}/PasswordInput/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/QueryControl.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/data/defaultControls.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/QueryControlWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/allControlsHidden/allControlsHidden.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/allControlsHidden/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/getMatchingControls.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hasExpertControl/hasExpertControl.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hasExpertControl/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hideGroup/hideGroup.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hideGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/Select/Select.d.ts +0 -0
- /package/dist/{src/components → components}/Select/index.d.ts +0 -0
- /package/dist/{src/components → components}/Select/utils/getSelectedOption.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/Textarea.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/Textarea.types.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/aiAction.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/aiLayout.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/index.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/useAi.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Default.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Html.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Json.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Markdown.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Richtext.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/index.d.ts +0 -0
- /package/dist/{src/components → components}/addressGroup/AddressGroup.d.ts +0 -0
- /package/dist/{src/components → components}/addressGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/addressGroup/utils/Countries.d.ts +0 -0
- /package/dist/{src/components → components}/states/error/index.d.ts +0 -0
- /package/dist/{src/context → context}/FormData.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDependent/enhanced/useInputDependent/useInputDependent.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDependent/useDependent.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useValueGenerator/useValueGenerator.d.ts +0 -0
- /package/dist/{src/styles → styles}/Hidden.styles.d.ts +0 -0
- /package/dist/{src/styles → styles}/Skeleton.d.ts +0 -0
- /package/dist/{src/styles → styles}/Textfield.styles.d.ts +0 -0
- /package/dist/{src/testutils.d.ts → testutils.d.ts} +0 -0
- /package/dist/{src/types → types}/controlProps.d.ts +0 -0
- /package/dist/{src/types → types}/index.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/hooks/useMenu.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/index.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/test/createControl.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/utils/detemineSubmenuTabs/index.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/HeaderCollapseButton/index.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/Error.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/images/background.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/images/spinner.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/images/under-improvement.d.ts +0 -0
- /package/dist/{src/utils → utils}/findFormControlError/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/hasGroupRequiredFieldsWithValues/index.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Countries.js","sourceRoot":"","sources":["../../../../../src/components/addressGroup/utils/Countries.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./styles.css";
|
|
3
|
-
interface PlateEditorProps {
|
|
4
|
-
readOnly?: boolean;
|
|
5
|
-
onValueChange?: (value: any) => void;
|
|
6
|
-
value?: any;
|
|
7
|
-
type?: "readOnly" | "editable" | "editor";
|
|
8
|
-
}
|
|
9
|
-
declare const PlateEditor: React.ForwardRefExoticComponent<PlateEditorProps & React.RefAttributes<unknown>>;
|
|
10
|
-
export default PlateEditor;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
// HOOKS
|
|
3
|
-
import { useRef, useEffect, useImperativeHandle, forwardRef, } from "react";
|
|
4
|
-
import usePlateEditor from "./usePlateEditor";
|
|
5
|
-
// COMPONENTS
|
|
6
|
-
import { Plate } from "@udecode/plate-common/react";
|
|
7
|
-
// import { CursorOverlay } from "./components/cursor-overlay";
|
|
8
|
-
import { FixedToolbar } from "./components/fixed-toolbar";
|
|
9
|
-
import { FixedToolbarButtons } from "./components/fixed-toolbar-buttons";
|
|
10
|
-
import { TooltipProvider } from "./components/tooltip";
|
|
11
|
-
import { PlateEditorContent } from "./PlateEditorContent";
|
|
12
|
-
import "./styles.css";
|
|
13
|
-
// UTILS
|
|
14
|
-
import { cn } from "@udecode/cn";
|
|
15
|
-
const PlateEditor = forwardRef(function PlateEditor({ readOnly, onValueChange, value, type }, ref) {
|
|
16
|
-
const containerRef = useRef(null);
|
|
17
|
-
const plateValueRef = useRef([]);
|
|
18
|
-
const editor = usePlateEditor({ value });
|
|
19
|
-
const handleOnValueChange = (value) => {
|
|
20
|
-
onValueChange?.(value);
|
|
21
|
-
plateValueRef.current = value;
|
|
22
|
-
};
|
|
23
|
-
const handleValueReset = () => {
|
|
24
|
-
plateValueRef.current = [];
|
|
25
|
-
};
|
|
26
|
-
useEffect(() => {
|
|
27
|
-
if (type === "editor") {
|
|
28
|
-
editor?.tf?.setValue(plateValueRef.current);
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
// Expose the reset function via ref
|
|
32
|
-
useImperativeHandle(ref, () => ({
|
|
33
|
-
reset: handleValueReset,
|
|
34
|
-
}));
|
|
35
|
-
return (_jsx("div", { id: "twp", className: "twp", children: _jsx(TooltipProvider, { children: _jsx(Plate, { editor: editor, onChange: ({ value }) => handleOnValueChange(value), readOnly: type === "readOnly", children: _jsxs("div", { ref: containerRef, className: cn("relative", "[&_.slate-start-area-left]:!w-[64px] [&_.slate-start-area-right]:!w-[64px] [&_.slate-start-area-top]:!h-4"), children: [!readOnly && (_jsx(FixedToolbar, { children: _jsx(FixedToolbarButtons, {}) })), _jsx(PlateEditorContent, { className: "px-[96px] py-16", autoFocus: true, focusRing: false, variant: "ghost", size: "md" })] }) }) }) }));
|
|
36
|
-
});
|
|
37
|
-
export default PlateEditor;
|
|
38
|
-
//# sourceMappingURL=PlateEditor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlateEditor.js","sourceRoot":"","sources":["../../../../src/components/plate/PlateEditor.tsx"],"names":[],"mappings":";AAAA,QAAQ;AACR,OAAc,EACZ,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,UAAU,GACX,MAAM,OAAO,CAAC;AACf,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAE9C,aAAa;AACb,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,+DAA+D;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,cAAc,CAAC;AAEtB,QAAQ;AACR,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AAQjC,MAAM,WAAW,GAAG,UAAU,CAAC,SAAS,WAAW,CACjD,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,IAAI,EAAoB,EAC1D,GAAG;IAEH,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;IAClC,MAAM,aAAa,GAAG,MAAM,CAAC,EAAE,CAAC,CAAC;IACjC,MAAM,MAAM,GAAG,cAAc,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC;IAEzC,MAAM,mBAAmB,GAAG,CAAC,KAAU,EAAE,EAAE;QACzC,aAAa,EAAE,CAAC,KAAK,CAAC,CAAC;QACvB,aAAa,CAAC,OAAO,GAAG,KAAK,CAAC;IAChC,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAG,EAAE;QAC5B,aAAa,CAAC,OAAO,GAAG,EAAE,CAAC;IAC7B,CAAC,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,IAAI,KAAK,QAAQ,EAAE,CAAC;YACtB,MAAM,EAAE,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAC9C,CAAC;IACH,CAAC,CAAC,CAAC;IAEH,oCAAoC;IACpC,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;QAC9B,KAAK,EAAE,gBAAgB;KACxB,CAAC,CAAC,CAAC;IAEJ,OAAO,CACL,cAAK,EAAE,EAAC,KAAK,EAAC,SAAS,EAAC,KAAK,YAC3B,KAAC,eAAe,cACd,KAAC,KAAK,IACJ,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,mBAAmB,CAAC,KAAK,CAAC,EACnD,QAAQ,EAAE,IAAI,KAAK,UAAU,YAE7B,eACE,GAAG,EAAE,YAAY,EACjB,SAAS,EAAE,EAAE,CACX,UAAU,EACV,2GAA2G,CAC5G,aAEA,CAAC,QAAQ,IAAI,CACZ,KAAC,YAAY,cACX,KAAC,mBAAmB,KAAG,GACV,CAChB,EACD,KAAC,kBAAkB,IACjB,SAAS,EAAC,iBAAiB,EAC3B,SAAS,QACT,SAAS,EAAE,KAAK,EAChB,OAAO,EAAC,OAAO,EACf,IAAI,EAAC,IAAI,GACT,IACE,GACA,GACQ,GACd,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { PlateContentProps } from "@udecode/plate-common/react";
|
|
3
|
-
import type { VariantProps } from "class-variance-authority";
|
|
4
|
-
declare const editorVariants: (props?: {
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
focusRing?: boolean;
|
|
7
|
-
focused?: boolean;
|
|
8
|
-
size?: "sm" | "md";
|
|
9
|
-
variant?: "outline" | "ghost";
|
|
10
|
-
} & import("class-variance-authority/types").ClassProp) => string;
|
|
11
|
-
export type EditorProps = PlateContentProps & VariantProps<typeof editorVariants>;
|
|
12
|
-
declare const PlateEditorContent: React.ForwardRefExoticComponent<Omit<import("@udecode/slate-react").TEditableProps, "decorate"> & {
|
|
13
|
-
autoFocusOnEditable?: boolean;
|
|
14
|
-
decorate?: import("@udecode/plate-common/react").PlateStoreState["decorate"];
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
renderEditable?: (editable: React.ReactElement) => React.ReactNode;
|
|
17
|
-
} & VariantProps<(props?: {
|
|
18
|
-
disabled?: boolean;
|
|
19
|
-
focusRing?: boolean;
|
|
20
|
-
focused?: boolean;
|
|
21
|
-
size?: "sm" | "md";
|
|
22
|
-
variant?: "outline" | "ghost";
|
|
23
|
-
} & import("class-variance-authority/types").ClassProp) => string> & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
-
export { PlateEditorContent };
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
import { cn } from "@udecode/cn";
|
|
4
|
-
import { PlateContent } from "@udecode/plate-common/react";
|
|
5
|
-
import { cva } from "class-variance-authority";
|
|
6
|
-
import React from "react";
|
|
7
|
-
const editorVariants = cva(cn("relative overflow-x-auto whitespace-pre-wrap break-words", "min-h-[80px] w-full rounded-md bg-background px-6 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none", "[&_[data-slate-placeholder]]:text-muted-foreground [&_[data-slate-placeholder]]:!opacity-100", "[&_[data-slate-placeholder]]:top-[auto_!important]", "[&_strong]:font-bold"), {
|
|
8
|
-
defaultVariants: {
|
|
9
|
-
focusRing: true,
|
|
10
|
-
size: "sm",
|
|
11
|
-
variant: "outline",
|
|
12
|
-
},
|
|
13
|
-
variants: {
|
|
14
|
-
disabled: {
|
|
15
|
-
true: "cursor-not-allowed opacity-50",
|
|
16
|
-
},
|
|
17
|
-
focusRing: {
|
|
18
|
-
false: "",
|
|
19
|
-
true: "focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
20
|
-
},
|
|
21
|
-
focused: {
|
|
22
|
-
true: "ring-2 ring-ring ring-offset-2",
|
|
23
|
-
},
|
|
24
|
-
size: {
|
|
25
|
-
md: "text-base",
|
|
26
|
-
sm: "text-sm",
|
|
27
|
-
},
|
|
28
|
-
variant: {
|
|
29
|
-
ghost: "",
|
|
30
|
-
outline: "border border-input",
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
});
|
|
34
|
-
const PlateEditorContent = React.forwardRef(({ className, disabled, focusRing, focused, readOnly, size, variant, ...props }, ref) => {
|
|
35
|
-
return (_jsx("div", { className: "relative w-full", ref: ref, children: _jsx(PlateContent, { "aria-disabled": disabled, className: cn(editorVariants({
|
|
36
|
-
disabled,
|
|
37
|
-
focusRing,
|
|
38
|
-
focused,
|
|
39
|
-
size,
|
|
40
|
-
variant,
|
|
41
|
-
}), className), "data-plate-selectable": true, disableDefaultStyles: true, readOnly: disabled ?? readOnly, ...props }) }));
|
|
42
|
-
});
|
|
43
|
-
PlateEditorContent.displayName = "Editor";
|
|
44
|
-
export { PlateEditorContent };
|
|
45
|
-
//# sourceMappingURL=PlateEditorContent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlateEditorContent.js","sourceRoot":"","sources":["../../../../src/components/plate/PlateEditorContent.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,GAAG,EAAE,MAAM,0BAA0B,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,cAAc,GAAG,GAAG,CACxB,EAAE,CACA,0DAA0D,EAC1D,oJAAoJ,EACpJ,8FAA8F,EAC9F,oDAAoD,EACpD,sBAAsB,CACvB,EACD;IACE,eAAe,EAAE;QACf,SAAS,EAAE,IAAI;QACf,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,SAAS;KACnB;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE;YACR,IAAI,EAAE,+BAA+B;SACtC;QACD,SAAS,EAAE;YACT,KAAK,EAAE,EAAE;YACT,IAAI,EAAE,0EAA0E;SACjF;QACD,OAAO,EAAE;YACP,IAAI,EAAE,gCAAgC;SACvC;QACD,IAAI,EAAE;YACJ,EAAE,EAAE,WAAW;YACf,EAAE,EAAE,SAAS;SACd;QACD,OAAO,EAAE;YACP,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,qBAAqB;SAC/B;KACF;CACF,CACF,CAAC;AAKF,MAAM,kBAAkB,GAAG,KAAK,CAAC,UAAU,CACzC,CACE,EACE,SAAS,EACT,QAAQ,EACR,SAAS,EACT,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,OAAO,CACL,cAAK,SAAS,EAAC,iBAAiB,EAAC,GAAG,EAAE,GAAG,YACvC,KAAC,YAAY,qBACI,QAAQ,EACvB,SAAS,EAAE,EAAE,CACX,cAAc,CAAC;gBACb,QAAQ;gBACR,SAAS;gBACT,OAAO;gBACP,IAAI;gBACJ,OAAO;aACR,CAAC,EACF,SAAS,CACV,iCAED,oBAAoB,QACpB,QAAQ,EAAE,QAAQ,IAAI,QAAQ,KAC1B,KAAK,GACT,GACE,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AACF,kBAAkB,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE1C,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { useAlignDropdownMenu, useAlignDropdownMenuState, } from "@udecode/plate-alignment/react";
|
|
4
|
-
import { Icons, iconVariants } from "../icons";
|
|
5
|
-
import { DropdownMenu, DropdownMenuContent, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuTrigger, useOpenState, } from "./dropdown-menu";
|
|
6
|
-
import { ToolbarButton } from "./toolbar";
|
|
7
|
-
const items = [
|
|
8
|
-
{
|
|
9
|
-
icon: Icons.alignLeft,
|
|
10
|
-
value: "left",
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
icon: Icons.alignCenter,
|
|
14
|
-
value: "center",
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
icon: Icons.alignRight,
|
|
18
|
-
value: "right",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
icon: Icons.alignJustify,
|
|
22
|
-
value: "justify",
|
|
23
|
-
},
|
|
24
|
-
];
|
|
25
|
-
export function AlignDropdownMenu({ children, ...props }) {
|
|
26
|
-
const state = useAlignDropdownMenuState();
|
|
27
|
-
const { radioGroupProps } = useAlignDropdownMenu(state);
|
|
28
|
-
const openState = useOpenState();
|
|
29
|
-
const IconValue = items.find((item) => item.value === radioGroupProps.value)?.icon ??
|
|
30
|
-
Icons.alignLeft;
|
|
31
|
-
return (_jsxs(DropdownMenu, { modal: false, ...openState, ...props, children: [_jsx(DropdownMenuTrigger, { asChild: true, children: _jsx(ToolbarButton, { isDropdown: true, pressed: openState.open, tooltip: "Align", children: _jsx(IconValue, {}) }) }), _jsx(DropdownMenuContent, { align: "start", className: "min-w-0", children: _jsx(DropdownMenuRadioGroup, { className: "flex flex-col gap-0.5", ...radioGroupProps, children: items.map(({ icon: Icon, value: itemValue }) => (_jsx(DropdownMenuRadioItem, { hideIcon: true, value: itemValue, children: _jsx(Icon, { className: iconVariants({ variant: "toolbar" }) }) }, itemValue))) }) })] }));
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=align-dropdown-menu.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"align-dropdown-menu.js","sourceRoot":"","sources":["../../../../../src/components/plate/components/align-dropdown-menu.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EACL,oBAAoB,EACpB,yBAAyB,GAC1B,MAAM,gCAAgC,CAAC;AAGxC,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,sBAAsB,EACtB,qBAAqB,EACrB,mBAAmB,EACnB,YAAY,GACb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI1C,MAAM,KAAK,GAAG;IACZ;QACE,IAAI,EAAE,KAAK,CAAC,SAAS;QACrB,KAAK,EAAE,MAAM;KACd;IACD;QACE,IAAI,EAAE,KAAK,CAAC,WAAW;QACvB,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,IAAI,EAAE,KAAK,CAAC,UAAU;QACtB,KAAK,EAAE,OAAO;KACf;IACD;QACE,IAAI,EAAE,KAAK,CAAC,YAAY;QACxB,KAAK,EAAE,SAAS;KACjB;CACF,CAAC;AAEF,MAAM,UAAU,iBAAiB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAqB;IACzE,MAAM,KAAK,GAAG,yBAAyB,EAAE,CAAC;IAC1C,MAAM,EAAE,eAAe,EAAE,GAAG,oBAAoB,CAAC,KAAK,CAAC,CAAC;IAExD,MAAM,SAAS,GAAG,YAAY,EAAE,CAAC;IACjC,MAAM,SAAS,GACb,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,KAAK,eAAe,CAAC,KAAK,CAAC,EAAE,IAAI;QAChE,KAAK,CAAC,SAAS,CAAC;IAElB,OAAO,CACL,MAAC,YAAY,IAAC,KAAK,EAAE,KAAK,KAAM,SAAS,KAAM,KAAK,aAClD,KAAC,mBAAmB,IAAC,OAAO,kBAC1B,KAAC,aAAa,IAAC,UAAU,QAAC,OAAO,EAAE,SAAS,CAAC,IAAI,EAAE,OAAO,EAAC,OAAO,YAChE,KAAC,SAAS,KAAG,GACC,GACI,EAEtB,KAAC,mBAAmB,IAAC,KAAK,EAAC,OAAO,EAAC,SAAS,EAAC,SAAS,YACpD,KAAC,sBAAsB,IACrB,SAAS,EAAC,uBAAuB,KAC7B,eAAe,YAElB,KAAK,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAC/C,KAAC,qBAAqB,IAAC,QAAQ,QAAiB,KAAK,EAAE,SAAS,YAC9D,KAAC,IAAI,IAAC,SAAS,EAAE,YAAY,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,GAAI,IADtB,SAAS,CAEtB,CACzB,CAAC,GACqB,GACL,IACT,CAChB,CAAC;AACJ,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export declare const BlockquoteElement: React.ForwardRefExoticComponent<Omit<{
|
|
3
|
-
elementToAttributes?: (element: import("@udecode/plate-common").TElement) => any;
|
|
4
|
-
} & Omit<{
|
|
5
|
-
as?: React.ElementType;
|
|
6
|
-
asChild?: boolean;
|
|
7
|
-
} & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<any>, "ref"> & {
|
|
8
|
-
ref?: React.Ref<any>;
|
|
9
|
-
} & import("@udecode/plate-common").BasePluginContext<import("@udecode/plate-common/react").AnyPlatePlugin> & {
|
|
10
|
-
useOption: {
|
|
11
|
-
<K extends string | number | symbol, F extends any, Args extends Parameters<F & ((...args: any[]) => any)>>(optionKey: K, ...args: Args): F extends (...args: any[]) => any ? ReturnType<F> : F;
|
|
12
|
-
<K extends string | number | symbol, F extends any>(optionKey: K): F extends (...args: any[]) => any ? never : F;
|
|
13
|
-
};
|
|
14
|
-
editor: import("@udecode/plate-common/react").PlateEditor;
|
|
15
|
-
plugin: import("@udecode/plate-common/react").EditorPlatePlugin<import("@udecode/plate-common/react").AnyPlatePlugin>;
|
|
16
|
-
} & {
|
|
17
|
-
className?: string;
|
|
18
|
-
nodeProps?: import("@udecode/plate-common").AnyObject;
|
|
19
|
-
} & import("@udecode/slate-react").TRenderElementProps<import("@udecode/plate-common").TElement> & {
|
|
20
|
-
path: import("slate").Path;
|
|
21
|
-
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<never>>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
import { cn, withRef } from "@udecode/cn";
|
|
4
|
-
import { PlateElement } from "@udecode/plate-common/react";
|
|
5
|
-
export const BlockquoteElement = withRef(({ children, className, ...props }, ref) => {
|
|
6
|
-
return (_jsx(PlateElement, { asChild: true, className: cn("my-1 border-l-2 pl-6 italic", className), ref: ref, ...props, children: _jsx("blockquote", { children: children }) }));
|
|
7
|
-
});
|
|
8
|
-
//# sourceMappingURL=blockquote-element.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blockquote-element.js","sourceRoot":"","sources":["../../../../../src/components/plate/components/blockquote-element.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAGb,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAE3D,MAAM,CAAC,MAAM,iBAAiB,GAAG,OAAO,CACtC,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACzC,OAAO,CACL,KAAC,YAAY,IACX,OAAO,QACP,SAAS,EAAE,EAAE,CAAC,6BAA6B,EAAE,SAAS,CAAC,EACvD,GAAG,EAAE,GAAG,KACJ,KAAK,YAET,+BAAa,QAAQ,GAAc,GACtB,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { VariantProps } from "class-variance-authority";
|
|
3
|
-
export declare const buttonVariants: (props?: {
|
|
4
|
-
variant?: "link" | "outline" | "default" | "secondary" | "destructive" | "ghost" | "inlineLink";
|
|
5
|
-
size?: "default" | "none" | "icon" | "sm" | "xs" | "sms" | "lg";
|
|
6
|
-
isMenu?: boolean;
|
|
7
|
-
} & import("class-variance-authority/types").ClassProp) => string;
|
|
8
|
-
export declare const Button: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & VariantProps<(props?: {
|
|
9
|
-
variant?: "link" | "outline" | "default" | "secondary" | "destructive" | "ghost" | "inlineLink";
|
|
10
|
-
size?: "default" | "none" | "icon" | "sm" | "xs" | "sms" | "lg";
|
|
11
|
-
isMenu?: boolean;
|
|
12
|
-
} & import("class-variance-authority/types").ClassProp) => string> & {
|
|
13
|
-
asChild?: boolean;
|
|
14
|
-
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
3
|
-
import { cn, withRef } from "@udecode/cn";
|
|
4
|
-
import { cva } from "class-variance-authority";
|
|
5
|
-
export const buttonVariants = cva("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50", {
|
|
6
|
-
variants: {
|
|
7
|
-
variant: {
|
|
8
|
-
default: "bg-primary text-primary-foreground hover:bg-primary/90",
|
|
9
|
-
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
|
10
|
-
outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
|
|
11
|
-
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
12
|
-
ghost: "hover:bg-accent hover:text-accent-foreground",
|
|
13
|
-
link: "text-primary underline-offset-4 hover:underline",
|
|
14
|
-
inlineLink: "text-base text-primary underline underline-offset-4",
|
|
15
|
-
},
|
|
16
|
-
size: {
|
|
17
|
-
default: "h-10 px-4 py-2",
|
|
18
|
-
xs: "h-8 rounded-md px-3",
|
|
19
|
-
sm: "h-9 rounded-md px-3",
|
|
20
|
-
sms: "size-9 rounded-md px-0",
|
|
21
|
-
lg: "h-11 rounded-md px-8",
|
|
22
|
-
icon: "size-10",
|
|
23
|
-
none: "",
|
|
24
|
-
},
|
|
25
|
-
isMenu: {
|
|
26
|
-
true: "h-auto w-full cursor-pointer justify-start",
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
defaultVariants: {
|
|
30
|
-
variant: "default",
|
|
31
|
-
size: "default",
|
|
32
|
-
},
|
|
33
|
-
});
|
|
34
|
-
export const Button = withRef(({ className, isMenu, variant, size, asChild = false, ...props }, ref) => {
|
|
35
|
-
const Comp = asChild ? Slot : "button";
|
|
36
|
-
return (_jsx(Comp, { className: cn(buttonVariants({ isMenu, variant, size, className })), ref: ref, ...props }));
|
|
37
|
-
});
|
|
38
|
-
//# sourceMappingURL=button.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../src/components/plate/components/button.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAgB,MAAM,0BAA0B,CAAC;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAC/B,wRAAwR,EACxR;IACE,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,OAAO,EAAE,wDAAwD;YACjE,WAAW,EACT,oEAAoE;YACtE,OAAO,EACL,gFAAgF;YAClF,SAAS,EACP,8DAA8D;YAChE,KAAK,EAAE,8CAA8C;YACrD,IAAI,EAAE,iDAAiD;YACvD,UAAU,EAAE,qDAAqD;SAClE;QACD,IAAI,EAAE;YACJ,OAAO,EAAE,gBAAgB;YACzB,EAAE,EAAE,qBAAqB;YACzB,EAAE,EAAE,qBAAqB;YACzB,GAAG,EAAE,wBAAwB;YAC7B,EAAE,EAAE,sBAAsB;YAC1B,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,EAAE;SACT;QACD,MAAM,EAAE;YACN,IAAI,EAAE,4CAA4C;SACnD;KACF;IACD,eAAe,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,SAAS;KAChB;CACF,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,OAAO,CAK3B,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,GAAG,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACzE,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC;IAEvC,OAAO,CACL,KAAC,IAAI,IACH,SAAS,EAAE,EAAE,CAAC,cAAc,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EACnE,GAAG,EAAE,GAAG,KACJ,KAAK,GACT,CACH,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export declare const Caption: import("react").ForwardRefExoticComponent<Omit<{
|
|
2
|
-
as?: React.ElementType;
|
|
3
|
-
asChild?: boolean;
|
|
4
|
-
className?: string;
|
|
5
|
-
options?: import("@udecode/plate-caption/react").CaptionOptions | undefined;
|
|
6
|
-
setProps?: ((hookProps: {}) => import("@udecode/plate-caption/react").CaptionProps) | undefined;
|
|
7
|
-
state?: {
|
|
8
|
-
captionString: string;
|
|
9
|
-
hidden: boolean;
|
|
10
|
-
readOnly: boolean;
|
|
11
|
-
selected: boolean;
|
|
12
|
-
} | undefined;
|
|
13
|
-
style?: React.CSSProperties;
|
|
14
|
-
} & import("@udecode/plate-caption/react").CaptionProps & import("react").RefAttributes<any>, "ref"> & import("class-variance-authority").VariantProps<(props?: {
|
|
15
|
-
align?: "left" | "right" | "center";
|
|
16
|
-
} & import("class-variance-authority/types").ClassProp) => string> & import("react").RefAttributes<any>>;
|
|
17
|
-
export declare const CaptionTextarea: any;
|
|
18
|
-
export declare const CaptionButton: import("react").ForwardRefExoticComponent<{
|
|
19
|
-
as?: React.ElementType;
|
|
20
|
-
asChild?: boolean;
|
|
21
|
-
className?: string;
|
|
22
|
-
options?: undefined;
|
|
23
|
-
setProps?: (hookProps: {
|
|
24
|
-
onClick: () => void;
|
|
25
|
-
}) => Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("class-variance-authority").VariantProps<(props?: {
|
|
26
|
-
variant?: "link" | "outline" | "default" | "secondary" | "destructive" | "ghost" | "inlineLink";
|
|
27
|
-
size?: "default" | "none" | "icon" | "sm" | "xs" | "sms" | "lg";
|
|
28
|
-
isMenu?: boolean;
|
|
29
|
-
} & import("class-variance-authority/types").ClassProp) => string> & {
|
|
30
|
-
asChild?: boolean;
|
|
31
|
-
} & import("react").RefAttributes<HTMLButtonElement>, "ref">;
|
|
32
|
-
state?: {
|
|
33
|
-
editor: import("@udecode/plate-core/react").PlateEditor;
|
|
34
|
-
element: import("@udecode/slate").TElement;
|
|
35
|
-
};
|
|
36
|
-
style?: React.CSSProperties;
|
|
37
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("class-variance-authority").VariantProps<(props?: {
|
|
38
|
-
variant?: "link" | "outline" | "default" | "secondary" | "destructive" | "ghost" | "inlineLink";
|
|
39
|
-
size?: "default" | "none" | "icon" | "sm" | "xs" | "sms" | "lg";
|
|
40
|
-
isMenu?: boolean;
|
|
41
|
-
} & import("class-variance-authority/types").ClassProp) => string> & {
|
|
42
|
-
asChild?: boolean;
|
|
43
|
-
} & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<any>>;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { cn, createPrimitiveComponent, withCn, withVariants, } from "@udecode/cn";
|
|
2
|
-
import { Caption as CaptionPrimitive, CaptionTextarea as CaptionTextareaPrimitive, useCaptionButton, useCaptionButtonState, } from "@udecode/plate-caption/react";
|
|
3
|
-
import { cva } from "class-variance-authority";
|
|
4
|
-
import { Button } from "./button";
|
|
5
|
-
const captionVariants = cva("max-w-full", {
|
|
6
|
-
defaultVariants: {
|
|
7
|
-
align: "center",
|
|
8
|
-
},
|
|
9
|
-
variants: {
|
|
10
|
-
align: {
|
|
11
|
-
center: "mx-auto",
|
|
12
|
-
left: "mr-auto",
|
|
13
|
-
right: "ml-auto",
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
});
|
|
17
|
-
export const Caption = withVariants(CaptionPrimitive, captionVariants, [
|
|
18
|
-
"align",
|
|
19
|
-
]);
|
|
20
|
-
export const CaptionTextarea = withCn(CaptionTextareaPrimitive, cn("mt-2 w-full resize-none border-none bg-inherit p-0 font-[inherit] text-inherit", "focus:outline-none focus:[&::placeholder]:opacity-0", "text-center print:placeholder:text-transparent"));
|
|
21
|
-
export const CaptionButton = createPrimitiveComponent(Button)({
|
|
22
|
-
propsHook: useCaptionButton,
|
|
23
|
-
stateHook: useCaptionButtonState,
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=caption.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"caption.js","sourceRoot":"","sources":["../../../../../src/components/plate/components/caption.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,wBAAwB,EACxB,MAAM,EACN,YAAY,GACb,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,OAAO,IAAI,gBAAgB,EAC3B,eAAe,IAAI,wBAAwB,EAC3C,gBAAgB,EAChB,qBAAqB,GACtB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,0BAA0B,CAAC;AAE/C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,eAAe,GAAG,GAAG,CAAC,YAAY,EAAE;IACxC,eAAe,EAAE;QACf,KAAK,EAAE,QAAQ;KAChB;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;SACjB;KACF;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,YAAY,CAAC,gBAAgB,EAAE,eAAe,EAAE;IACrE,OAAO;CACR,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,eAAe,GAAQ,MAAM,CACxC,wBAAwB,EACxB,EAAE,CACA,gFAAgF,EAChF,qDAAqD,EACrD,gDAAgD,CACjD,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAAC;IAC5D,SAAS,EAAE,gBAAgB;IAC3B,SAAS,EAAE,qBAAqB;CACjC,CAAC,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
4
|
-
import { cn, withRef } from "@udecode/cn";
|
|
5
|
-
import { Icons } from "../icons";
|
|
6
|
-
export const Checkbox = withRef(({ className, ...props }, ref) => (_jsx(CheckboxPrimitive.Root, { ref: ref, className: cn("peer size-4 shrink-0 rounded-sm border border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground", className), ...props, children: _jsx(CheckboxPrimitive.Indicator, { className: cn("flex items-center justify-center text-current"), children: _jsx(Icons.check, { className: "size-4" }) }) })));
|
|
7
|
-
//# sourceMappingURL=checkbox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.js","sourceRoot":"","sources":["../../../../../src/components/plate/components/checkbox.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAG1C,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,MAAM,CAAC,MAAM,QAAQ,GAAG,OAAO,CAC7B,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAChC,KAAC,iBAAiB,CAAC,IAAI,IACrB,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,EAAE,CACX,6TAA6T,EAC7T,SAAS,CACV,KACG,KAAK,YAET,KAAC,iBAAiB,CAAC,SAAS,IAC1B,SAAS,EAAE,EAAE,CAAC,+CAA+C,CAAC,YAE9D,KAAC,KAAK,CAAC,KAAK,IAAC,SAAS,EAAC,QAAQ,GAAG,GACN,GACP,CAC1B,CACF,CAAC"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import Prism from "prismjs";
|
|
2
|
-
import "prismjs/components/prism-antlr4.js";
|
|
3
|
-
import "prismjs/components/prism-bash.js";
|
|
4
|
-
import "prismjs/components/prism-c.js";
|
|
5
|
-
import "prismjs/components/prism-cmake.js";
|
|
6
|
-
import "prismjs/components/prism-coffeescript.js";
|
|
7
|
-
import "prismjs/components/prism-cpp.js";
|
|
8
|
-
import "prismjs/components/prism-csharp.js";
|
|
9
|
-
import "prismjs/components/prism-css.js";
|
|
10
|
-
import "prismjs/components/prism-dart.js";
|
|
11
|
-
import "prismjs/components/prism-docker.js";
|
|
12
|
-
import "prismjs/components/prism-erlang.js";
|
|
13
|
-
import "prismjs/components/prism-git.js";
|
|
14
|
-
import "prismjs/components/prism-go.js";
|
|
15
|
-
import "prismjs/components/prism-graphql.js";
|
|
16
|
-
import "prismjs/components/prism-groovy.js";
|
|
17
|
-
import "prismjs/components/prism-java.js";
|
|
18
|
-
import "prismjs/components/prism-javascript.js";
|
|
19
|
-
import "prismjs/components/prism-json.js";
|
|
20
|
-
import "prismjs/components/prism-jsx.js";
|
|
21
|
-
import "prismjs/components/prism-kotlin.js";
|
|
22
|
-
import "prismjs/components/prism-latex.js";
|
|
23
|
-
import "prismjs/components/prism-less.js";
|
|
24
|
-
import "prismjs/components/prism-lua.js";
|
|
25
|
-
import "prismjs/components/prism-makefile.js";
|
|
26
|
-
import "prismjs/components/prism-markdown.js";
|
|
27
|
-
import "prismjs/components/prism-matlab.js";
|
|
28
|
-
import "prismjs/components/prism-mermaid.js";
|
|
29
|
-
import "prismjs/components/prism-objectivec.js";
|
|
30
|
-
import "prismjs/components/prism-perl.js";
|
|
31
|
-
import "prismjs/components/prism-powershell.js";
|
|
32
|
-
import "prismjs/components/prism-properties.js";
|
|
33
|
-
import "prismjs/components/prism-protobuf.js";
|
|
34
|
-
import "prismjs/components/prism-python.js";
|
|
35
|
-
import "prismjs/components/prism-r.js";
|
|
36
|
-
import "prismjs/components/prism-ruby.js";
|
|
37
|
-
import "prismjs/components/prism-sass.js";
|
|
38
|
-
import "prismjs/components/prism-scala.js";
|
|
39
|
-
import "prismjs/components/prism-scheme.js";
|
|
40
|
-
import "prismjs/components/prism-scss.js";
|
|
41
|
-
import "prismjs/components/prism-sql.js";
|
|
42
|
-
import "prismjs/components/prism-swift.js";
|
|
43
|
-
import "prismjs/components/prism-tsx.js";
|
|
44
|
-
import "prismjs/components/prism-typescript.js";
|
|
45
|
-
import "prismjs/components/prism-wasm.js";
|
|
46
|
-
import "prismjs/components/prism-yaml.js";
|
|
47
|
-
export { Prism };
|
|
48
|
-
export declare function CodeBlockCombobox(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { cn } from "@udecode/cn";
|
|
4
|
-
import { useCodeBlockCombobox, useCodeBlockComboboxState, } from "@udecode/plate-code-block/react";
|
|
5
|
-
import { useState } from "react";
|
|
6
|
-
// Prism must be imported before all language files
|
|
7
|
-
import Prism from "prismjs";
|
|
8
|
-
import { Icons } from "../icons";
|
|
9
|
-
import { Button } from "./button";
|
|
10
|
-
import { Command, CommandEmpty, CommandInput, CommandItem, CommandList, } from "./command";
|
|
11
|
-
import { Popover, PopoverContent, PopoverTrigger } from "./popover";
|
|
12
|
-
import "prismjs/components/prism-antlr4.js";
|
|
13
|
-
import "prismjs/components/prism-bash.js";
|
|
14
|
-
import "prismjs/components/prism-c.js";
|
|
15
|
-
import "prismjs/components/prism-cmake.js";
|
|
16
|
-
import "prismjs/components/prism-coffeescript.js";
|
|
17
|
-
import "prismjs/components/prism-cpp.js";
|
|
18
|
-
import "prismjs/components/prism-csharp.js";
|
|
19
|
-
import "prismjs/components/prism-css.js";
|
|
20
|
-
import "prismjs/components/prism-dart.js";
|
|
21
|
-
// import 'prismjs/components/prism-django.js';
|
|
22
|
-
import "prismjs/components/prism-docker.js";
|
|
23
|
-
// import 'prismjs/components/prism-ejs.js';
|
|
24
|
-
import "prismjs/components/prism-erlang.js";
|
|
25
|
-
import "prismjs/components/prism-git.js";
|
|
26
|
-
import "prismjs/components/prism-go.js";
|
|
27
|
-
import "prismjs/components/prism-graphql.js";
|
|
28
|
-
import "prismjs/components/prism-groovy.js";
|
|
29
|
-
import "prismjs/components/prism-java.js";
|
|
30
|
-
import "prismjs/components/prism-javascript.js";
|
|
31
|
-
import "prismjs/components/prism-json.js";
|
|
32
|
-
import "prismjs/components/prism-jsx.js";
|
|
33
|
-
import "prismjs/components/prism-kotlin.js";
|
|
34
|
-
import "prismjs/components/prism-latex.js";
|
|
35
|
-
import "prismjs/components/prism-less.js";
|
|
36
|
-
import "prismjs/components/prism-lua.js";
|
|
37
|
-
import "prismjs/components/prism-makefile.js";
|
|
38
|
-
import "prismjs/components/prism-markdown.js";
|
|
39
|
-
import "prismjs/components/prism-matlab.js";
|
|
40
|
-
import "prismjs/components/prism-mermaid.js";
|
|
41
|
-
import "prismjs/components/prism-objectivec.js";
|
|
42
|
-
import "prismjs/components/prism-perl.js";
|
|
43
|
-
// import 'prismjs/components/prism-php.js';
|
|
44
|
-
import "prismjs/components/prism-powershell.js";
|
|
45
|
-
import "prismjs/components/prism-properties.js";
|
|
46
|
-
import "prismjs/components/prism-protobuf.js";
|
|
47
|
-
import "prismjs/components/prism-python.js";
|
|
48
|
-
import "prismjs/components/prism-r.js";
|
|
49
|
-
import "prismjs/components/prism-ruby.js";
|
|
50
|
-
import "prismjs/components/prism-sass.js";
|
|
51
|
-
import "prismjs/components/prism-scala.js";
|
|
52
|
-
import "prismjs/components/prism-scheme.js";
|
|
53
|
-
import "prismjs/components/prism-scss.js";
|
|
54
|
-
import "prismjs/components/prism-sql.js";
|
|
55
|
-
import "prismjs/components/prism-swift.js";
|
|
56
|
-
import "prismjs/components/prism-tsx.js";
|
|
57
|
-
import "prismjs/components/prism-typescript.js";
|
|
58
|
-
import "prismjs/components/prism-wasm.js";
|
|
59
|
-
import "prismjs/components/prism-yaml.js";
|
|
60
|
-
export { Prism };
|
|
61
|
-
const languages = [
|
|
62
|
-
{ label: "Plain Text", value: "text" },
|
|
63
|
-
{ label: "Bash", value: "bash" },
|
|
64
|
-
{ label: "CSS", value: "css" },
|
|
65
|
-
{ label: "Git", value: "git" },
|
|
66
|
-
{ label: "GraphQL", value: "graphql" },
|
|
67
|
-
{ label: "HTML", value: "html" },
|
|
68
|
-
{ label: "JavaScript", value: "javascript" },
|
|
69
|
-
{ label: "JSON", value: "json" },
|
|
70
|
-
{ label: "JSX", value: "jsx" },
|
|
71
|
-
{ label: "Markdown", value: "markdown" },
|
|
72
|
-
{ label: "SQL", value: "sql" },
|
|
73
|
-
{ label: "SVG", value: "svg" },
|
|
74
|
-
{ label: "TSX", value: "tsx" },
|
|
75
|
-
{ label: "TypeScript", value: "typescript" },
|
|
76
|
-
{ label: "WebAssembly", value: "wasm" },
|
|
77
|
-
{ label: "ANTLR4", value: "antlr4" },
|
|
78
|
-
{ label: "C", value: "c" },
|
|
79
|
-
{ label: "CMake", value: "cmake" },
|
|
80
|
-
{ label: "CoffeeScript", value: "coffeescript" },
|
|
81
|
-
{ label: "C#", value: "csharp" },
|
|
82
|
-
{ label: "Dart", value: "dart" },
|
|
83
|
-
{ label: "Django", value: "django" },
|
|
84
|
-
{ label: "Docker", value: "docker" },
|
|
85
|
-
{ label: "EJS", value: "ejs" },
|
|
86
|
-
{ label: "Erlang", value: "erlang" },
|
|
87
|
-
{ label: "Go", value: "go" },
|
|
88
|
-
{ label: "Groovy", value: "groovy" },
|
|
89
|
-
{ label: "Java", value: "java" },
|
|
90
|
-
{ label: "Kotlin", value: "kotlin" },
|
|
91
|
-
{ label: "LaTeX", value: "latex" },
|
|
92
|
-
{ label: "Less", value: "less" },
|
|
93
|
-
{ label: "Lua", value: "lua" },
|
|
94
|
-
{ label: "Makefile", value: "makefile" },
|
|
95
|
-
{ label: "Markup", value: "markup" },
|
|
96
|
-
{ label: "MATLAB", value: "matlab" },
|
|
97
|
-
{ label: "Mermaid", value: "mermaid" },
|
|
98
|
-
{ label: "Objective-C", value: "objectivec" },
|
|
99
|
-
{ label: "Perl", value: "perl" },
|
|
100
|
-
{ label: "PHP", value: "php" },
|
|
101
|
-
{ label: "PowerShell", value: "powershell" },
|
|
102
|
-
{ label: ".properties", value: "properties" },
|
|
103
|
-
{ label: "Protocol Buffers", value: "protobuf" },
|
|
104
|
-
{ label: "Python", value: "python" },
|
|
105
|
-
{ label: "R", value: "r" },
|
|
106
|
-
{ label: "Ruby", value: "ruby" },
|
|
107
|
-
{ label: "Sass (Sass)", value: "sass" },
|
|
108
|
-
// FIXME: Error with current scala grammar
|
|
109
|
-
{ label: "Scala", value: "scala" },
|
|
110
|
-
{ label: "Scheme", value: "scheme" },
|
|
111
|
-
{ label: "Sass (Scss)", value: "scss" },
|
|
112
|
-
{ label: "Shell", value: "shell" },
|
|
113
|
-
{ label: "Swift", value: "swift" },
|
|
114
|
-
{ label: "XML", value: "xml" },
|
|
115
|
-
{ label: "YAML", value: "yaml" },
|
|
116
|
-
];
|
|
117
|
-
export function CodeBlockCombobox() {
|
|
118
|
-
const state = useCodeBlockComboboxState();
|
|
119
|
-
const { commandItemProps } = useCodeBlockCombobox(state);
|
|
120
|
-
const [open, setOpen] = useState(false);
|
|
121
|
-
if (state.readOnly)
|
|
122
|
-
return null;
|
|
123
|
-
return (_jsxs(Popover, { onOpenChange: setOpen, open: open, children: [_jsx(PopoverTrigger, { asChild: true, children: _jsxs(Button, { "aria-expanded": open, className: "justify-between h-5 px-1 text-xs", role: "combobox", size: "xs", variant: "ghost", children: [state.value
|
|
124
|
-
? languages.find((language) => language.value === state.value)
|
|
125
|
-
?.label
|
|
126
|
-
: "Plain Text", _jsx(Icons.chevronsUpDown, { className: "ml-2 opacity-50 size-4 shrink-0" })] }) }), _jsx(PopoverContent, { className: "w-[200px] p-0", children: _jsxs(Command, { children: [_jsx(CommandInput, { placeholder: "Search language..." }), _jsx(CommandEmpty, { children: "No language found." }), _jsx(CommandList, { children: languages.map((language) => (_jsxs(CommandItem, { className: "cursor-pointer", onSelect: (_value) => {
|
|
127
|
-
commandItemProps.onSelect(_value);
|
|
128
|
-
setOpen(false);
|
|
129
|
-
}, value: language.value, children: [_jsx(Icons.check, { className: cn("mr-2 size-4", state.value === language.value ? "opacity-100" : "opacity-0") }), language.label] }, language.value))) })] }) })] }));
|
|
130
|
-
}
|
|
131
|
-
//# sourceMappingURL=code-block-combobox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"code-block-combobox.js","sourceRoot":"","sources":["../../../../../src/components/plate/components/code-block-combobox.tsx"],"names":[],"mappings":"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"}
|