@npm_leadtech/legal-lib-components 2.36.0 → 2.37.0

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.
@@ -2994,6 +2994,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2994
2994
  width: 24px;
2995
2995
  fill: var(--secondary-main-dark-1);
2996
2996
  margin-right: 8px; }
2997
+ .message-information__icon.hide {
2998
+ display: none; }
2997
2999
  .message-information__icon svg {
2998
3000
  display: block; }
2999
3001
  .message-information__text {
@@ -3001,7 +3003,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3001
3003
  letter-spacing: -0.3px;
3002
3004
  padding-top: 1px; }
3003
3005
  .message-information__text__time {
3004
- font-weight: bold; }
3006
+ font-weight: 600; }
3007
+ .message-information__text__time.regular {
3008
+ font-weight: 400; }
3005
3009
 
3006
3010
  .article {
3007
3011
  display: flex;
@@ -3340,6 +3344,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3340
3344
  .count-down-message {
3341
3345
  padding: 8px 0 24px 0;
3342
3346
  text-align: left; } }
3347
+ .count-down-message.extra-margin {
3348
+ margin: 0 1.5rem; }
3349
+ @media (min-width: 960px) {
3350
+ .count-down-message.extra-margin {
3351
+ margin: 0; } }
3343
3352
 
3344
3353
  .count-down-message-fixed {
3345
3354
  display: none; }
@@ -3351,6 +3360,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3351
3360
  left: 0;
3352
3361
  right: 0;
3353
3362
  padding: 8px; }
3363
+ .count-down-message-fixed .message-information {
3364
+ box-shadow: 1px 2px 4px var(--neutral-neutral-4); }
3354
3365
 
3355
3366
  .email-contact-box-container {
3356
3367
  width: 100%;
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface MessageInformationProps {
3
+ noImg: boolean;
3
4
  text: string | React.ReactNode;
4
5
  time?: string;
5
6
  }
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface CountDownMessageProps {
3
+ noImg?: boolean;
3
4
  text: string | React.ReactNode;
4
5
  time?: string;
5
6
  }
package/dist/index.d.ts CHANGED
@@ -493,6 +493,7 @@ interface WhyLawDistrictItem {
493
493
  declare const WhyLawDistrictItems: React$1.FC<WhyLawDistrictItemsProps>;
494
494
 
495
495
  interface MessageInformationProps {
496
+ noImg: boolean;
496
497
  text: string | React.ReactNode;
497
498
  time?: string;
498
499
  }
@@ -594,6 +595,7 @@ interface ContinueEditingBannerProps {
594
595
  declare const ContinueEditingBanner: React$1.FC<ContinueEditingBannerProps>;
595
596
 
596
597
  interface CountDownMessageProps {
598
+ noImg?: boolean;
597
599
  text: string | React.ReactNode;
598
600
  time?: string;
599
601
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.36.0",
3
+ "version": "2.37.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",