@digipair/skill-web-spectrum 0.4.30 → 0.5.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/package.json +1 -1
- package/schema.json +37 -0
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -347,6 +347,43 @@
|
|
|
347
347
|
],
|
|
348
348
|
"x-events": []
|
|
349
349
|
}
|
|
350
|
+
},
|
|
351
|
+
"/sp-divider": {
|
|
352
|
+
"post": {
|
|
353
|
+
"tags": ["web"],
|
|
354
|
+
"summary": "Barre de séparation",
|
|
355
|
+
"description": "Barre de séparation",
|
|
356
|
+
"parameters": [
|
|
357
|
+
{
|
|
358
|
+
"name": "size",
|
|
359
|
+
"summary": "Taille",
|
|
360
|
+
"required": false,
|
|
361
|
+
"description": "Taille de la barre de séparation",
|
|
362
|
+
"schema": {
|
|
363
|
+
"type": "string"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "style",
|
|
368
|
+
"summary": "Style personnalisé",
|
|
369
|
+
"required": false,
|
|
370
|
+
"description": "Personnalisation des styles du thème",
|
|
371
|
+
"schema": {
|
|
372
|
+
"type": "string"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "vertical",
|
|
377
|
+
"summary": "Varticale",
|
|
378
|
+
"required": false,
|
|
379
|
+
"description": "Place la barre de séparation verticalement",
|
|
380
|
+
"schema": {
|
|
381
|
+
"type": "boolean"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"x-events": []
|
|
386
|
+
}
|
|
350
387
|
}
|
|
351
388
|
},
|
|
352
389
|
"components": {
|