@npm_leadtech/legal-lib-components 2.45.3 → 2.45.4

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.
@@ -4477,7 +4477,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4477
4477
  gap: 2rem; }
4478
4478
  .type-modules-list .module-item {
4479
4479
  display: flex;
4480
- flex-wrap: wrap;
4481
4480
  justify-content: center;
4482
4481
  background-color: var(--neutral-neutral-6);
4483
4482
  padding: 24px;
@@ -4499,31 +4498,33 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
4499
4498
  text-align: left;
4500
4499
  margin-bottom: 1rem; }
4501
4500
  .type-modules-list .module-image {
4502
- width: 150px;
4501
+ width: 35%;
4503
4502
  margin-right: 20px; }
4504
4503
  .type-modules-list .module-content {
4505
- flex: 1; }
4504
+ display: flex;
4505
+ flex-direction: column;
4506
+ width: 65%; }
4506
4507
  .type-modules-list .module-buttons {
4507
4508
  display: flex;
4508
4509
  gap: 1rem;
4509
4510
  width: max-content; }
4510
- .type-modules-list .e-button {
4511
- display: flex;
4512
- justify-content: center;
4513
- width: 100%;
4514
- margin: 0 0.2rem;
4515
- padding-top: 0.6rem;
4516
- padding-bottom: 0.6rem;
4517
- background: var(--others-white); }
4518
- @media (min-width: 960px) {
4519
- .type-modules-list .e-button {
4520
- margin: 0 0.5rem; } }
4521
- .type-modules-list .e-button.download-icon::before {
4522
- content: '';
4523
- width: 1rem;
4524
- height: 1rem;
4525
- background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12.8625 8.47054C13.1222 8.21085 13.1222 7.7898 12.8625 7.53012C12.6029 7.27059 12.1822 7.2704 11.9225 7.52969L8.66602 10.7803V3.33366C8.66602 2.96547 8.36754 2.66699 7.99935 2.66699C7.63116 2.66699 7.33268 2.96547 7.33268 3.33366V10.7803L4.0858 7.52763C3.82457 7.26593 3.4006 7.26574 3.13914 7.5272C2.87784 7.7885 2.87784 8.21215 3.13914 8.47345L7.29224 12.6266C7.68277 13.0171 8.31593 13.0171 8.70646 12.6266L12.8625 8.47054Z%22 fill%3D%22%233D4042%22%2F%3E%3C%2Fsvg%3E");
4526
- margin-right: 0.5rem; }
4511
+ .type-modules-list .module-buttons .e-button {
4512
+ display: flex;
4513
+ justify-content: center;
4514
+ width: 100%;
4515
+ margin-top: 0;
4516
+ padding-top: 0.6rem;
4517
+ padding-bottom: 0.6rem;
4518
+ background: var(--others-white); }
4519
+ @media (min-width: 960px) {
4520
+ .type-modules-list .module-buttons .e-button {
4521
+ margin: 0 0.5rem; } }
4522
+ .type-modules-list .module-buttons .e-button.download-icon::before {
4523
+ content: '';
4524
+ width: 1rem;
4525
+ height: 1rem;
4526
+ background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12.8625 8.47054C13.1222 8.21085 13.1222 7.7898 12.8625 7.53012C12.6029 7.27059 12.1822 7.2704 11.9225 7.52969L8.66602 10.7803V3.33366C8.66602 2.96547 8.36754 2.66699 7.99935 2.66699C7.63116 2.66699 7.33268 2.96547 7.33268 3.33366V10.7803L4.0858 7.52763C3.82457 7.26593 3.4006 7.26574 3.13914 7.5272C2.87784 7.7885 2.87784 8.21215 3.13914 8.47345L7.29224 12.6266C7.68277 13.0171 8.31593 13.0171 8.70646 12.6266L12.8625 8.47054Z%22 fill%3D%22%233D4042%22%2F%3E%3C%2Fsvg%3E");
4527
+ margin-right: 0.5rem; }
4527
4528
 
4528
4529
  .about-us-content {
4529
4530
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.45.3",
3
+ "version": "2.45.4",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",