@nebula.js/sn-action-button 1.14.1 → 1.14.4

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,6 +1,6 @@
1
1
  /*
2
- * @nebula.js/sn-action-button v1.14.1
3
- * Copyright (c) 2021 QlikTech International AB
2
+ * @nebula.js/sn-action-button v1.14.4
3
+ * Copyright (c) 2022 QlikTech International AB
4
4
  * Released under the MIT license.
5
5
  */
6
6
 
@@ -2508,7 +2508,7 @@ function ext(_ref) {
2508
2508
  switch (_context4.prev = _context4.next) {
2509
2509
  case 0:
2510
2510
  _context4.next = 2;
2511
- return fetch('../api/v1/items?resourceType=automation').then(function (response) {
2511
+ return fetch('../api/v1/items?resourceType=automation&limit=100').then(function (response) {
2512
2512
  return response.json();
2513
2513
  });
2514
2514
 
@@ -3959,7 +3959,7 @@ var styleFormatter = {
3959
3959
  disabled = _ref2.disabled,
3960
3960
  theme = _ref2.theme,
3961
3961
  element = _ref2.element;
3962
- var styles = 'width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;';
3962
+ var styles = 'width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;bottom: 0;left: 0; top: 0;right: 0;margin: auto;';
3963
3963
  var font = style.font,
3964
3964
  background = style.background,
3965
3965
  border = style.border;