@adoptaunabuelo/react-components 0.3.139 → 0.3.141

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -496,7 +496,8 @@ interface TextAreaDefaultProps extends ComponentPropsWithoutRef<"textarea"> {
496
496
  design?: "primary" | "secondary";
497
497
  }
498
498
 
499
- interface TextAreaEditorProps extends ComponentPropsWithoutRef<"textarea"> {
499
+ interface TextAreaEditorProps {
500
+ style?: React.CSSProperties;
500
501
  value?: string;
501
502
  defaultValue?: string;
502
503
  placeholder?: string;
@@ -504,6 +505,7 @@ interface TextAreaEditorProps extends ComponentPropsWithoutRef<"textarea"> {
504
505
  maxLength?: number;
505
506
  design?: "primary" | "secondary";
506
507
  ToolbarButton?: ReactNode;
508
+ onChange?: (value: string) => void;
507
509
  }
508
510
 
509
511
  declare const TextArea: (props: TextAreaDefaultProps | TextAreaEditorProps) => react_jsx_runtime.JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.3.139",
3
+ "version": "0.3.141",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,
@@ -33,6 +33,7 @@
33
33
  "@stripe/stripe-js": "^8.5.3",
34
34
  "@tiptap/extension-text-align": "^3.13.0",
35
35
  "@tiptap/extension-text-style": "^3.13.0",
36
+ "@tiptap/extensions": "^3.13.0",
36
37
  "@tiptap/react": "^3.13.0",
37
38
  "@tiptap/starter-kit": "^3.13.0",
38
39
  "auto": "^11.3.6",
@@ -48,9 +49,9 @@
48
49
  "lucide-react": "^0.556.0",
49
50
  "moment": "^2.30.1",
50
51
  "next": "16.0.8",
51
- "react": "19.2.1",
52
- "react-dom": "19.2.1",
52
+ "react": "19.2.3",
53
53
  "react-dates": "^21.8.0",
54
+ "react-dom": "19.2.3",
54
55
  "react-image-crop": "^11.0.10",
55
56
  "react-modal": "^3.16.3",
56
57
  "react-webcam": "^7.2.0",