@digipair/skill-web-spectrum 0.73.2 → 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 +252 -458
- package/schema.json +252 -458
package/schema.fr.json
CHANGED
|
@@ -4805,72 +4805,6 @@
|
|
|
4805
4805
|
"x-events": []
|
|
4806
4806
|
}
|
|
4807
4807
|
},
|
|
4808
|
-
"/Help Text Mixin": {
|
|
4809
|
-
"post": {
|
|
4810
|
-
"tags": [
|
|
4811
|
-
"web",
|
|
4812
|
-
"needPins"
|
|
4813
|
-
],
|
|
4814
|
-
"summary": "Help Text Mixin",
|
|
4815
|
-
"parameters": [
|
|
4816
|
-
{
|
|
4817
|
-
"name": "class",
|
|
4818
|
-
"summary": "Class",
|
|
4819
|
-
"description": "Class of the element.",
|
|
4820
|
-
"required": false,
|
|
4821
|
-
"schema": {
|
|
4822
|
-
"type": "string"
|
|
4823
|
-
}
|
|
4824
|
-
},
|
|
4825
|
-
{
|
|
4826
|
-
"name": "style",
|
|
4827
|
-
"summary": "Style",
|
|
4828
|
-
"description": "CSS style of the element.",
|
|
4829
|
-
"required": false,
|
|
4830
|
-
"schema": {
|
|
4831
|
-
"type": "string"
|
|
4832
|
-
}
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "id",
|
|
4836
|
-
"summary": "Id",
|
|
4837
|
-
"description": "Id of the element.",
|
|
4838
|
-
"required": false,
|
|
4839
|
-
"schema": {
|
|
4840
|
-
"type": "string"
|
|
4841
|
-
}
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"name": "textContent",
|
|
4845
|
-
"summary": "Text Content",
|
|
4846
|
-
"description": "Text content of the element.",
|
|
4847
|
-
"required": false,
|
|
4848
|
-
"schema": {
|
|
4849
|
-
"type": "string"
|
|
4850
|
-
}
|
|
4851
|
-
},
|
|
4852
|
-
{
|
|
4853
|
-
"name": "innerHTML",
|
|
4854
|
-
"summary": "Inner HTML",
|
|
4855
|
-
"description": "Inner HTML of the element.",
|
|
4856
|
-
"required": false,
|
|
4857
|
-
"schema": {
|
|
4858
|
-
"type": "string"
|
|
4859
|
-
}
|
|
4860
|
-
},
|
|
4861
|
-
{
|
|
4862
|
-
"name": "slot",
|
|
4863
|
-
"summary": "Slot",
|
|
4864
|
-
"description": "Slot of the element.",
|
|
4865
|
-
"required": false,
|
|
4866
|
-
"schema": {
|
|
4867
|
-
"type": "string"
|
|
4868
|
-
}
|
|
4869
|
-
}
|
|
4870
|
-
],
|
|
4871
|
-
"x-events": []
|
|
4872
|
-
}
|
|
4873
|
-
},
|
|
4874
4808
|
"/sp-icon": {
|
|
4875
4809
|
"post": {
|
|
4876
4810
|
"tags": [
|
|
@@ -4982,170 +4916,6 @@
|
|
|
4982
4916
|
]
|
|
4983
4917
|
}
|
|
4984
4918
|
},
|
|
4985
|
-
"/icons-ui": {
|
|
4986
|
-
"post": {
|
|
4987
|
-
"tags": [
|
|
4988
|
-
"web",
|
|
4989
|
-
"needPins"
|
|
4990
|
-
],
|
|
4991
|
-
"summary": "icons-ui",
|
|
4992
|
-
"parameters": [
|
|
4993
|
-
{
|
|
4994
|
-
"name": "class",
|
|
4995
|
-
"summary": "Class",
|
|
4996
|
-
"description": "Class of the element.",
|
|
4997
|
-
"required": false,
|
|
4998
|
-
"schema": {
|
|
4999
|
-
"type": "string"
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
|
-
{
|
|
5003
|
-
"name": "style",
|
|
5004
|
-
"summary": "Style",
|
|
5005
|
-
"description": "CSS style of the element.",
|
|
5006
|
-
"required": false,
|
|
5007
|
-
"schema": {
|
|
5008
|
-
"type": "string"
|
|
5009
|
-
}
|
|
5010
|
-
},
|
|
5011
|
-
{
|
|
5012
|
-
"name": "id",
|
|
5013
|
-
"summary": "Id",
|
|
5014
|
-
"description": "Id of the element.",
|
|
5015
|
-
"required": false,
|
|
5016
|
-
"schema": {
|
|
5017
|
-
"type": "string"
|
|
5018
|
-
}
|
|
5019
|
-
},
|
|
5020
|
-
{
|
|
5021
|
-
"name": "textContent",
|
|
5022
|
-
"summary": "Text Content",
|
|
5023
|
-
"description": "Text content of the element.",
|
|
5024
|
-
"required": false,
|
|
5025
|
-
"schema": {
|
|
5026
|
-
"type": "string"
|
|
5027
|
-
}
|
|
5028
|
-
},
|
|
5029
|
-
{
|
|
5030
|
-
"name": "innerHTML",
|
|
5031
|
-
"summary": "Inner HTML",
|
|
5032
|
-
"description": "Inner HTML of the element.",
|
|
5033
|
-
"required": false,
|
|
5034
|
-
"schema": {
|
|
5035
|
-
"type": "string"
|
|
5036
|
-
}
|
|
5037
|
-
},
|
|
5038
|
-
{
|
|
5039
|
-
"name": "slot",
|
|
5040
|
-
"summary": "Slot",
|
|
5041
|
-
"description": "Slot of the element.",
|
|
5042
|
-
"required": false,
|
|
5043
|
-
"schema": {
|
|
5044
|
-
"type": "string"
|
|
5045
|
-
}
|
|
5046
|
-
},
|
|
5047
|
-
{
|
|
5048
|
-
"name": "label",
|
|
5049
|
-
"summary": "label",
|
|
5050
|
-
"description": "",
|
|
5051
|
-
"schema": {
|
|
5052
|
-
"type": "string"
|
|
5053
|
-
}
|
|
5054
|
-
},
|
|
5055
|
-
{
|
|
5056
|
-
"name": "size",
|
|
5057
|
-
"summary": "size",
|
|
5058
|
-
"description": "",
|
|
5059
|
-
"schema": {
|
|
5060
|
-
"type": "string"
|
|
5061
|
-
}
|
|
5062
|
-
}
|
|
5063
|
-
],
|
|
5064
|
-
"x-events": []
|
|
5065
|
-
}
|
|
5066
|
-
},
|
|
5067
|
-
"/icons-workflow": {
|
|
5068
|
-
"post": {
|
|
5069
|
-
"tags": [
|
|
5070
|
-
"web",
|
|
5071
|
-
"needPins"
|
|
5072
|
-
],
|
|
5073
|
-
"summary": "icons-workflow",
|
|
5074
|
-
"parameters": [
|
|
5075
|
-
{
|
|
5076
|
-
"name": "class",
|
|
5077
|
-
"summary": "Class",
|
|
5078
|
-
"description": "Class of the element.",
|
|
5079
|
-
"required": false,
|
|
5080
|
-
"schema": {
|
|
5081
|
-
"type": "string"
|
|
5082
|
-
}
|
|
5083
|
-
},
|
|
5084
|
-
{
|
|
5085
|
-
"name": "style",
|
|
5086
|
-
"summary": "Style",
|
|
5087
|
-
"description": "CSS style of the element.",
|
|
5088
|
-
"required": false,
|
|
5089
|
-
"schema": {
|
|
5090
|
-
"type": "string"
|
|
5091
|
-
}
|
|
5092
|
-
},
|
|
5093
|
-
{
|
|
5094
|
-
"name": "id",
|
|
5095
|
-
"summary": "Id",
|
|
5096
|
-
"description": "Id of the element.",
|
|
5097
|
-
"required": false,
|
|
5098
|
-
"schema": {
|
|
5099
|
-
"type": "string"
|
|
5100
|
-
}
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"name": "textContent",
|
|
5104
|
-
"summary": "Text Content",
|
|
5105
|
-
"description": "Text content of the element.",
|
|
5106
|
-
"required": false,
|
|
5107
|
-
"schema": {
|
|
5108
|
-
"type": "string"
|
|
5109
|
-
}
|
|
5110
|
-
},
|
|
5111
|
-
{
|
|
5112
|
-
"name": "innerHTML",
|
|
5113
|
-
"summary": "Inner HTML",
|
|
5114
|
-
"description": "Inner HTML of the element.",
|
|
5115
|
-
"required": false,
|
|
5116
|
-
"schema": {
|
|
5117
|
-
"type": "string"
|
|
5118
|
-
}
|
|
5119
|
-
},
|
|
5120
|
-
{
|
|
5121
|
-
"name": "slot",
|
|
5122
|
-
"summary": "Slot",
|
|
5123
|
-
"description": "Slot of the element.",
|
|
5124
|
-
"required": false,
|
|
5125
|
-
"schema": {
|
|
5126
|
-
"type": "string"
|
|
5127
|
-
}
|
|
5128
|
-
},
|
|
5129
|
-
{
|
|
5130
|
-
"name": "label",
|
|
5131
|
-
"summary": "label",
|
|
5132
|
-
"description": "",
|
|
5133
|
-
"schema": {
|
|
5134
|
-
"type": "string"
|
|
5135
|
-
}
|
|
5136
|
-
},
|
|
5137
|
-
{
|
|
5138
|
-
"name": "size",
|
|
5139
|
-
"summary": "size",
|
|
5140
|
-
"description": "",
|
|
5141
|
-
"schema": {
|
|
5142
|
-
"type": "string"
|
|
5143
|
-
}
|
|
5144
|
-
}
|
|
5145
|
-
],
|
|
5146
|
-
"x-events": []
|
|
5147
|
-
}
|
|
5148
|
-
},
|
|
5149
4919
|
"/sp-illustrated-message": {
|
|
5150
4920
|
"post": {
|
|
5151
4921
|
"tags": [
|
|
@@ -10297,13 +10067,13 @@
|
|
|
10297
10067
|
]
|
|
10298
10068
|
}
|
|
10299
10069
|
},
|
|
10300
|
-
"/
|
|
10070
|
+
"/sp-thumbnail": {
|
|
10301
10071
|
"post": {
|
|
10302
10072
|
"tags": [
|
|
10303
10073
|
"web",
|
|
10304
10074
|
"needPins"
|
|
10305
10075
|
],
|
|
10306
|
-
"summary": "
|
|
10076
|
+
"summary": "sp-thumbnail",
|
|
10307
10077
|
"parameters": [
|
|
10308
10078
|
{
|
|
10309
10079
|
"name": "class",
|
|
@@ -10360,145 +10130,131 @@
|
|
|
10360
10130
|
}
|
|
10361
10131
|
},
|
|
10362
10132
|
{
|
|
10363
|
-
"name": "
|
|
10364
|
-
"summary": "
|
|
10365
|
-
"description": "
|
|
10133
|
+
"name": "background",
|
|
10134
|
+
"summary": "background",
|
|
10135
|
+
"description": "",
|
|
10366
10136
|
"schema": {
|
|
10367
10137
|
"type": "string"
|
|
10368
10138
|
}
|
|
10369
10139
|
},
|
|
10370
10140
|
{
|
|
10371
|
-
"name": "
|
|
10372
|
-
"summary": "
|
|
10373
|
-
"description": "
|
|
10141
|
+
"name": "cover",
|
|
10142
|
+
"summary": "cover",
|
|
10143
|
+
"description": "",
|
|
10374
10144
|
"schema": {
|
|
10375
10145
|
"type": "boolean"
|
|
10376
10146
|
}
|
|
10377
10147
|
},
|
|
10378
10148
|
{
|
|
10379
|
-
"name": "
|
|
10380
|
-
"summary": "
|
|
10381
|
-
"description": "
|
|
10149
|
+
"name": "layer",
|
|
10150
|
+
"summary": "layer",
|
|
10151
|
+
"description": "",
|
|
10382
10152
|
"schema": {
|
|
10383
10153
|
"type": "boolean"
|
|
10384
10154
|
}
|
|
10385
10155
|
},
|
|
10386
10156
|
{
|
|
10387
|
-
"name": "
|
|
10388
|
-
"summary": "
|
|
10389
|
-
"description": "
|
|
10157
|
+
"name": "size",
|
|
10158
|
+
"summary": "size",
|
|
10159
|
+
"description": "",
|
|
10390
10160
|
"schema": {
|
|
10391
|
-
"type": "
|
|
10161
|
+
"type": "string"
|
|
10392
10162
|
}
|
|
10393
|
-
}
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10405
|
-
|
|
10406
|
-
"schema": {
|
|
10407
|
-
"type": "number"
|
|
10408
|
-
}
|
|
10409
|
-
},
|
|
10163
|
+
}
|
|
10164
|
+
],
|
|
10165
|
+
"x-events": []
|
|
10166
|
+
}
|
|
10167
|
+
},
|
|
10168
|
+
"/sp-toast": {
|
|
10169
|
+
"post": {
|
|
10170
|
+
"tags": [
|
|
10171
|
+
"web",
|
|
10172
|
+
"needPins"
|
|
10173
|
+
],
|
|
10174
|
+
"summary": "sp-toast",
|
|
10175
|
+
"parameters": [
|
|
10410
10176
|
{
|
|
10411
|
-
"name": "
|
|
10412
|
-
"summary": "
|
|
10413
|
-
"description": "
|
|
10177
|
+
"name": "class",
|
|
10178
|
+
"summary": "Class",
|
|
10179
|
+
"description": "Class of the element.",
|
|
10180
|
+
"required": false,
|
|
10414
10181
|
"schema": {
|
|
10415
|
-
"type": "
|
|
10182
|
+
"type": "string"
|
|
10416
10183
|
}
|
|
10417
10184
|
},
|
|
10418
10185
|
{
|
|
10419
|
-
"name": "
|
|
10420
|
-
"summary": "
|
|
10421
|
-
"description": "
|
|
10186
|
+
"name": "style",
|
|
10187
|
+
"summary": "Style",
|
|
10188
|
+
"description": "CSS style of the element.",
|
|
10189
|
+
"required": false,
|
|
10422
10190
|
"schema": {
|
|
10423
|
-
"type": "
|
|
10191
|
+
"type": "string"
|
|
10424
10192
|
}
|
|
10425
10193
|
},
|
|
10426
10194
|
{
|
|
10427
|
-
"name": "
|
|
10428
|
-
"summary": "
|
|
10429
|
-
"description": "
|
|
10195
|
+
"name": "id",
|
|
10196
|
+
"summary": "Id",
|
|
10197
|
+
"description": "Id of the element.",
|
|
10198
|
+
"required": false,
|
|
10430
10199
|
"schema": {
|
|
10431
10200
|
"type": "string"
|
|
10432
10201
|
}
|
|
10433
10202
|
},
|
|
10434
10203
|
{
|
|
10435
|
-
"name": "
|
|
10436
|
-
"summary": "
|
|
10437
|
-
"description": "
|
|
10204
|
+
"name": "textContent",
|
|
10205
|
+
"summary": "Text Content",
|
|
10206
|
+
"description": "Text content of the element.",
|
|
10207
|
+
"required": false,
|
|
10438
10208
|
"schema": {
|
|
10439
10209
|
"type": "string"
|
|
10440
10210
|
}
|
|
10441
10211
|
},
|
|
10442
10212
|
{
|
|
10443
|
-
"name": "
|
|
10444
|
-
"summary": "
|
|
10445
|
-
"description": "
|
|
10213
|
+
"name": "innerHTML",
|
|
10214
|
+
"summary": "Inner HTML",
|
|
10215
|
+
"description": "Inner HTML of the element.",
|
|
10216
|
+
"required": false,
|
|
10446
10217
|
"schema": {
|
|
10447
10218
|
"type": "string"
|
|
10448
10219
|
}
|
|
10449
10220
|
},
|
|
10450
10221
|
{
|
|
10451
|
-
"name": "
|
|
10452
|
-
"summary": "
|
|
10453
|
-
"description": "
|
|
10222
|
+
"name": "slot",
|
|
10223
|
+
"summary": "Slot",
|
|
10224
|
+
"description": "Slot of the element.",
|
|
10225
|
+
"required": false,
|
|
10454
10226
|
"schema": {
|
|
10455
|
-
"type": "
|
|
10227
|
+
"type": "string"
|
|
10456
10228
|
}
|
|
10457
10229
|
},
|
|
10458
10230
|
{
|
|
10459
|
-
"name": "
|
|
10460
|
-
"summary": "
|
|
10461
|
-
"description": "
|
|
10231
|
+
"name": "icon-label",
|
|
10232
|
+
"summary": "iconLabel",
|
|
10233
|
+
"description": "The `iconLabel` property is used to set the `label` attribute on the icon element. This is used to provide a text alternative for the icon to ensure accessibility. If the iconLabel property is not set, the icon will use the variant to dynamically set the label.",
|
|
10462
10234
|
"schema": {
|
|
10463
|
-
"type": "
|
|
10235
|
+
"type": "string"
|
|
10464
10236
|
}
|
|
10465
10237
|
},
|
|
10466
10238
|
{
|
|
10467
|
-
"name": "
|
|
10468
|
-
"summary": "
|
|
10469
|
-
"description": "
|
|
10239
|
+
"name": "open",
|
|
10240
|
+
"summary": "open",
|
|
10241
|
+
"description": "The `open` property indicates whether the toast is visible or hidden.",
|
|
10470
10242
|
"schema": {
|
|
10471
10243
|
"type": "boolean"
|
|
10472
10244
|
}
|
|
10473
10245
|
},
|
|
10474
10246
|
{
|
|
10475
|
-
"name": "
|
|
10476
|
-
"summary": "
|
|
10477
|
-
"description": "
|
|
10478
|
-
"schema": {
|
|
10479
|
-
"type": "number"
|
|
10480
|
-
}
|
|
10481
|
-
},
|
|
10482
|
-
{
|
|
10483
|
-
"name": "tabIndex",
|
|
10484
|
-
"summary": "tabIndex",
|
|
10485
|
-
"description": "The tab index to apply to this control. See general documentation about the tabindex HTML property",
|
|
10486
|
-
"schema": {
|
|
10487
|
-
"type": "number"
|
|
10488
|
-
}
|
|
10489
|
-
},
|
|
10490
|
-
{
|
|
10491
|
-
"name": "valid",
|
|
10492
|
-
"summary": "valid",
|
|
10493
|
-
"description": "Whether the `value` held by the form control is valid.",
|
|
10247
|
+
"name": "timeout",
|
|
10248
|
+
"summary": "timeout",
|
|
10249
|
+
"description": "When a timeout is provided, it represents the number of milliseconds from when the Toast was placed on the page before it will automatically dismiss itself. Accessibility concerns require that a Toast is available for at least 6000ms before being dismissed, so any timeout of less than 6000ms will be raised to that baseline. It is suggested that messages longer than 120 words should receive an additional 1000ms in their timeout for each additional 120 words in the message. For example, a message with 240 words should have a timeout of 7000ms, and a message with 360 words should have a timeout of 8000ms.",
|
|
10494
10250
|
"schema": {
|
|
10495
|
-
"type": "
|
|
10251
|
+
"type": "string"
|
|
10496
10252
|
}
|
|
10497
10253
|
},
|
|
10498
10254
|
{
|
|
10499
|
-
"name": "
|
|
10500
|
-
"summary": "
|
|
10501
|
-
"description": "The
|
|
10255
|
+
"name": "variant",
|
|
10256
|
+
"summary": "variant",
|
|
10257
|
+
"description": "The variant applies specific styling when set to `negative`, `positive`, `info`, `error`, or `warning`. The variants error and warning are deprecated and should be replaced with negative. variant attribute is removed when not matching one of the above.",
|
|
10502
10258
|
"schema": {
|
|
10503
10259
|
"type": "string"
|
|
10504
10260
|
}
|
|
@@ -10506,21 +10262,9 @@
|
|
|
10506
10262
|
],
|
|
10507
10263
|
"x-events": [
|
|
10508
10264
|
{
|
|
10509
|
-
"name": "
|
|
10510
|
-
"summary": "
|
|
10511
|
-
"description": "
|
|
10512
|
-
"required": false,
|
|
10513
|
-
"schema": {
|
|
10514
|
-
"type": "array",
|
|
10515
|
-
"items": {
|
|
10516
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10517
|
-
}
|
|
10518
|
-
}
|
|
10519
|
-
},
|
|
10520
|
-
{
|
|
10521
|
-
"name": "input",
|
|
10522
|
-
"summary": "input",
|
|
10523
|
-
"description": "The value of the element has changed.",
|
|
10265
|
+
"name": "close",
|
|
10266
|
+
"summary": "close",
|
|
10267
|
+
"description": "Announces that the Toast has been closed by the user or by its timeout.",
|
|
10524
10268
|
"required": false,
|
|
10525
10269
|
"schema": {
|
|
10526
10270
|
"type": "array",
|
|
@@ -10532,13 +10276,13 @@
|
|
|
10532
10276
|
]
|
|
10533
10277
|
}
|
|
10534
10278
|
},
|
|
10535
|
-
"/sp-
|
|
10279
|
+
"/sp-tooltip": {
|
|
10536
10280
|
"post": {
|
|
10537
10281
|
"tags": [
|
|
10538
10282
|
"web",
|
|
10539
10283
|
"needPins"
|
|
10540
10284
|
],
|
|
10541
|
-
"summary": "sp-
|
|
10285
|
+
"summary": "sp-tooltip",
|
|
10542
10286
|
"parameters": [
|
|
10543
10287
|
{
|
|
10544
10288
|
"name": "class",
|
|
@@ -10595,48 +10339,77 @@
|
|
|
10595
10339
|
}
|
|
10596
10340
|
},
|
|
10597
10341
|
{
|
|
10598
|
-
"name": "
|
|
10599
|
-
"summary": "
|
|
10342
|
+
"name": "offset",
|
|
10343
|
+
"summary": "offset",
|
|
10600
10344
|
"description": "",
|
|
10601
10345
|
"schema": {
|
|
10602
|
-
"type": "
|
|
10346
|
+
"type": "number"
|
|
10603
10347
|
}
|
|
10604
10348
|
},
|
|
10605
10349
|
{
|
|
10606
|
-
"name": "
|
|
10607
|
-
"summary": "
|
|
10350
|
+
"name": "open",
|
|
10351
|
+
"summary": "open",
|
|
10608
10352
|
"description": "",
|
|
10609
10353
|
"schema": {
|
|
10610
10354
|
"type": "boolean"
|
|
10611
10355
|
}
|
|
10612
10356
|
},
|
|
10613
10357
|
{
|
|
10614
|
-
"name": "
|
|
10615
|
-
"summary": "
|
|
10358
|
+
"name": "placement",
|
|
10359
|
+
"summary": "placement",
|
|
10616
10360
|
"description": "",
|
|
10361
|
+
"schema": {
|
|
10362
|
+
"type": "string"
|
|
10363
|
+
}
|
|
10364
|
+
},
|
|
10365
|
+
{
|
|
10366
|
+
"name": "self-managed",
|
|
10367
|
+
"summary": "selfManaged",
|
|
10368
|
+
"description": "Automatically bind to the parent element of the assigned `slot` or the parent element of the `sp-tooltip`. Without this, you must provide your own `overlay-trigger`.",
|
|
10617
10369
|
"schema": {
|
|
10618
10370
|
"type": "boolean"
|
|
10619
10371
|
}
|
|
10620
10372
|
},
|
|
10621
10373
|
{
|
|
10622
|
-
"name": "
|
|
10623
|
-
"summary": "
|
|
10374
|
+
"name": "tipPadding",
|
|
10375
|
+
"summary": "tipPadding",
|
|
10376
|
+
"description": "",
|
|
10377
|
+
"schema": {
|
|
10378
|
+
"type": "string"
|
|
10379
|
+
}
|
|
10380
|
+
},
|
|
10381
|
+
{
|
|
10382
|
+
"name": "variant",
|
|
10383
|
+
"summary": "variant",
|
|
10624
10384
|
"description": "",
|
|
10625
10385
|
"schema": {
|
|
10626
10386
|
"type": "string"
|
|
10627
10387
|
}
|
|
10628
10388
|
}
|
|
10629
10389
|
],
|
|
10630
|
-
"x-events": [
|
|
10390
|
+
"x-events": [
|
|
10391
|
+
{
|
|
10392
|
+
"name": "undefined",
|
|
10393
|
+
"summary": "undefined",
|
|
10394
|
+
"description": "",
|
|
10395
|
+
"required": false,
|
|
10396
|
+
"schema": {
|
|
10397
|
+
"type": "array",
|
|
10398
|
+
"items": {
|
|
10399
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10400
|
+
}
|
|
10401
|
+
}
|
|
10402
|
+
}
|
|
10403
|
+
]
|
|
10631
10404
|
}
|
|
10632
10405
|
},
|
|
10633
|
-
"/sp-
|
|
10406
|
+
"/sp-top-nav": {
|
|
10634
10407
|
"post": {
|
|
10635
10408
|
"tags": [
|
|
10636
10409
|
"web",
|
|
10637
10410
|
"needPins"
|
|
10638
10411
|
],
|
|
10639
|
-
"summary": "sp-
|
|
10412
|
+
"summary": "sp-top-nav",
|
|
10640
10413
|
"parameters": [
|
|
10641
10414
|
{
|
|
10642
10415
|
"name": "class",
|
|
@@ -10693,61 +10466,56 @@
|
|
|
10693
10466
|
}
|
|
10694
10467
|
},
|
|
10695
10468
|
{
|
|
10696
|
-
"name": "
|
|
10697
|
-
"summary": "
|
|
10698
|
-
"description": "
|
|
10469
|
+
"name": "ignore-url-parts",
|
|
10470
|
+
"summary": "ignoreURLParts",
|
|
10471
|
+
"description": "A space separated list of part of the URL to ignore when matching for the \"selected\" Top Nav Item. Currently supported values are `hash` and `search`, which will remove the `#hash` and `?search=value` respectively.",
|
|
10699
10472
|
"schema": {
|
|
10700
10473
|
"type": "string"
|
|
10701
10474
|
}
|
|
10702
10475
|
},
|
|
10703
10476
|
{
|
|
10704
|
-
"name": "
|
|
10705
|
-
"summary": "
|
|
10706
|
-
"description": "
|
|
10477
|
+
"name": "label",
|
|
10478
|
+
"summary": "label",
|
|
10479
|
+
"description": "",
|
|
10707
10480
|
"schema": {
|
|
10708
|
-
"type": "
|
|
10481
|
+
"type": "string"
|
|
10709
10482
|
}
|
|
10710
10483
|
},
|
|
10711
10484
|
{
|
|
10712
|
-
"name": "
|
|
10713
|
-
"summary": "
|
|
10714
|
-
"description": "
|
|
10485
|
+
"name": "quiet",
|
|
10486
|
+
"summary": "quiet",
|
|
10487
|
+
"description": "The Top Nav is displayed without a border.",
|
|
10715
10488
|
"schema": {
|
|
10716
|
-
"type": "
|
|
10489
|
+
"type": "boolean"
|
|
10717
10490
|
}
|
|
10718
10491
|
},
|
|
10719
10492
|
{
|
|
10720
|
-
"name": "
|
|
10721
|
-
"summary": "
|
|
10722
|
-
"description": "
|
|
10493
|
+
"name": "selected",
|
|
10494
|
+
"summary": "selected",
|
|
10495
|
+
"description": "",
|
|
10723
10496
|
"schema": {
|
|
10724
10497
|
"type": "string"
|
|
10725
10498
|
}
|
|
10726
|
-
}
|
|
10727
|
-
],
|
|
10728
|
-
"x-events": [
|
|
10499
|
+
},
|
|
10729
10500
|
{
|
|
10730
|
-
"name": "
|
|
10731
|
-
"summary": "
|
|
10732
|
-
"description": "
|
|
10733
|
-
"required": false,
|
|
10501
|
+
"name": "selectionIndicatorStyle",
|
|
10502
|
+
"summary": "selectionIndicatorStyle",
|
|
10503
|
+
"description": "",
|
|
10734
10504
|
"schema": {
|
|
10735
|
-
"type": "
|
|
10736
|
-
"items": {
|
|
10737
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10738
|
-
}
|
|
10505
|
+
"type": "string"
|
|
10739
10506
|
}
|
|
10740
10507
|
}
|
|
10741
|
-
]
|
|
10508
|
+
],
|
|
10509
|
+
"x-events": []
|
|
10742
10510
|
}
|
|
10743
10511
|
},
|
|
10744
|
-
"/sp-
|
|
10512
|
+
"/sp-tray": {
|
|
10745
10513
|
"post": {
|
|
10746
10514
|
"tags": [
|
|
10747
10515
|
"web",
|
|
10748
10516
|
"needPins"
|
|
10749
10517
|
],
|
|
10750
|
-
"summary": "sp-
|
|
10518
|
+
"summary": "sp-tray",
|
|
10751
10519
|
"parameters": [
|
|
10752
10520
|
{
|
|
10753
10521
|
"name": "class",
|
|
@@ -10804,59 +10572,106 @@
|
|
|
10804
10572
|
}
|
|
10805
10573
|
},
|
|
10806
10574
|
{
|
|
10807
|
-
"name": "
|
|
10808
|
-
"summary": "
|
|
10575
|
+
"name": "open",
|
|
10576
|
+
"summary": "open",
|
|
10809
10577
|
"description": "",
|
|
10810
10578
|
"schema": {
|
|
10811
|
-
"type": "
|
|
10579
|
+
"type": "boolean"
|
|
10580
|
+
}
|
|
10581
|
+
}
|
|
10582
|
+
],
|
|
10583
|
+
"x-events": [
|
|
10584
|
+
{
|
|
10585
|
+
"name": "close",
|
|
10586
|
+
"summary": "close",
|
|
10587
|
+
"description": "Announces that the Tray has been closed.",
|
|
10588
|
+
"required": false,
|
|
10589
|
+
"schema": {
|
|
10590
|
+
"type": "array",
|
|
10591
|
+
"items": {
|
|
10592
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
10593
|
+
}
|
|
10594
|
+
}
|
|
10595
|
+
}
|
|
10596
|
+
]
|
|
10597
|
+
}
|
|
10598
|
+
},
|
|
10599
|
+
"/sp-underlay": {
|
|
10600
|
+
"post": {
|
|
10601
|
+
"tags": [
|
|
10602
|
+
"web",
|
|
10603
|
+
"needPins"
|
|
10604
|
+
],
|
|
10605
|
+
"summary": "sp-underlay",
|
|
10606
|
+
"parameters": [
|
|
10607
|
+
{
|
|
10608
|
+
"name": "class",
|
|
10609
|
+
"summary": "Class",
|
|
10610
|
+
"description": "Class of the element.",
|
|
10611
|
+
"required": false,
|
|
10612
|
+
"schema": {
|
|
10613
|
+
"type": "string"
|
|
10812
10614
|
}
|
|
10813
10615
|
},
|
|
10814
10616
|
{
|
|
10815
|
-
"name": "
|
|
10816
|
-
"summary": "
|
|
10817
|
-
"description": "",
|
|
10617
|
+
"name": "style",
|
|
10618
|
+
"summary": "Style",
|
|
10619
|
+
"description": "CSS style of the element.",
|
|
10620
|
+
"required": false,
|
|
10818
10621
|
"schema": {
|
|
10819
|
-
"type": "
|
|
10622
|
+
"type": "string"
|
|
10820
10623
|
}
|
|
10821
10624
|
},
|
|
10822
10625
|
{
|
|
10823
|
-
"name": "
|
|
10824
|
-
"summary": "
|
|
10825
|
-
"description": "",
|
|
10626
|
+
"name": "id",
|
|
10627
|
+
"summary": "Id",
|
|
10628
|
+
"description": "Id of the element.",
|
|
10629
|
+
"required": false,
|
|
10826
10630
|
"schema": {
|
|
10827
10631
|
"type": "string"
|
|
10828
10632
|
}
|
|
10829
10633
|
},
|
|
10830
10634
|
{
|
|
10831
|
-
"name": "
|
|
10832
|
-
"summary": "
|
|
10833
|
-
"description": "
|
|
10635
|
+
"name": "textContent",
|
|
10636
|
+
"summary": "Text Content",
|
|
10637
|
+
"description": "Text content of the element.",
|
|
10638
|
+
"required": false,
|
|
10834
10639
|
"schema": {
|
|
10835
|
-
"type": "
|
|
10640
|
+
"type": "string"
|
|
10836
10641
|
}
|
|
10837
10642
|
},
|
|
10838
10643
|
{
|
|
10839
|
-
"name": "
|
|
10840
|
-
"summary": "
|
|
10841
|
-
"description": "",
|
|
10644
|
+
"name": "innerHTML",
|
|
10645
|
+
"summary": "Inner HTML",
|
|
10646
|
+
"description": "Inner HTML of the element.",
|
|
10647
|
+
"required": false,
|
|
10842
10648
|
"schema": {
|
|
10843
10649
|
"type": "string"
|
|
10844
10650
|
}
|
|
10845
10651
|
},
|
|
10846
10652
|
{
|
|
10847
|
-
"name": "
|
|
10848
|
-
"summary": "
|
|
10849
|
-
"description": "",
|
|
10653
|
+
"name": "slot",
|
|
10654
|
+
"summary": "Slot",
|
|
10655
|
+
"description": "Slot of the element.",
|
|
10656
|
+
"required": false,
|
|
10850
10657
|
"schema": {
|
|
10851
10658
|
"type": "string"
|
|
10852
10659
|
}
|
|
10660
|
+
},
|
|
10661
|
+
{
|
|
10662
|
+
"name": "open",
|
|
10663
|
+
"summary": "open",
|
|
10664
|
+
"description": "",
|
|
10665
|
+
"schema": {
|
|
10666
|
+
"type": "boolean"
|
|
10667
|
+
}
|
|
10853
10668
|
}
|
|
10854
10669
|
],
|
|
10855
10670
|
"x-events": [
|
|
10856
10671
|
{
|
|
10857
|
-
"name": "
|
|
10858
|
-
"summary": "
|
|
10859
|
-
"description": "",
|
|
10672
|
+
"name": "close",
|
|
10673
|
+
"summary": "close",
|
|
10674
|
+
"description": "When the underlay is \"clicked\" and the consuming pattern should chose whether to close based on that interaction",
|
|
10860
10675
|
"required": false,
|
|
10861
10676
|
"schema": {
|
|
10862
10677
|
"type": "array",
|
|
@@ -10868,13 +10683,13 @@
|
|
|
10868
10683
|
]
|
|
10869
10684
|
}
|
|
10870
10685
|
},
|
|
10871
|
-
"/sp-
|
|
10686
|
+
"/sp-grid": {
|
|
10872
10687
|
"post": {
|
|
10873
10688
|
"tags": [
|
|
10874
10689
|
"web",
|
|
10875
10690
|
"needPins"
|
|
10876
10691
|
],
|
|
10877
|
-
"summary": "sp-
|
|
10692
|
+
"summary": "sp-grid",
|
|
10878
10693
|
"parameters": [
|
|
10879
10694
|
{
|
|
10880
10695
|
"name": "class",
|
|
@@ -10931,56 +10746,77 @@
|
|
|
10931
10746
|
}
|
|
10932
10747
|
},
|
|
10933
10748
|
{
|
|
10934
|
-
"name": "
|
|
10935
|
-
"summary": "
|
|
10936
|
-
"description": "
|
|
10749
|
+
"name": "focusableSelector",
|
|
10750
|
+
"summary": "focusableSelector",
|
|
10751
|
+
"description": "",
|
|
10937
10752
|
"schema": {
|
|
10938
10753
|
"type": "string"
|
|
10939
10754
|
}
|
|
10940
10755
|
},
|
|
10941
10756
|
{
|
|
10942
|
-
"name": "
|
|
10943
|
-
"summary": "
|
|
10757
|
+
"name": "gap",
|
|
10758
|
+
"summary": "gap",
|
|
10944
10759
|
"description": "",
|
|
10945
10760
|
"schema": {
|
|
10946
10761
|
"type": "string"
|
|
10947
10762
|
}
|
|
10948
10763
|
},
|
|
10949
10764
|
{
|
|
10950
|
-
"name": "
|
|
10951
|
-
"summary": "
|
|
10952
|
-
"description": "
|
|
10765
|
+
"name": "itemSize",
|
|
10766
|
+
"summary": "itemSize",
|
|
10767
|
+
"description": "",
|
|
10953
10768
|
"schema": {
|
|
10954
|
-
"type": "
|
|
10769
|
+
"type": "string"
|
|
10955
10770
|
}
|
|
10956
10771
|
},
|
|
10957
10772
|
{
|
|
10958
|
-
"name": "
|
|
10959
|
-
"summary": "
|
|
10773
|
+
"name": "items",
|
|
10774
|
+
"summary": "items",
|
|
10960
10775
|
"description": "",
|
|
10961
10776
|
"schema": {
|
|
10962
10777
|
"type": "string"
|
|
10963
10778
|
}
|
|
10964
10779
|
},
|
|
10965
10780
|
{
|
|
10966
|
-
"name": "
|
|
10967
|
-
"summary": "
|
|
10781
|
+
"name": "padding",
|
|
10782
|
+
"summary": "padding",
|
|
10783
|
+
"description": "",
|
|
10784
|
+
"schema": {
|
|
10785
|
+
"type": "string"
|
|
10786
|
+
}
|
|
10787
|
+
},
|
|
10788
|
+
{
|
|
10789
|
+
"name": "selected",
|
|
10790
|
+
"summary": "selected",
|
|
10968
10791
|
"description": "",
|
|
10969
10792
|
"schema": {
|
|
10970
10793
|
"type": "string"
|
|
10971
10794
|
}
|
|
10972
10795
|
}
|
|
10973
10796
|
],
|
|
10974
|
-
"x-events": [
|
|
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
|
+
]
|
|
10975
10811
|
}
|
|
10976
10812
|
},
|
|
10977
|
-
"/sp-
|
|
10813
|
+
"/sp-theme": {
|
|
10978
10814
|
"post": {
|
|
10979
10815
|
"tags": [
|
|
10980
10816
|
"web",
|
|
10981
10817
|
"needPins"
|
|
10982
10818
|
],
|
|
10983
|
-
"summary": "sp-
|
|
10819
|
+
"summary": "sp-theme",
|
|
10984
10820
|
"parameters": [
|
|
10985
10821
|
{
|
|
10986
10822
|
"name": "class",
|
|
@@ -11035,39 +10871,18 @@
|
|
|
11035
10871
|
"schema": {
|
|
11036
10872
|
"type": "string"
|
|
11037
10873
|
}
|
|
11038
|
-
},
|
|
11039
|
-
{
|
|
11040
|
-
"name": "open",
|
|
11041
|
-
"summary": "open",
|
|
11042
|
-
"description": "",
|
|
11043
|
-
"schema": {
|
|
11044
|
-
"type": "boolean"
|
|
11045
|
-
}
|
|
11046
10874
|
}
|
|
11047
10875
|
],
|
|
11048
|
-
"x-events": [
|
|
11049
|
-
{
|
|
11050
|
-
"name": "close",
|
|
11051
|
-
"summary": "close",
|
|
11052
|
-
"description": "Announces that the Tray has been closed.",
|
|
11053
|
-
"required": false,
|
|
11054
|
-
"schema": {
|
|
11055
|
-
"type": "array",
|
|
11056
|
-
"items": {
|
|
11057
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
11058
|
-
}
|
|
11059
|
-
}
|
|
11060
|
-
}
|
|
11061
|
-
]
|
|
10876
|
+
"x-events": []
|
|
11062
10877
|
}
|
|
11063
10878
|
},
|
|
11064
|
-
"/sp-
|
|
10879
|
+
"/sp-truncated": {
|
|
11065
10880
|
"post": {
|
|
11066
10881
|
"tags": [
|
|
11067
10882
|
"web",
|
|
11068
10883
|
"needPins"
|
|
11069
10884
|
],
|
|
11070
|
-
"summary": "sp-
|
|
10885
|
+
"summary": "sp-truncated",
|
|
11071
10886
|
"parameters": [
|
|
11072
10887
|
{
|
|
11073
10888
|
"name": "class",
|
|
@@ -11122,30 +10937,9 @@
|
|
|
11122
10937
|
"schema": {
|
|
11123
10938
|
"type": "string"
|
|
11124
10939
|
}
|
|
11125
|
-
},
|
|
11126
|
-
{
|
|
11127
|
-
"name": "open",
|
|
11128
|
-
"summary": "open",
|
|
11129
|
-
"description": "",
|
|
11130
|
-
"schema": {
|
|
11131
|
-
"type": "boolean"
|
|
11132
|
-
}
|
|
11133
10940
|
}
|
|
11134
10941
|
],
|
|
11135
|
-
"x-events": [
|
|
11136
|
-
{
|
|
11137
|
-
"name": "close",
|
|
11138
|
-
"summary": "close",
|
|
11139
|
-
"description": "When the underlay is \"clicked\" and the consuming pattern should chose whether to close based on that interaction",
|
|
11140
|
-
"required": false,
|
|
11141
|
-
"schema": {
|
|
11142
|
-
"type": "array",
|
|
11143
|
-
"items": {
|
|
11144
|
-
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
11145
|
-
}
|
|
11146
|
-
}
|
|
11147
|
-
}
|
|
11148
|
-
]
|
|
10942
|
+
"x-events": []
|
|
11149
10943
|
}
|
|
11150
10944
|
}
|
|
11151
10945
|
},
|
|
@@ -11153,4 +10947,4 @@
|
|
|
11153
10947
|
"schemas": {}
|
|
11154
10948
|
},
|
|
11155
10949
|
"x-scene-blocks": {}
|
|
11156
|
-
}
|
|
10950
|
+
}
|