diff --git a/libs/components/src/dialog/dialog.service.stories.ts b/libs/components/src/dialog/dialog.service.stories.ts index 678494cd9f8..f70918d91f3 100644 --- a/libs/components/src/dialog/dialog.service.stories.ts +++ b/libs/components/src/dialog/dialog.service.stories.ts @@ -44,10 +44,10 @@ class StoryDialogComponent {
Animal: {{ animal }} -
+ -
+ `, }) diff --git a/libs/components/src/dialog/dialog/dialog.component.html b/libs/components/src/dialog/dialog/dialog.component.html index 963e600aa2c..bb3721795fb 100644 --- a/libs/components/src/dialog/dialog/dialog.component.html +++ b/libs/components/src/dialog/dialog/dialog.component.html @@ -25,7 +25,7 @@
diff --git a/libs/components/src/dialog/dialog/dialog.stories.ts b/libs/components/src/dialog/dialog/dialog.stories.ts index 8ba031b680a..11a67038140 100644 --- a/libs/components/src/dialog/dialog/dialog.stories.ts +++ b/libs/components/src/dialog/dialog/dialog.stories.ts @@ -55,7 +55,7 @@ const Template: Story = (args: DialogComponent) => ({ {{title}} Dialog body text goes here. -
+ -
+
`, }); @@ -98,18 +98,18 @@ const TemplateScrolling: Story = (args: DialogComponent) => ({ props: args, template: ` - Scrolling Example - - Dialog body text goes here.
- - repeating lines of characters
+ Scrolling Example + + Dialog body text goes here.
+ + repeating lines of characters
+
+ end of sequence! +
+ + + - end of sequence! -
-
- - -
`, }); @@ -123,18 +123,18 @@ const TemplateTabbed: Story = (args: DialogComponent) => ({ props: args, template: ` - Tab Content Example - - - First Tab Content - Second Tab Content - Third Tab Content - - -
- - -
+ Tab Content Example + + + First Tab Content + Second Tab Content + Third Tab Content + + + + + +
`, }); diff --git a/libs/components/src/dialog/simple-configurable-dialog/simple-configurable-dialog.component.html b/libs/components/src/dialog/simple-configurable-dialog/simple-configurable-dialog.component.html index dfc30d8c8fc..a494d65b176 100644 --- a/libs/components/src/dialog/simple-configurable-dialog/simple-configurable-dialog.component.html +++ b/libs/components/src/dialog/simple-configurable-dialog/simple-configurable-dialog.component.html @@ -5,7 +5,7 @@
{{ content }}
-
+ -
+ diff --git a/libs/components/src/dialog/simple-dialog.service.stories.ts b/libs/components/src/dialog/simple-dialog.service.stories.ts index ab973484c87..470db348693 100644 --- a/libs/components/src/dialog/simple-dialog.service.stories.ts +++ b/libs/components/src/dialog/simple-dialog.service.stories.ts @@ -44,10 +44,10 @@ class StoryDialogComponent {
Animal: {{ animal }} -
+ -
+ `, }) diff --git a/libs/components/src/dialog/simple-dialog/simple-dialog.component.html b/libs/components/src/dialog/simple-dialog/simple-dialog.component.html index 4614dc96e53..3ce08e32af8 100644 --- a/libs/components/src/dialog/simple-dialog/simple-dialog.component.html +++ b/libs/components/src/dialog/simple-dialog/simple-dialog.component.html @@ -16,7 +16,9 @@
-
+
diff --git a/libs/components/src/dialog/simple-dialog/simple-dialog.stories.ts b/libs/components/src/dialog/simple-dialog/simple-dialog.stories.ts index 17922607992..1e5514abe5b 100644 --- a/libs/components/src/dialog/simple-dialog/simple-dialog.stories.ts +++ b/libs/components/src/dialog/simple-dialog/simple-dialog.stories.ts @@ -26,12 +26,12 @@ const Template: Story = (args: SimpleDialogComponent) => props: args, template: ` - Alert Dialog - Message Content -
- - -
+ Alert Dialog + Message Content + + + +
`, }); @@ -42,13 +42,13 @@ const TemplateWithIcon: Story = (args: SimpleDialogCompon props: args, template: ` - - Premium Subscription Available - Message Content -
- - -
+ + Premium Subscription Available + Message Content + + + +
`, }); @@ -59,19 +59,19 @@ const TemplateScroll: Story = (args: SimpleDialogComponen props: args, template: ` - Alert Dialog - - Message Content - Message text goes here.
- - repeating lines of characters
-
- end of sequence! -
-
- - -
+ Alert Dialog + + Message Content + Message text goes here.
+ + repeating lines of characters
+
+ end of sequence! +
+ + + +
`, });