Skip to content

Commit

Permalink
0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jun 18, 2023
1 parent 8d705f9 commit 87dd06f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Textarea component with some extra props. See [RichTextareaProps](interfaces/Ric

#### Defined in

node_modules/@types/react/ts5.0/index.d.ts:345
node_modules/@types/react/index.d.ts:383

___

Expand All @@ -68,7 +68,7 @@ Input component with some extra props. See [RichInputProps](interfaces/RichInput

#### Defined in

node_modules/@types/react/ts5.0/index.d.ts:345
node_modules/@types/react/index.d.ts:383

___

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

#### Defined in

[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/renderers.tsx#L17)
[src/renderers.tsx:17](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/renderers.tsx#L17)

## Type Aliases

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

#### Defined in

[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/renderers.tsx#L4)
[src/renderers.tsx:4](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/renderers.tsx#L4)

___

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

#### Defined in

[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/types.ts#L1)

___

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

#### Defined in

[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/types.ts#L3)
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/types.ts#L3)
8 changes: 4 additions & 4 deletions docs/interfaces/RichInputProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Same as original but only string

#### Defined in

[src/input.tsx:62](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/input.tsx#L62)
[src/input.tsx:62](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/input.tsx#L62)

___

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

#### Defined in

[src/input.tsx:77](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/input.tsx#L77)
[src/input.tsx:77](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/input.tsx#L77)

___

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

#### Defined in

[src/input.tsx:82](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/input.tsx#L82)
[src/input.tsx:82](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/input.tsx#L82)

___

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

#### Defined in

[src/input.tsx:87](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/input.tsx#L87)
[src/input.tsx:87](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/input.tsx#L87)
8 changes: 4 additions & 4 deletions docs/interfaces/RichTextareaProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Same as original but only string

#### Defined in

[src/textarea.tsx:61](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/textarea.tsx#L61)
[src/textarea.tsx:61](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/textarea.tsx#L61)

___

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

#### Defined in

[src/textarea.tsx:77](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/textarea.tsx#L77)
[src/textarea.tsx:77](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/textarea.tsx#L77)

___

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

#### Defined in

[src/textarea.tsx:84](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/textarea.tsx#L84)
[src/textarea.tsx:84](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/textarea.tsx#L84)

___

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

#### Defined in

[src/textarea.tsx:89](https://github.com/inokawa/rich-textarea/blob/b51a8eb/src/textarea.tsx#L89)
[src/textarea.tsx:89](https://github.com/inokawa/rich-textarea/blob/8d705f9/src/textarea.tsx#L89)
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.21.0",
"version": "0.21.1",
"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 87dd06f

Please sign in to comment.