@digipair/skill-web-spectrum 0.8.45 → 0.9.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 +35 -26
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -625,33 +625,42 @@
|
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
627
|
]
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"sp-menu-divider": {
|
|
631
|
+
"post": {
|
|
632
|
+
"tags": ["web"],
|
|
633
|
+
"summary": "Diviseur du menu",
|
|
634
|
+
"description": "Diviseur du menu",
|
|
635
|
+
"parameters": [],
|
|
636
|
+
"x-events": []
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"/sp-illustrated-message": {
|
|
640
|
+
"post": {
|
|
641
|
+
"tags": ["web", "needPins", "requirePins"],
|
|
642
|
+
"summary": "Message illustré",
|
|
643
|
+
"description": "Message illustré",
|
|
644
|
+
"parameters": [
|
|
645
|
+
{
|
|
646
|
+
"name": "heading",
|
|
647
|
+
"summary": "Titre",
|
|
648
|
+
"required": true,
|
|
649
|
+
"description": "Titre du message illustré",
|
|
650
|
+
"schema": {
|
|
651
|
+
"type": "string"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "description",
|
|
656
|
+
"summary": "Description",
|
|
657
|
+
"required": true,
|
|
658
|
+
"description": "Description du message illustré",
|
|
659
|
+
"schema": {
|
|
660
|
+
"type": "string"
|
|
652
661
|
}
|
|
653
|
-
|
|
654
|
-
|
|
662
|
+
}
|
|
663
|
+
]
|
|
655
664
|
}
|
|
656
665
|
}
|
|
657
666
|
},
|