This repository was archived by the owner on Nov 24, 2023. It is now read-only.
Spacing JSON tokens #52
matthewmorek
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
Spacing tokens help improve the developer experience of Kotlin and SwiftUI engineers by providing a standardised and efficient way to implement consistent UI spacing in their applications.
Objective
Our goal is to create a universal JSON structure that could be converted from Figma (Tokens Studio) format into a final structure digestible by iOS and Android platforms at build time to generate required measure values and units for apps.
Proposal
Sharing a unified spacing definition across different platforms (Kotlin/Android, SwiftUI/iOS, and Figma for design) can be highly efficient, reduce the probability of mistakes, and ensure a visually consistent user interface. We're looking for comments on the following proposal for a measure tokens format.
JSON Tokens
Based on the information gathered about using spacing/measures in Kotlin and SwiftUI, here’s a suggested sample JSON structure for use with both languages:
Specification
The above code can be boiled down to the following structure using JSON Schema. Values are considered as point values, as these seem to be most universally translatable between different mediums.
Concerns
Beta Was this translation helpful? Give feedback.
All reactions