@taiga-ui/addon-doc 4.52.0-canary.ca43bcb → 4.52.0-canary.e07790b

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.
@@ -35,10 +35,10 @@ class TuiDocThemeDarkService extends BehaviorSubject {
35
35
  toggle() {
36
36
  this.next(!this.value);
37
37
  }
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiDocThemeDarkService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
39
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiDocThemeDarkService, providedIn: 'root' }); }
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiDocThemeDarkService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
39
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiDocThemeDarkService, providedIn: 'root' }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiDocThemeDarkService, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: TuiDocThemeDarkService, decorators: [{
42
42
  type: Injectable,
43
43
  args: [{
44
44
  providedIn: 'root',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-doc",
3
- "version": "4.52.0-canary.ca43bcb",
3
+ "version": "4.52.0-canary.e07790b",
4
4
  "description": "Taiga UI based library for developing documentation portals for Angular libraries.",
5
5
  "keywords": [
6
6
  "angular",
@@ -42,25 +42,25 @@
42
42
  "types": "./index.d.ts",
43
43
  "default": "./fesm2022/taiga-ui-addon-doc.mjs"
44
44
  },
45
- "./tokens": {
46
- "types": "./tokens/index.d.ts",
47
- "default": "./fesm2022/taiga-ui-addon-doc-tokens.mjs"
48
- },
49
45
  "./services": {
50
46
  "types": "./services/index.d.ts",
51
47
  "default": "./fesm2022/taiga-ui-addon-doc-services.mjs"
52
48
  },
49
+ "./tokens": {
50
+ "types": "./tokens/index.d.ts",
51
+ "default": "./fesm2022/taiga-ui-addon-doc-tokens.mjs"
52
+ },
53
53
  "./types": {
54
54
  "types": "./types/index.d.ts",
55
55
  "default": "./fesm2022/taiga-ui-addon-doc-types.mjs"
56
56
  },
57
- "./components": {
58
- "types": "./components/index.d.ts",
59
- "default": "./fesm2022/taiga-ui-addon-doc-components.mjs"
60
- },
61
57
  "./utils": {
62
58
  "types": "./utils/index.d.ts",
63
59
  "default": "./fesm2022/taiga-ui-addon-doc-utils.mjs"
60
+ },
61
+ "./components": {
62
+ "types": "./components/index.d.ts",
63
+ "default": "./fesm2022/taiga-ui-addon-doc-components.mjs"
64
64
  }
65
65
  },
66
66
  "sideEffects": false,