@extrachill/components 0.4.26 → 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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.28] - 2026-03-26
4
+
5
+ ### Changed
6
+ - restore responsive tab padding only
7
+
8
+ ## [0.4.27] - 2026-03-26
9
+
10
+ ### Changed
11
+ - remove responsive tab divider styling
12
+
3
13
  ## [0.4.26] - 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.26",
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",
@@ -164,8 +164,6 @@
164
164
 
165
165
  .ec-responsive-tabs .ec-tabs__tabs {
166
166
  padding-bottom: calc(var(--spacing-md, 1rem) + var(--spacing-sm, 0.5rem));
167
- margin-bottom: var(--spacing-sm, 0.5rem);
168
- border-bottom: 1px solid var(--border-color, #ddd);
169
167
  }
170
168
 
171
169
  .ec-responsive-tabs__desktop-panel {