@repobit/dex-system-design 0.23.30 → 0.23.32

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
@@ -3,6 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.23.32](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.23.31...@repobit/dex-system-design@0.23.32) (2026-05-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **DEX-1014:** css adjustment for alignment - accordion
11
+
12
+
13
+ ## [0.23.31](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.23.30...@repobit/dex-system-design@0.23.31) (2026-05-14)
14
+
15
+ **Note:** Version bump only for package @repobit/dex-system-design
16
+
17
+
18
+
19
+
20
+
6
21
  ## [0.23.30](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.23.29...@repobit/dex-system-design@0.23.30) (2026-05-13)
7
22
 
8
23
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobit/dex-system-design",
3
- "version": "0.23.30",
3
+ "version": "0.23.32",
4
4
  "description": "Design system based on Web Components.",
5
5
  "author": "Iordache Matei Cezar <miordache@bitdefender.com>",
6
6
  "homepage": "https://github.com/bitdefender/dex-core#readme",
@@ -70,8 +70,8 @@
70
70
  "url": "https://github.com/bitdefender/dex-core/issues"
71
71
  },
72
72
  "dependencies": {
73
- "@repobit/dex-store": "1.3.26",
74
- "@repobit/dex-store-elements": "1.4.18",
73
+ "@repobit/dex-store": "1.3.28",
74
+ "@repobit/dex-store-elements": "1.4.20",
75
75
  "lit": "^3.3.2"
76
76
  },
77
77
  "devDependencies": {
@@ -88,5 +88,5 @@
88
88
  "volta": {
89
89
  "node": "24.14.0"
90
90
  },
91
- "gitHead": "b2eb5cba616e92393dcdc2fd5398762cda4c20f1"
91
+ "gitHead": "fad52633a951246bb6cab80a5b6966044d833a8c"
92
92
  }
@@ -179,7 +179,7 @@ export default css`
179
179
  }
180
180
 
181
181
  .bd-accordion-bg-container {
182
- width: 90%;
182
+ width: 100%;
183
183
  margin: auto;
184
184
  padding-top: var(--spacing-64);
185
185
  padding-bottom: var(--spacing-64);