@ngrdt/gov 0.0.85 → 0.0.86

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +12 -9
package/index.d.ts CHANGED
@@ -95,7 +95,7 @@ declare class RdtGovSpinnerComponent extends RdtSpinnerComponent {
95
95
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<RdtGovSpinnerComponent, "rdt-gov-spinner", never, { "messageInput": { "alias": "message"; "required": false; "isSignal": true; }; "sizeInput": { "alias": "size"; "required": false; "isSignal": true; }; "modeInput": { "alias": "mode"; "required": false; "isSignal": true; }; "messagePositionInput": { "alias": "messagePosition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
96
96
  }
97
97
 
98
- declare function provideNgrdtGov(options?: {}): (_angular_core.EnvironmentProviders | _angular_core.Provider[] | {
98
+ declare function provideNgrdtGov(options?: {}): (_angular_core.Provider[] | _angular_core.EnvironmentProviders | {
99
99
  provide: _angular_core.InjectionToken<_angular_core.Type<_ngrdt_icon.RdtIconBaseInt>>;
100
100
  useValue: typeof RdtGovIconComponent;
101
101
  useClass?: undefined;
package/package.json CHANGED
@@ -1,21 +1,24 @@
1
1
  {
2
2
  "name": "@ngrdt/gov",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=20.0.0",
6
6
  "@angular/forms": ">=20.0.0",
7
7
  "@angular/common": ">=20.0.0",
8
8
  "@angular/router": ">=20.0.0",
9
- "@gov-design-system-ce/angular": "^1.3.1",
10
- "@gov-design-system-ce/components": "^4.2.0",
9
+ "@gov-design-system-ce/angular": ">=1.3.1",
10
+ "@gov-design-system-ce/components": ">=4.2.0",
11
11
  "rxjs": "~7.8.0",
12
- "@ngrdt/core": "^0.0.85",
13
- "@ngrdt/forms": "^0.0.85",
14
- "@ngrdt/icon": "^0.0.85",
15
- "@ngrdt/utils": "^0.0.85",
12
+ "@ngrdt/core": "^0.0.86",
13
+ "@ngrdt/forms": "^0.0.86",
14
+ "@ngrdt/icon": "^0.0.86",
15
+ "@ngrdt/utils": "^0.0.86",
16
16
  "@angular/cdk": ">=20.0.0",
17
- "@ngrdt/button": "^0.0.85",
18
- "@ngrdt/loading": "^0.0.85"
17
+ "@ngrdt/button": "^0.0.86",
18
+ "@ngrdt/loading": "^0.0.86",
19
+ "@angular/material-date-fns-adapter": ">=20.0.0",
20
+ "date-fns": ">=4.1.0",
21
+ "@angular/material": ">=20.0.0"
19
22
  },
20
23
  "sideEffects": false,
21
24
  "exports": {