Skip to content

Commit

Permalink
0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 9, 2023
1 parent 2ecc1e7 commit beb7ada
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The priority is descending order.

#### Defined in

[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/renderers.tsx#L17)
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/renderers.tsx#L17)

## Type Aliases

Expand All @@ -99,7 +99,7 @@ The priority is descending order.

#### Defined in

[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/renderers.tsx#L4)
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/renderers.tsx#L4)

___

Expand All @@ -123,7 +123,7 @@ ___

#### Defined in

[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/types.ts#L1)

___

Expand All @@ -133,4 +133,4 @@ ___

#### Defined in

[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/types.ts#L3)
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/types.ts#L3)
6 changes: 3 additions & 3 deletions docs/interfaces/RichInputProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ undefined

#### Defined in

[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/input.tsx#L120)
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/input.tsx#L120)

___

Expand All @@ -63,7 +63,7 @@ undefined

#### Defined in

[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/input.tsx#L125)
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/input.tsx#L125)

___

Expand Down Expand Up @@ -95,4 +95,4 @@ undefined

#### Defined in

[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/input.tsx#L130)
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/input.tsx#L130)
6 changes: 3 additions & 3 deletions docs/interfaces/RichTextareaProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ undefined

#### Defined in

[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/textarea.tsx#L110)
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/textarea.tsx#L110)

___

Expand All @@ -64,7 +64,7 @@ undefined

#### Defined in

[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/textarea.tsx#L117)
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/textarea.tsx#L117)

___

Expand Down Expand Up @@ -96,4 +96,4 @@ undefined

#### Defined in

[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/c7423d9/src/textarea.tsx#L122)
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/2ecc1e7/src/textarea.tsx#L122)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-textarea",
"version": "0.24.3",
"version": "0.24.4",
"description": "A small customizable textarea for React to colorize, highlight, decorate texts, offer autocomplete and much more.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit beb7ada

Please sign in to comment.