desy-html 8.1.4 → 8.1.6

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.
@@ -1,4 +1,4 @@
1
- <div class="grid grid-cols-2 lg:grid-cols-4 gap-xl">
1
+ <div class="grid grid-cols-2 lg:grid-cols-4 gap-lg">
2
2
  <div class="col-span-2 lg:col-span-4">
3
3
  <span class="bg-neutral-light h-12 flex items-center justify-center">100%</span>
4
4
  </div>
@@ -1,4 +1,4 @@
1
- <div class="grid grid-cols-2 gap-xl col-span-1">
1
+ <div class="grid grid-cols-2 gap-lg col-span-1">
2
2
  <div class="col-span-2">
3
3
  <span class="bg-neutral-light h-12 flex items-center justify-center">100%</span>
4
4
  </div>
@@ -1,4 +1,4 @@
1
- <div class="grid grid-cols-2 lg:grid-cols-4 gap-xl">
1
+ <div class="grid grid-cols-2 lg:grid-cols-4 gap-lg">
2
2
  <div class="col-span-2 lg:col-span-3">
3
3
  Zona de contenido (75% en escritorio, 100% en móvil)
4
4
  </div>
@@ -28,7 +28,7 @@
28
28
  {{ DSSubsectionTitle({
29
29
  title: "Columnas"
30
30
  }) }}
31
- <p class="c-paragraph-base">Usamos un sistema basado en 4 columnas, con un espacio de <code>gap-xl</code> - <code>2.5rem</code> - <code>40px / 16px</code>. Utiliza las combinaciones reflejadas a continuación. Evita utilizar el layout a una columna (100%) para textos en pantallas de gran tamaño, afectaría negativamente a la legibilidad.</p>
31
+ <p class="c-paragraph-base">Usamos un sistema basado en 4 columnas, con un espacio de <code>gap-lg</code> - <code>1.75rem</code> - <code>28px / 16px</code>. Utiliza las combinaciones reflejadas a continuación. Evita utilizar el layout a una columna (100%) para textos en pantallas de gran tamaño, afectaría negativamente a la legibilidad.</p>
32
32
  <div class="pb-lg"></div>
33
33
  {% from "ds/_ds.macro.subsection-title.njk" import DSSubsectionTitle %}
34
34
  {{ DSSubsectionTitle({
package/docs/index.html CHANGED
@@ -37,6 +37,14 @@
37
37
 
38
38
  <h2>Changelog (English)</h2>
39
39
  <p>What's new in the latest version of desy-html</p>
40
+ <h3>v.8.1.6</h3>
41
+ <ul class="text-sm">
42
+ <li>Minor changes in docs.</li>
43
+ </ul>
44
+ <h3>v.8.1.5</h3>
45
+ <ul class="text-sm">
46
+ <li>Changed gap-xl to gap-lg as the default gap in layout grids.</li>
47
+ </ul>
40
48
  <h3>v.8.1.4</h3>
41
49
  <ul class="text-sm">
42
50
  <li>Fixed anchors in examples.</li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desy-html",
3
- "version": "8.1.4",
3
+ "version": "8.1.6",
4
4
  "description": "desy-html contains the code you need to start building a user interface for Gobierno de Aragón government webapps.",
5
5
  "author": {
6
6
  "name": "Desy (SDA Servicios Digitales de Aragón)",
@@ -16,10 +16,7 @@
16
16
  {% call componentHeaderAdvanced({
17
17
  "title": {
18
18
  "homepageUrl": "index.html",
19
- "text": "DESY"
20
- },
21
- "subtitle": {
22
- "text": "Sistema de Diseño del Gobierno de Aragón."
19
+ "text": "Portal de Salud"
23
20
  },
24
21
  "navigation": {
25
22
  "items": [
@@ -30,23 +27,23 @@
30
27
  },
31
28
  {
32
29
  "href": "#",
33
- "text": "Estilos"
30
+ "text": "Gestiones"
34
31
  },
35
32
  {
36
33
  "href": "#",
37
- "text": "Componentes"
34
+ "text": "Centros sanitarios"
38
35
  },
39
36
  {
40
37
  "href": "#",
41
- "text": "Plantillas"
38
+ "text": "Cuida tu salud"
42
39
  },
43
40
  {
44
41
  "href": "#",
45
- "text": "Librerías"
42
+ "text": "Participación"
46
43
  },
47
44
  {
48
45
  "href": "#",
49
- "text": "Soporte"
46
+ "text": "Contacto"
50
47
  }
51
48
  ]
52
49
  },
@@ -58,7 +55,7 @@
58
55
  }) %}
59
56
  <nav class="w-full p-2" aria-labelledby="menu-movil-title">
60
57
  <h2 id="menu-movil-title" class="sr-only">Menú principal</h2>
61
- <h3 class="p-base text-base font-bold">DESY</h3>
58
+ <h3 class="p-base text-base font-bold">Portal de Salud</h3>
62
59
  {{ componentNav({
63
60
  "idPrefix": "nav-mobile-pages",
64
61
  "hasNav": false,
@@ -70,23 +67,23 @@
70
67
  },
71
68
  {
72
69
  "href": "#",
73
- "text": "Estilos"
70
+ "text": "Gestiones"
74
71
  },
75
72
  {
76
73
  "href": "#",
77
- "text": "Componentes"
74
+ "text": "Centros sanitarios"
78
75
  },
79
76
  {
80
77
  "href": "#",
81
- "text": "Plantillas"
78
+ "text": "Cuida tu salud"
82
79
  },
83
80
  {
84
81
  "href": "#",
85
- "text": "Librerías"
82
+ "text": "Participación"
86
83
  },
87
84
  {
88
85
  "href": "#",
89
- "text": "Soporte"
86
+ "text": "Contacto"
90
87
  }
91
88
  ],
92
89
  "attributes": {