desy-html 7.3.0 → 7.4.0

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.
Files changed (71) hide show
  1. package/docs/_macro.example-render.njk +1 -1
  2. package/docs/index.html +8 -0
  3. package/docs/pagina-accesibilidad.html +6 -0
  4. package/docs/pagina-mapa-web.html +6 -0
  5. package/docs/plantilla-con-header-advanced.html +7 -0
  6. package/docs/plantilla-editar-con-cabecera-fija-y-sidebar-sticky.html +8 -1
  7. package/docs/plantilla-editar-con-cabecera-fija.html +7 -0
  8. package/docs/plantilla-logueado-con-cabecera-fija-headroom.html +7 -0
  9. package/docs/plantilla-logueado-con-cabecera-fija.html +7 -0
  10. package/docs/plantilla-logueado-con-selector-de-app-y-sidebar.html +8 -1
  11. package/docs/plantilla-logueado-con-selector-de-app-y-subheader.html +7 -0
  12. package/docs/plantilla-logueado-con-selector-de-app.html +7 -0
  13. package/docs/plantilla-logueado-con-titulo-de-app.html +7 -0
  14. package/docs/plantilla-sin-loguear.html +7 -0
  15. package/package.json +1 -1
  16. package/src/templates/components/accordion/_examples.accordion.njk +108 -104
  17. package/src/templates/components/accordion-history/_examples.accordion-history.njk +116 -112
  18. package/src/templates/components/alert/_examples.alert.njk +10 -6
  19. package/src/templates/components/breadcrumbs/_examples.breadcrumbs.njk +52 -52
  20. package/src/templates/components/button/_examples.button.njk +71 -71
  21. package/src/templates/components/button-loader/_examples.button-loader.njk +72 -72
  22. package/src/templates/components/card/_examples.card.njk +43 -43
  23. package/src/templates/components/character-count/_examples.character-count.njk +35 -33
  24. package/src/templates/components/checkboxes/_examples.checkboxes.njk +200 -201
  25. package/src/templates/components/collapsible/_examples.collapsible.njk +24 -9
  26. package/src/templates/components/date-input/_examples.date-input.njk +14 -14
  27. package/src/templates/components/description-list/_examples.description-list.njk +45 -44
  28. package/src/templates/components/details/_examples.details.njk +17 -16
  29. package/src/templates/components/dialog/_examples.dialog.njk +5 -6
  30. package/src/templates/components/dropdown/_examples.dropdown.njk +34 -35
  31. package/src/templates/components/error-message/_examples.error-message.njk +8 -2
  32. package/src/templates/components/error-summary/_examples.error-summary.njk +19 -19
  33. package/src/templates/components/fieldset/_examples.fieldset.njk +27 -25
  34. package/src/templates/components/file-upload/_examples.file-upload.njk +7 -7
  35. package/src/templates/components/footer/_examples.footer.njk +24 -24
  36. package/src/templates/components/header/_examples.header.njk +12 -12
  37. package/src/templates/components/header-mini/_examples.header-mini.njk +5 -5
  38. package/src/templates/components/hint/_examples.hint.njk +4 -4
  39. package/src/templates/components/input/_examples.input.njk +66 -64
  40. package/src/templates/components/input-group/_examples.input-group.njk +15 -17
  41. package/src/templates/components/item/_examples.item.njk +21 -20
  42. package/src/templates/components/label/_examples.label.njk +11 -9
  43. package/src/templates/components/links-list/_examples.links-list.njk +34 -34
  44. package/src/templates/components/listbox/_examples.listbox.njk +146 -146
  45. package/src/templates/components/media-object/_examples.media-object.njk +7 -7
  46. package/src/templates/components/menu-horizontal/_examples.menu-horizontal.njk +54 -54
  47. package/src/templates/components/menu-navigation/_examples.menu-navigation.njk +65 -66
  48. package/src/templates/components/menu-vertical/_examples.menu-vertical.njk +71 -71
  49. package/src/templates/components/menubar/_examples.menubar.njk +42 -42
  50. package/src/templates/components/modal/_examples.modal.njk +21 -15
  51. package/src/templates/components/modal/_template.modal.njk +5 -5
  52. package/src/templates/components/nav/_examples.nav.njk +66 -66
  53. package/src/templates/components/notification/_examples.notification.njk +14 -13
  54. package/src/templates/components/pagination/_examples.pagination.njk +7 -6
  55. package/src/templates/components/pill/_examples.pill.njk +29 -29
  56. package/src/templates/components/radios/_examples.radios.njk +153 -142
  57. package/src/templates/components/searchbar/_examples.searchbar.njk +11 -11
  58. package/src/templates/components/select/_examples.select.njk +63 -63
  59. package/src/templates/components/skip-link/_examples.skip-link.njk +4 -4
  60. package/src/templates/components/spinner/_examples.spinner.njk +11 -11
  61. package/src/templates/components/status/_examples.status.njk +4 -4
  62. package/src/templates/components/status-item/_examples.status-item.njk +21 -21
  63. package/src/templates/components/table/_examples.table.njk +58 -56
  64. package/src/templates/components/table-advanced/_examples.table-advanced.njk +83 -83
  65. package/src/templates/components/tabs/_examples.tabs.njk +30 -29
  66. package/src/templates/components/textarea/_examples.textarea.njk +28 -27
  67. package/src/templates/components/toggle/_examples.toggle.njk +10 -11
  68. package/src/templates/components/tooltip/_examples.tooltip.njk +9 -9
  69. package/src/templates/components/tree/_examples.tree.njk +58 -57
  70. package/src/templates/includes/_abrir-notificaciones-extra.njk +3 -0
  71. package/src/templates/includes/_abrir-notificaciones.njk +1 -1
