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 +

+
+
+ $ +
+ +
+
`;