@o3r/design 12.0.0-rc.8 → 12.0.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.
- package/builders/generate-css/index.d.ts +1 -1
- package/builders/generate-css/schema.json +0 -4
- package/builders/generate-jsonschema/index.d.ts +1 -1
- package/builders/generate-jsonschema/schema.json +0 -2
- package/builders/generate-style/index.d.ts +1 -1
- package/builders/generate-style/schema.json +0 -4
- package/package.json +33 -33
- package/schematics/generate-css/schema.json +0 -1
- package/schematics/ng-add/schema.json +1 -2
|
@@ -3,6 +3,6 @@ import type { GenerateCssSchematicsSchema } from './schema';
|
|
|
3
3
|
* Generate CSS from Design Token files
|
|
4
4
|
* @param options
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: import("@angular-devkit/architect
|
|
6
|
+
declare const _default: import("@angular-devkit/architect").Builder<GenerateCssSchematicsSchema & import("@angular-devkit/core").JsonObject>;
|
|
7
7
|
export default _default;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
},
|
|
43
43
|
"metadataIgnorePrivate": {
|
|
44
44
|
"type": "boolean",
|
|
45
|
-
"default": false,
|
|
46
45
|
"description": "Ignore the private variable in the Metadata generation."
|
|
47
46
|
},
|
|
48
47
|
"rootPath": {
|
|
@@ -51,12 +50,10 @@
|
|
|
51
50
|
},
|
|
52
51
|
"watch": {
|
|
53
52
|
"type": "boolean",
|
|
54
|
-
"default": false,
|
|
55
53
|
"description": "Enable Watch mode"
|
|
56
54
|
},
|
|
57
55
|
"failOnDuplicate": {
|
|
58
56
|
"type": "boolean",
|
|
59
|
-
"default": false,
|
|
60
57
|
"description": "Determine if the process should stop in case of Token duplication"
|
|
61
58
|
},
|
|
62
59
|
"templateFile": {
|
|
@@ -90,7 +87,6 @@
|
|
|
90
87
|
},
|
|
91
88
|
"failOnMissingReference": {
|
|
92
89
|
"type": "boolean",
|
|
93
|
-
"default": false,
|
|
94
90
|
"description": "Determine if the builder should fail if a missing Design Token reference is detected"
|
|
95
91
|
}
|
|
96
92
|
},
|
|
@@ -3,6 +3,6 @@ import type { GenerateJsonSchemaSchematicsSchema } from './schema';
|
|
|
3
3
|
* Generate Json Schema from Design Token files
|
|
4
4
|
* @param options
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: import("@angular-devkit/architect
|
|
6
|
+
declare const _default: import("@angular-devkit/architect").Builder<GenerateJsonSchemaSchematicsSchema & import("@angular-devkit/core").JsonObject>;
|
|
7
7
|
export default _default;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -21,12 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"watch": {
|
|
23
23
|
"type": "boolean",
|
|
24
|
-
"default": false,
|
|
25
24
|
"description": "Enable Watch mode"
|
|
26
25
|
},
|
|
27
26
|
"failOnDuplicate": {
|
|
28
27
|
"type": "boolean",
|
|
29
|
-
"default": false,
|
|
30
28
|
"description": "Determine if the process should stop in case of Token duplication"
|
|
31
29
|
},
|
|
32
30
|
"schemaId": {
|
|
@@ -3,6 +3,6 @@ import type { GenerateStyleSchematicsSchema } from './schema';
|
|
|
3
3
|
* Generate CSS from Design Token files
|
|
4
4
|
* @param options
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: import("@angular-devkit/architect
|
|
6
|
+
declare const _default: import("@angular-devkit/architect").Builder<GenerateStyleSchematicsSchema & import("@angular-devkit/core").JsonObject>;
|
|
7
7
|
export default _default;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
},
|
|
52
52
|
"metadataIgnorePrivate": {
|
|
53
53
|
"type": "boolean",
|
|
54
|
-
"default": false,
|
|
55
54
|
"description": "Ignore private variables in the metadata generation."
|
|
56
55
|
},
|
|
57
56
|
"rootPath": {
|
|
@@ -60,12 +59,10 @@
|
|
|
60
59
|
},
|
|
61
60
|
"watch": {
|
|
62
61
|
"type": "boolean",
|
|
63
|
-
"default": false,
|
|
64
62
|
"description": "Enable watch mode"
|
|
65
63
|
},
|
|
66
64
|
"failOnDuplicate": {
|
|
67
65
|
"type": "boolean",
|
|
68
|
-
"default": false,
|
|
69
66
|
"description": "Determine if the process should stop in case of Design Token duplication"
|
|
70
67
|
},
|
|
71
68
|
"templateFile": {
|
|
@@ -100,7 +97,6 @@
|
|
|
100
97
|
},
|
|
101
98
|
"failOnMissingReference": {
|
|
102
99
|
"type": "boolean",
|
|
103
|
-
"default": false,
|
|
104
100
|
"description": "Determine if the builder should fail if a missing Design Token reference is detected"
|
|
105
101
|
},
|
|
106
102
|
"sortOrderPatternsFilePath": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/design",
|
|
3
|
-
"version": "12.0.0
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"tslib": "^2.6.2"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@angular-devkit/architect": "
|
|
56
|
+
"@angular-devkit/architect": ">=0.1900.0 <0.2000.0-0",
|
|
57
57
|
"@angular-devkit/schematics": "^19.0.0",
|
|
58
|
-
"@o3r/core": "^12.0.0
|
|
59
|
-
"@o3r/schematics": "^12.0.0
|
|
60
|
-
"@o3r/styling": "^12.0.0
|
|
61
|
-
"@o3r/telemetry": "^12.0.0
|
|
58
|
+
"@o3r/core": "^12.0.0",
|
|
59
|
+
"@o3r/schematics": "^12.0.0",
|
|
60
|
+
"@o3r/styling": "^12.0.0",
|
|
61
|
+
"@o3r/telemetry": "^12.0.0",
|
|
62
62
|
"chokidar": "^4.0.3",
|
|
63
63
|
"globby": "^11.1.0",
|
|
64
64
|
"sass": "^1.81.0"
|
|
@@ -93,18 +93,18 @@
|
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@angular-devkit/architect": "~0.
|
|
97
|
-
"@angular-devkit/build-angular": "~19.
|
|
98
|
-
"@angular-devkit/core": "~19.
|
|
99
|
-
"@angular-devkit/schematics": "~19.
|
|
100
|
-
"@angular/animations": "~19.
|
|
101
|
-
"@angular/cli": "~19.
|
|
102
|
-
"@angular/common": "~19.
|
|
103
|
-
"@angular/compiler": "~19.
|
|
104
|
-
"@angular/compiler-cli": "~19.
|
|
105
|
-
"@angular/core": "~19.
|
|
106
|
-
"@angular/platform-browser": "~19.
|
|
107
|
-
"@angular/platform-browser-dynamic": "~19.
|
|
96
|
+
"@angular-devkit/architect": "~0.1901.0",
|
|
97
|
+
"@angular-devkit/build-angular": "~19.1.0",
|
|
98
|
+
"@angular-devkit/core": "~19.1.0",
|
|
99
|
+
"@angular-devkit/schematics": "~19.1.0",
|
|
100
|
+
"@angular/animations": "~19.1.0",
|
|
101
|
+
"@angular/cli": "~19.1.0",
|
|
102
|
+
"@angular/common": "~19.1.0",
|
|
103
|
+
"@angular/compiler": "~19.1.0",
|
|
104
|
+
"@angular/compiler-cli": "~19.1.0",
|
|
105
|
+
"@angular/core": "~19.1.0",
|
|
106
|
+
"@angular/platform-browser": "~19.1.0",
|
|
107
|
+
"@angular/platform-browser-dynamic": "~19.1.0",
|
|
108
108
|
"@babel/core": "~7.26.0",
|
|
109
109
|
"@babel/preset-typescript": "~7.26.0",
|
|
110
110
|
"@compodoc/compodoc": "^1.1.19",
|
|
@@ -113,31 +113,31 @@
|
|
|
113
113
|
"@nx/eslint-plugin": "~20.2.0",
|
|
114
114
|
"@nx/jest": "~20.2.0",
|
|
115
115
|
"@nx/js": "~20.2.0",
|
|
116
|
-
"@o3r/build-helpers": "^12.0.0
|
|
117
|
-
"@o3r/core": "^12.0.0
|
|
118
|
-
"@o3r/eslint-plugin": "^12.0.0
|
|
119
|
-
"@o3r/schematics": "^12.0.0
|
|
120
|
-
"@o3r/styling": "^12.0.0
|
|
121
|
-
"@o3r/telemetry": "^12.0.0
|
|
122
|
-
"@o3r/test-helpers": "^12.0.0
|
|
123
|
-
"@schematics/angular": "~19.
|
|
116
|
+
"@o3r/build-helpers": "^12.0.0",
|
|
117
|
+
"@o3r/core": "^12.0.0",
|
|
118
|
+
"@o3r/eslint-plugin": "^12.0.0",
|
|
119
|
+
"@o3r/schematics": "^12.0.0",
|
|
120
|
+
"@o3r/styling": "^12.0.0",
|
|
121
|
+
"@o3r/telemetry": "^12.0.0",
|
|
122
|
+
"@o3r/test-helpers": "^12.0.0",
|
|
123
|
+
"@schematics/angular": "~19.1.0",
|
|
124
124
|
"@stylistic/eslint-plugin": "~3.0.0",
|
|
125
125
|
"@swc/helpers": "~0.5.0",
|
|
126
126
|
"@types/jest": "~29.5.2",
|
|
127
127
|
"@types/minimist": "^1.2.2",
|
|
128
128
|
"@types/node": "^20.0.0",
|
|
129
129
|
"@types/semver": "^7.3.13",
|
|
130
|
-
"@typescript-eslint/parser": "~8.
|
|
130
|
+
"@typescript-eslint/parser": "~8.23.0",
|
|
131
131
|
"angular-eslint": "~19.0.0",
|
|
132
132
|
"chokidar": "^4.0.3",
|
|
133
133
|
"cpy-cli": "^5.0.0",
|
|
134
|
-
"eslint": "~9.
|
|
134
|
+
"eslint": "~9.19.0",
|
|
135
135
|
"eslint-import-resolver-node": "^0.3.9",
|
|
136
136
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
137
137
|
"eslint-plugin-import": "^2.31.0",
|
|
138
138
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
139
|
-
"eslint-plugin-jest": "~28.
|
|
140
|
-
"eslint-plugin-jsdoc": "~50.
|
|
139
|
+
"eslint-plugin-jest": "~28.11.0",
|
|
140
|
+
"eslint-plugin-jsdoc": "~50.6.0",
|
|
141
141
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
142
142
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
143
143
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
@@ -149,13 +149,13 @@
|
|
|
149
149
|
"nx": "~20.2.0",
|
|
150
150
|
"pid-from-port": "^1.1.3",
|
|
151
151
|
"rxjs": "^7.8.1",
|
|
152
|
-
"sass": "~1.
|
|
152
|
+
"sass": "~1.84.0",
|
|
153
153
|
"semver": "^7.5.2",
|
|
154
154
|
"ts-jest": "~29.2.5",
|
|
155
155
|
"ts-node": "~10.9.2",
|
|
156
156
|
"type-fest": "^4.30.1",
|
|
157
|
-
"typescript": "~5.
|
|
158
|
-
"typescript-eslint": "~8.
|
|
157
|
+
"typescript": "~5.7.3",
|
|
158
|
+
"typescript-eslint": "~8.23.0",
|
|
159
159
|
"zone.js": "~0.15.0"
|
|
160
160
|
},
|
|
161
161
|
"engines": {
|