@digipair/skill-web-spectrum 0.74.3 → 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 +14 -1
- package/schema.json +14 -1
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": {
|
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": {
|