Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/react/src/components/sidebar/cardStyles.ts
// Re-export the canonical card chrome from core. React's CSSProperties
// is structurally compatible with the loose Record shape core uses.
import type { CSSProperties } from 'react';
import {
CARD_STYLE_COLLAPSED as CORE_COLLAPSED,
CARD_STYLE_EXPANDED as CORE_EXPANDED,
} from '@eigenpal/docx-editor-core/utils/cardStyles';
export const CARD_STYLE_COLLAPSED = CORE_COLLAPSED as CSSProperties;
export const CARD_STYLE_EXPANDED = CORE_EXPANDED as CSSProperties;