@digipair/skill-web-spectrum 0.73.3 → 0.73.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 +260 -1
- package/schema.json +260 -1
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10682,10 +10682,269 @@
|
|
|
10682
10682
|
}
|
|
10683
10683
|
]
|
|
10684
10684
|
}
|
|
10685
|
+
},
|
|
10686
|
+
"/sp-grid": {
|
|
10687
|
+
"post": {
|
|
10688
|
+
"tags": [
|
|
10689
|
+
"web",
|
|
10690
|
+
"needPins"
|
|
10691
|
+
],
|
|
10692
|
+
"summary": "sp-grid",
|
|
10693
|
+
"parameters": [
|
|
10694
|
+
{
|
|
10695
|
+
"name": "class",
|
|
10696
|
+
"summary": "Class",
|
|
10697
|
+
"description": "Class of the element.",
|
|
10698
|
+
"required": false,
|
|
10699
|
+
"schema": {
|
|
10700
|
+
"type": "string"
|
|
10701
|
+
}
|
|
10702
|
+
},
|
|
10703
|
+
{
|
|
10704
|
+
"name": "style",
|
|
10705
|
+
"summary": "Style",
|
|
10706
|
+
"description": "CSS style of the element.",
|
|
10707
|
+
"required": false,
|
|
10708
|
+
"schema": {
|
|
10709
|
+
"type": "string"
|
|
10710
|
+
}
|
|
10711
|
+
},
|
|
10712
|
+
{
|
|
10713
|
+
"name": "id",
|
|
10714
|
+
"summary": "Id",
|
|
10715
|
+
"description": "Id of the element.",
|
|
10716
|
+
"required": false,
|
|
10717
|
+
"schema": {
|
|
10718
|
+
"type": "string"
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
{
|
|
10722
|
+
"name": "textContent",
|
|
10723
|
+
"summary": "Text Content",
|
|
10724
|
+
"description": "Text content of the element.",
|
|
10725
|
+
"required": false,
|
|
10726
|
+
"schema": {
|
|
10727
|
+
"type": "string"
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
{
|
|
10731
|
+
"name": "innerHTML",
|
|
10732
|
+
"summary": "Inner HTML",
|
|
10733
|
+
"description": "Inner HTML of the element.",
|
|
10734
|
+
"required": false,
|
|
10735
|
+
"schema": {
|
|
10736
|
+
"type": "string"
|
|
10737
|
+
}
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"name": "slot",
|
|
10741
|
+
"summary": "Slot",
|
|
10742
|
+
"description": "Slot of the element.",
|
|
10743
|
+
"required": false,
|
|
10744
|
+
"schema": {
|
|
10745
|
+
"type": "string"
|
|
10746
|
+
}
|
|
10747
|
+
},
|
|
10748
|
+
{
|
|
10749
|
+
"name": "focusableSelector",
|
|
10750
|
+
"summary": "focusableSelector",
|
|
10751
|
+
"description": "",
|
|
10752
|
+
"schema": {
|
|
10753
|
+
"type": "string"
|
|
10754
|
+
}
|
|
10755
|
+
},
|
|
10756
|
+
{
|
|
10757
|
+
"name": "gap",
|
|
10758
|
+
"summary": "gap",
|
|
10759
|
+
"description": "",
|
|
10760
|
+
"schema": {
|
|
10761
|
+
"type": "string"
|
|
10762
|
+
}
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
"name": "itemSize",
|
|
10766
|
+
"summary": "itemSize",
|
|
10767
|
+
"description": "",
|
|
10768
|
+
"schema": {
|
|
10769
|
+
"type": "string"
|
|
10770
|
+
}
|
|
10771
|
+
},
|
|
10772
|
+
{
|
|
10773
|
+
"name": "items",
|
|
10774
|
+
"summary": "items",
|
|
10775
|
+
"description": "",
|
|
10776
|
+
"schema": {
|
|
10777
|
+
"type": "string"
|
|
10778
|
+
}
|
|
10779
|
+
},
|
|
10780
|
+
{
|
|
10781
|
+
"name": "padding",
|
|
10782
|
+
"summary": "padding",
|
|
10783
|
+
"description": "",
|
|
10784
|
+
"schema": {
|
|
10785
|
+
"type": "string"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
"name": "selected",
|
|
10790
|
+
"summary": "selected",
|
|
10791
|
+
"description": "",
|
|
10792
|
+
"schema": {
|
|
10793
|
+
"type": "string"
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10796
|
+
],
|
|
10797
|
+
"x-events": [
|
|
10798
|
+
{
|
|
10799
|
+
"name": "change",
|
|
10800
|
+
"summary": "change",
|
|
10801
|
+
"description": "Announces that the value of `selected` has changed",
|
|
10802
|
+
"required": false,
|
|
10803
|
+
"schema": {
|
|
10804
|
+
"type": "array",
|
|
10805
|
+
"items": {
|
|
10806
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
}
|
|
10810
|
+
]
|
|
10811
|
+
}
|
|
10812
|
+
},
|
|
10813
|
+
"/sp-theme": {
|
|
10814
|
+
"post": {
|
|
10815
|
+
"tags": [
|
|
10816
|
+
"web",
|
|
10817
|
+
"needPins"
|
|
10818
|
+
],
|
|
10819
|
+
"summary": "sp-theme",
|
|
10820
|
+
"parameters": [
|
|
10821
|
+
{
|
|
10822
|
+
"name": "class",
|
|
10823
|
+
"summary": "Class",
|
|
10824
|
+
"description": "Class of the element.",
|
|
10825
|
+
"required": false,
|
|
10826
|
+
"schema": {
|
|
10827
|
+
"type": "string"
|
|
10828
|
+
}
|
|
10829
|
+
},
|
|
10830
|
+
{
|
|
10831
|
+
"name": "style",
|
|
10832
|
+
"summary": "Style",
|
|
10833
|
+
"description": "CSS style of the element.",
|
|
10834
|
+
"required": false,
|
|
10835
|
+
"schema": {
|
|
10836
|
+
"type": "string"
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
{
|
|
10840
|
+
"name": "id",
|
|
10841
|
+
"summary": "Id",
|
|
10842
|
+
"description": "Id of the element.",
|
|
10843
|
+
"required": false,
|
|
10844
|
+
"schema": {
|
|
10845
|
+
"type": "string"
|
|
10846
|
+
}
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
"name": "textContent",
|
|
10850
|
+
"summary": "Text Content",
|
|
10851
|
+
"description": "Text content of the element.",
|
|
10852
|
+
"required": false,
|
|
10853
|
+
"schema": {
|
|
10854
|
+
"type": "string"
|
|
10855
|
+
}
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"name": "innerHTML",
|
|
10859
|
+
"summary": "Inner HTML",
|
|
10860
|
+
"description": "Inner HTML of the element.",
|
|
10861
|
+
"required": false,
|
|
10862
|
+
"schema": {
|
|
10863
|
+
"type": "string"
|
|
10864
|
+
}
|
|
10865
|
+
},
|
|
10866
|
+
{
|
|
10867
|
+
"name": "slot",
|
|
10868
|
+
"summary": "Slot",
|
|
10869
|
+
"description": "Slot of the element.",
|
|
10870
|
+
"required": false,
|
|
10871
|
+
"schema": {
|
|
10872
|
+
"type": "string"
|
|
10873
|
+
}
|
|
10874
|
+
}
|
|
10875
|
+
],
|
|
10876
|
+
"x-events": []
|
|
10877
|
+
}
|
|
10878
|
+
},
|
|
10879
|
+
"/sp-truncated": {
|
|
10880
|
+
"post": {
|
|
10881
|
+
"tags": [
|
|
10882
|
+
"web",
|
|
10883
|
+
"needPins"
|
|
10884
|
+
],
|
|
10885
|
+
"summary": "sp-truncated",
|
|
10886
|
+
"parameters": [
|
|
10887
|
+
{
|
|
10888
|
+
"name": "class",
|
|
10889
|
+
"summary": "Class",
|
|
10890
|
+
"description": "Class of the element.",
|
|
10891
|
+
"required": false,
|
|
10892
|
+
"schema": {
|
|
10893
|
+
"type": "string"
|
|
10894
|
+
}
|
|
10895
|
+
},
|
|
10896
|
+
{
|
|
10897
|
+
"name": "style",
|
|
10898
|
+
"summary": "Style",
|
|
10899
|
+
"description": "CSS style of the element.",
|
|
10900
|
+
"required": false,
|
|
10901
|
+
"schema": {
|
|
10902
|
+
"type": "string"
|
|
10903
|
+
}
|
|
10904
|
+
},
|
|
10905
|
+
{
|
|
10906
|
+
"name": "id",
|
|
10907
|
+
"summary": "Id",
|
|
10908
|
+
"description": "Id of the element.",
|
|
10909
|
+
"required": false,
|
|
10910
|
+
"schema": {
|
|
10911
|
+
"type": "string"
|
|
10912
|
+
}
|
|
10913
|
+
},
|
|
10914
|
+
{
|
|
10915
|
+
"name": "textContent",
|
|
10916
|
+
"summary": "Text Content",
|
|
10917
|
+
"description": "Text content of the element.",
|
|
10918
|
+
"required": false,
|
|
10919
|
+
"schema": {
|
|
10920
|
+
"type": "string"
|
|
10921
|
+
}
|
|
10922
|
+
},
|
|
10923
|
+
{
|
|
10924
|
+
"name": "innerHTML",
|
|
10925
|
+
"summary": "Inner HTML",
|
|
10926
|
+
"description": "Inner HTML of the element.",
|
|
10927
|
+
"required": false,
|
|
10928
|
+
"schema": {
|
|
10929
|
+
"type": "string"
|
|
10930
|
+
}
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"name": "slot",
|
|
10934
|
+
"summary": "Slot",
|
|
10935
|
+
"description": "Slot of the element.",
|
|
10936
|
+
"required": false,
|
|
10937
|
+
"schema": {
|
|
10938
|
+
"type": "string"
|
|
10939
|
+
}
|
|
10940
|
+
}
|
|
10941
|
+
],
|
|
10942
|
+
"x-events": []
|
|
10943
|
+
}
|
|
10685
10944
|
}
|
|
10686
10945
|
},
|
|
10687
10946
|
"components": {
|
|
10688
10947
|
"schemas": {}
|
|
10689
10948
|
},
|
|
10690
10949
|
"x-scene-blocks": {}
|
|
10691
|
-
}
|
|
10950
|
+
}
|
package/schema.json
CHANGED
|
@@ -10682,10 +10682,269 @@
|
|
|
10682
10682
|
}
|
|
10683
10683
|
]
|
|
10684
10684
|
}
|
|
10685
|
+
},
|
|
10686
|
+
"/sp-grid": {
|
|
10687
|
+
"post": {
|
|
10688
|
+
"tags": [
|
|
10689
|
+
"web",
|
|
10690
|
+
"needPins"
|
|
10691
|
+
],
|
|
10692
|
+
"summary": "sp-grid",
|
|
10693
|
+
"parameters": [
|
|
10694
|
+
{
|
|
10695
|
+
"name": "class",
|
|
10696
|
+
"summary": "Class",
|
|
10697
|
+
"description": "Class of the element.",
|
|
10698
|
+
"required": false,
|
|
10699
|
+
"schema": {
|
|
10700
|
+
"type": "string"
|
|
10701
|
+
}
|
|
10702
|
+
},
|
|
10703
|
+
{
|
|
10704
|
+
"name": "style",
|
|
10705
|
+
"summary": "Style",
|
|
10706
|
+
"description": "CSS style of the element.",
|
|
10707
|
+
"required": false,
|
|
10708
|
+
"schema": {
|
|
10709
|
+
"type": "string"
|
|
10710
|
+
}
|
|
10711
|
+
},
|
|
10712
|
+
{
|
|
10713
|
+
"name": "id",
|
|
10714
|
+
"summary": "Id",
|
|
10715
|
+
"description": "Id of the element.",
|
|
10716
|
+
"required": false,
|
|
10717
|
+
"schema": {
|
|
10718
|
+
"type": "string"
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
{
|
|
10722
|
+
"name": "textContent",
|
|
10723
|
+
"summary": "Text Content",
|
|
10724
|
+
"description": "Text content of the element.",
|
|
10725
|
+
"required": false,
|
|
10726
|
+
"schema": {
|
|
10727
|
+
"type": "string"
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
{
|
|
10731
|
+
"name": "innerHTML",
|
|
10732
|
+
"summary": "Inner HTML",
|
|
10733
|
+
"description": "Inner HTML of the element.",
|
|
10734
|
+
"required": false,
|
|
10735
|
+
"schema": {
|
|
10736
|
+
"type": "string"
|
|
10737
|
+
}
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"name": "slot",
|
|
10741
|
+
"summary": "Slot",
|
|
10742
|
+
"description": "Slot of the element.",
|
|
10743
|
+
"required": false,
|
|
10744
|
+
"schema": {
|
|
10745
|
+
"type": "string"
|
|
10746
|
+
}
|
|
10747
|
+
},
|
|
10748
|
+
{
|
|
10749
|
+
"name": "focusableSelector",
|
|
10750
|
+
"summary": "focusableSelector",
|
|
10751
|
+
"description": "",
|
|
10752
|
+
"schema": {
|
|
10753
|
+
"type": "string"
|
|
10754
|
+
}
|
|
10755
|
+
},
|
|
10756
|
+
{
|
|
10757
|
+
"name": "gap",
|
|
10758
|
+
"summary": "gap",
|
|
10759
|
+
"description": "",
|
|
10760
|
+
"schema": {
|
|
10761
|
+
"type": "string"
|
|
10762
|
+
}
|
|
10763
|
+
},
|
|
10764
|
+
{
|
|
10765
|
+
"name": "itemSize",
|
|
10766
|
+
"summary": "itemSize",
|
|
10767
|
+
"description": "",
|
|
10768
|
+
"schema": {
|
|
10769
|
+
"type": "string"
|
|
10770
|
+
}
|
|
10771
|
+
},
|
|
10772
|
+
{
|
|
10773
|
+
"name": "items",
|
|
10774
|
+
"summary": "items",
|
|
10775
|
+
"description": "",
|
|
10776
|
+
"schema": {
|
|
10777
|
+
"type": "string"
|
|
10778
|
+
}
|
|
10779
|
+
},
|
|
10780
|
+
{
|
|
10781
|
+
"name": "padding",
|
|
10782
|
+
"summary": "padding",
|
|
10783
|
+
"description": "",
|
|
10784
|
+
"schema": {
|
|
10785
|
+
"type": "string"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
"name": "selected",
|
|
10790
|
+
"summary": "selected",
|
|
10791
|
+
"description": "",
|
|
10792
|
+
"schema": {
|
|
10793
|
+
"type": "string"
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10796
|
+
],
|
|
10797
|
+
"x-events": [
|
|
10798
|
+
{
|
|
10799
|
+
"name": "change",
|
|
10800
|
+
"summary": "change",
|
|
10801
|
+
"description": "Announces that the value of `selected` has changed",
|
|
10802
|
+
"required": false,
|
|
10803
|
+
"schema": {
|
|
10804
|
+
"type": "array",
|
|
10805
|
+
"items": {
|
|
10806
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
}
|
|
10810
|
+
]
|
|
10811
|
+
}
|
|
10812
|
+
},
|
|
10813
|
+
"/sp-theme": {
|
|
10814
|
+
"post": {
|
|
10815
|
+
"tags": [
|
|
10816
|
+
"web",
|
|
10817
|
+
"needPins"
|
|
10818
|
+
],
|
|
10819
|
+
"summary": "sp-theme",
|
|
10820
|
+
"parameters": [
|
|
10821
|
+
{
|
|
10822
|
+
"name": "class",
|
|
10823
|
+
"summary": "Class",
|
|
10824
|
+
"description": "Class of the element.",
|
|
10825
|
+
"required": false,
|
|
10826
|
+
"schema": {
|
|
10827
|
+
"type": "string"
|
|
10828
|
+
}
|
|
10829
|
+
},
|
|
10830
|
+
{
|
|
10831
|
+
"name": "style",
|
|
10832
|
+
"summary": "Style",
|
|
10833
|
+
"description": "CSS style of the element.",
|
|
10834
|
+
"required": false,
|
|
10835
|
+
"schema": {
|
|
10836
|
+
"type": "string"
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
{
|
|
10840
|
+
"name": "id",
|
|
10841
|
+
"summary": "Id",
|
|
10842
|
+
"description": "Id of the element.",
|
|
10843
|
+
"required": false,
|
|
10844
|
+
"schema": {
|
|
10845
|
+
"type": "string"
|
|
10846
|
+
}
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
"name": "textContent",
|
|
10850
|
+
"summary": "Text Content",
|
|
10851
|
+
"description": "Text content of the element.",
|
|
10852
|
+
"required": false,
|
|
10853
|
+
"schema": {
|
|
10854
|
+
"type": "string"
|
|
10855
|
+
}
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"name": "innerHTML",
|
|
10859
|
+
"summary": "Inner HTML",
|
|
10860
|
+
"description": "Inner HTML of the element.",
|
|
10861
|
+
"required": false,
|
|
10862
|
+
"schema": {
|
|
10863
|
+
"type": "string"
|
|
10864
|
+
}
|
|
10865
|
+
},
|
|
10866
|
+
{
|
|
10867
|
+
"name": "slot",
|
|
10868
|
+
"summary": "Slot",
|
|
10869
|
+
"description": "Slot of the element.",
|
|
10870
|
+
"required": false,
|
|
10871
|
+
"schema": {
|
|
10872
|
+
"type": "string"
|
|
10873
|
+
}
|
|
10874
|
+
}
|
|
10875
|
+
],
|
|
10876
|
+
"x-events": []
|
|
10877
|
+
}
|
|
10878
|
+
},
|
|
10879
|
+
"/sp-truncated": {
|
|
10880
|
+
"post": {
|
|
10881
|
+
"tags": [
|
|
10882
|
+
"web",
|
|
10883
|
+
"needPins"
|
|
10884
|
+
],
|
|
10885
|
+
"summary": "sp-truncated",
|
|
10886
|
+
"parameters": [
|
|
10887
|
+
{
|
|
10888
|
+
"name": "class",
|
|
10889
|
+
"summary": "Class",
|
|
10890
|
+
"description": "Class of the element.",
|
|
10891
|
+
"required": false,
|
|
10892
|
+
"schema": {
|
|
10893
|
+
"type": "string"
|
|
10894
|
+
}
|
|
10895
|
+
},
|
|
10896
|
+
{
|
|
10897
|
+
"name": "style",
|
|
10898
|
+
"summary": "Style",
|
|
10899
|
+
"description": "CSS style of the element.",
|
|
10900
|
+
"required": false,
|
|
10901
|
+
"schema": {
|
|
10902
|
+
"type": "string"
|
|
10903
|
+
}
|
|
10904
|
+
},
|
|
10905
|
+
{
|
|
10906
|
+
"name": "id",
|
|
10907
|
+
"summary": "Id",
|
|
10908
|
+
"description": "Id of the element.",
|
|
10909
|
+
"required": false,
|
|
10910
|
+
"schema": {
|
|
10911
|
+
"type": "string"
|
|
10912
|
+
}
|
|
10913
|
+
},
|
|
10914
|
+
{
|
|
10915
|
+
"name": "textContent",
|
|
10916
|
+
"summary": "Text Content",
|
|
10917
|
+
"description": "Text content of the element.",
|
|
10918
|
+
"required": false,
|
|
10919
|
+
"schema": {
|
|
10920
|
+
"type": "string"
|
|
10921
|
+
}
|
|
10922
|
+
},
|
|
10923
|
+
{
|
|
10924
|
+
"name": "innerHTML",
|
|
10925
|
+
"summary": "Inner HTML",
|
|
10926
|
+
"description": "Inner HTML of the element.",
|
|
10927
|
+
"required": false,
|
|
10928
|
+
"schema": {
|
|
10929
|
+
"type": "string"
|
|
10930
|
+
}
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"name": "slot",
|
|
10934
|
+
"summary": "Slot",
|
|
10935
|
+
"description": "Slot of the element.",
|
|
10936
|
+
"required": false,
|
|
10937
|
+
"schema": {
|
|
10938
|
+
"type": "string"
|
|
10939
|
+
}
|
|
10940
|
+
}
|
|
10941
|
+
],
|
|
10942
|
+
"x-events": []
|
|
10943
|
+
}
|
|
10685
10944
|
}
|
|
10686
10945
|
},
|
|
10687
10946
|
"components": {
|
|
10688
10947
|
"schemas": {}
|
|
10689
10948
|
},
|
|
10690
10949
|
"x-scene-blocks": {}
|
|
10691
|
-
}
|
|
10950
|
+
}
|