A conditional value is a value that is applied only from a certain screen size (and above).
By adding the breakpoint name as a suffix, you define the minimal screen size to which the value will be applied.
The below spacing value is conditional and applies:
<component spacing="p-3-xs p-5-md" />
<component attribute="value-breakpoint" />
where: