desy-html 5.1.0 → 5.1.1

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/docs/index.html CHANGED
@@ -38,7 +38,11 @@
38
38
 
39
39
  <h2>Changelog (English)</h2>
40
40
  <p>What's new in the latest version of desy-html</p>
41
- <h3>v.5.2.0</h3>
41
+ <h3>v.5.1.1</h3>
42
+ <ul class="text-sm">
43
+ <li>Fixed pagination from having too much listbox height.</li>
44
+ </ul>
45
+ <h3>v.5.1.0</h3>
42
46
  <ul class="text-sm">
43
47
  <li>Added tree component.</li>
44
48
  </ul>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "desy-html",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
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)",
@@ -73,6 +73,38 @@
73
73
  {
74
74
  "href": "#",
75
75
  "text": 6
76
+ },
77
+ {
78
+ "href": "#",
79
+ "text": 7
80
+ },
81
+ {
82
+ "href": "#",
83
+ "text": 8
84
+ },
85
+ {
86
+ "href": "#",
87
+ "text": 9
88
+ },
89
+ {
90
+ "href": "#",
91
+ "text": 10
92
+ },
93
+ {
94
+ "href": "#",
95
+ "text": 11
96
+ },
97
+ {
98
+ "href": "#",
99
+ "text": 12
100
+ },
101
+ {
102
+ "href": "#",
103
+ "text": 13
104
+ },
105
+ {
106
+ "href": "#",
107
+ "text": 14
76
108
  }
77
109
  ],
78
110
  "hasPrevious": true,
@@ -95,6 +95,7 @@
95
95
  "idPrefix": params.idPrefix,
96
96
  "text": "Página " + params.items[activePosition].text,
97
97
  "classes": "c-listbox--sm c-listbox--transparent mr-xs",
98
+ "classesTooltip": "max-h-52 overflow-y-auto",
98
99
  "doesChangeButtonText": true,
99
100
  "label": {
100
101
  "text": "Selecciona una página para cargar datos",