@o3r/styling 14.0.0-next.5 → 14.0.0-next.8

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": "@o3r/styling",
3
- "version": "14.0.0-next.5",
3
+ "version": "14.0.0-next.8",
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": "~14.0.0-next.5",
43
- "@o3r/dynamic-content": "~14.0.0-next.5",
44
- "@o3r/extractors": "~14.0.0-next.5",
45
- "@o3r/logger": "~14.0.0-next.5",
46
- "@o3r/schematics": "~14.0.0-next.5",
42
+ "@o3r/core": "~14.0.0-next.8",
43
+ "@o3r/dynamic-content": "~14.0.0-next.8",
44
+ "@o3r/extractors": "~14.0.0-next.8",
45
+ "@o3r/logger": "~14.0.0-next.8",
46
+ "@o3r/schematics": "~14.0.0-next.8",
47
47
  "@schematics/angular": "^20.0.0",
48
48
  "@yarnpkg/cli": "^4.3.1",
49
49
  "@yarnpkg/core": "^4.1.1",
@@ -56,7 +56,7 @@
56
56
  "sass": "^1.81.0",
57
57
  "sass-embedded": "^1.81.0",
58
58
  "semver": "^7.5.2",
59
- "type-fest": "^4.30.1",
59
+ "type-fest": "^5.3.1",
60
60
  "typescript": "^5.9.0"
61
61
  },
62
62
  "peerDependenciesMeta": {
@@ -131,7 +131,7 @@
131
131
  }
132
132
  },
133
133
  "dependencies": {
134
- "@o3r/schematics": "~14.0.0-next.5",
134
+ "@o3r/schematics": "~14.0.0-next.8",
135
135
  "tslib": "^2.6.2"
136
136
  },
137
137
  "generatorDependencies": {
@@ -1,7 +1,7 @@
1
1
  import { Rule } from '@angular-devkit/schematics';
2
2
  /**
3
3
  * Update CMS adapter tools
4
- * @param options @see RuleFactory.options
4
+ * @param options {@link RuleFactory.options}
5
5
  * @param options.projectName
6
6
  */
7
7
  export declare const updateCmsAdapter: (options: any) => Rule;
@@ -6,7 +6,7 @@ const schematics_1 = require("@angular-devkit/schematics");
6
6
  const schematics_2 = require("@o3r/schematics");
7
7
  /**
8
8
  * Update CMS adapter tools
9
- * @param options @see RuleFactory.options
9
+ * @param options {@link RuleFactory.options}
10
10
  * @param options.projectName
11
11
  */
12
12
  function updateCmsAdapterFn(options) {
@@ -76,7 +76,7 @@ function updateCmsAdapterFn(options) {
76
76
  }
77
77
  /**
78
78
  * Update CMS adapter tools
79
- * @param options @see RuleFactory.options
79
+ * @param options {@link RuleFactory.options}
80
80
  * @param options.projectName
81
81
  */
82
82
  exports.updateCmsAdapter = (0, schematics_2.createOtterSchematic)(updateCmsAdapterFn);
@@ -1,8 +1,8 @@
1
1
  import { Rule } from '@angular-devkit/schematics';
2
2
  /**
3
3
  * Added styling support
4
- * @param rootPath @see RuleFactory.rootPath
5
- * @param options @see RuleFactory.options
4
+ * @param rootPath {@link RuleFactory.rootPath}
5
+ * @param options {@link RuleFactory.options}
6
6
  * @param options.projectName
7
7
  */
8
8
  export declare function updateThemeFiles(rootPath: string, options: {
@@ -7,8 +7,8 @@ const schematics_1 = require("@angular-devkit/schematics");
7
7
  const schematics_2 = require("@o3r/schematics");
8
8
  /**
9
9
  * Added styling support
10
- * @param rootPath @see RuleFactory.rootPath
11
- * @param options @see RuleFactory.options
10
+ * @param rootPath {@link RuleFactory.rootPath}
11
+ * @param options {@link RuleFactory.options}
12
12
  * @param options.projectName
13
13
  */
14
14
  function updateThemeFiles(rootPath, options) {