@npm_leadtech/legal-lib-components 2.12.1 → 2.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4041,10 +4041,9 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
4041
4041
  width: 100%; } }
4042
4042
 
4043
4043
  .people-say {
4044
- display: flex;
4045
- flex-direction: column;
4046
- justify-content: flex-start;
4047
- align-items: center; }
4044
+ width: 100%;
4045
+ margin: 0 auto;
4046
+ text-align: center; }
4048
4047
  .people-say__title {
4049
4048
  font-family: Lora;
4050
4049
  font-size: 32px;
@@ -1,5 +1,5 @@
1
1
  import { type TrustPilotProps } from '../../atoms/TrustPilot';
2
2
  export interface PeopleSayAboutUsSectionProps {
3
- title: string;
3
+ title?: string;
4
4
  contentTrustPilot: TrustPilotProps;
5
5
  }
@@ -4,3 +4,4 @@ declare const meta: Meta<typeof PeopleSayAboutUsSection>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof PeopleSayAboutUsSection>;
6
6
  export declare const Default: Story;
7
+ export declare const WithoutTitle: Story;
package/dist/index.d.ts CHANGED
@@ -774,7 +774,7 @@ interface ExpertsSectionProps {
774
774
  declare const ExpertsSection: FC<ExpertsSectionProps>;
775
775
 
776
776
  interface PeopleSayAboutUsSectionProps {
777
- title: string;
777
+ title?: string;
778
778
  contentTrustPilot: TrustPilotProps;
779
779
  }
780
780
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.12.1",
3
+ "version": "2.12.3",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",