@extrachill/components 0.4.28 → 0.4.29

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.29] - 2026-03-26
4
+
5
+ ### Changed
6
+ - make block inner wrapper own mobile spacing
7
+
3
8
  ## [0.4.28] - 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.28",
3
+ "version": "0.4.29",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -263,11 +263,7 @@
263
263
  }
264
264
 
265
265
  .ec-responsive-tabs__item {
266
- margin-left: calc(var(--spacing-md, 1rem) * -1);
267
- margin-right: calc(var(--spacing-md, 1rem) * -1);
268
- border-left: 0;
269
- border-right: 0;
270
- border-radius: 0;
266
+ border-radius: var(--border-radius-md, 8px);
271
267
  }
272
268
  }
273
269
 
@@ -538,32 +534,13 @@
538
534
  padding-bottom: var(--spacing-sm, 0.5rem);
539
535
  }
540
536
 
541
- .ec-shell-tabs {
542
- margin-left: calc(var(--spacing-md, 1rem) * -1);
543
- margin-right: calc(var(--spacing-md, 1rem) * -1);
544
- padding-left: var(--spacing-md, 1rem);
545
- padding-right: var(--spacing-md, 1rem);
546
- }
547
-
548
537
  .ec-panel {
549
538
  border-radius: 0;
550
- border-left: 0;
551
- border-right: 0;
552
- padding: var(--spacing-sm, 0.5rem) 0;
553
- margin-left: calc(var(--spacing-md, 1rem) * -1);
554
- margin-right: calc(var(--spacing-md, 1rem) * -1);
555
- padding-left: var(--spacing-md, 1rem);
556
- padding-right: var(--spacing-md, 1rem);
539
+ padding: var(--spacing-sm, 0.5rem);
557
540
  }
558
541
 
559
542
  .ec-section {
560
543
  border-radius: 0;
561
- border-left: 0;
562
- border-right: 0;
563
- margin-left: calc(var(--spacing-md, 1rem) * -1);
564
- margin-right: calc(var(--spacing-md, 1rem) * -1);
565
- padding-left: var(--spacing-md, 1rem);
566
- padding-right: var(--spacing-md, 1rem);
567
544
  }
568
545
 
569
546
  .ec-panel-header {