ng-tailwind 7.0.4 → 7.0.6

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": "ng-tailwind",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
package/public-api.d.ts CHANGED
@@ -95,6 +95,7 @@ export * from './components/forms/reactive/ngt-reactive-input/ngt-reactive-input
95
95
  export * from './components/forms/reactive/ngt-reactive-textarea/ngt-reactive-textarea.component';
96
96
  export * from './components/forms/reactive/ngt-reactive-select/ngt-reactive-select.component';
97
97
  export * from './components/forms/reactive/ngt-reactive-select/ngt-reactive-select.directive';
98
+ export * from './components/forms/reactive/ngt-reactive-select/ngt-reactive-select.module';
98
99
  export * from './components/forms/reactive/ngt-reactive-date/ngt-reactive-date.component';
99
100
  export * from './components/forms/reactive/ngt-reactive-checkbox/ngt-reactive-checkbox.component';
100
101
  export * from './components/forms/reactive/ngt-reactive-radio-button/ngt-reactive-radio-button.component';