Lorem, ipsum dolor sit amet consectetur adipisicing elit.
-
- Learn more
-
+ Learn more
diff --git a/src/dev/pages/banner/banner.ts b/src/dev/pages/banner/banner.ts
index a9c9f7440..fc91b1bb8 100644
--- a/src/dev/pages/banner/banner.ts
+++ b/src/dev/pages/banner/banner.ts
@@ -2,7 +2,6 @@ import '$src/shared';
import { IconRegistry } from '@tylertech/forge/icon';
import '@tylertech/forge/banner';
import '@tylertech/forge/button';
-import '@tylertech/forge/button/forge-button.scss';
import { tylIconAddAlert } from '@tylertech/tyler-icons/standard';
import type { IBannerComponent, ISelectComponent, ISwitchComponent } from '@tylertech/forge';
diff --git a/src/dev/pages/bottom-sheet/bottom-sheet.ejs b/src/dev/pages/bottom-sheet/bottom-sheet.ejs
index b21b5b18c..89f28f7a5 100644
--- a/src/dev/pages/bottom-sheet/bottom-sheet.ejs
+++ b/src/dev/pages/bottom-sheet/bottom-sheet.ejs
@@ -1,11 +1,7 @@
-
- Show standard bottom sheet
-
+ Show standard bottom sheet
-
- Show scrollable bottom sheet
-
+ Show scrollable bottom sheet
@@ -14,9 +10,7 @@
Standard bottom sheet
-
- Close
-
+ Close
@@ -38,12 +32,8 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia deleniti id sint recusandae minus ullam aliquam voluptatibus sunt consequuntur, ab laborum nesciunt enim dolorem! Quas corrupti itaque est accusantium rerum.
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsam blanditiis cum quod, velit, architecto consequatur commodi sint odit non deleniti qui? Accusamus expedita, exercitationem laborum architecto facere quasi rem! Voluptate!
-
- Button
-
+ Button {
return `
-
- Show menu
-
+ Show menu
`;
};
diff --git a/src/stories/src/components/menu/menu.stories.tsx b/src/stories/src/components/menu/menu.stories.tsx
index bb0288a13..3d1f189ea 100644
--- a/src/stories/src/components/menu/menu.stories.tsx
+++ b/src/stories/src/components/menu/menu.stories.tsx
@@ -37,9 +37,7 @@ export const Default: Story = ({
persistSelection={persistSelection}
options={mode === 'click' ? SIMPLE_OPTIONS : CASCADING_OPTIONS}
on-forge-menu-select={onSelect}>
-
- Show menu
-
+ Show menu
);
};
diff --git a/src/stories/src/components/page-state/code/page-state-default.ts b/src/stories/src/components/page-state/code/page-state-default.ts
index c13201262..b5a3cb7c2 100644
--- a/src/stories/src/components/page-state/code/page-state-default.ts
+++ b/src/stories/src/components/page-state/code/page-state-default.ts
@@ -3,11 +3,7 @@ export const PageStateDefaultHtml = () => `
Nothing but tumbleweeds here...
Even our best explorer couldn't find the page you're looking for. It might have been removed or you may have mistyped the URL.
-
- Go back
-
-
- Refresh
-
+ Go back
+ Refresh
`;
diff --git a/src/stories/src/components/page-state/page-state.stories.tsx b/src/stories/src/components/page-state/page-state.stories.tsx
index a40ee537e..f8ef01bd0 100644
--- a/src/stories/src/components/page-state/page-state.stories.tsx
+++ b/src/stories/src/components/page-state/page-state.stories.tsx
@@ -31,12 +31,8 @@ export const Default: Story = ({
}
{hasActions &&
<>
-
- Go back
-
-
- Refresh
-
+ Go back
+ Refresh
>
}
diff --git a/src/stories/src/components/popup/popup.mdx b/src/stories/src/components/popup/popup.mdx
index c203c22ae..e81d3d25e 100644
--- a/src/stories/src/components/popup/popup.mdx
+++ b/src/stories/src/components/popup/popup.mdx
@@ -50,18 +50,14 @@ your own custom popups and it's highly recommended that you use to to make your
The following example shows how to use a popup all through Angular's template syntax using ``:
```html
-
- Show popup
-
+Show popup