From d228882801f2530e023c119f5e2579a7f76ab793 Mon Sep 17 00:00:00 2001 From: Nicolas T Date: Wed, 27 Mar 2024 13:37:03 +0100 Subject: [PATCH 01/49] UPCO-219 Review --- documentation/playground/src/Playground.tsx | 8 ++++---- documentation/playground/src/atoms/TextAreaExamples.tsx | 2 +- .../src/lib/atoms/input/text-area/TextArea.tsx | 2 +- .../src/lib/atoms/input/text-field/TextField.stories.jsx | 3 ++- .../src/lib/atoms/spinner/Spinner.types.ts | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/documentation/playground/src/Playground.tsx b/documentation/playground/src/Playground.tsx index b1080ab5..1f8ad501 100644 --- a/documentation/playground/src/Playground.tsx +++ b/documentation/playground/src/Playground.tsx @@ -40,7 +40,7 @@ export function Playground() { return ( <>

Atoms

- {/* + @@ -55,10 +55,10 @@ export function Playground() { - */} + - {/* +

Molecules

@@ -78,7 +78,7 @@ export function Playground() {

Organisms

- */} + ); } diff --git a/documentation/playground/src/atoms/TextAreaExamples.tsx b/documentation/playground/src/atoms/TextAreaExamples.tsx index b64f1eab..08b7817c 100644 --- a/documentation/playground/src/atoms/TextAreaExamples.tsx +++ b/documentation/playground/src/atoms/TextAreaExamples.tsx @@ -14,7 +14,7 @@ export function TextAreaExamples() { value={firstTextArea} charCounter maxLength={100} - maxLengthBlocksInput + maxLengthBlocksInput={false} />