Skip to content

Commit

Permalink
0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jun 9, 2024
1 parent dc63a9f commit fca09fb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Textarea component with some extra props. See [RichTextareaProps](interfaces/Ric

#### Defined in

[src/textarea.tsx:128](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/textarea.tsx#L128)
[src/textarea.tsx:128](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/textarea.tsx#L128)

___

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

#### Defined in

[src/input.tsx:138](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/input.tsx#L138)
[src/input.tsx:138](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/input.tsx#L138)

___

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

#### Defined in

[src/renderers/regex/index.tsx:19](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/renderers/regex/index.tsx#L19)
[src/renderers/regex/index.tsx:19](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/renderers/regex/index.tsx#L19)

___

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

#### Defined in

[src/renderers/regex/index.tsx:166](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/renderers/regex/index.tsx#L166)
[src/renderers/regex/index.tsx:166](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/renderers/regex/index.tsx#L166)

## Type Aliases

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

#### Defined in

[src/renderers/regex/index.tsx:6](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/renderers/regex/index.tsx#L6)
[src/renderers/regex/index.tsx:6](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/renderers/regex/index.tsx#L6)

___

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

#### Defined in

[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/types.ts#L1)
[src/types.ts:1](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/types.ts#L1)

___

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

#### Defined in

[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/types.ts#L3)
[src/types.ts:3](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/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/69db8d453baffb6b6833d705d2f21955623a4d1c/src/input.tsx#L120)
[src/input.tsx:120](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/input.tsx#L120)

___

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

#### Defined in

[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/input.tsx#L125)
[src/input.tsx:125](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/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/69db8d453baffb6b6833d705d2f21955623a4d1c/src/input.tsx#L130)
[src/input.tsx:130](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/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/69db8d453baffb6b6833d705d2f21955623a4d1c/src/textarea.tsx#L110)
[src/textarea.tsx:110](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/src/textarea.tsx#L110)

___

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

#### Defined in

[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/69db8d453baffb6b6833d705d2f21955623a4d1c/src/textarea.tsx#L117)
[src/textarea.tsx:117](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/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/69db8d453baffb6b6833d705d2f21955623a4d1c/src/textarea.tsx#L122)
[src/textarea.tsx:122](https://github.com/inokawa/rich-textarea/blob/dc63a9fde91f2e2855d6240be87ca131d128cc23/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.26.1",
"version": "0.26.2",
"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 fca09fb

Please sign in to comment.