@npm_leadtech/legal-lib-components 2.34.0 → 2.35.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.
@@ -2988,7 +2988,9 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2988
2988
  letter-spacing: -0.3px;
2989
2989
  padding-top: 1px; }
2990
2990
  .message-information__text__time {
2991
- font-weight: bold; }
2991
+ font-weight: 600; }
2992
+ .message-information__text__time.regular {
2993
+ font-weight: 400; }
2992
2994
 
2993
2995
  .article {
2994
2996
  display: flex;
@@ -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
  }