@o3r/styling 13.5.0-prerelease.26 → 13.5.0-prerelease.28

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.
@@ -44,10 +44,10 @@ class OtterStylingDevtools {
44
44
  }, [])
45
45
  .forEach((varName) => style.removeProperty(varName));
46
46
  }
47
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: OtterStylingDevtools, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
48
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: OtterStylingDevtools }); }
47
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OtterStylingDevtools, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
48
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OtterStylingDevtools }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: OtterStylingDevtools, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: OtterStylingDevtools, decorators: [{
51
51
  type: Injectable
52
52
  }] });
53
53
 
@@ -175,10 +175,10 @@ class StylingDevtoolsMessageService {
175
175
  activate() {
176
176
  fromEvent(window, 'message').pipe(takeUntilDestroyed(this.destroyRef), filterMessageContent(isStylingMessage)).subscribe((e) => this.handleEvents(e));
177
177
  }
178
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsMessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
179
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsMessageService }); }
178
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsMessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
179
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsMessageService }); }
180
180
  }
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsMessageService, decorators: [{
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsMessageService, decorators: [{
182
182
  type: Injectable
183
183
  }], ctorParameters: () => [] });
184
184
 
@@ -197,15 +197,15 @@ class StylingDevtoolsModule {
197
197
  ]
198
198
  };
199
199
  }
200
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
201
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsModule }); }
202
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsModule, providers: [
200
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
201
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsModule }); }
202
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsModule, providers: [
203
203
  { provide: OTTER_STYLING_DEVTOOLS_OPTIONS, useValue: OTTER_STYLING_DEVTOOLS_DEFAULT_OPTIONS },
204
204
  StylingDevtoolsMessageService,
205
205
  OtterStylingDevtools
206
206
  ] }); }
207
207
  }
208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: StylingDevtoolsModule, decorators: [{
208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: StylingDevtoolsModule, decorators: [{
209
209
  type: NgModule,
210
210
  args: [{
211
211
  providers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/styling",
3
- "version": "13.5.0-prerelease.26",
3
+ "version": "13.5.0-prerelease.28",
4
4
  "deprecated": "This package will be removed in Otter v14. Please use @ama-styling/style-dictionary instead.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,11 +39,11 @@
39
39
  "@angular/common": "^20.0.0",
40
40
  "@angular/core": "^20.0.0",
41
41
  "@angular/material": "^20.0.0",
42
- "@o3r/core": "~13.5.0-prerelease.26",
43
- "@o3r/dynamic-content": "~13.5.0-prerelease.26",
44
- "@o3r/extractors": "~13.5.0-prerelease.26",
45
- "@o3r/logger": "~13.5.0-prerelease.26",
46
- "@o3r/schematics": "~13.5.0-prerelease.26",
42
+ "@o3r/core": "~13.5.0-prerelease.28",
43
+ "@o3r/dynamic-content": "~13.5.0-prerelease.28",
44
+ "@o3r/extractors": "~13.5.0-prerelease.28",
45
+ "@o3r/logger": "~13.5.0-prerelease.28",
46
+ "@o3r/schematics": "~13.5.0-prerelease.28",
47
47
  "@schematics/angular": "^20.0.0",
48
48
  "@yarnpkg/cli": "^4.3.1",
49
49
  "@yarnpkg/core": "^4.1.1",
@@ -131,7 +131,7 @@
131
131
  }
132
132
  },
133
133
  "dependencies": {
134
- "@o3r/schematics": "~13.5.0-prerelease.26",
134
+ "@o3r/schematics": "~13.5.0-prerelease.28",
135
135
  "tslib": "^2.6.2"
136
136
  },
137
137
  "generatorDependencies": {