@npm_leadtech/legal-lib-components 2.11.12 → 2.11.14

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.
@@ -1689,7 +1689,7 @@ html[data-theme='uslawdistricts'] {
1689
1689
  display: flex;
1690
1690
  align-items: center;
1691
1691
  justify-content: center;
1692
- margin-top: 7rem; }
1692
+ margin-top: 10rem; }
1693
1693
  .expert-card:first-child {
1694
1694
  margin-top: 5rem; }
1695
1695
  @media (min-width: 720px) {
@@ -2333,6 +2333,10 @@ html[data-theme='uslawdistricts'] {
2333
2333
  .rich-text .scroll-top-anchor {
2334
2334
  cursor: pointer; }
2335
2335
 
2336
+ .richt-text-strapi ul li,
2337
+ .richt-text-strapi ol li {
2338
+ margin-bottom: 1rem; }
2339
+
2336
2340
  .e-searchselect {
2337
2341
  display: flex;
2338
2342
  flex-direction: column-reverse;
@@ -1,3 +1,4 @@
1
1
  import { type FC } from 'react';
2
2
  import { type RichTextStrapiProps } from './RichTextStrapiProps';
3
+ import './RichTextStrapi.scss';
3
4
  export declare const RichTextStrapi: FC<RichTextStrapiProps>;
@@ -5,3 +5,4 @@ export default meta;
5
5
  type Story = StoryObj<typeof RichTextStrapi>;
6
6
  export declare const Default: Story;
7
7
  export declare const DateFormatedMMMMYYYY: Story;
8
+ export declare const WithList: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.11.12",
3
+ "version": "2.11.14",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",