From 49a767d43ee5aa010f08e8635771c00514c60507 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..aec5ce519 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..a5ad4e6d8 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
+
+
+
`;