@extrachill/components 0.4.38 → 0.4.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrachill/components",
3
- "version": "0.4.38",
3
+ "version": "0.4.39",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -254,7 +254,6 @@
254
254
  display: none;
255
255
  }
256
256
 
257
- .ec-edge-shell .ec-responsive-tabs__item,
258
257
  .ec-mobile-full-width-panel .ec-responsive-tabs__item {
259
258
  margin-left: calc(var(--spacing-md, 1rem) * -1);
260
259
  margin-right: calc(var(--spacing-md, 1rem) * -1);
@@ -323,11 +322,6 @@
323
322
  max-width: 1080px;
324
323
  }
325
324
 
326
- .ec-block-shell-inner--centered {
327
- margin-left: auto;
328
- margin-right: auto;
329
- }
330
-
331
325
  .ec-block-intro {
332
326
  display: grid;
333
327
  gap: var(--spacing-sm, 0.5rem);
@@ -564,7 +558,6 @@
564
558
  padding-bottom: var(--spacing-sm, 0.5rem);
565
559
  }
566
560
 
567
- .ec-edge-shell .ec-shell-tabs,
568
561
  .ec-mobile-full-width-panel .ec-shell-tabs {
569
562
  margin-left: calc(var(--spacing-md, 1rem) * -1);
570
563
  margin-right: calc(var(--spacing-md, 1rem) * -1);
@@ -572,7 +565,6 @@
572
565
  padding-right: var(--spacing-md, 1rem);
573
566
  }
574
567
 
575
- .ec-edge-shell .ec-panel,
576
568
  .ec-mobile-full-width-panel .ec-panel {
577
569
  border-radius: 0;
578
570
  border-left: 0;
@@ -587,7 +579,6 @@
587
579
  padding-right: var(--spacing-md, 1rem);
588
580
  }
589
581
 
590
- .ec-edge-shell .ec-section,
591
582
  .ec-mobile-full-width-panel .ec-section {
592
583
  border-radius: 0;
593
584
  border-left: 0;