@npm_leadtech/legal-lib-components 2.39.0 → 2.39.2

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.
@@ -3014,7 +3014,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3014
3014
  .message-information__text {
3015
3015
  font-size: 0.875rem;
3016
3016
  letter-spacing: -0.3px;
3017
- padding-top: 1px; }
3017
+ padding-top: 1px;
3018
+ text-align: left; }
3019
+ @media (min-width: 720px) {
3020
+ .message-information__text {
3021
+ text-align: center; } }
3018
3022
  .message-information__text__time {
3019
3023
  font-weight: 600; }
3020
3024
  .message-information__text__time.regular {
@@ -0,0 +1 @@
1
+ export declare function replaceAll(str: string, find: string, replace: string): string;