aloha-vue 1.2.269 → 1.2.270

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.
@@ -7,6 +7,10 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 1.2.270
11
+
12
+ - Fixed styling issues for the `ALoading` component when used in the footer of the `AModal` component.
13
+
10
14
  ## 1.2.269
11
15
 
12
16
  - Fixed an issue with the `"select all"` button in the `ASelect` component to ensure it functions correctly.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.269",
17
+ "version": "1.2.270",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -18,6 +18,9 @@
18
18
  margin: calc(var(--a_modal_footer_sticky_gap));
19
19
  }
20
20
  }
21
+ .a_loading {
22
+ margin: 0;
23
+ }
21
24
  }
22
25
  .a_modal_content_with_footer_sticky {
23
26
  .a_modal_body {