azion-theme 1.11.5 → 1.11.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.11.6](https://github.com/aziontech/azion-theme/compare/v1.11.5...v1.11.6) (2025-07-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ * spacing accordion ([#44](https://github.com/aziontech/azion-theme/issues/44)) ([e690d2a](https://github.com/aziontech/azion-theme/commit/e690d2a17751ecaa6ed69d735c96a7b28f3d7435))
6
+
1
7
  ## [1.11.5](https://github.com/aziontech/azion-theme/compare/v1.11.4...v1.11.5) (2025-07-15)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.11.5",
4
+ "version": "1.11.6",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -80,7 +80,7 @@ $panelFooterPadding: 0.5rem 1rem;
80
80
 
81
81
  /// Spacing between to accordion panels
82
82
  /// @group panel
83
- $accordionSpacing: 0;
83
+ $accordionSpacing: 0.5rem;
84
84
 
85
85
  /// Border of an accordion panel header
86
86
  /// @group panel