Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
aolyang committed Jan 23, 2025
1 parent bff95d9 commit 2ea3863
Show file tree
Hide file tree
Showing 56 changed files with 104 additions and 104 deletions.
32 changes: 16 additions & 16 deletions docs/src/components/editor/ToolbarLite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import "@/styles/toolbars.css"

import cn from "clsx"

import Blockquote from "../editor-toolbars/Blockquote"
import BulletList from "../editor-toolbars/BulletList"
import CheckList from "../editor-toolbars/CheckList"
import CodeBlock from "../editor-toolbars/CodeBlock"
import Emoji from "../editor-toolbars/Emoji"
import FontBold from "../editor-toolbars/FontBold"
import FontItalic from "../editor-toolbars/FontItalic"
import FontStrike from "../editor-toolbars/FontStrike"
import FontUnderline from "../editor-toolbars/FontUnderline"
import FormatClear from "../editor-toolbars/FormatClear"
import HeadingLevel from "../editor-toolbars/HeadingLevel"
import InsertImage from "../editor-toolbars/InsertImage"
import Redo from "../editor-toolbars/Redo"
import TableNew from "../editor-toolbars/TableNew"
import TableRemoveAll from "../editor-toolbars/TableRemoveAll"
import Undo from "../editor-toolbars/Undo"
import Blockquote from "./editor-toolbars/Blockquote"
import BulletList from "./editor-toolbars/BulletList"
import CheckList from "./editor-toolbars/CheckList"
import CodeBlock from "./editor-toolbars/CodeBlock"
import Emoji from "./editor-toolbars/Emoji"
import FontBold from "./editor-toolbars/FontBold"
import FontItalic from "./editor-toolbars/FontItalic"
import FontStrike from "./editor-toolbars/FontStrike"
import FontUnderline from "./editor-toolbars/FontUnderline"
import FormatClear from "./editor-toolbars/FormatClear"
import HeadingLevel from "./editor-toolbars/HeadingLevel"
import InsertImage from "./editor-toolbars/InsertImage"
import Redo from "./editor-toolbars/Redo"
import TableNew from "./editor-toolbars/TableNew"
import TableRemoveAll from "./editor-toolbars/TableRemoveAll"
import Undo from "./editor-toolbars/Undo"
import Hr from "@/components/Hr"

const Splitter = <Hr className="h-[70%] mx-2" />
Expand Down
52 changes: 26 additions & 26 deletions docs/src/components/editor/ToolbarMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ import "@/styles/toolbars.css"

import cn from "clsx"

import Blockquote from "../editor-toolbars/Blockquote"
import BulletList from "../editor-toolbars/BulletList"
import CheckList from "../editor-toolbars/CheckList"
import CodeBlock from "../editor-toolbars/CodeBlock"
import Emoji from "../editor-toolbars/Emoji"
import FontBold from "../editor-toolbars/FontBold"
import FontItalic from "../editor-toolbars/FontItalic"
import FontStrike from "../editor-toolbars/FontStrike"
import FontUnderline from "../editor-toolbars/FontUnderline"
import FormatClear from "../editor-toolbars/FormatClear"
import HeadingLevel from "../editor-toolbars/HeadingLevel"
import InsertImage from "../editor-toolbars/InsertImage"
import LiftList from "../editor-toolbars/LiftList"
import Redo from "../editor-toolbars/Redo"
import SinkList from "../editor-toolbars/SinkList"
import TableAddColAfter from "../editor-toolbars/TableAddColAfter"
import TableAddColBefore from "../editor-toolbars/TableAddColBefore"
import TableAddRowAfter from "../editor-toolbars/TableAddRowAfter"
import TableAddRowBefore from "../editor-toolbars/TableAddRowBefore"
import TableColRemove from "../editor-toolbars/TableColRemove"
import TableNew from "../editor-toolbars/TableNew"
import TableRefresh from "../editor-toolbars/TableRefresh"
import TableRemoveAll from "../editor-toolbars/TableRemoveAll"
import TableRowRemove from "../editor-toolbars/TableRowRemove"
import TableToggleHeaderTop from "../editor-toolbars/TableToggleHeaderTop"
import Undo from "../editor-toolbars/Undo"
import Blockquote from "./editor-toolbars/Blockquote"
import BulletList from "./editor-toolbars/BulletList"
import CheckList from "./editor-toolbars/CheckList"
import CodeBlock from "./editor-toolbars/CodeBlock"
import Emoji from "./editor-toolbars/Emoji"
import FontBold from "./editor-toolbars/FontBold"
import FontItalic from "./editor-toolbars/FontItalic"
import FontStrike from "./editor-toolbars/FontStrike"
import FontUnderline from "./editor-toolbars/FontUnderline"
import FormatClear from "./editor-toolbars/FormatClear"
import HeadingLevel from "./editor-toolbars/HeadingLevel"
import InsertImage from "./editor-toolbars/InsertImage"
import LiftList from "./editor-toolbars/LiftList"
import Redo from "./editor-toolbars/Redo"
import SinkList from "./editor-toolbars/SinkList"
import TableAddColAfter from "./editor-toolbars/TableAddColAfter"
import TableAddColBefore from "./editor-toolbars/TableAddColBefore"
import TableAddRowAfter from "./editor-toolbars/TableAddRowAfter"
import TableAddRowBefore from "./editor-toolbars/TableAddRowBefore"
import TableColRemove from "./editor-toolbars/TableColRemove"
import TableNew from "./editor-toolbars/TableNew"
import TableRefresh from "./editor-toolbars/TableRefresh"
import TableRemoveAll from "./editor-toolbars/TableRemoveAll"
import TableRowRemove from "./editor-toolbars/TableRowRemove"
import TableToggleHeaderTop from "./editor-toolbars/TableToggleHeaderTop"
import Undo from "./editor-toolbars/Undo"
import Hr from "@/components/Hr"

