@digipair/skill-web-spectrum 0.74.2 → 0.74.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 +1 -1
- package/schema.fr.json +16 -3
- package/schema.json +16 -3
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -1848,7 +1848,20 @@
|
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
],
|
|
1851
|
-
"x-events": [
|
|
1851
|
+
"x-events": [
|
|
1852
|
+
{
|
|
1853
|
+
"name": "click",
|
|
1854
|
+
"summary": "click",
|
|
1855
|
+
"description": "Announces that the button has been clicked",
|
|
1856
|
+
"required": false,
|
|
1857
|
+
"schema": {
|
|
1858
|
+
"type": "array",
|
|
1859
|
+
"items": {
|
|
1860
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
]
|
|
1852
1865
|
}
|
|
1853
1866
|
},
|
|
1854
1867
|
"/sp-button-group": {
|
|
@@ -5769,8 +5782,8 @@
|
|
|
5769
5782
|
}
|
|
5770
5783
|
},
|
|
5771
5784
|
{
|
|
5772
|
-
"name": "
|
|
5773
|
-
"summary": "
|
|
5785
|
+
"name": "click",
|
|
5786
|
+
"summary": "click",
|
|
5774
5787
|
"description": "",
|
|
5775
5788
|
"required": false,
|
|
5776
5789
|
"schema": {
|
package/schema.json
CHANGED
|
@@ -1848,7 +1848,20 @@
|
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
],
|
|
1851
|
-
"x-events": [
|
|
1851
|
+
"x-events": [
|
|
1852
|
+
{
|
|
1853
|
+
"name": "click",
|
|
1854
|
+
"summary": "click",
|
|
1855
|
+
"description": "Announces that the button has been clicked",
|
|
1856
|
+
"required": false,
|
|
1857
|
+
"schema": {
|
|
1858
|
+
"type": "array",
|
|
1859
|
+
"items": {
|
|
1860
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
]
|
|
1852
1865
|
}
|
|
1853
1866
|
},
|
|
1854
1867
|
"/sp-button-group": {
|
|
@@ -5769,8 +5782,8 @@
|
|
|
5769
5782
|
}
|
|
5770
5783
|
},
|
|
5771
5784
|
{
|
|
5772
|
-
"name": "
|
|
5773
|
-
"summary": "
|
|
5785
|
+
"name": "click",
|
|
5786
|
+
"summary": "click",
|
|
5774
5787
|
"description": "",
|
|
5775
5788
|
"required": false,
|
|
5776
5789
|
"schema": {
|