@extrachill/components 0.4.30 → 0.4.31

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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.31] - 2026-03-26
4
+
5
+ ### Changed
6
+ - mirror theme mobile shell gutter model
7
+
3
8
  ## [0.4.30] - 2026-03-26
4
9
 
5
10
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrachill/components",
3
- "version": "0.4.30",
3
+ "version": "0.4.31",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -247,12 +247,20 @@
247
247
  }
248
248
 
249
249
  @media (max-width: 480px) {
250
- .ec-block-shell-inner {
251
- max-width: none;
250
+ .ec-block-shell {
251
+ padding-left: 0;
252
+ padding-right: 0;
253
+ }
254
+
255
+ .ec-block-shell > * {
252
256
  padding-left: var(--spacing-md, 1rem);
253
257
  padding-right: var(--spacing-md, 1rem);
254
258
  }
255
259
 
260
+ .ec-block-shell-inner {
261
+ max-width: none;
262
+ }
263
+
256
264
  .ec-responsive-tabs__inner {
257
265
  max-width: none;
258
266
  }