@extrachill/components 0.4.28 → 0.4.30

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,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.30] - 2026-03-26
4
+
5
+ ### Changed
6
+ - let block shell inner own vertical spacing
7
+
8
+ ## [0.4.29] - 2026-03-26
9
+
10
+ ### Changed
11
+ - make block inner wrapper own mobile spacing
12
+
3
13
  ## [0.4.28] - 2026-03-26
4
14
 
5
15
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrachill/components",
3
- "version": "0.4.28",
3
+ "version": "0.4.30",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -288,8 +288,6 @@
288
288
  border-radius: 0;
289
289
  padding: 0;
290
290
  box-sizing: border-box;
291
- display: grid;
292
- gap: var(--spacing-lg, 1.5rem);
293
291
  }
294
292
 
295
293
  .ec-block-shell--depth-0 {