From d91ea0d4b8da0985d3a28aa47c05845e8d42db58 Mon Sep 17 00:00:00 2001 From: Jamie Henson Date: Thu, 14 Nov 2024 15:21:51 +0000 Subject: [PATCH] feat: include example for icon insert on input fields --- src/core/Icon/__snapshots__/Icon.stories.tsx.snap | 4 ++-- src/core/styles/Forms.stories.tsx | 14 ++++++++++++++ .../styles/__snapshots__/Forms.stories.tsx.snap | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/src/core/Icon/__snapshots__/Icon.stories.tsx.snap b/src/core/Icon/__snapshots__/Icon.stories.tsx.snap index c68200073..1d052720a 100644 --- a/src/core/Icon/__snapshots__/Icon.stories.tsx.snap +++ b/src/core/Icon/__snapshots__/Icon.stories.tsx.snap @@ -447,14 +447,14 @@ exports[`JS Components/Icon DisplayIcons smoke-test 1`] = `
- icon-display-connection-state-&-recovery + icon-display-connection-state-recovery
- +
diff --git a/src/core/styles/Forms.stories.tsx b/src/core/styles/Forms.stories.tsx index ff3bbd488..2e3301754 100644 --- a/src/core/styles/Forms.stories.tsx +++ b/src/core/styles/Forms.stories.tsx @@ -80,6 +80,20 @@ export const Inputs = { />

Oof, what an input

+
+

With character insert

+
+
+ $ +
+ +
+
), }; diff --git a/src/core/styles/__snapshots__/Forms.stories.tsx.snap b/src/core/styles/__snapshots__/Forms.stories.tsx.snap index 7303c8cd0..91675344e 100644 --- a/src/core/styles/__snapshots__/Forms.stories.tsx.snap +++ b/src/core/styles/__snapshots__/Forms.stories.tsx.snap @@ -255,6 +255,21 @@ exports[`CSS/Forms Inputs smoke-test 1`] = ` Oof, what an input

+
+

+ With character insert +

+
+
+ $ +
+ +
+
`;