@extrachill/components 0.4.27 → 0.4.28

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.28] - 2026-03-26
4
+
5
+ ### Changed
6
+ - restore responsive tab padding only
7
+
3
8
  ## [0.4.27] - 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.27",
3
+ "version": "0.4.28",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -162,6 +162,10 @@
162
162
  max-width: 1080px;
163
163
  }
164
164
 
165
+ .ec-responsive-tabs .ec-tabs__tabs {
166
+ padding-bottom: calc(var(--spacing-md, 1rem) + var(--spacing-sm, 0.5rem));
167
+ }
168
+
165
169
  .ec-responsive-tabs__desktop-panel {
166
170
  display: grid;
167
171
  background: var(--background-color, #fff);