@extrachill/components 0.4.26 → 0.4.27

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.27] - 2026-03-26
4
+
5
+ ### Changed
6
+ - remove responsive tab divider styling
7
+
3
8
  ## [0.4.26] - 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.26",
3
+ "version": "0.4.27",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -162,12 +162,6 @@
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
- margin-bottom: var(--spacing-sm, 0.5rem);
168
- border-bottom: 1px solid var(--border-color, #ddd);
169
- }
170
-
171
165
  .ec-responsive-tabs__desktop-panel {
172
166
  display: grid;
173
167
  background: var(--background-color, #fff);