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 = "menubar" %}
2
2
  {% set examples = [
3
3
  {
4
- "name": "Default example",
5
- "description": "With mixed parameters",
4
+ "name": "Por defecto",
5
+ "description": "El menubar se usa para interactuar con él y realizar cambios en otra parte de la página, no como menú de navegación. Si necesitas una navegación con enlaces, debes usas el componente Menu navigation en vez de este Menubar. Este ejmplo muestra parámetros mixtos.",
6
6
  "data": {
7
7
  "id": "with-all-parent-items-1",
8
8
  "idPrefix": "parent-example",
9
- "ariaLabel":"Menubar description",
9
+ "ariaLabel":"Menubar descrición",
10
10
  "items": [
11
11
  {
12
12
  "text": "Menuitem",
@@ -81,8 +81,8 @@
81
81
  "classes": "mb-base mr-base"
82
82
  },
83
83
  {
84
- "text": "Mixed items",
85
- "ariaLabel": "Mixeditems",
84
+ "text": "Items mixtos",
85
+ "ariaLabel": "Items mixtos",
86
86
  "id": "menuitems-example-item-4-1",
87
87
  "sub": {
88
88
  "items": [
@@ -153,12 +153,12 @@
153
153
  }
154
154
  },
155
155
  {
156
- "name": "Has Selection in parent items",
157
- "description": "When a selection has been made in any children, the parent item could be colored.",
156
+ "name": "Tiene selección en items padres",
157
+ "description": "Cuando se ha seleccionado algún elemento hijo, el padre se muestra con color.",
158
158
  "data": {
159
159
  "id": "with-all-parent-items-2",
160
160
  "idPrefix": "parent-example",
161
- "ariaLabel":"Menubar description",
161
+ "ariaLabel":"Menubar descrición",
162
162
  "items": [
163
163
  {
164
164
  "text": "Menuitem",
@@ -235,8 +235,8 @@
235
235
  "classes": "c-menubar__button--has-selection mb-base mr-base"
236
236
  },
237
237
  {
238
- "text": "Mixed items",
239
- "ariaLabel": "Mixeditems",
238
+ "text": "Items mixtos",
239
+ "ariaLabel": "Items mixtos",
240
240
  "id": "menuitems-example-item-4-2",
241
241
  "sub": {
242
242
  "items": [
@@ -307,11 +307,11 @@
307
307
  }
308
308
  },
309
309
  {
310
- "name": "With one disabled parent item",
310
+ "name": "con un item padre deshabilitado",
311
311
  "data": {
312
312
  "id": "with-disabled",
313
313
  "idPrefix": "disabled-example",
314
- "ariaLabel":"Menubar description",
314
+ "ariaLabel":"Menubar descrición",
315
315
  "items": [
316
316
  {
317
317
  "text": "Menuitem",
@@ -389,8 +389,8 @@
389
389
  "classes": "mb-base mr-base"
390
390
  },
391
391
  {
392
- "text": "Mixed items",
393
- "ariaLabel": "Mixeditems",
392
+ "text": "Items mixtos",
393
+ "ariaLabel": "Items mixtos",
394
394
  "id": "menuitems-disabled-example-item-4-2",
395
395
  "sub": {
396
396
  "items": [
@@ -461,11 +461,11 @@
461
461
  }
462
462
  },
463
463
  {
464
- "name": "With one active parent item",
464
+ "name": "con un item padre activo",
465
465
  "data": {
466
466
  "id": "with-active",
467
467
  "idPrefix": "active-example",
468
- "ariaLabel":"Menubar description",
468
+ "ariaLabel":"Menubar descrición",
469
469
  "items": [
470
470
  {
471
471
  "text": "Menuitem",
@@ -543,8 +543,8 @@
543
543
  "classes": "mb-base mr-base"
544
544
  },
545
545
  {
546
- "text": "Mixed items",
547
- "ariaLabel": "Mixeditems",
546
+ "text": "Items mixtos",
547
+ "ariaLabel": "Items mixtos",
548
548
  "id": "menuitems-active-example-item-4-2",
549
549
  "sub": {
550
550
  "items": [
@@ -615,12 +615,12 @@
615
615
  }
616
616
  },
617
617
  {
618
- "name": "Small",
619
- "description": "Using modifier classes in items.",
618
+ "name": "peque",
619
+ "description": "Usando clases modificadoras en los items.",
620
620
  "data": {
621
621
  "id": "small-items",
622
622
  "idPrefix": "small-example",
623
- "ariaLabel":"Menubar description",
623
+ "ariaLabel":"Menubar descrición",
624
624
  "items": [
625
625
  {
626
626
  "text": "Menuitem",
@@ -697,8 +697,8 @@
697
697
  "classes": "c-menubar__button--sm mb-sm mr-sm"
698
698
  },
699
699
  {
700
- "text": "Mixed items",
701
- "ariaLabel": "Mixeditems",
700
+ "text": "Items mixtos",
701
+ "ariaLabel": "Items mixtos",
702
702
  "id": "small-example-item-4",
703
703
  "sub": {
704
704
  "items": [
@@ -769,12 +769,12 @@
769
769
  }
770
770
  },
771
771
  {
772
- "name": "Transparent",
773
- "description": "Using modifier classes in items",
772
+ "name": "transparente",
773
+ "description": "Usando clases modificadoras en los items.",
774
774
  "data": {
775
775
  "id": "transparent-items",
776
776
  "idPrefix": "transparent-example",
777
- "ariaLabel":"Menubar description",
777
+ "ariaLabel":"Menubar descrición",
778
778
  "items": [
779
779
  {
780
780
  "text": "Menuitem",
@@ -851,8 +851,8 @@
851
851
  "classes": "c-menubar__button--transparent mb-sm mr-sm"
852
852
  },
853
853
  {
854
- "text": "Mixed items",
855
- "ariaLabel": "Mixeditems",
854
+ "text": "Items mixtos",
855
+ "ariaLabel": "Items mixtos",
856
856
  "id": "transparent-example-item-4",
857
857
  "sub": {
858
858
  "items": [
@@ -923,12 +923,12 @@
923
923
  }
924
924
  },
925
925
  {
926
- "name": "Header",
927
- "description": "In special cases, a special fixed header with a menubar could be useful. If you need a navigation menu with links, use the component Menu navigation instead.",
926
+ "name": "con estilos de cabecera",
927
+ "description": "En casos especiales, una cabecera fija con un Menubar puede ser útil. Si necesitas una navegación con enlaces, debes usas el componente Menu navigation en vez de este Menubar.",
928
928
  "data": {
929
929
  "id": "header-items",
930
930
  "idPrefix": "header-example",
931
- "ariaLabel":"Menubar description",
931
+ "ariaLabel":"Menubar descrición",
932
932
  "items": [
933
933
  {
934
934
  "text": "Menuitem",
@@ -1005,8 +1005,8 @@
1005
1005
  "classes": "c-menubar__button--header mr-base"
1006
1006
  },
1007
1007
  {
1008
- "text": "Mixed items",
1009
- "ariaLabel": "Mixeditems",
1008
+ "text": "Items mixtos",
1009
+ "ariaLabel": "Items mixtos",
1010
1010
  "id": "header-example-item-4",
1011
1011
  "sub": {
1012
1012
  "items": [
@@ -1078,12 +1078,12 @@
1078
1078
  }
1079
1079
  },
1080
1080
  {
1081
- "name": "Filter example",
1082
- "description": "Used over a list of items to filter and order them. Using .c-menubar--last-right modifier to position last item to right over lg: breakpoint.",
1081
+ "name": "Ejemplo de filtros",
1082
+ "description": 'Usa el Menubar sobre una lista de items para filtrarlos u ordenarlos. Usa la clase modificadora <code>.c-menubar--last-right</code> para posicionar el último item a la derecha en breakpoints grandes.',
1083
1083
  "data": {
1084
1084
  "id": "filter-items",
1085
1085
  "idPrefix": "filter-example",
1086
- "ariaLabel":"Menubar description",
1086
+ "ariaLabel":"Menubar descrición",
1087
1087
  "items": [
1088
1088
  {
1089
1089
  "text": "Estados y trámites",
@@ -1313,14 +1313,14 @@
1313
1313
  }
1314
1314
  },
1315
1315
  {
1316
- "name": "With label example",
1317
- "description": "With label that explains this menu acts to other element. You can use classes: sr-only to show only for screen readers.",
1316
+ "name": "con label",
1317
+ "description": 'Con label que explica que este menú actúa sobre otro elemento. Puedes usar las clases <code>.sr-only</code> para que se vea sólo en lectores de pantalla.',
1318
1318
  "data": {
1319
1319
  "id": "with-label-items",
1320
1320
  "idPrefix": "label-example",
1321
- "ariaLabel":"Menubar description",
1321
+ "ariaLabel":"Menubar descrición",
1322
1322
  "label": {
1323
- "text": "Label text goes here"
1323
+ "text": "Esto es un label"
1324
1324
  },
1325
1325
  "items": [
1326
1326
  {
@@ -1396,8 +1396,8 @@
1396
1396
  "classes": "mb-base mr-base"
1397
1397
  },
1398
1398
  {
1399
- "text": "Mixed items",
1400
- "ariaLabel": "Mixeditems",
1399
+ "text": "Items mixtos",
1400
+ "ariaLabel": "Items mixtos",
1401
1401
  "id": "menuitems-example-item-4-3",
1402
1402
  "sub": {
1403
1403
  "items": [
@@ -1,7 +1,7 @@
1
1
  {% set exampleComponent = "modal" %}
2
2
  {% set examples = [
3
3
  {
4
- "name": "default",
4
+ "name": "por defecto",
5
5
  "data": {
6
6
  "id": "default-example",
7
7
  "title": {
@@ -20,8 +20,8 @@
20
20
  }
21
21
  },
22
22
  {
23
- "name": "isButtonLoader",
24
- "description": "If an additional param in items called isButtonLoader is true, then a Button loader is used with this item.",
23
+ "name": "Con Button Loader",
24
+ "description": 'Si quieres que las acciones muestren un Button loader en vez de un botón normal, utiliza el parámetro <code>"isButtonLoader": true</code>.',
25
25
  "data": {
26
26
  "id": "button-loader-example",
27
27
  "title": {
@@ -42,7 +42,8 @@
42
42
  }
43
43
  },
44
44
  {
45
- "name": "with headingLevel 3",
45
+ "name": "Con encabezado de nivel 3",
46
+ "description": 'Usa el parámetro <code>"headingLevel"</code> para establecer el nivel del encabezado. Por ejemplo: <code>"headingLevel": 3</code> creará un encabezado <code>&lt;h3&gt;</code>.',
46
47
  "data": {
47
48
  "id": "headinglevel-example",
48
49
  "title": {
@@ -62,7 +63,8 @@
62
63
  }
63
64
  },
64
65
  {
65
- "name": "with secondary action",
66
+ "name": "Con acción secundaria",
67
+ "description": 'Las acciones primarias deberán ser botones primarios y aparecer a la izquierda. Las acciones secundarias deberán ser botones por defecto y aparecer a la derecha. Si la acción es destructiva, entonces se invierte el orden y la acción principal destructiva aparece a la derecha con el modificador de Botón alerta.',
66
68
  "data": {
67
69
  "id": "secondary-action-example",
68
70
  "title": {
@@ -86,7 +88,8 @@
86
88
  }
87
89
  },
88
90
  {
89
- "name": "with caller",
91
+ "name": "con caller",
92
+ "description": 'Entre <code>{% call %}</code> y <code>{% endcall %}</code> puedes insertar el contenido anidado que desees. Útil para anidar mucho contenido dentro del componente.',
90
93
  "data": {
91
94
  "id": "caller-example",
92
95
  "title": {
@@ -111,7 +114,8 @@
111
114
  }
112
115
  },
113
116
  {
114
- "name": "with many actions",
117
+ "name": "con muchas acciones",
118
+ "description": 'No es muy común, pero si lo necesitas, puedes usar varios botones en la zona de acciones primarias (a la izquierda) y de secundarias (a la derecha). Usando las clases modificadores de botones podrás darles la apariencia que desees.',
115
119
  "data": {
116
120
  "id": "many-actions-example",
117
121
  "title": {
@@ -143,7 +147,7 @@
143
147
  }
144
148
  },
145
149
  {
146
- "name": "with many actions isButtonLoader",
150
+ "name": "con muchas acciones y botón loader",
147
151
  "data": {
148
152
  "id": "many-actions-is-button-loader-example",
149
153
  "title": {
@@ -183,7 +187,8 @@
183
187
  }
184
188
  },
185
189
  {
186
- "name": "with icon type delete",
190
+ "name": "con icono de tipo borrar/eliminar",
191
+ "description": 'Si la acción es destructiva, entonces se invierte el orden y la acción principal destructiva aparece a la derecha con el modificador de Botón alerta.',
187
192
  "data": {
188
193
  "id": "icon-type-A-example",
189
194
  "title": {
@@ -210,7 +215,7 @@
210
215
  }
211
216
  },
212
217
  {
213
- "name": "with icon type discard",
218
+ "name": "con icono de tipo descartar",
214
219
  "data": {
215
220
  "id": "icon-type-B-example",
216
221
  "title": {
@@ -237,7 +242,7 @@
237
242
  }
238
243
  },
239
244
  {
240
- "name": "with icon type changes",
245
+ "name": "con icono de tipo cambios",
241
246
  "data": {
242
247
  "id": "icon-type-C-example",
243
248
  "title": {
@@ -264,7 +269,7 @@
264
269
  }
265
270
  },
266
271
  {
267
- "name": "with icon type edit",
272
+ "name": "con icono de tipo editar",
268
273
  "data": {
269
274
  "id": "icon-type-D-example",
270
275
  "title": {
@@ -291,7 +296,7 @@
291
296
  }
292
297
  },
293
298
  {
294
- "name": "with icon type publish",
299
+ "name": "con icono de tipo publicar",
295
300
  "data": {
296
301
  "id": "icon-type-E-example",
297
302
  "title": {
@@ -318,7 +323,8 @@
318
323
  }
319
324
  },
320
325
  {
321
- "name": "with custom icon",
326
+ "name": "con icono personalizado",
327
+ "description": 'Utiliza el parámetro <code>"icon"</code> y su parámetro <code>"html"</code> para añadir código HTML de un icono SVG inline. Utiliza los atributos de la etiqueta <code>&lt;svg&gt;</code> de este ejemplo, incluido el <code>aria-label</code>.',
322
328
  "data": {
323
329
  "id": "custom-icon-example",
324
330
  "title": {
@@ -342,7 +348,7 @@
342
348
  ],
343
349
  "isDismissible": true,
344
350
  "icon": {
345
- "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="block w-16 h-16 text-primary-light" aria-label="Pregunta" focusable="false"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M52.5 52.5a17.5 17.5 0 1123.333 16.503A8.75 8.75 0 0070 77.257v5.868M70 100.625a2.188 2.188 0 102.188 2.188A2.188 2.188 0 0070 100.624h0" stroke-linecap="round" stroke-linejoin="round" stroke-width="8.749995"/><path d="M4.375 70a65.625 65.625 0 10131.25 0 65.625 65.625 0 10-131.25 0z" stroke-miterlimit="10" stroke-width="8.749995"/></g></svg>'
351
+ "html": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" class="block w-16 h-16 text-primary-light" aria-label="Pregunta" focusable="false"><path d="M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm0,19a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,19Zm1.6-6.08a1,1,0,0,0-.6.92,1,1,0,0,1-2,0,3,3,0,0,1,1.8-2.75A2,2,0,1,0,10,9.25a1,1,0,0,1-2,0,4,4,0,1,1,5.6,3.67Z" fill="currentColor"></path></svg>'
346
352
  }
347
353
  }
348
354
  }
@@ -11,15 +11,15 @@
11
11
  {% if params.icon.html %}
12
12
  {{ params.icon.html | safe }}
13
13
  {% elseif params.icon.type == 'discard' %}
14
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="block w-16 h-16 text-alert-light" focusable="false" aria-hidden="true" role="presentation"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.375 70a65.625 65.625 0 10131.25 0 65.625 65.625 0 10-131.25 0zM23.596 116.404l92.808-92.808" stroke-width="8.749995"/></g></svg>
14
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" class="block w-16 h-16 text-alert-light" focusable="false" aria-hidden="true" role="presentation"><path d="M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0ZM5.29,5.29a9.63,9.63,0,0,1,12.23-1,.26.26,0,0,1,0,.4L4.67,17.56a.27.27,0,0,1-.4,0,9.49,9.49,0,0,1,1-12.24ZM18.75,18.76a9.53,9.53,0,0,1-12.23,1,.26.26,0,0,1,0-.4L19.37,6.49a.26.26,0,0,1,.4,0,9.49,9.49,0,0,1-1,12.24Z" fill="currentColor"></path></svg>
15
15
  {% elseif params.icon.type == 'delete' %}
16
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="block w-16 h-16 text-alert-light" focusable="false" aria-hidden="true" role="presentation"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M100.625 122.5h-61.25a8.75 8.75 0 01-8.75-8.75V35h78.75v78.75a8.75 8.75 0 01-8.75 8.75zM56.875 96.25v-35M83.125 96.25v-35M13.125 35h113.75M83.125 17.5h-26.25a8.75 8.75 0 00-8.75 8.75V35h43.75v-8.75a8.75 8.75 0 00-8.75-8.75z" stroke-width="8.749995"/></g></svg>
16
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" class="block w-16 h-16 text-alert-light" focusable="false" aria-hidden="true" role="presentation"><g><path d="M19.5,7.5H4.5A.5.5,0,0,0,4,8V22a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V8A.5.5,0,0,0,19.5,7.5Zm-9.25,13a.75.75,0,0,1-1.5,0v-9a.75.75,0,0,1,1.5,0Zm5,0a.75.75,0,0,1-1.5,0v-9a.75.75,0,0,1,1.5,0Z" fill="currentColor"></path><path d="M22,4H17.25A.25.25,0,0,1,17,3.75V2.5A2.5,2.5,0,0,0,14.5,0h-5A2.5,2.5,0,0,0,7,2.5V3.75A.25.25,0,0,1,6.75,4H2A1,1,0,0,0,2,6H22a1,1,0,0,0,0-2ZM9,3.75V2.5A.5.5,0,0,1,9.5,2h5a.5.5,0,0,1,.5.5V3.75a.25.25,0,0,1-.25.25H9.25A.25.25,0,0,1,9,3.75Z" fill="currentColor"></path></g></svg>
17
17
  {% elseif params.icon.type == 'publish' %}
18
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="block w-16 h-16 text-primary-light" focusable="false" aria-hidden="true" role="presentation"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.094 91.17a9.707 9.707 0 01-5.145-17.938L118.767 5.833a9.7 9.7 0 0114.676 10.034l-21 111.842a9.707 9.707 0 01-17.301 4.031L64.75 91.17z" stroke-width="8.749995"/><path d="M64.75 91.17H50.167v30.163a9.7 9.7 0 0015.166 8.015l18.539-12.635zM64.744 91.17l64.633-85.11" stroke-width="8.749995"/></g></svg>
18
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" class="block w-16 h-16 text-primary-light" focusable="false" aria-hidden="true" role="presentation"><path d="M23.82,1.12A.5.5,0,0,0,23.31,1l-23,9.5A.5.5,0,0,0,0,11a.51.51,0,0,0,.32.46l6.33,2.45a.52.52,0,0,0,.47-.05l8.4-6a.5.5,0,0,1,.64.77l-7,6.75a.51.51,0,0,0-.15.36V22.5a.49.49,0,0,0,.37.48.49.49,0,0,0,.56-.23l3.17-5.42a.25.25,0,0,1,.33-.1l5.83,3.21a.5.5,0,0,0,.73-.33l4-18.5A.5.5,0,0,0,23.82,1.12Z" fill="currentColor"></path></svg>
19
19
  {% elseif params.icon.type == 'changes' %}
20
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="block w-16 h-16 text-primary-light" focusable="false" aria-hidden="true" role="presentation"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M107.112 40.833a48.125 48.125 0 00-85.237 30.608v13.142M35 104.463a48.125 48.125 0 0083.125-33.022v-8.75" stroke-width="8.749995"/><path d="M4.375 67.066l17.5 17.5 17.5-17.5M135.625 80.19l-17.5-17.5-17.5 17.5" stroke-width="8.749995"/></g></svg>
20
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" class="block w-16 h-16 text-primary-light" focusable="false" aria-hidden="true" role="presentation"><g><path d="M12,13a1,1,0,0,0,1-1V8a1,1,0,1,0-2,0v4A1,1,0,0,0,12,13Z" fill="currentColor"></path><circle cx="11.99" cy="15.71" r="1.25" fill="currentColor"></circle><path d="M19.29,5.53a9.72,9.72,0,0,0-9.55-3A10.25,10.25,0,0,0,2.38,9.61a.26.26,0,0,1-.27.18l-1-.13a.47.47,0,0,0-.47.22.47.47,0,0,0,0,.52l2.47,4.35a.51.51,0,0,0,.44.25.52.52,0,0,0,.36-.16l3.47-3.59a.48.48,0,0,0,.12-.51A.5.5,0,0,0,7,10.41l-1.88-.24A.23.23,0,0,1,5,10.05a.22.22,0,0,1,0-.21,7.67,7.67,0,0,1,5.37-4.9,7.23,7.23,0,0,1,7.1,2.25,1.25,1.25,0,1,0,1.87-1.66Z" fill="currentColor"></path><path d="M4.79,16.7a1.24,1.24,0,0,0-.11,1.76,9.72,9.72,0,0,0,9.55,3,10.24,10.24,0,0,0,7.37-7.12.24.24,0,0,1,.27-.17l1.06.12a.5.5,0,0,0,.48-.22.49.49,0,0,0,0-.52l-2.5-4.33A.51.51,0,0,0,20.55,9a.52.52,0,0,0-.43.15l-3.45,3.62a.5.5,0,0,0-.11.51.49.49,0,0,0,.41.33l1.85.22A.25.25,0,0,1,19,14a.22.22,0,0,1,0,.21,7.67,7.67,0,0,1-5.36,4.9,7.26,7.26,0,0,1-7.11-2.25A1.24,1.24,0,0,0,4.79,16.7Z" fill="currentColor"></path></g></svg>
21
21
  {% elseif params.icon.type == 'edit' %}
22
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="1em" height="1em" class="block w-16 h-16 text-primary-light" focusable="false" aria-hidden="true" role="presentation"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M73.89 82.46l-21.652 3.098 3.091-21.66 55.685-55.685a13.125 13.125 0 0118.562 18.562z" stroke-width="8.749995"/><path d="M111.545 83.125v43.75a8.75 8.75 0 01-8.75 8.75h-87.5a8.75 8.75 0 01-8.75-8.75v-87.5a8.75 8.75 0 018.75-8.75h43.75" stroke-width="8.749995"/></g></svg>
22
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="1em" height="1em" class="block w-16 h-16 text-primary-light" focusable="false" aria-hidden="true" role="presentation"><g><path d="M13.94,15a2,2,0,0,1-.67.45L9.73,16.86a2,2,0,0,1-2.6-2.6l1.41-3.53A2.18,2.18,0,0,1,9,10.05l5.88-5.88a.25.25,0,0,0-.17-.43H3.37A3.12,3.12,0,0,0,.25,6.86V20.62a3.12,3.12,0,0,0,3.12,3.12H17.13a3.12,3.12,0,0,0,3.12-3.12V9.29a.25.25,0,0,0-.43-.17Z" fill="currentColor"></path><path d="M18.57,3.3a.51.51,0,0,0-.71,0l-7.81,7.82a.36.36,0,0,0-.11.16L8.52,14.82a.51.51,0,0,0,.11.54.54.54,0,0,0,.54.11l3.54-1.42a.45.45,0,0,0,.17-.11l7.81-7.81a.51.51,0,0,0,.15-.35.53.53,0,0,0-.15-.36Z" fill="currentColor"></path><path d="M23.16,3.65a2,2,0,0,0,0-2.82,2,2,0,0,0-2.83,0L19.28,1.89a.56.56,0,0,0-.15.35.47.47,0,0,0,.15.35L21.4,4.71a.47.47,0,0,0,.35.15.57.57,0,0,0,.35-.15Z" fill="currentColor"></path></g></svg>
23
23
  {% endif %}
24
24
  </div>
25
25
  {% endif %}