desy-html 8.1.4 → 8.1.5
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.
|
@@ -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-
|
|
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,10 @@
|
|
|
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.5</h3>
|
|
41
|
+
<ul class="text-sm">
|
|
42
|
+
<li>Changed gap-xl to gap-lg as the default gap in layout grids.</li>
|
|
43
|
+
</ul>
|
|
40
44
|
<h3>v.8.1.4</h3>
|
|
41
45
|
<ul class="text-sm">
|
|
42
46
|
<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.
|
|
3
|
+
"version": "8.1.5",
|
|
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)",
|