@vectoriox/iox-builder 1.4.25 → 1.4.26

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": "@vectoriox/iox-builder",
3
- "version": "1.4.25",
3
+ "version": "1.4.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -923,6 +923,7 @@ declare class StyleRegistryService {
923
923
  */
924
924
  private rewriteVh;
925
925
  private toKebabCase;
926
+ private _flushPending;
926
927
  private flush;
927
928
  static ɵfac: i0.ɵɵFactoryDeclaration<StyleRegistryService, never>;
928
929
  static ɵprov: i0.ɵɵInjectableDeclaration<StyleRegistryService>;