-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature]: New 'tertiary' variant #205
Conversation
Hi team, Figma/Blueprint links: |
@leeejune please take note that the Figma blueprint is still referencing |
- add new feature example to apiExamples - update generateDocs script to fix the issue in macOS based machines Changes to be committed: modified: apiExamples/cta-fluid.html modified: apiExamples/cta-small.html modified: apiExamples/cta.html modified: demo/api.md modified: docs/api.md modified: package-lock.json modified: scripts/generateDocs.mjs modified: src/auro-hyperlink.js modified: src/component-base.mjs modified: src/style.scss
This commit updates all the legacy .is-touch selector references, that was deprecated a while ago, to use the preferred @media hover query. @include auro_anchorButton was also updated to use the `noncomponent` API option. While this is inconsistent with intended use, the `component` value of the API calls in the legacy .is-touch reference that is no longer supported. This is discussed in the following WCSS issue AlaskaAirlines/WebCoreStyleSheets#192 Changes to be committed: modified: src/component-base.mjs modified: src/style.scss
5efdf75
to
36d88bf
Compare
Changes to be committed: modified: package-lock.json modified: package.json
36d88bf
to
53370e5
Compare
🎉 This PR is included in version 3.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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: #204
Summary:
This PR is to provides 'tertiary' option for CTA-hyperlink per ticket #204.
Type of change:
Please delete options that are not relevant.
Checklist:
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