@extrachill/components 0.4.15 → 0.4.16

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.16] - 2026-03-25
4
+
5
+ ### Changed
6
+ - Tune shared tabs and panel surfaces to current settings design
7
+
3
8
  ## [0.4.13] - 2026-03-25
4
9
 
5
10
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrachill/components",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -88,7 +88,7 @@
88
88
  align-items: center;
89
89
  gap: var(--spacing-xs, 0.25rem);
90
90
  border: 1px solid var(--border-color, #ddd);
91
- background: var(--background-color, #fff);
91
+ background: var(--card-background, #f1f5f9);
92
92
  padding: var(--spacing-sm, 0.5rem) var(--spacing-md, 1rem);
93
93
  border-radius: var(--border-radius-sm, 4px);
94
94
  cursor: pointer;
@@ -152,7 +152,6 @@
152
152
  .ec-responsive-tabs__desktop-panel {
153
153
  display: grid;
154
154
  background: var(--background-color, #fff);
155
- border: 1px solid var(--border-color, #ddd);
156
155
  border-radius: 0 0 var(--border-radius-md, 8px) var(--border-radius-md, 8px);
157
156
  padding: 0;
158
157
  margin-bottom: 0;
@@ -324,7 +323,6 @@
324
323
  gap: var(--spacing-md, 1rem);
325
324
  flex-wrap: wrap;
326
325
  padding-bottom: var(--spacing-md, 1rem);
327
- background: var(--card-background, #f1f5f9);
328
326
  }
329
327
 
330
328
  .ec-block-shell-header--with-divider {
@@ -375,7 +373,7 @@
375
373
 
376
374
  .ec-panel--depth-1,
377
375
  .ec-panel--depth-3 {
378
- background: var(--background-color, #fff);
376
+ background: var(--card-background, #f8f8f8);
379
377
  }
380
378
 
381
379
  .ec-section {