/** * Declarative spacing tokens (mobile-first). * * Each value maps to two utilities: `.gap-` and `.p-`, both backed * by the same CSS variable. Values ported from `spacings.js`. */ export const spacingsData: { 'spacing-xxl': { _: string; sm: string; xl: string; }; 'spacing-xl': { _: string; sm: string; xl: string; }; 'spacing-lg': { _: string; sm: string; }; 'spacing-md': { _: string; }; 'spacing-sm': { _: string; }; 'spacing-xs': { _: string; }; 'spacing-xxs': { _: string; }; }; declare namespace _default { export { spacingsData }; } export default _default; //# sourceMappingURL=spacings.data.d.ts.map