@o3r/design 11.3.0-rc.0 → 11.3.0-rc.2
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/README.md
CHANGED
|
@@ -48,7 +48,7 @@ The following configurations are available:
|
|
|
48
48
|
| **metadataIgnorePrivate** | false | Ignore the private variable in the metadata generation. |
|
|
49
49
|
| **rootPath** | *null* | Root path of files where the CSS will be generated. |
|
|
50
50
|
| **failOnDuplicate** | false | Determine if the process should stop in case of Token duplication. |
|
|
51
|
-
| **templateFile** | *null* | Path to a template file to apply as default configuration to a Design Token extension.
|
|
51
|
+
| **templateFile** | *null* | Path to a template file (or a list of template files) to apply as default configuration to a Design Token extension. |
|
|
52
52
|
| **prefix** | *null* | Prefix to append to generated variables. |
|
|
53
53
|
| **prefixPrivate** | *null* | Prefix to append to generated private variables. |
|
|
54
54
|
| **watch** | false | Enable Watch mode. |
|
|
@@ -36,7 +36,7 @@ export interface GenerateCssSchematicsSchema extends SchematicOptionObject {
|
|
|
36
36
|
failOnMissingReference?: boolean;
|
|
37
37
|
/** Type of the variables to generate for a Design Token */
|
|
38
38
|
variableType?: 'css' | 'sass';
|
|
39
|
-
/** Path to a template file to apply as default configuration to a Design Token extension */
|
|
39
|
+
/** Path to a template file (or a list of template files) to apply as default configuration to a Design Token extension */
|
|
40
40
|
templateFile?: string | string[];
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../builders/generate-css/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;IACxE,mDAAmD;IACnD,uBAAuB,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAE3C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gFAAgF;IAChF,gBAAgB,EAAE,MAAM,CAAC;IAEzB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,yDAAyD;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,wEAAwE;IACxE,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,0DAA0D;IAC1D,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,sDAAsD;IACtD,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,2FAA2F;IAC3F,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC,2DAA2D;IAC3D,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAE9B,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../builders/generate-css/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,MAAM,WAAW,2BAA4B,SAAQ,qBAAqB;IACxE,mDAAmD;IACnD,uBAAuB,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAE3C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gFAAgF;IAChF,gBAAgB,EAAE,MAAM,CAAC;IAEzB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,yDAAyD;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,wEAAwE;IACxE,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,0DAA0D;IAC1D,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC,sDAAsD;IACtD,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,2FAA2F;IAC3F,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC,2DAA2D;IAC3D,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAE9B,0HAA0H;IAC1H,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAClC"}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Determine if the process should stop in case of Token duplication"
|
|
61
61
|
},
|
|
62
62
|
"templateFile": {
|
|
63
|
-
"description": "Path to a template file(
|
|
63
|
+
"description": "Path to a template file (or a list of template files) to apply as default configuration to a Design Token extension. In case of multiple files, the JSON will be deeply merged in the order defined by the list.",
|
|
64
64
|
"oneOf": [
|
|
65
65
|
{
|
|
66
66
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/design",
|
|
3
|
-
"version": "11.3.0-rc.
|
|
3
|
+
"version": "11.3.0-rc.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"tslib": "^2.6.2"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@o3r/core": "^11.3.0-rc.
|
|
57
|
-
"@o3r/schematics": "^11.3.0-rc.
|
|
58
|
-
"@o3r/styling": "^11.3.0-rc.
|
|
59
|
-
"@o3r/telemetry": "^11.3.0-rc.
|
|
56
|
+
"@o3r/core": "^11.3.0-rc.2",
|
|
57
|
+
"@o3r/schematics": "^11.3.0-rc.2",
|
|
58
|
+
"@o3r/styling": "^11.3.0-rc.2",
|
|
59
|
+
"@o3r/telemetry": "^11.3.0-rc.2",
|
|
60
60
|
"chokidar": "^3.5.2",
|
|
61
61
|
"globby": "^11.1.0",
|
|
62
62
|
"sass": "~1.79.0"
|
|
@@ -105,13 +105,13 @@
|
|
|
105
105
|
"@nx/eslint-plugin": "~19.5.0",
|
|
106
106
|
"@nx/jest": "~19.5.0",
|
|
107
107
|
"@nx/js": "~19.5.0",
|
|
108
|
-
"@o3r/build-helpers": "^11.3.0-rc.
|
|
109
|
-
"@o3r/core": "^11.3.0-rc.
|
|
110
|
-
"@o3r/eslint-plugin": "^11.3.0-rc.
|
|
111
|
-
"@o3r/schematics": "^11.3.0-rc.
|
|
112
|
-
"@o3r/styling": "^11.3.0-rc.
|
|
113
|
-
"@o3r/telemetry": "^11.3.0-rc.
|
|
114
|
-
"@o3r/test-helpers": "^11.3.0-rc.
|
|
108
|
+
"@o3r/build-helpers": "^11.3.0-rc.2",
|
|
109
|
+
"@o3r/core": "^11.3.0-rc.2",
|
|
110
|
+
"@o3r/eslint-plugin": "^11.3.0-rc.2",
|
|
111
|
+
"@o3r/schematics": "^11.3.0-rc.2",
|
|
112
|
+
"@o3r/styling": "^11.3.0-rc.2",
|
|
113
|
+
"@o3r/telemetry": "^11.3.0-rc.2",
|
|
114
|
+
"@o3r/test-helpers": "^11.3.0-rc.2",
|
|
115
115
|
"@schematics/angular": "~18.2.0",
|
|
116
116
|
"@stylistic/eslint-plugin-ts": "~2.4.0",
|
|
117
117
|
"@types/jest": "~29.5.2",
|