@npm_leadtech/legal-lib-components 2.11.11 → 2.11.13

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.
@@ -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;
@@ -4010,10 +4014,9 @@ html[data-theme='uslawdistricts'] {
4010
4014
  line-height: 42px;
4011
4015
  letter-spacing: -0.3px;
4012
4016
  text-align: center;
4013
- margin: 0 auto 2rem;
4017
+ margin: 0 auto 5rem;
4014
4018
  width: 90%;
4015
4019
  transform: translateY(50px); }
4016
4020
  @media (min-width: 720px) {
4017
4021
  .experts-section__title {
4018
- width: 100%;
4019
- margin: 0 auto 3rem; } }
4022
+ width: 100%; } }
@@ -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.11",
3
+ "version": "2.11.13",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",