@elderbyte/ngx-starter 21.2.0 → 21.3.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "21.2.0",
3
+ "version": "21.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.0.0 || ^22.0.0",
6
6
  "@angular/common": "^21.0.0 || ^22.0.0",
@@ -9,8 +9,8 @@
9
9
  "@ngx-translate/http-loader": "^16.0.1",
10
10
  "rxjs": "^7.8.2",
11
11
  "@elderbyte/ts-logger": "^0.1.2",
12
- "@js-joda/core": "^5.6.5",
13
- "@js-joda/timezone": "^2.22.0",
12
+ "@js-joda/core": "^5.7.0",
13
+ "@js-joda/timezone": "^2.23.0",
14
14
  "@js-temporal/polyfill": "^0.5.1",
15
15
  "zone.js": "^0.15.1"
16
16
  },
@@ -132,6 +132,7 @@
132
132
  text-align: center;
133
133
  padding: 8px 0;
134
134
  word-break: break-word;
135
+ hyphens: auto;
135
136
 
136
137
  font-size: var(--elder-rail-nav-font-size);
137
138
  line-height: var(--elder-rail-nav-font-size);
@@ -168,7 +168,6 @@
168
168
  word-wrap: normal;
169
169
  word-break: normal;
170
170
  white-space: unset;
171
- hyphens: auto;
172
171
 
173
172
  &:first-of-type {
174
173
  padding-left: $pad + $pad-right;
@@ -205,7 +204,6 @@
205
204
  word-wrap: normal;
206
205
  word-break: normal;
207
206
  white-space: unset;
208
- hyphens: auto;
209
207
 
210
208
  &:first-of-type {
211
209
  padding-left: $pad + $pad-right;
@@ -4,7 +4,7 @@ import * as i1 from '@angular/common';
4
4
  import { Location } from '@angular/common';
5
5
  import { DomSanitizer, SafeResourceUrl, SafeUrl } from '@angular/platform-browser';
6
6
  import { Period, Duration, Temporal, Instant, ZoneId, LocalDate, TemporalAmount, TemporalAccessor, ZonedDateTime, LocalTime } from '@js-joda/core';
7
- import { MonoTypeOperatorFunction, Observable, Subject, Unsubscribable, Subscription, BehaviorSubject, OperatorFunction } from 'rxjs';
7
+ import { Observable, MonoTypeOperatorFunction, Subject, Unsubscribable, Subscription, BehaviorSubject, OperatorFunction } from 'rxjs';
8
8
  import { Temporal as Temporal$1 } from '@js-temporal/polyfill';
9
9
  import { HttpParams, HttpClient, HttpErrorResponse, HttpEvent, HttpHeaders, HttpRequest, HttpBackend, HttpInterceptor, HttpHandler } from '@angular/common/http';
10
10
  import { DataSource, CollectionViewer } from '@angular/cdk/collections';
@@ -11567,7 +11567,7 @@ declare class ElderChipLabelDirective {
11567
11567
  readonly levelColor: i0.InputSignal<ElderLevelColor>;
11568
11568
  readonly namedColor: i0.InputSignal<ElderNamedColor>;
11569
11569
  readonly themeColor: i0.InputSignal<ThemePalette>;
11570
- readonly chipSize: i0.InputSignal<"medium" | "small">;
11570
+ readonly chipSize: i0.InputSignal<"small" | "medium">;
11571
11571
  readonly cssClasses: i0.Signal<string>;
11572
11572
  readonly sizeClass: i0.Signal<string>;
11573
11573
  /***************************************************************************