@o3r/design 11.1.0-rc.3 → 11.1.0-rc.4

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/design",
3
- "version": "11.1.0-rc.3",
3
+ "version": "11.1.0-rc.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -52,9 +52,9 @@
52
52
  "tslib": "^2.6.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "@o3r/core": "^11.1.0-rc.3",
56
- "@o3r/schematics": "^11.1.0-rc.3",
57
- "@o3r/styling": "^11.1.0-rc.3",
55
+ "@o3r/core": "^11.1.0-rc.4",
56
+ "@o3r/schematics": "^11.1.0-rc.4",
57
+ "@o3r/styling": "^11.1.0-rc.4",
58
58
  "chokidar": "^3.5.2",
59
59
  "globby": "^11.1.0",
60
60
  "sass": "~1.77.0"
@@ -100,12 +100,12 @@
100
100
  "@nx/eslint-plugin": "~19.5.0",
101
101
  "@nx/jest": "~19.5.0",
102
102
  "@nx/js": "~19.5.0",
103
- "@o3r/build-helpers": "^11.1.0-rc.3",
104
- "@o3r/core": "^11.1.0-rc.3",
105
- "@o3r/eslint-plugin": "^11.1.0-rc.3",
106
- "@o3r/schematics": "^11.1.0-rc.3",
107
- "@o3r/styling": "^11.1.0-rc.3",
108
- "@o3r/test-helpers": "^11.1.0-rc.3",
103
+ "@o3r/build-helpers": "^11.1.0-rc.4",
104
+ "@o3r/core": "^11.1.0-rc.4",
105
+ "@o3r/eslint-plugin": "^11.1.0-rc.4",
106
+ "@o3r/schematics": "^11.1.0-rc.4",
107
+ "@o3r/styling": "^11.1.0-rc.4",
108
+ "@o3r/test-helpers": "^11.1.0-rc.4",
109
109
  "@schematics/angular": "~18.1.0",
110
110
  "@stylistic/eslint-plugin-ts": "~2.4.0",
111
111
  "@types/jest": "~29.5.2",
@@ -78,7 +78,6 @@
78
78
  }
79
79
  },
80
80
  "extensions": {
81
- "type": "object",
82
81
  "allOf": [
83
82
  {
84
83
  "$ref": "#/definitions/otterExtension"
@@ -190,16 +189,12 @@
190
189
  }
191
190
  },
192
191
  "tokenTypeFontFamily": {
193
- "type": "object",
194
- "required": [
195
- "$type",
196
- "primary"
197
- ],
198
192
  "allOf": [
199
193
  {
200
194
  "oneOf": [
201
195
  {
202
196
  "type": "object",
197
+ "required": ["$value"],
203
198
  "properties": {
204
199
  "$value": {
205
200
  "type": "string"
@@ -238,6 +233,9 @@
238
233
  },
239
234
  {
240
235
  "type": "object",
236
+ "required": [
237
+ "$type"
238
+ ],
241
239
  "properties": {
242
240
  "$type": {
243
241
  "const": "fontFamily",
@@ -257,9 +255,7 @@
257
255
  "type": "string",
258
256
  "pattern": "^.*\\{.*\\}.*$"
259
257
  },
260
- "$type": {
261
- "not": {}
262
- }
258
+ "$type": false
263
259
  }
264
260
  },
265
261
  "tokenTypeDuration": {
@@ -303,14 +299,7 @@
303
299
  }
304
300
  },
305
301
  "tokenTypeFontWeightValue": {
306
- "oneOf": [
307
- {
308
- "type": "number"
309
- },
310
- {
311
- "type": "string"
312
- }
313
- ]
302
+ "type": ["string", "number"]
314
303
  },
315
304
  "tokenTypeFontWeight": {
316
305
  "type": "object",
@@ -599,10 +588,7 @@
599
588
  "$ref": "#/definitions/tokenTypeFontWeightValue"
600
589
  },
601
590
  "lineHeight": {
602
- "oneOf": [
603
- { "type": "string" },
604
- { "type": "number" }
605
- ]
591
+ "type": ["string", "number"]
606
592
  }
607
593
  },
608
594
  "required": [