@taiga-ui/addon-doc 5.6.0-canary.aa2a7bc → 5.7.0

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.20", ngImport: i0, type: TuiDocThemeDarkService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
39
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TuiDocThemeDarkService, providedIn: 'root' }); }
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiDocThemeDarkService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
39
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiDocThemeDarkService, providedIn: 'root' }); }
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TuiDocThemeDarkService, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiDocThemeDarkService, decorators: [{
42
42
  type: Injectable,
43
43
  args: [{ providedIn: 'root' }]
44
44
  }], ctorParameters: () => [] });
@@ -216,10 +216,10 @@ class TuiDocKebabPipe {
216
216
  constructor() {
217
217
  this.transform = tuiToKebab;
218
218
  }
219
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TuiDocKebabPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
220
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: TuiDocKebabPipe, isStandalone: true, name: "tuiKebab" }); }
219
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiDocKebabPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
220
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: TuiDocKebabPipe, isStandalone: true, name: "tuiKebab" }); }
221
221
  }
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TuiDocKebabPipe, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: TuiDocKebabPipe, decorators: [{
223
223
  type: Pipe,
224
224
  args: [{ name: 'tuiKebab' }]
225
225
  }] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-doc",
3
- "version": "5.6.0-canary.aa2a7bc",
3
+ "version": "5.7.0",
4
4
  "description": "Taiga UI based library for developing documentation portals for Angular libraries.",
5
5
  "keywords": [
6
6
  "angular",
@@ -36,13 +36,13 @@
36
36
  "@angular/core": ">=19.0.0",
37
37
  "@angular/forms": ">=19.0.0",
38
38
  "@angular/router": ">=19.0.0",
39
- "@ng-web-apis/common": "^5.2.0",
40
- "@ng-web-apis/platform": "^5.2.0",
41
- "@taiga-ui/cdk": "5.6.0",
42
- "@taiga-ui/core": "5.6.0",
43
- "@taiga-ui/kit": "5.6.0",
44
- "@taiga-ui/legacy": "5.6.0",
45
- "@taiga-ui/polymorpheus": "^5.0.0",
39
+ "@ng-web-apis/common": "^5.3.0",
40
+ "@ng-web-apis/platform": "^5.3.0",
41
+ "@taiga-ui/cdk": "5.7.0",
42
+ "@taiga-ui/core": "5.7.0",
43
+ "@taiga-ui/kit": "5.7.0",
44
+ "@taiga-ui/legacy": "5.7.0",
45
+ "@taiga-ui/polymorpheus": "^5.0.1",
46
46
  "@types/markdown-it": "^14.1.2",
47
47
  "markdown-it": "^14.1.1",
48
48
  "ngx-highlightjs": "^14.0.1"
@@ -61,21 +61,21 @@
61
61
  "types": "./components/index.d.ts",
62
62
  "default": "./fesm2022/taiga-ui-addon-doc-components.mjs"
63
63
  },
64
- "./tokens": {
65
- "types": "./tokens/index.d.ts",
66
- "default": "./fesm2022/taiga-ui-addon-doc-tokens.mjs"
64
+ "./services": {
65
+ "types": "./services/index.d.ts",
66
+ "default": "./fesm2022/taiga-ui-addon-doc-services.mjs"
67
67
  },
68
68
  "./types": {
69
69
  "types": "./types/index.d.ts",
70
70
  "default": "./fesm2022/taiga-ui-addon-doc-types.mjs"
71
71
  },
72
+ "./tokens": {
73
+ "types": "./tokens/index.d.ts",
74
+ "default": "./fesm2022/taiga-ui-addon-doc-tokens.mjs"
75
+ },
72
76
  "./utils": {
73
77
  "types": "./utils/index.d.ts",
74
78
  "default": "./fesm2022/taiga-ui-addon-doc-utils.mjs"
75
- },
76
- "./services": {
77
- "types": "./services/index.d.ts",
78
- "default": "./fesm2022/taiga-ui-addon-doc-services.mjs"
79
79
  }
80
80
  },
81
81
  "sideEffects": false,