@@ -1,12 +1,12 @@
1
1
  {% set exampleComponent = "listbox" %}
2
2
  {% set examples = [
3
3
  {
4
- "name": "default",
4
+ "name": "por defecto",
5
5
  "data": {
6
6
  "id": "default",
7
- "text": "Default",
7
+ "text": "Por defecto",
8
8
  "label": {
9
- "text": "Label text goes here"
9
+ "text": "Esto es un label"
10
10
  },
11
11
  "items": [
12
12
  {
@@ -15,405 +15,405 @@
15
15
  },
16
16
  {
17
17
  "href": "#",
18
- "text": "Option 2"
18
+ "text": "Opción 2"
19
19
  },
20
20
  {
21
21
  "href": "#",
22
- "text": "Option 3"
22
+ "text": "Opción 3"
23
23
  },
24
24
  {
25
25
  "href": "#",
26
- "text": "Option 4"
26
+ "text": "Opción 4"
27
27
  },
28
28
  {
29
29
  "href": "#",
30
- "text": "Option 5"
30
+ "text": "Opción 5"
31
31
  }
32
32
  ]
33
33
  }
34
34
  },
35
35
  {
36
- "name": "with active state",
37
- "description": "Simulate triggering the :active CSS pseudo-class, not available in the production build.",
36
+ "name": "con estado activo",
37
+ "description": 'Simula activar la pseudo-clase de CSS <code>:active</code>. En realidad sólo se usa para documentar estos ejemplos.',
38
38
  "data": {
39
39
  "id": "with-active-state",
40
- "text": "Active",
40
+ "text": "Activo",
41
41
  "label": {
42
- "text": "Label text goes here"
42
+ "text": "Esto es un label"
43
43
  },
44
44
  "classes": "ds-active",
45
45
  "items": [
46
46
  {
47
47
  "href": "#",
48
- "text": "Option 1"
48
+ "text": "Opción 1"
49
49
  },
50
50
  {
51
51
  "href": "#",
52
- "text": "Option 2"
52
+ "text": "Opción 2"
53
53
  },
54
54
  {
55
55
  "href": "#",
56
- "text": "Option 3"
56
+ "text": "Opción 3"
57
57
  },
58
58
  {
59
59
  "href": "#",
60
- "text": "Option 4"
60
+ "text": "Opción 4"
61
61
  },
62
62
  {
63
63
  "href": "#",
64
- "text": "Option 5"
64
+ "text": "Opción 5"
65
65
  }
66
66
  ]
67
67
  }
68
68
  },
69
69
  {
70
- "name": "with hover state",
71
- "description": "Simulate triggering the :hover CSS pseudo-class, not available in the production build.",
70
+ "name": "con estado hover",
71
+ "description": 'Simula activar la pseudo-clase de CSS <code>:hover</code>. En realidad sólo se usa para documentar estos ejemplos.',
72
72
  "data": {
73
73
  "id": "with-hover-state",
74
- "text": "Hovered",
74
+ "text": "Hover",
75
75
  "label": {
76
- "text": "Label text goes here"
76
+ "text": "Esto es un label"
77
77
  },
78
78
  "classes": "ds-hover",
79
79
  "items": [
80
80
  {
81
81
  "href": "#",
82
- "text": "Option 1"
82
+ "text": "Opción 1"
83
83
  },
84
84
  {
85
85
  "href": "#",
86
- "text": "Option 2"
86
+ "text": "Opción 2"
87
87
  },
88
88
  {
89
89
  "href": "#",
90
- "text": "Option 3"
90
+ "text": "Opción 3"
91
91
  },
92
92
  {
93
93
  "href": "#",
94
- "text": "Option 4"
94
+ "text": "Opción 4"
95
95
  },
96
96
  {
97
97
  "href": "#",
98
- "text": "Option 5"
98
+ "text": "Opción 5"
99
99
  }
100
100
  ]
101
101
  }
102
102
  },
103
103
  {
104
- "name": "with focus state",
105
- "description": "Simulate triggering the :focus CSS pseudo-class, not available in the production build.",
104
+ "name": "con estado focus",
105
+ "description": 'Simula activar la pseudo-clase de CSS <code>:focus</code>. En realidad sólo se usa para documentar estos ejemplos.',
106
106
  "data": {
107
107
  "id": "with-focus-state",
108
- "text": "Focussed",
108
+ "text": "Focus",
109
109
  "label": {
110
- "text": "Label text goes here"
110
+ "text": "Esto es un label"
111
111
  },
112
112
  "classes": "ds-focus",
113
113
  "items": [
114
114
  {
115
115
  "href": "#",
116
- "text": "Option 1"
116
+ "text": "Opción 1"
117
117
  },
118
118
  {
119
119
  "href": "#",
120
- "text": "Option 2"
120
+ "text": "Opción 2"
121
121
  },
122
122
  {
123
123
  "href": "#",
124
- "text": "Option 3"
124
+ "text": "Opción 3"
125
125
  },
126
126
  {
127
127
  "href": "#",
128
- "text": "Option 4"
128
+ "text": "Opción 4"
129
129
  },
130
130
  {
131
131
  "href": "#",
132
- "text": "Option 5"
132
+ "text": "Opción 5"
133
133
  }
134
134
  ]
135
135
  }
136
136
  },
137
137
  {
138
- "name": "Primary",
139
- "description": "A button for primary actions",
138
+ "name": "primario",
139
+ "description": "Para acciones primarias.",
140
140
  "data": {
141
141
  "id": "primary",
142
- "text": "Primary button",
142
+ "text": "Primario",
143
143
  "label": {
144
- "text": "Label text goes here"
144
+ "text": "Esto es un label"
145
145
  },
146
146
  "classes": "c-listbox--primary",
147
147
  "items": [
148
148
  {
149
149
  "href": "#",
150
- "text": "Option 1"
150
+ "text": "Opción 1"
151
151
  },
152
152
  {
153
153
  "href": "#",
154
- "text": "Option 2"
154
+ "text": "Opción 2"
155
155
  },
156
156
  {
157
157
  "href": "#",
158
- "text": "Option 3"
158
+ "text": "Opción 3"
159
159
  },
160
160
  {
161
161
  "href": "#",
162
- "text": "Option 4"
162
+ "text": "Opción 4"
163
163
  },
164
164
  {
165
165
  "href": "#",
166
- "text": "Option 5"
166
+ "text": "Opción 5"
167
167
  }
168
168
  ]
169
169
  }
170
170
  },
171
171
  {
172
- "name": "Transparent",
172
+ "name": "transparente",
173
173
  "data": {
174
174
  "id": "transparent",
175
- "text": "Transparent",
175
+ "text": "Transparente",
176
176
  "label": {
177
- "text": "Label text goes here"
177
+ "text": "Esto es un label"
178
178
  },
179
179
  "classes": "c-listbox--transparent",
180
180
  "items": [
181
181
  {
182
182
  "href": "#",
183
- "text": "Option 1"
183
+ "text": "Opción 1"
184
184
  },
185
185
  {
186
186
  "href": "#",
187
- "text": "Option 2"
187
+ "text": "Opción 2"
188
188
  },
189
189
  {
190
190
  "href": "#",
191
- "text": "Option 3"
191
+ "text": "Opción 3"
192
192
  },
193
193
  {
194
194
  "href": "#",
195
- "text": "Option 4"
195
+ "text": "Opción 4"
196
196
  },
197
197
  {
198
198
  "href": "#",
199
- "text": "Option 5"
199
+ "text": "Opción 5"
200
200
  }
201
201
  ]
202
202
  }
203
203
  },
204
204
  {
205
- "name": "Header",
205
+ "name": "Con estilos de cabecera",
206
206
  "data": {
207
207
  "id": "header",
208
208
  "text": "Header",
209
209
  "label": {
210
- "text": "Label text goes here",
210
+ "text": "Esto es un label",
211
211
  "classes": "sr-only"
212
212
  },
213
213
  "classes": "c-listbox--header",
214
214
  "items": [
215
215
  {
216
216
  "href": "#",
217
- "text": "Option 1"
217
+ "text": "Opción 1"
218
218
  },
219
219
  {
220
220
  "href": "#",
221
- "text": "Option 2"
221
+ "text": "Opción 2"
222
222
  },
223
223
  {
224
224
  "href": "#",
225
- "text": "Option 3"
225
+ "text": "Opción 3"
226
226
  },
227
227
  {
228
228
  "href": "#",
229
- "text": "Option 4"
229
+ "text": "Opción 4"
230
230
  },
231
231
  {
232
232
  "href": "#",
233
- "text": "Option 5"
233
+ "text": "Opción 5"
234
234
  }
235
235
  ]
236
236
  }
237
237
  },
238
238
  {
239
- "name": "Small",
240
- "description": "Small button. Label only shown for screen readers.",
239
+ "name": "peque",
240
+ "description": "Label solo visible para lectores de pantalla.",
241
241
  "data": {
242
242
  "id": "small",
243
- "text": "Small button with a very long text",
243
+ "text": "Peque con texto muy largo",
244
244
  "label": {
245
- "text": "Label text goes here",
245
+ "text": "Esto es un label",
246
246
  "classes": "sr-only"
247
247
  },
248
248
  "classes": "c-listbox--sm",
249
249
  "items": [
250
250
  {
251
251
  "href": "#",
252
- "text": "Option 1"
252
+ "text": "Opción 1"
253
253
  },
254
254
  {
255
255
  "href": "#",
256
- "text": "Option 2"
256
+ "text": "Opción 2"
257
257
  },
258
258
  {
259
259
  "href": "#",
260
- "text": "Option 3"
260
+ "text": "Opción 3"
261
261
  },
262
262
  {
263
263
  "href": "#",
264
- "text": "Option 4"
264
+ "text": "Opción 4"
265
265
  },
266
266
  {
267
267
  "href": "#",
268
- "text": "Option 5"
268
+ "text": "Opción 5"
269
269
  }
270
270
  ]
271
271
  }
272
272
  },
273
273
  {
274
- "name": "Small has selection",
275
- "description": "A button with selection applied. Label only shown for screen readers.",
274
+ "name": "peque tiene selección",
275
+ "description": "Un botón con una selección aplicada se muestra con color. Label solo visible para lectores de pantalla.",
276
276
  "data": {
277
277
  "id": "small-has-selection",
278
- "text": "Small button with a very long text",
278
+ "text": "Peque con texto muy largo",
279
279
  "label": {
280
- "text": "Label text goes here",
280
+ "text": "Esto es un label",
281
281
  "classes": "sr-only"
282
282
  },
283
283
  "classes": "c-listbox--has-selection c-listbox--sm",
284
284
  "items": [
285
285
  {
286
286
  "href": "#",
287
- "text": "Option 1"
287
+ "text": "Opción 1"
288
288
  },
289
289
  {
290
290
  "href": "#",
291
- "text": "Option 2"
291
+ "text": "Opción 2"
292
292
  },
293
293
  {
294
294
  "href": "#",
295
- "text": "Option 3"
295
+ "text": "Opción 3"
296
296
  },
297
297
  {
298
298
  "href": "#",
299
- "text": "Option 4"
299
+ "text": "Opción 4"
300
300
  },
301
301
  {
302
302
  "href": "#",
303
- "text": "Option 5"
303
+ "text": "Opción 5"
304
304
  }
305
305
  ]
306
306
  }
307
307
  },
308
308
  {
309
- "name": "Disabled",
309
+ "name": "deshabilitado",
310
310
  "data": {
311
311
  "id": "disabled",
312
- "text": "Disabled button",
312
+ "text": "Deshabilitado",
313
313
  "label": {
314
- "text": "Label text goes here"
314
+ "text": "Esto es un label"
315
315
  },
316
316
  "disabled": true,
317
317
  "items": [
318
318
  {
319
319
  "href": "#",
320
- "text": "Option 1"
320
+ "text": "Opción 1"
321
321
  },
322
322
  {
323
323
  "href": "#",
324
- "text": "Option 2"
324
+ "text": "Opción 2"
325
325
  },
326
326
  {
327
327
  "href": "#",
328
- "text": "Option 3"
328
+ "text": "Opción 3"
329
329
  },
330
330
  {
331
331
  "href": "#",
332
- "text": "Option 4"
332
+ "text": "Opción 4"
333
333
  },
334
334
  {
335
335
  "href": "#",
336
- "text": "Option 5"
336
+ "text": "Opción 5"
337
337
  }
338
338
  ]
339
339
  }
340
340
  },
341
341
  {
342
- "name": "Classes applied to container element",
343
- "description": "Both button and tooltip elements are wrapped in an outer container div",
342
+ "name": "Con clases de css aplicadas al container",
343
+ "description": "Tanto el botón como los elementos del tooltip están rodeados de un div contenedor al que se le pueden aplicar estilos de CSS.",
344
344
  "data": {
345
345
  "id": "classes-applied-to-container-element",
346
- "text": "Classes in container",
346
+ "text": "Clases en container",
347
347
  "label": {
348
- "text": "Label text goes here"
348
+ "text": "Esto es un label"
349
349
  },
350
- "classesContainer": "inline-block p-base bg-warning-light",
350
+ "classesContainer": "inline-block p-base bg-primary-light",
351
351
  "items": [
352
352
  {
353
353
  "href": "#",
354
- "text": "Option 1"
354
+ "text": "Opción 1"
355
355
  },
356
356
  {
357
357
  "href": "#",
358
- "text": "Option 2"
358
+ "text": "Opción 2"
359
359
  },
360
360
  {
361
361
  "href": "#",
362
- "text": "Option 3"
362
+ "text": "Opción 3"
363
363
  },
364
364
  {
365
365
  "href": "#",
366
- "text": "Option 4"
366
+ "text": "Opción 4"
367
367
  },
368
368
  {
369
369
  "href": "#",
370
- "text": "Option 5"
370
+ "text": "Opción 5"
371
371
  }
372
372
  ]
373
373
  }
374
374
  },
375
375
  {
376
- "name": "Classes applied to tooltip content",
377
- "description": "Tooltip content can have additional classes applied",
376
+ "name": "Clases aplicadas al contenido del tooltip",
377
+ "description": "El contenido del tooltip puede tener clases adicionales aplicadas. En este ejemplo se le ha aplicado una altura máxima y scroll vertical si el contenido se desborda.",
378
378
  "data": {
379
379
  "id": "classes-applied-to-tooltip-content",
380
- "text": "Classes in tooltip content",
380
+ "text": "Clases al contenido del tooltip",
381
381
  "label": {
382
- "text": "Label text goes here"
382
+ "text": "Esto es un label"
383
383
  },
384
384
  "classesTooltip": "max-h-24 overflow-y-auto",
385
385
  "items": [
386
386
  {
387
387
  "href": "#",
388
- "text": "Option 1"
388
+ "text": "Opción 1"
389
389
  },
390
390
  {
391
391
  "href": "#",
392
- "text": "Option 2"
392
+ "text": "Opción 2"
393
393
  },
394
394
  {
395
395
  "href": "#",
396
- "text": "Option 3"
396
+ "text": "Opción 3"
397
397
  },
398
398
  {
399
399
  "href": "#",
400
- "text": "Option 4"
400
+ "text": "Opción 4"
401
401
  },
402
402
  {
403
403
  "href": "#",
404
- "text": "Option 5"
404
+ "text": "Opción 5"
405
405
  }
406
406
  ]
407
407
  }
408
408
  },
409
409
  {
410
- "name": "Classes applied to various elements",
411
- "description": "The content width generates the tooltip width in this example",
410
+ "name": "Clases aplicadas a varios elementos",
411
+ "description": "En este ejemplo, usando clases de CSS, la anchura del contenido establece la anchura del tooltip.",
412
412
  "data": {
413
413
  "id": "classes-applied-to-various-elements",
414
- "text": "Dropdown full width",
414
+ "text": "Listbox de anchura completa",
415
415
  "label": {
416
- "text": "Label text goes here",
416
+ "text": "Esto es un label",
417
417
  "classes": "font-semibold text-sm"
418
418
  },
419
419
  "classes": "w-full justify-between",
@@ -421,102 +421,102 @@
421
421
  "items": [
422
422
  {
423
423
  "href": "#",
424
- "text": "Option 1"
424
+ "text": "Opción 1"
425
425
  },
426
426
  {
427
427
  "href": "#",
428
- "text": "Option 2"
428
+ "text": "Opción 2"
429
429
  },
430
430
  {
431
431
  "href": "#",
432
- "text": "Option 3"
432
+ "text": "Opción 3"
433
433
  },
434
434
  {
435
435
  "href": "#",
436
- "text": "Option 4"
436
+ "text": "Opción 4"
437
437
  },
438
438
  {
439
439
  "href": "#",
440
- "text": "Option 5"
440
+ "text": "Opción 5"
441
441
  }
442
442
  ]
443
443
  }
444
444
  },
445
445
  {
446
- "name": "with active item",
446
+ "name": "con item activo",
447
447
  "data": {
448
448
  "id": "with-active-item",
449
- "text": "With active item",
449
+ "text": "con item activo",
450
450
  "label": {
451
- "text": "Label text goes here"
451
+ "text": "Esto es un label"
452
452
  },
453
453
  "items": [
454
454
  {
455
455
  "href": "#",
456
- "text": "Option 1"
456
+ "text": "Opción 1"
457
457
  },
458
458
  {
459
459
  "href": "#",
460
- "text": "Option 2"
460
+ "text": "Opción 2"
461
461
  },
462
462
  {
463
463
  "href": "#",
464
- "text": "Option 3"
464
+ "text": "Opción 3"
465
465
  },
466
466
  {
467
467
  "href": "#",
468
- "text": "Active Option 4",
468
+ "text": "Opción 4 activa",
469
469
  "active": true
470
470
  },
471
471
  {
472
472
  "href": "#",
473
- "text": "Option 5"
473
+ "text": "Opción 5"
474
474
  }
475
475
  ]
476
476
  }
477
477
  },
478
478
  {
479
- "name": "Allow multiple selections",
480
- "description": "isMultiselectable = true",
479
+ "name": "Permite selecciones múltiples",
480
+ "description": 'Usa el parámetro <code>"isMultiselectable": true</code>.',
481
481
  "data": {
482
482
  "id": "is-multiselectable",
483
483
  "isMultiselectable": true,
484
- "text": "Is multiselectable",
484
+ "text": "Selecciones múltiples",
485
485
  "label": {
486
- "text": "Label text goes here"
486
+ "text": "Esto es un label"
487
487
  },
488
488
  "items": [
489
489
  {
490
490
  "href": "#",
491
- "text": "Option 1"
491
+ "text": "Opción 1"
492
492
  },
493
493
  {
494
494
  "href": "#",
495
- "text": "Option 2"
495
+ "text": "Opción 2"
496
496
  },
497
497
  {
498
498
  "href": "#",
499
- "text": "Option 3"
499
+ "text": "Opción 3"
500
500
  },
501
501
  {
502
502
  "href": "#",
503
- "text": "Option 4"
503
+ "text": "Opción 4"
504
504
  },
505
505
  {
506
506
  "href": "#",
507
- "text": "Option 5"
507
+ "text": "Opción 5"
508
508
  }
509
509
  ]
510
510
  }
511
511
  },
512
512
  {
513
- "name": "Does change button text",
514
- "description": "doesChangeButtonText=true, Updates the button text with the selected option text. If isMultiselectable, then has no effect.",
513
+ "name": "Cambia el texto del botón",
514
+ "description": 'Usa el parámetro <code>"doesChangeButtonText": true</code> para hacer que el texto del botón se actualice al seleccionar un item. Si <code>"doesChangeButtonText": true</code>, entonces no tiene efecto',
515
515
  "data": {
516
516
  "id": "does-change-button-text",
517
- "text": "Option 1",
517
+ "text": "Opción 1",
518
518
  "label": {
519
- "text": "Label text goes here"
519
+ "text": "Esto es un label"
520
520
  },
521
521
  "doesChangeButtonText": true,
522
522
  "items": [
@@ -526,54 +526,54 @@
526
526
  },
527
527
  {
528
528
  "href": "#",
529
- "text": "Option 2"
529
+ "text": "Opción 2"
530
530
  },
531
531
  {
532
532
  "href": "#",
533
- "text": "Option 3"
533
+ "text": "Opción 3"
534
534
  },
535
535
  {
536
536
  "href": "#",
537
- "text": "Option 4"
537
+ "text": "Opción 4"
538
538
  },
539
539
  {
540
540
  "href": "#",
541
- "text": "Option 5"
541
+ "text": "Opción 5"
542
542
  }
543
543
  ]
544
544
  }
545
545
  },
546
546
  {
547
- "name": "With icons in items",
547
+ "name": "Con iconos en items",
548
548
  "data": {
549
549
  "id": "icons",
550
- "text": "Icons in items",
550
+ "text": "Iconos en items",
551
551
  "label": {
552
- "text": "Label text goes here"
552
+ "text": "Esto es un label"
553
553
  },
554
554
  "items": [
555
555
  {
556
556
  "href": "#",
557
- "html": 'Option 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="inline-block align-baseline ml-sm" aria-label="Archivo" focusable="false" role="img"><path d="M89.355 12.518l26.46 26.46a2.917 2.917 0 01.852 2.06v84.379a2.917 2.917 0 01-2.917 2.916h-87.5a2.917 2.917 0 01-2.917-2.916V14.583a2.917 2.917 0 012.917-2.916h61.046a2.917 2.917 0 012.059.851zM90.918 0H23.333a11.667 11.667 0 00-11.666 11.667v116.666A11.667 11.667 0 0023.333 140h93.334a11.667 11.667 0 0011.666-11.667V37.415a5.833 5.833 0 00-1.709-4.124L95.042 1.709A5.833 5.833 0 0090.918 0z" fill="currentColor"/><path d="M93.333 64.167h-52.5a5.833 5.833 0 010-11.667h52.5a5.833 5.833 0 010 11.667zM93.333 87.5h-52.5a5.833 5.833 0 010-11.667h52.5a5.833 5.833 0 010 11.667zM67.083 110.833h-26.25a5.833 5.833 0 010-11.666h26.25a5.833 5.833 0 010 11.666z" fill="currentColor"/></svg>'
557
+ "html": 'Opción 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="inline-block align-baseline ml-sm" aria-label="Archivo" focusable="false" role="img"><path d="M89.355 12.518l26.46 26.46a2.917 2.917 0 01.852 2.06v84.379a2.917 2.917 0 01-2.917 2.916h-87.5a2.917 2.917 0 01-2.917-2.916V14.583a2.917 2.917 0 012.917-2.916h61.046a2.917 2.917 0 012.059.851zM90.918 0H23.333a11.667 11.667 0 00-11.666 11.667v116.666A11.667 11.667 0 0023.333 140h93.334a11.667 11.667 0 0011.666-11.667V37.415a5.833 5.833 0 00-1.709-4.124L95.042 1.709A5.833 5.833 0 0090.918 0z" fill="currentColor"/><path d="M93.333 64.167h-52.5a5.833 5.833 0 010-11.667h52.5a5.833 5.833 0 010 11.667zM93.333 87.5h-52.5a5.833 5.833 0 010-11.667h52.5a5.833 5.833 0 010 11.667zM67.083 110.833h-26.25a5.833 5.833 0 010-11.666h26.25a5.833 5.833 0 010 11.666z" fill="currentColor"/></svg>'
558
558
  },
559
559
  {
560
560
  "href": "#",
561
- "html": 'Option 2 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="inline-block align-baseline ml-sm" aria-label="Link" focusable="false" role="img"><path d="M72.368 86.946a5.833 5.833 0 00-3.167 7.624 5.833 5.833 0 01-1.266 6.358l-16.497 16.503a11.667 11.667 0 01-16.496 0l-12.379-12.373a11.667 11.667 0 010-16.502l16.52-16.497a5.91 5.91 0 016.364-1.266 5.834 5.834 0 004.451-10.786 17.698 17.698 0 00-19.063 3.804l-16.52 16.497a23.368 23.368 0 000 32.999l12.378 12.372a23.333 23.333 0 0032.994 0l16.502-16.496a17.547 17.547 0 003.798-19.075 5.833 5.833 0 00-7.619-3.162z" fill="currentColor"/><path d="M45.25 94.74a5.897 5.897 0 008.247 0l45.378-45.373a5.833 5.833 0 00-8.248-8.248L45.249 86.491a5.833 5.833 0 000 8.248z" fill="currentColor"/><path d="M125.685 26.682l-12.373-12.373a23.368 23.368 0 00-32.999 0L63.811 30.806a17.535 17.535 0 00-3.798 19.069A5.835 5.835 0 1070.8 45.418a5.833 5.833 0 011.266-6.335l16.497-16.496a11.667 11.667 0 0116.502 0l12.373 12.372a11.667 11.667 0 010 16.503l-16.52 16.467a5.92 5.92 0 01-6.364 1.266 5.836 5.836 0 00-4.463 10.786 17.652 17.652 0 0019.075-3.798l16.497-16.496a23.374 23.374 0 00.023-33.005z" fill="currentColor"/></svg>'
561
+ "html": 'Opción 2 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="inline-block align-baseline ml-sm" aria-label="Link" focusable="false" role="img"><path d="M72.368 86.946a5.833 5.833 0 00-3.167 7.624 5.833 5.833 0 01-1.266 6.358l-16.497 16.503a11.667 11.667 0 01-16.496 0l-12.379-12.373a11.667 11.667 0 010-16.502l16.52-16.497a5.91 5.91 0 016.364-1.266 5.834 5.834 0 004.451-10.786 17.698 17.698 0 00-19.063 3.804l-16.52 16.497a23.368 23.368 0 000 32.999l12.378 12.372a23.333 23.333 0 0032.994 0l16.502-16.496a17.547 17.547 0 003.798-19.075 5.833 5.833 0 00-7.619-3.162z" fill="currentColor"/><path d="M45.25 94.74a5.897 5.897 0 008.247 0l45.378-45.373a5.833 5.833 0 00-8.248-8.248L45.249 86.491a5.833 5.833 0 000 8.248z" fill="currentColor"/><path d="M125.685 26.682l-12.373-12.373a23.368 23.368 0 00-32.999 0L63.811 30.806a17.535 17.535 0 00-3.798 19.069A5.835 5.835 0 1070.8 45.418a5.833 5.833 0 011.266-6.335l16.497-16.496a11.667 11.667 0 0116.502 0l12.373 12.372a11.667 11.667 0 010 16.503l-16.52 16.467a5.92 5.92 0 01-6.364 1.266 5.836 5.836 0 00-4.463 10.786 17.652 17.652 0 0019.075-3.798l16.497-16.496a23.374 23.374 0 00.023-33.005z" fill="currentColor"/></svg>'
562
562
  },
563
563
  {
564
564
  "href": "#",
565
- "html": 'Option 3 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="inline-block align-baseline ml-sm" aria-label="Solicitud" focusable="false" role="img"><path d="M96.25 52.5h-52.5a4.375 4.375 0 000 8.75h52.5a4.375 4.375 0 000-8.75zM100.625 77.286a4.375 4.375 0 00-4.375-4.375h-52.5a4.375 4.375 0 000 8.75h52.5a4.375 4.375 0 004.375-4.375zM58.333 37.917h23.334a5.833 5.833 0 005.833-5.834V17.5A17.54 17.54 0 0065.287.624 17.762 17.762 0 0052.5 18.007v14.076a5.833 5.833 0 005.833 5.834zm7.292-21.875A4.375 4.375 0 1170 20.417a4.375 4.375 0 01-4.375-4.381z" fill="currentColor"/><path d="M113.75 17.5H97.708a1.458 1.458 0 00-1.458 1.458v8.75a1.458 1.458 0 001.458 1.459h13.125a2.917 2.917 0 012.917 2.916v74.62a2.917 2.917 0 01-.852 2.065l-18.713 18.708a2.917 2.917 0 01-2.06.851H29.168a2.917 2.917 0 01-2.917-2.916V32.083a2.917 2.917 0 012.917-2.916h13.125a1.458 1.458 0 001.458-1.459v-8.75a1.458 1.458 0 00-1.458-1.458H26.25a11.667 11.667 0 00-11.667 11.667v99.166A11.667 11.667 0 0026.25 140h87.5a11.667 11.667 0 0011.667-11.667V29.167A11.667 11.667 0 00113.75 17.5z" fill="currentColor"/><path d="M43.75 93.333a4.375 4.375 0 000 8.75h21.875a4.375 4.375 0 000-8.75z" fill="currentColor"/></svg>'
565
+ "html": 'Opción 3 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="inline-block align-baseline ml-sm" aria-label="Solicitud" focusable="false" role="img"><path d="M96.25 52.5h-52.5a4.375 4.375 0 000 8.75h52.5a4.375 4.375 0 000-8.75zM100.625 77.286a4.375 4.375 0 00-4.375-4.375h-52.5a4.375 4.375 0 000 8.75h52.5a4.375 4.375 0 004.375-4.375zM58.333 37.917h23.334a5.833 5.833 0 005.833-5.834V17.5A17.54 17.54 0 0065.287.624 17.762 17.762 0 0052.5 18.007v14.076a5.833 5.833 0 005.833 5.834zm7.292-21.875A4.375 4.375 0 1170 20.417a4.375 4.375 0 01-4.375-4.381z" fill="currentColor"/><path d="M113.75 17.5H97.708a1.458 1.458 0 00-1.458 1.458v8.75a1.458 1.458 0 001.458 1.459h13.125a2.917 2.917 0 012.917 2.916v74.62a2.917 2.917 0 01-.852 2.065l-18.713 18.708a2.917 2.917 0 01-2.06.851H29.168a2.917 2.917 0 01-2.917-2.916V32.083a2.917 2.917 0 012.917-2.916h13.125a1.458 1.458 0 001.458-1.459v-8.75a1.458 1.458 0 00-1.458-1.458H26.25a11.667 11.667 0 00-11.667 11.667v99.166A11.667 11.667 0 0026.25 140h87.5a11.667 11.667 0 0011.667-11.667V29.167A11.667 11.667 0 00113.75 17.5z" fill="currentColor"/><path d="M43.75 93.333a4.375 4.375 0 000 8.75h21.875a4.375 4.375 0 000-8.75z" fill="currentColor"/></svg>'
566
566
  }
567
567
  ]
568
568
  }
569
569
  },
570
570
  {
571
- "name": "With paragraphs in items",
571
+ "name": "con párrafos en items",
572
572
  "data": {
573
573
  "id": "paragraphs",
574
- "text": "Paragraphs in items",
574
+ "text": "Párrafos en items",
575
575
  "label": {
576
- "text": "Label text goes here"
576
+ "text": "Esto es un label"
577
577
  },
578
578
  "items": [
579
579
  {