const Splitter = <Hr className="h-[70%] mx-2" />
Expand Down
26 changes: 13 additions & 13 deletions docs/src/components/editor/ToolbarReallySmall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ import "@/styles/toolbars.css"

import cn from "clsx"

import Blockquote from "../editor-toolbars/Blockquote"
import BulletList from "../editor-toolbars/BulletList"
import CheckList from "../editor-toolbars/CheckList"
import CodeBlock from "../editor-toolbars/CodeBlock"
import FontBold from "../editor-toolbars/FontBold"
import FontItalic from "../editor-toolbars/FontItalic"
import FontStrike from "../editor-toolbars/FontStrike"
import FontUnderline from "../editor-toolbars/FontUnderline"
import InsertImage from "../editor-toolbars/InsertImage"
import Redo from "../editor-toolbars/Redo"
import TableNew from "../editor-toolbars/TableNew"
import TableRemoveAll from "../editor-toolbars/TableRemoveAll"
import Undo from "../editor-toolbars/Undo"
import Blockquote from "./editor-toolbars/Blockquote"
import BulletList from "./editor-toolbars/BulletList"
import CheckList from "./editor-toolbars/CheckList"
import CodeBlock from "./editor-toolbars/CodeBlock"
import FontBold from "./editor-toolbars/FontBold"
import FontItalic from "./editor-toolbars/FontItalic"
import FontStrike from "./editor-toolbars/FontStrike"
import FontUnderline from "./editor-toolbars/FontUnderline"
import InsertImage from "./editor-toolbars/InsertImage"
import Redo from "./editor-toolbars/Redo"
import TableNew from "./editor-toolbars/TableNew"
import TableRemoveAll from "./editor-toolbars/TableRemoveAll"
import Undo from "./editor-toolbars/Undo"
import Hr from "@/components/Hr"

const Splitter = <Hr className="h-[70%] mx-1 sm:mx-2" />
Expand Down
96 changes: 48 additions & 48 deletions docs/src/components/editor/ToolbarRich.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@ import "@/styles/toolbars.css"

import cn from "clsx"

