Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for iOS #148

Merged
merged 5 commits into from
May 9, 2024
Merged

Add support for iOS #148

merged 5 commits into from
May 9, 2024

Conversation

blackfalcon
Copy link
Member

@blackfalcon blackfalcon commented Mar 12, 2024

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Resolves: #144, #150, #124

Summary:

Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.

The commits in this PR include the following updates:

  1. Update content of the README to clarify inconsistencies in the set up/install instructions.
  2. Add support for JSON export of token data
  3. Add new ds-size-75 token to replace hard-coded value used in radius.

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@blackfalcon
Copy link
Member Author

Meeting outcomes:

It was decided that platform-specific exports are NOT needed. The consuming team is more interested in consuming processed tokens as JSON data.

The work for this PR will be to remove the native platform-specific configuration and replace by creating a JSON export of the data.

This commit adds a config setting to export all tokens as JSON formatted
files. Both as flat and nested options.

Changes to be committed:
modified:   scripts/config.json
Changes to be committed:
modified:   docs/buildTokenPipeline.md
deleted:    docs/deprecatedResources.md
Changes to be committed:
modified:   README.md
This commit takes the currently used 0.375 and converts it to a base
token of ds-size-75.

Changes to be committed:
modified:   src/size/radius.json
modified:   src/size/scale.json
Changes to be committed:
modified:   package-lock.json
modified:   package.json
@blackfalcon blackfalcon marked this pull request as ready for review May 7, 2024 17:30
@blackfalcon blackfalcon requested a review from a team as a code owner May 7, 2024 17:30
@jason-capsule42 jason-capsule42 merged commit ebd5637 into master May 9, 2024
5 checks passed
@jason-capsule42 jason-capsule42 deleted the dsande/ios/144 branch May 9, 2024 18:12
@blackfalcon
Copy link
Member Author

🎉 This PR is included in version 4.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation bug with importing from SASS Add support for iOS and android native Add new size token
2 participants