@extrachill/components 0.4.5 → 0.4.6

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.6] - 2026-03-25
4
+
5
+ ### Changed
6
+ - Add explicit surface depth primitives for shared mobile shell layering
7
+
3
8
  ## [0.4.5] - 2026-03-25
4
9
 
5
10
  ### Changed
@@ -4,6 +4,7 @@ export interface BlockShellProps {
4
4
  className?: string;
5
5
  classPrefix?: string;
6
6
  compact?: boolean;
7
+ depth?: 0 | 1 | 2 | 3;
7
8
  }
8
- export declare function BlockShell({ children, className, classPrefix, compact, }: BlockShellProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function BlockShell({ children, className, classPrefix, compact, depth, }: BlockShellProps): import("react/jsx-runtime").JSX.Element;
9
10
  //# sourceMappingURL=BlockShell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BlockShell.d.ts","sourceRoot":"","sources":["../src/BlockShell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,eAAe;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,UAAU,CAAE,EAC3B,QAAQ,EACR,SAAc,EACd,WAA8B,EAC9B,OAAe,GACf,EAAE,eAAe,2CAQjB"}
1
+ {"version":3,"file":"BlockShell.d.ts","sourceRoot":"","sources":["../src/BlockShell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,eAAe;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACtB;AAED,wBAAgB,UAAU,CAAE,EAC3B,QAAQ,EACR,SAAc,EACd,WAA8B,EAC9B,OAAe,EACf,KAAS,GACT,EAAE,eAAe,2CASjB"}
@@ -1,8 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- export function BlockShell({ children, className = '', classPrefix = 'ec-block-shell', compact = false, }) {
2
+ export function BlockShell({ children, className = '', classPrefix = 'ec-block-shell', compact = false, depth = 0, }) {
3
3
  const shellClass = [
4
4
  classPrefix,
5
5
  compact ? `${classPrefix}--compact` : '',
6
+ `${classPrefix}--depth-${depth}`,
6
7
  className,
7
8
  ].filter(Boolean).join(' ');
8
9
  return _jsx("div", { className: shellClass, children: children });
package/dist/Panel.d.ts CHANGED
@@ -4,6 +4,7 @@ export interface PanelProps {
4
4
  className?: string;
5
5
  classPrefix?: string;
6
6
  compact?: boolean;
7
+ depth?: 0 | 1 | 2 | 3;
7
8
  }
8
- export declare function Panel({ children, className, classPrefix, compact, }: PanelProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function Panel({ children, className, classPrefix, compact, depth, }: PanelProps): import("react/jsx-runtime").JSX.Element;
9
10
  //# sourceMappingURL=Panel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../src/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,UAAU;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,KAAK,CAAE,EACtB,QAAQ,EACR,SAAc,EACd,WAAwB,EACxB,OAAe,GACf,EAAE,UAAU,2CAQZ"}
1
+ {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../src/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,UAAU;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACtB;AAED,wBAAgB,KAAK,CAAE,EACtB,QAAQ,EACR,SAAc,EACd,WAAwB,EACxB,OAAe,EACf,KAAS,GACT,EAAE,UAAU,2CASZ"}
package/dist/Panel.js CHANGED
@@ -1,8 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- export function Panel({ children, className = '', classPrefix = 'ec-panel', compact = false, }) {
2
+ export function Panel({ children, className = '', classPrefix = 'ec-panel', compact = false, depth = 1, }) {
3
3
  const panelClass = [
4
4
  classPrefix,
5
5
  compact ? `${classPrefix}--compact` : '',
6
+ `${classPrefix}--depth-${depth}`,
6
7
  className,
7
8
  ].filter(Boolean).join(' ');
8
9
  return _jsx("div", { className: panelClass, children: children });
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface SectionProps {
3
+ children: ReactNode;
4
+ className?: string;
5
+ classPrefix?: string;
6
+ depth?: 0 | 1 | 2 | 3;
7
+ }
8
+ export declare function Section({ children, className, classPrefix, depth, }: SectionProps): import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=Section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../src/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,YAAY;IAC5B,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACtB;AAED,wBAAgB,OAAO,CAAE,EACxB,QAAQ,EACR,SAAc,EACd,WAA0B,EAC1B,KAAS,GACT,EAAE,YAAY,2CAMd"}
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export function Section({ children, className = '', classPrefix = 'ec-section', depth = 2, }) {
3
+ const classes = [classPrefix, `${classPrefix}--depth-${depth}`, className]
4
+ .filter(Boolean)
5
+ .join(' ');
6
+ return _jsx("div", { className: classes, children: children });
7
+ }
@@ -0,0 +1,5 @@
1
+ import { type SectionProps } from './Section.tsx';
2
+ export interface SubsectionProps extends SectionProps {
3
+ }
4
+ export declare function Subsection(props: SubsectionProps): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=Subsection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Subsection.d.ts","sourceRoot":"","sources":["../src/Subsection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAE3D,MAAM,WAAW,eAAgB,SAAQ,YAAY;CAAG;AAExD,wBAAgB,UAAU,CAAE,KAAK,EAAE,eAAe,2CAEjD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Section } from "./Section.js";
3
+ export function Subsection(props) {
4
+ return _jsx(Section, { ...props });
5
+ }
@@ -0,0 +1,5 @@
1
+ import { type PanelProps } from './Panel.tsx';
2
+ export interface SurfaceProps extends PanelProps {
3
+ }
4
+ export declare function Surface(props: SurfaceProps): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=Surface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Surface.d.ts","sourceRoot":"","sources":["../src/Surface.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAErD,MAAM,WAAW,YAAa,SAAQ,UAAU;CAAG;AAEnD,wBAAgB,OAAO,CAAE,KAAK,EAAE,YAAY,2CAE3C"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Panel } from "./Panel.js";
3
+ export function Surface(props) {
4
+ return _jsx(Panel, { ...props });
5
+ }
package/dist/index.d.ts CHANGED
@@ -9,7 +9,10 @@ export { SearchBox, type SearchBoxProps } from './SearchBox.tsx';
9
9
  export { Modal, type ModalProps } from './Modal.tsx';
10
10
  export { Tabs, type TabsProps, type TabItem } from './Tabs.tsx';
11
11
  export { Panel, type PanelProps } from './Panel.tsx';
12
+ export { Surface, type SurfaceProps } from './Surface.tsx';
12
13
  export { PanelHeader, type PanelHeaderProps } from './PanelHeader.tsx';
14
+ export { Section, type SectionProps } from './Section.tsx';
15
+ export { Subsection, type SubsectionProps } from './Subsection.tsx';
13
16
  export { ActionRow, type ActionRowProps } from './ActionRow.tsx';
14
17
  export { FieldGroup, type FieldGroupProps } from './FieldGroup.tsx';
15
18
  export { InlineStatus, type InlineStatusProps } from './InlineStatus.tsx';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,OAAO,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,MAAM,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,OAAO,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,MAAM,wBAAwB,CAAC"}
package/dist/index.js CHANGED
@@ -9,7 +9,10 @@ export { SearchBox } from "./SearchBox.js";
9
9
  export { Modal } from "./Modal.js";
10
10
  export { Tabs } from "./Tabs.js";
11
11
  export { Panel } from "./Panel.js";
12
+ export { Surface } from "./Surface.js";
12
13
  export { PanelHeader } from "./PanelHeader.js";
14
+ export { Section } from "./Section.js";
15
+ export { Subsection } from "./Subsection.js";
13
16
  export { ActionRow } from "./ActionRow.js";
14
17
  export { FieldGroup } from "./FieldGroup.js";
15
18
  export { InlineStatus } from "./InlineStatus.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrachill/components",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Shared React components for the Extra Chill Platform.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -5,6 +5,7 @@ export interface BlockShellProps {
5
5
  className?: string;
6
6
  classPrefix?: string;
7
7
  compact?: boolean;
8
+ depth?: 0 | 1 | 2 | 3;
8
9
  }
9
10
 
10
11
  export function BlockShell( {
@@ -12,10 +13,12 @@ export function BlockShell( {
12
13
  className = '',
13
14
  classPrefix = 'ec-block-shell',
14
15
  compact = false,
16
+ depth = 0,
15
17
  }: BlockShellProps ) {
16
18
  const shellClass = [
17
19
  classPrefix,
18
20
  compact ? `${ classPrefix }--compact` : '',
21
+ `${ classPrefix }--depth-${ depth }`,
19
22
  className,
20
23
  ].filter( Boolean ).join( ' ' );
21
24
 
package/src/Panel.tsx CHANGED
@@ -5,6 +5,7 @@ export interface PanelProps {
5
5
  className?: string;
6
6
  classPrefix?: string;
7
7
  compact?: boolean;
8
+ depth?: 0 | 1 | 2 | 3;
8
9
  }
9
10
 
10
11
  export function Panel( {
@@ -12,10 +13,12 @@ export function Panel( {
12
13
  className = '',
13
14
  classPrefix = 'ec-panel',
14
15
  compact = false,
16
+ depth = 1,
15
17
  }: PanelProps ) {
16
18
  const panelClass = [
17
19
  classPrefix,
18
20
  compact ? `${ classPrefix }--compact` : '',
21
+ `${ classPrefix }--depth-${ depth }`,
19
22
  className,
20
23
  ].filter( Boolean ).join( ' ' );
21
24
 
@@ -0,0 +1,21 @@
1
+ import type { ReactNode } from 'react';
2
+
3
+ export interface SectionProps {
4
+ children: ReactNode;
5
+ className?: string;
6
+ classPrefix?: string;
7
+ depth?: 0 | 1 | 2 | 3;
8
+ }
9
+
10
+ export function Section( {
11
+ children,
12
+ className = '',
13
+ classPrefix = 'ec-section',
14
+ depth = 2,
15
+ }: SectionProps ) {
16
+ const classes = [ classPrefix, `${ classPrefix }--depth-${ depth }`, className ]
17
+ .filter( Boolean )
18
+ .join( ' ' );
19
+
20
+ return <div className={ classes }>{ children }</div>;
21
+ }
@@ -0,0 +1,7 @@
1
+ import { Section, type SectionProps } from './Section.tsx';
2
+
3
+ export interface SubsectionProps extends SectionProps {}
4
+
5
+ export function Subsection( props: SubsectionProps ) {
6
+ return <Section { ...props } />;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { Panel, type PanelProps } from './Panel.tsx';
2
+
3
+ export interface SurfaceProps extends PanelProps {}
4
+
5
+ export function Surface( props: SurfaceProps ) {
6
+ return <Panel { ...props } />;
7
+ }
package/src/index.tsx CHANGED
@@ -10,7 +10,10 @@ export { SearchBox, type SearchBoxProps } from './SearchBox.tsx';
10
10
  export { Modal, type ModalProps } from './Modal.tsx';
11
11
  export { Tabs, type TabsProps, type TabItem } from './Tabs.tsx';
12
12
  export { Panel, type PanelProps } from './Panel.tsx';
13
+ export { Surface, type SurfaceProps } from './Surface.tsx';
13
14
  export { PanelHeader, type PanelHeaderProps } from './PanelHeader.tsx';
15
+ export { Section, type SectionProps } from './Section.tsx';
16
+ export { Subsection, type SubsectionProps } from './Subsection.tsx';
14
17
  export { ActionRow, type ActionRowProps } from './ActionRow.tsx';
15
18
  export { FieldGroup, type FieldGroupProps } from './FieldGroup.tsx';
16
19
  export { InlineStatus, type InlineStatusProps } from './InlineStatus.tsx';
@@ -133,7 +133,7 @@
133
133
  border: 1px solid var(--border-color, #ddd);
134
134
  border-radius: var(--border-radius-lg, 8px);
135
135
  padding: var(--spacing-md, 1rem);
136
- background: var(--card-background, #f8f8f8);
136
+ background: var(--background-color, #fff);
137
137
  display: grid;
138
138
  gap: var(--spacing-md, 1rem);
139
139
  }
@@ -149,6 +149,19 @@
149
149
  gap: var(--spacing-lg, 1.5rem);
150
150
  }
151
151
 
152
+ .ec-block-shell--depth-0 {
153
+ background: var(--card-background, #f1f5f9);
154
+ }
155
+
156
+ .ec-block-shell--depth-1,
157
+ .ec-block-shell--depth-3 {
158
+ background: var(--background-color, #fff);
159
+ }
160
+
161
+ .ec-block-shell--depth-2 {
162
+ background: var(--card-background, #f1f5f9);
163
+ }
164
+
152
165
  .ec-block-shell--compact {
153
166
  padding: var(--spacing-md, 1rem);
154
167
  border-radius: var(--border-radius-lg, 8px);
@@ -218,6 +231,34 @@
218
231
  border-radius: var(--border-radius-md, 6px);
219
232
  }
220
233
 
234
+ .ec-panel--depth-0,
235
+ .ec-panel--depth-2 {
236
+ background: var(--card-background, #f8f8f8);
237
+ }
238
+
239
+ .ec-panel--depth-1,
240
+ .ec-panel--depth-3 {
241
+ background: var(--background-color, #fff);
242
+ }
243
+
244
+ .ec-section {
245
+ display: grid;
246
+ gap: var(--spacing-md, 1rem);
247
+ padding: var(--spacing-md, 1rem);
248
+ border: 1px solid var(--border-color, #ddd);
249
+ border-radius: var(--border-radius-md, 6px);
250
+ }
251
+
252
+ .ec-section--depth-0,
253
+ .ec-section--depth-2 {
254
+ background: var(--card-background, #f8f8f8);
255
+ }
256
+
257
+ .ec-section--depth-1,
258
+ .ec-section--depth-3 {
259
+ background: var(--background-color, #fff);
260
+ }
261
+
221
262
  // Panel Header
222
263
  .ec-panel-header {
223
264
  display: flex;
@@ -356,10 +397,30 @@
356
397
  padding-right: var(--spacing-md, 1rem);
357
398
  }
358
399
 
359
- .ec-panel .ec-panel {
400
+ .ec-panel--depth-0,
401
+ .ec-panel--depth-2,
402
+ .ec-section--depth-0,
403
+ .ec-section--depth-2 {
360
404
  background: var(--card-background, #f1f5f9);
361
405
  }
362
406
 
407
+ .ec-panel--depth-1,
408
+ .ec-panel--depth-3,
409
+ .ec-section--depth-1,
410
+ .ec-section--depth-3 {
411
+ background: var(--background-color, #fff);
412
+ }
413
+
414
+ .ec-section {
415
+ border-radius: 0;
416
+ border-left: 0;
417
+ border-right: 0;
418
+ margin-left: calc(var(--spacing-md, 1rem) * -1);
419
+ margin-right: calc(var(--spacing-md, 1rem) * -1);
420
+ padding-left: var(--spacing-md, 1rem);
421
+ padding-right: var(--spacing-md, 1rem);
422
+ }
423
+
363
424
  .ec-panel-header {
364
425
  padding-bottom: var(--spacing-sm, 0.5rem);
365
426
  }