Skip to content

Commit

Permalink
Update package version and add placeholder property to ReqoreInput an…
Browse files Browse the repository at this point in the history
…d ReqoreTextarea because react removed it
  • Loading branch information
Foxhoundn committed May 7, 2024
1 parent eacba71 commit 9ab044f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoretechnologies/reqore",
"version": "0.41.0",
"version": "0.41.1",
"description": "ReQore is a highly theme-able and modular UI library for React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface IReqoreInputProps
IWithReqoreEffect,
IWithReqoreTooltip {
autoFocus?: boolean;

placeholder?: string;
width?: number;
size?: TSizes;
minimal?: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/components/Textarea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface IReqoreTextareaProps
IReqoreIntent,
IWithReqoreEffect {
autoFocus?: boolean;
placeholder?: string;
width?: number;
height?: number;
scaleWithContent?: boolean;
Expand Down

0 comments on commit 9ab044f

Please sign in to comment.