@repobit/dex-system-design 0.23.34 → 0.23.35

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,13 @@
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.35](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.23.34...@repobit/dex-system-design@0.23.35) (2026-05-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **DEX-1014:** css adjustment for accordion
11
+
12
+
6
13
  ## [0.23.34](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.23.33...@repobit/dex-system-design@0.23.34) (2026-05-21)
7
14
 
8
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobit/dex-system-design",
3
- "version": "0.23.34",
3
+ "version": "0.23.35",
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.30",
74
- "@repobit/dex-store-elements": "1.4.22",
73
+ "@repobit/dex-store": "1.3.31",
74
+ "@repobit/dex-store-elements": "1.4.23",
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": "7d7e902dcbbb5deee029ea3e70d7cd27758b950e"
91
+ "gitHead": "971237d99eff6de126807690b731697bb07c017c"
92
92
  }
@@ -194,7 +194,7 @@ export default css`
194
194
  .bd-accordion-bg-container {
195
195
  // width: 100%;
196
196
  margin: auto;
197
- padding: var(--spacing-64) var(--spacing-32) var(--spacing-64) var(--spacing-32)
197
+ // padding: var(--spacing-0) var(--spacing-32) var(--spacing-0) var(--spacing-32)
198
198
  }
199
199
 
200
200
  .bd-accordion-bg-container.no-bg {