@falcon-ng/tailwind 0.0.17 → 0.0.19

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/index.d.ts CHANGED
@@ -664,5 +664,5 @@ declare abstract class BaseFormComponent<T> {
664
664
  protected removeControl(layoutIndex: number, index: number): void;
665
665
  }
666
666
 
667
- export { AppSettingService, AuthGuardService, AuthService, BaseFormComponent, ButtonComponent, Constant, ControlBuilderComponent, DialogComponent, EnvironmentViewModel, FalconTailwindModule, IGenericHttpClient, LoggerService, PaginationComponent, ProgressBarComponent, ProgressSpinnerComponent, ReactiveFieldDirective, TableComponent, appSettingsFactory, authServiceFactory, loggerServiceFactory };
667
+ export { AppSettingService, AuthGuardService, AuthService, BaseFormComponent, ButtonComponent, Constant, ControlBuilderComponent, DialogComponent, EnvironmentViewModel, FalconTailwindModule, IGenericHttpClient, LoggerService, PaginationComponent, ProgressBarComponent, ProgressSpinnerComponent, ReactiveFieldDirective, TableComponent, TokenHelperService, appSettingsFactory, authServiceFactory, loggerServiceFactory };
668
668
  export type { IOpenIdViewModel, Layout };
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@falcon-ng/tailwind",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.0.5",
6
- "@angular/core": "^20.0.5"
5
+ "@angular/common": "^20.1.3",
6
+ "@angular/core": "^20.1.3",
7
+ "@falcon-ng/core": "^0.0.32"
7
8
  },
8
9
  "dependencies": {
9
10
  "tslib": "^2.3.0"