UNPKG

jellyfish_designtokens

Version:

Ultimate design tokens from Jelly Fish Design System

118 lines 3.25 kB
{ "jf": { "form-component": { "base": { "size": { "height": { "sm": { "value": "{jf.component.dimension.xl2}", "type": "dimension" }, "md": { "value": "{jf.component.dimension.xl3}", "type": "dimension" }, "lg": { "value": "{jf.component.dimension.g}", "type": "dimension" } } }, "spacing": { "padding": { "horizontals": { "xs": { "value": "{jf.container.spacing.padding.horizontals.sm}", "type": "spacing" }, "sm": { "value": "{jf.container.spacing.padding.horizontals.md}", "type": "spacing" }, "md": { "value": "{jf.container.spacing.padding.horizontals.xl}", "type": "spacing" }, "lg": { "value": "{jf.container.spacing.padding.horizontals.xl2}", "type": "spacing" } } } } }, "spacing": { "gap": { "inline": { "xs3": { "value": "{jf.container.spacing.gap.inline.xs2}", "type": "spacing" }, "xs2": { "value": "{jf.container.spacing.gap.inline.xs}", "type": "spacing" }, "xs": { "value": "{jf.container.spacing.gap.inline.sm}", "type": "spacing" }, "sm": { "value": "{jf.container.spacing.gap.inline.md}", "type": "spacing" }, "md": { "value": "{jf.container.spacing.gap.inline.xl}", "type": "spacing" }, "lg": { "value": "{jf.container.spacing.gap.inline.xl2}", "type": "spacing" } } } }, "border-radius": { "default": { "value": "{jf.border.radius.semi-rounded}", "type": "borderRadius" }, "alt": { "value": "{jf.border.radius.pill}", "type": "borderRadius" } }, "border": { "width": { "default": { "value": "{jf.border.width.default}", "type": "borderWidth" } } } }, "form-container": { "spacing": { "gap": { "stack": { "sm": { "value": "{jf.container.spacing.gap.stack.sm}", "type": "spacing" }, "md": { "value": "{jf.container.spacing.gap.stack.lg}", "type": "spacing" }, "lg": { "value": "{jf.container.spacing.gap.stack.xl}", "type": "spacing" } }, "inline": { "value": "{jf.container.spacing.gap.inline.xs}", "type": "spacing" } } } } } }