@digipair/skill-web-spectrum 0.73.4 → 0.73.5
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 +36 -0
- package/schema.json +36 -0
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10871,6 +10871,33 @@
|
|
|
10871
10871
|
"schema": {
|
|
10872
10872
|
"type": "string"
|
|
10873
10873
|
}
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"name": "system",
|
|
10877
|
+
"summary": "System",
|
|
10878
|
+
"required": false,
|
|
10879
|
+
"description": "Name of the theme to apply",
|
|
10880
|
+
"schema": {
|
|
10881
|
+
"type": "string"
|
|
10882
|
+
}
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"name": "color",
|
|
10886
|
+
"summary": "Color",
|
|
10887
|
+
"required": false,
|
|
10888
|
+
"description": "Theme color",
|
|
10889
|
+
"schema": {
|
|
10890
|
+
"type": "string"
|
|
10891
|
+
}
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"name": "scale",
|
|
10895
|
+
"summary": "Size",
|
|
10896
|
+
"required": false,
|
|
10897
|
+
"description": "Theme scale",
|
|
10898
|
+
"schema": {
|
|
10899
|
+
"type": "string"
|
|
10900
|
+
}
|
|
10874
10901
|
}
|
|
10875
10902
|
],
|
|
10876
10903
|
"x-events": []
|
|
@@ -10937,6 +10964,15 @@
|
|
|
10937
10964
|
"schema": {
|
|
10938
10965
|
"type": "string"
|
|
10939
10966
|
}
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"name": "placement",
|
|
10970
|
+
"summary": "Placement",
|
|
10971
|
+
"description": "Tooltip placement.",
|
|
10972
|
+
"required": false,
|
|
10973
|
+
"schema": {
|
|
10974
|
+
"type": "string"
|
|
10975
|
+
}
|
|
10940
10976
|
}
|
|
10941
10977
|
],
|
|
10942
10978
|
"x-events": []
|
package/schema.json
CHANGED
|
@@ -10871,6 +10871,33 @@
|
|
|
10871
10871
|
"schema": {
|
|
10872
10872
|
"type": "string"
|
|
10873
10873
|
}
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"name": "system",
|
|
10877
|
+
"summary": "System",
|
|
10878
|
+
"required": false,
|
|
10879
|
+
"description": "Name of the theme to apply",
|
|
10880
|
+
"schema": {
|
|
10881
|
+
"type": "string"
|
|
10882
|
+
}
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"name": "color",
|
|
10886
|
+
"summary": "Color",
|
|
10887
|
+
"required": false,
|
|
10888
|
+
"description": "Theme color",
|
|
10889
|
+
"schema": {
|
|
10890
|
+
"type": "string"
|
|
10891
|
+
}
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"name": "scale",
|
|
10895
|
+
"summary": "Size",
|
|
10896
|
+
"required": false,
|
|
10897
|
+
"description": "Theme scale",
|
|
10898
|
+
"schema": {
|
|
10899
|
+
"type": "string"
|
|
10900
|
+
}
|
|
10874
10901
|
}
|
|
10875
10902
|
],
|
|
10876
10903
|
"x-events": []
|
|
@@ -10937,6 +10964,15 @@
|
|
|
10937
10964
|
"schema": {
|
|
10938
10965
|
"type": "string"
|
|
10939
10966
|
}
|
|
10967
|
+
},
|
|
10968
|
+
{
|
|
10969
|
+
"name": "placement",
|
|
10970
|
+
"summary": "Placement",
|
|
10971
|
+
"description": "Tooltip placement.",
|
|
10972
|
+
"required": false,
|
|
10973
|
+
"schema": {
|
|
10974
|
+
"type": "string"
|
|
10975
|
+
}
|
|
10940
10976
|
}
|
|
10941
10977
|
],
|
|
10942
10978
|
"x-events": []
|