UNPKG

@patreon/studio

Version:

Patreon Studio Design System

26 lines 1.31 kB
/** * This file is generated. Do not edit. * Generated on Mon Apr 07 2025 9:44:53 PM */ import { tokens } from '../../tokens'; import { wrapResponsive } from '../../utilities/opaque-responsive'; import { createResponsiveClassNameLookup, classNameForResponsiveValue } from '../../utilities/responsive-style'; import styles from './PaddingLeft.module.css'; const classNameLookup = createResponsiveClassNameLookup(styles, { [tokens.global.space.x0]: 'paddingLeftGlobalSpaceX0', [tokens.global.space.x12]: 'paddingLeftGlobalSpaceX12', [tokens.global.space.x16]: 'paddingLeftGlobalSpaceX16', [tokens.global.space.x20]: 'paddingLeftGlobalSpaceX20', [tokens.global.space.x24]: 'paddingLeftGlobalSpaceX24', [tokens.global.space.x32]: 'paddingLeftGlobalSpaceX32', [tokens.global.space.x40]: 'paddingLeftGlobalSpaceX40', [tokens.global.space.x48]: 'paddingLeftGlobalSpaceX48', [tokens.global.space.x4]: 'paddingLeftGlobalSpaceX4', [tokens.global.space.x56]: 'paddingLeftGlobalSpaceX56', [tokens.global.space.x8]: 'paddingLeftGlobalSpaceX8', }); export function classNameForPaddingLeft({ paddingLeft }) { const responsiveValue = wrapResponsive(paddingLeft); return classNameForResponsiveValue(responsiveValue, classNameLookup); } //# sourceMappingURL=index.js.map