@arsedizioni/ars-utils 20.4.44 → 20.4.46

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.
@@ -128,7 +128,7 @@
128
128
  .info-1 {
129
129
  font-size: x-small !important;
130
130
  font-weight: 700 !important;
131
- line-height: 15px;
131
+ line-height: 18px;
132
132
  text-transform: uppercase !important;
133
133
  color: var(--ars-color-accent, #7894ae);
134
134
  }
@@ -137,7 +137,7 @@
137
137
  .info-2 {
138
138
  font-size: x-small !important;
139
139
  font-weight: 700 !important;
140
- line-height: 15px;
140
+ line-height: 18px;
141
141
  text-transform: uppercase !important;
142
142
  color: var(--ars-color-accent-low, #456179);
143
143
  }
@@ -146,7 +146,7 @@
146
146
  .info-3 {
147
147
  font-size: x-small !important;
148
148
  font-weight: 700 !important;
149
- line-height: 15px;
149
+ line-height: 18px;
150
150
  text-transform: uppercase !important;
151
151
  color: var(--ars-color-error, #ff5449);
152
152
  }
package/core/index.d.ts CHANGED
@@ -649,6 +649,16 @@ declare class AutoFocusDirective implements AfterContentInit {
649
649
  static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[autoFocus]", never, {}, {}, never, never, true, never>;
650
650
  }
651
651
 
652
+ declare const Breakpoints: {
653
+ XXSmall: string;
654
+ XSmall: string;
655
+ Small: string;
656
+ SmallMedium: string;
657
+ Medium: string;
658
+ MediumLarge: string;
659
+ Large: string;
660
+ };
661
+
652
662
  declare const UtilsMessages: {
653
663
  /**
654
664
  * Messages
@@ -1008,5 +1018,5 @@ declare class FormatMarkdownPipe implements PipeTransform {
1008
1018
  static ɵprov: i0.ɵɵInjectableDeclaration<FormatMarkdownPipe>;
1009
1019
  }
1010
1020
 
1011
- export { ArsCoreModule, ArsDateFnsModule, AutoFocusDirective, BroadcastChannelManager, BroadcastService, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatHtmlPipe, FormatMarkdownPipe, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, MaxTermsValidatorDirective, NotEmptyValidatorDirective, NotEqualValidatorDirective, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, RemoveFocusDirective, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, UtilsMessages, ValidIfDirective, ValidatorDirective, ValueModel };
1021
+ export { ArsCoreModule, ArsDateFnsModule, AutoFocusDirective, Breakpoints, BroadcastChannelManager, BroadcastService, CopyClipboardDirective, DateFnsAdapter, DateFormat, DateInterval, DateIntervalChangeDirective, DeleteModel, EmailsValidatorDirective, EnvironmentService, EqualsValidatorDirective, FileInfo, FileSizeValidatorDirective, FormatHtmlPipe, FormatMarkdownPipe, FormatPipe, GroupModel, GuidValidatorDirective, IDModel, ImportModel, MAT_DATE_FNS_FORMATS, MaxTermsValidatorDirective, NotEmptyValidatorDirective, NotEqualValidatorDirective, NotFutureValidatorDirective, PasswordValidatorDirective, QueryModel, RelationModel, RemoveFocusDirective, ReplacePipe, SafeHtmlPipe, SafeUrlPipe, ScreenService, SearchCallbackPipe, SearchFilterPipe, SelectableModel, SqlDateValidatorDirective, SystemUtils, ThemeService, TimeValidatorDirective, UpdateRelationsModel, UrlValidatorDirective, UtilsMessages, ValidIfDirective, ValidatorDirective, ValueModel };
1012
1022
  export type { AddModel, AddResultModel, ApiResponse, ApiResult, BroadcastChannelMessageBag, BroadcastChannelSubscriberInfo, BroadcastMessageInfo, Checkable, DeleteResultModel, DoneResult, EnableDisableModel, ErrorInfo, File, Folder, FolderTree, INode, LoginResult, NameValueItem, PasswordStrength, QueryResultModel, SearchBag, SearchFilterMetadata, Searchable, SendToModel, ThemeType, UpdateModel, UpdateResultModel, Validated };