@paris-ias/trees 2.2.16 → 2.2.18

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.
@@ -194,6 +194,7 @@ const data = {
194
194
  "Tool": "TOOL",
195
195
  "Project": "PROJECT"
196
196
  },
197
+ "multiple": true,
197
198
  "value": ""
198
199
  },
199
200
  "disciplines": {
@@ -192,6 +192,7 @@ const data = {
192
192
  "Tool": "TOOL",
193
193
  "Project": "PROJECT"
194
194
  },
195
+ "multiple": true,
195
196
  "value": ""
196
197
  },
197
198
  "disciplines": {
@@ -230,16 +230,10 @@ const data = {
230
230
  "default": true,
231
231
  "switchIf": [
232
232
  {
233
- "type": "NEWS"
233
+ "modifier": "news"
234
234
  },
235
235
  {
236
- "type": "VIDEO"
237
- },
238
- {
239
- "type": "AUDIO"
240
- },
241
- {
242
- "type": "PODCAST"
236
+ "modifier": "media"
243
237
  }
244
238
  ],
245
239
  "disjonctive": true
@@ -284,16 +278,10 @@ const data = {
284
278
  "default": false,
285
279
  "switchIf": [
286
280
  {
287
- "type": "NEWS"
288
- },
289
- {
290
- "type": "VIDEO"
281
+ "modifier": "news"
291
282
  },
292
283
  {
293
- "type": "AUDIO"
294
- },
295
- {
296
- "type": "PODCAST"
284
+ "modifier": "media"
297
285
  }
298
286
  ],
299
287
  "disjonctive": true
@@ -314,13 +302,7 @@ const data = {
314
302
  "default": false,
315
303
  "switchIf": [
316
304
  {
317
- "type": "VIDEO"
318
- },
319
- {
320
- "type": "AUDIO"
321
- },
322
- {
323
- "type": "PODCAST"
305
+ "modifier": "media"
324
306
  }
325
307
  ],
326
308
  "disjonctive": true
@@ -359,7 +341,7 @@ const data = {
359
341
  "default": false,
360
342
  "switchIf": [
361
343
  {
362
- "type": "NEWS"
344
+ "modifier": "news"
363
345
  }
364
346
  ],
365
347
  "disjonctive": false
@@ -228,16 +228,10 @@ const data = {
228
228
  "default": true,
229
229
  "switchIf": [
230
230
  {
231
- "type": "NEWS"
231
+ "modifier": "news"
232
232
  },
233
233
  {
234
- "type": "VIDEO"
235
- },
236
- {
237
- "type": "AUDIO"
238
- },
239
- {
240
- "type": "PODCAST"
234
+ "modifier": "media"
241
235
  }
242
236
  ],
243
237
  "disjonctive": true
@@ -282,16 +276,10 @@ const data = {
282
276
  "default": false,
283
277
  "switchIf": [
284
278
  {
285
- "type": "NEWS"
286
- },
287
- {
288
- "type": "VIDEO"
279
+ "modifier": "news"
289
280
  },
290
281
  {
291
- "type": "AUDIO"
292
- },
293
- {
294
- "type": "PODCAST"
282
+ "modifier": "media"
295
283
  }
296
284
  ],
297
285
  "disjonctive": true
@@ -312,13 +300,7 @@ const data = {
312
300
  "default": false,
313
301
  "switchIf": [
314
302
  {
315
- "type": "VIDEO"
316
- },
317
- {
318
- "type": "AUDIO"
319
- },
320
- {
321
- "type": "PODCAST"
303
+ "modifier": "media"
322
304
  }
323
305
  ],
324
306
  "disjonctive": true
@@ -357,7 +339,7 @@ const data = {
357
339
  "default": false,
358
340
  "switchIf": [
359
341
  {
360
- "type": "NEWS"
342
+ "modifier": "news"
361
343
  }
362
344
  ],
363
345
  "disjonctive": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.16",
3
+ "version": "2.2.18",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",