import Blockquote from "../editor-toolbars/Blockquote"
import BulletList from "../editor-toolbars/BulletList"
import CheckList from "../editor-toolbars/CheckList"
import CodeBlock from "../editor-toolbars/CodeBlock"
import ColorFill from "../editor-toolbars/ColorFill"
import ColorText from "../editor-toolbars/ColorText"
import Emoji from "../editor-toolbars/Emoji"
import FontBold from "../editor-toolbars/FontBold"
import FontFamily from "../editor-toolbars/FontFamily"
import FontItalic from "../editor-toolbars/FontItalic"
import FontSize from "../editor-toolbars/FontSize"
import FontSizeMinus from "../editor-toolbars/FontSizeMinus"
import FontSizePus from "../editor-toolbars/FontSizePus"
import FontStrike from "../editor-toolbars/FontStrike"
import FontSubscript from "../editor-toolbars/FontSubscript"
import FontSuperscript from "../editor-toolbars/FontSuperscript"
import FontUnderline from "../editor-toolbars/FontUnderline"
import FormatBrush from "../editor-toolbars/FormatBrush"
import FormatClear from "../editor-toolbars/FormatClear"
import HeadingLevel from "../editor-toolbars/HeadingLevel"
import InsertImage from "../editor-toolbars/InsertImage"
import LiftList from "../editor-toolbars/LiftList"
import LineHeight from "../editor-toolbars/LineHeight"
import Margin from "../editor-toolbars/Margin"
import PageBreak from "../editor-toolbars/PageBreak"
import Redo from "../editor-toolbars/Redo"
import SinkList from "../editor-toolbars/SinkList"
import TableAddColAfter from "../editor-toolbars/TableAddColAfter"
import TableAddColBefore from "../editor-toolbars/TableAddColBefore"
import TableAddRowAfter from "../editor-toolbars/TableAddRowAfter"
import TableAddRowBefore from "../editor-toolbars/TableAddRowBefore"
import TableColRemove from "../editor-toolbars/TableColRemove"
import TableMergeCells from "../editor-toolbars/TableMergeCells"
import TableNew from "../editor-toolbars/TableNew"
import TableRefresh from "../editor-toolbars/TableRefresh"
import TableRemoveAll from "../editor-toolbars/TableRemoveAll"
import TableRowRemove from "../editor-toolbars/TableRowRemove"
import TableSplitCell from "../editor-toolbars/TableSplitCell"
import TableToggleHeaderCell from "../editor-toolbars/TableToggleHeaderCell"
import TableToggleHeaderLeft from "../editor-toolbars/TableToggleHeaderLeft"
import TableToggleHeaderTop from "../editor-toolbars/TableToggleHeaderTop"
import TextAlignCenter from "../editor-toolbars/TextAlignCenter"
import TextAlignJustify from "../editor-toolbars/TextAlignJustify"
import TextAlignLeft from "../editor-toolbars/TextAlignLeft"
import TextAlignRight from "../editor-toolbars/TextAlignRight"
import TextIndentDec from "../editor-toolbars/TextIndentDec"
import TextIndentInc from "../editor-toolbars/TextIndentInc"
import Undo from "../editor-toolbars/Undo"
import Blockquote from "./editor-toolbars/Blockquote"
import BulletList from "./editor-toolbars/BulletList"
import CheckList from "./editor-toolbars/CheckList"
import CodeBlock from "./editor-toolbars/CodeBlock"
import ColorFill from "./editor-toolbars/ColorFill"
import ColorText from "./editor-toolbars/ColorText"
import Emoji from "./editor-toolbars/Emoji"
import FontBold from "./editor-toolbars/FontBold"
import FontFamily from "./editor-toolbars/FontFamily"
import FontItalic from "./editor-toolbars/FontItalic"
import FontSize from "./editor-toolbars/FontSize"
import FontSizeMinus from "./editor-toolbars/FontSizeMinus"
import FontSizePus from "./editor-toolbars/FontSizePus"
import FontStrike from "./editor-toolbars/FontStrike"
import FontSubscript from "./editor-toolbars/FontSubscript"
import FontSuperscript from "./editor-toolbars/FontSuperscript"
import FontUnderline from "./editor-toolbars/FontUnderline"
import FormatBrush from "./editor-toolbars/FormatBrush"
import FormatClear from "./editor-toolbars/FormatClear"
import HeadingLevel from "./editor-toolbars/HeadingLevel"
import InsertImage from "./editor-toolbars/InsertImage"
import LiftList from "./editor-toolbars/LiftList"
import LineHeight from "./editor-toolbars/LineHeight"
import Margin from "./editor-toolbars/Margin"
import PageBreak from "./editor-toolbars/PageBreak"
import Redo from "./editor-toolbars/Redo"
import SinkList from "./editor-toolbars/SinkList"
import TableAddColAfter from "./editor-toolbars/TableAddColAfter"
import TableAddColBefore from "./editor-toolbars/TableAddColBefore"
import TableAddRowAfter from "./editor-toolbars/TableAddRowAfter"
import TableAddRowBefore from "./editor-toolbars/TableAddRowBefore"
import TableColRemove from "./editor-toolbars/TableColRemove"
import TableMergeCells from "./editor-toolbars/TableMergeCells"
import TableNew from "./editor-toolbars/TableNew"
import TableRefresh from "./editor-toolbars/TableRefresh"
import TableRemoveAll from "./editor-toolbars/TableRemoveAll"
import TableRowRemove from "./editor-toolbars/TableRowRemove"
import TableSplitCell from "./editor-toolbars/TableSplitCell"
import TableToggleHeaderCell from "./editor-toolbars/TableToggleHeaderCell"
import TableToggleHeaderLeft from "./editor-toolbars/TableToggleHeaderLeft"
import TableToggleHeaderTop from "./editor-toolbars/TableToggleHeaderTop"
import TextAlignCenter from "./editor-toolbars/TextAlignCenter"
import TextAlignJustify from "./editor-toolbars/TextAlignJustify"
import TextAlignLeft from "./editor-toolbars/TextAlignLeft"
import TextAlignRight from "./editor-toolbars/TextAlignRight"
import TextIndentDec from "./editor-toolbars/TextIndentDec"
import TextIndentInc from "./editor-toolbars/TextIndentInc"
import Undo from "./editor-toolbars/Undo"
import Hr from "@/components/Hr"

const Splitter = <Hr className="h-[80%] mx-2" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Icon } from "@mdi/react"
import { ediLineHeight } from "@tiptiz/icons"

import PlainTextDropdown from "../PlainTextDropdown"
import PlainTextDropdown from "../../PlainTextDropdown"

export default function LineHeight() {
return (
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 2ea3863

Please sign in to comment.