# Import design tokens
imports:
  - '@ecl/eu-design-tokens/tokens/spacing.yml'

# Export properties
props:
  - name: SPACING_2XS
    value: '{!SPACING_2XS}'
    comment: Spacing 2XS
    type: number
    category: spacing
  - name: SPACING_XS
    value: '{!SPACING_XS}'
    comment: Spacing XS
    type: number
    category: spacing
  - name: SPACING_S
    value: '{!SPACING_S}'
    comment: Spacing S
    type: number
    category: spacing
  - name: SPACING_M
    value: '{!SPACING_M}'
    comment: Spacing M
    type: number
    category: spacing
  - name: SPACING_L
    value: '{!SPACING_L}'
    comment: Spacing L
    type: number
    category: spacing
  - name: SPACING_XL
    value: '{!SPACING_XL}'
    comment: Spacing XL
    type: number
    category: spacing
  - name: SPACING_2XL
    value: '{!SPACING_2XL}'
    comment: Spacing 2XL
    type: number
    category: spacing
  - name: SPACING_3XL
    value: '{!SPACING_3XL}'
    comment: Spacing 3XL
    type: number
    category: spacing
  - name: SPACING_4XL
    value: '{!SPACING_4XL}'
    comment: Spacing 4XL
    type: number
    category: spacing

  - name: SPACING_PRINT_2XS
    value: '{!SPACING_PRINT_2XS}'
    comment: Spacing Print 2XS
    type: number
    category: spacing
  - name: SPACING_PRINT_XS
    value: '{!SPACING_PRINT_XS}'
    comment: Spacing Print XS
    type: number
    category: spacing
  - name: SPACING_PRINT_S
    value: '{!SPACING_PRINT_S}'
    comment: Spacing Print S
    type: number
    category: spacing
  - name: SPACING_PRINT_M
    value: '{!SPACING_PRINT_M}'
    comment: Spacing Print M
    type: number
    category: spacing
  - name: SPACING_PRINT_L
    value: '{!SPACING_PRINT_L}'
    comment: Spacing Print L
    type: number
    category: spacing
  - name: SPACING_PRINT_XL
    value: '{!SPACING_PRINT_XL}'
    comment: Spacing Print XL
    type: number
    category: spacing
  - name: SPACING_PRINT_2XL
    value: '{!SPACING_PRINT_2XL}'
    comment: Spacing Print 2XL
    type: number
    category: spacing
  - name: SPACING_PRINT_3XL
    value: '{!SPACING_PRINT_3XL}'
    comment: Spacing Print 3XL
    type: number
    category: spacing
  - name: SPACING_PRINT_4XL
    value: '{!SPACING_PRINT_4XL}'
    comment: Spacing Print 4XL
    type: number
    category: spacing
