diff --git a/packages/ng/empty-state/empty-state-page/empty-state-page.component.html b/packages/ng/empty-state/empty-state-page/empty-state-page.component.html index 3936097919..cc2e48990e 100644 --- a/packages/ng/empty-state/empty-state-page/empty-state-page.component.html +++ b/packages/ng/empty-state/empty-state-page/empty-state-page.component.html @@ -1,6 +1,6 @@
-
{{ title }}
+
{{ heading }}

diff --git a/packages/ng/empty-state/empty-state-page/empty-state-page.component.ts b/packages/ng/empty-state/empty-state-page/empty-state-page.component.ts index eeba3ad253..13b184d3d6 100644 --- a/packages/ng/empty-state/empty-state-page/empty-state-page.component.ts +++ b/packages/ng/empty-state/empty-state-page/empty-state-page.component.ts @@ -54,7 +54,7 @@ export class EmptyStatePageComponent { contentBackgroundColor = 'var(--pr-t-elevation-surface-default)'; @Input() - title: string; + heading: string; @Input() description: PortalContent; diff --git a/packages/ng/empty-state/empty-state-section/empty-state-section.component.html b/packages/ng/empty-state/empty-state-section/empty-state-section.component.html index 0ce77d8145..173c0f20be 100644 --- a/packages/ng/empty-state/empty-state-section/empty-state-section.component.html +++ b/packages/ng/empty-state/empty-state-section/empty-state-section.component.html @@ -1,9 +1,9 @@ -
+
-
{{ title }}
+
{{ heading }}

diff --git a/packages/ng/empty-state/empty-state-section/empty-state-section.component.ts b/packages/ng/empty-state/empty-state-section/empty-state-section.component.ts index c8af0810d7..3acc6e1dcb 100644 --- a/packages/ng/empty-state/empty-state-section/empty-state-section.component.ts +++ b/packages/ng/empty-state/empty-state-section/empty-state-section.component.ts @@ -28,7 +28,7 @@ export class EmptyStateSectionComponent { center = false; @Input() - title: string; + heading: string; @Input() description: PortalContent; diff --git a/stories/documentation/feedback/empty-state/angular/empty-state-page.stories.ts b/stories/documentation/feedback/empty-state/angular/empty-state-page.stories.ts index b744d3438a..acff2a1329 100644 --- a/stories/documentation/feedback/empty-state/angular/empty-state-page.stories.ts +++ b/stories/documentation/feedback/empty-state/angular/empty-state-page.stories.ts @@ -12,7 +12,7 @@ export default { }), ], render: (args: EmptyStatePageComponent) => { - const { title, description, icon, topRightBackground, topRightForeground, bottomLeftBackground, bottomLeftForeground, contentBackgroundColor, hx } = args; + const { heading, description, icon, topRightBackground, topRightForeground, bottomLeftBackground, bottomLeftForeground, contentBackgroundColor, hx } = args; const paramIcon = args.icon === '' ? '' : 'icon="' + args.icon + '"'; return { @@ -26,7 +26,7 @@ export default { `, ], template: ` = { args: { - title: 'Empty state page', + heading: 'Empty state page', description: 'Description can be a string or a ng-template', icon: '', topRightBackground: 'https://cdn.lucca.fr/lucca-front/assets/empty-states/poplee/bubbles-top-right-01.svg', diff --git a/stories/documentation/feedback/empty-state/angular/empty-state-section.stories.ts b/stories/documentation/feedback/empty-state/angular/empty-state-section.stories.ts index 448bd6f6da..ab7e3602d2 100644 --- a/stories/documentation/feedback/empty-state/angular/empty-state-section.stories.ts +++ b/stories/documentation/feedback/empty-state/angular/empty-state-section.stories.ts @@ -13,10 +13,10 @@ export default { }), ], render: (args: EmptyStateSectionComponent) => { - const { title, description, center, palette, hx, icon } = args; + const { heading, description, center, palette, hx, icon } = args; const paramIcon = args.icon === '' ? '' : 'icon="' + args.icon + '"'; return { - template: ` + template: ` `, @@ -89,7 +89,7 @@ export default { ], control: 'select', }, - title: { + heading: { description: '[v18.1] Optional', }, description: { @@ -101,7 +101,7 @@ export default { export const Section: StoryObj = { args: { icon: 'https://cdn.lucca.fr/lucca-front/assets/empty-states/icons/iconRocket.svg', - title: 'Empty state section', + heading: 'Empty state section', description: 'Description can be a string or a ng-template', center: false, palette: 'none', diff --git a/stories/qa/forms/textfield.stories.html b/stories/qa/forms/textfield.stories.html index f5d42e1be7..ff06f53868 100644 --- a/stories/qa/forms/textfield.stories.html +++ b/stories/qa/forms/textfield.stories.html @@ -354,8 +354,7 @@

Align right