-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: removes dasherize from variable used for attributes #1893
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pixelflips
force-pushed
the
fix/pl-select-dasherize-removal
branch
from
May 31, 2024 17:17
ec8ebd2
to
20a91b9
Compare
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files |
pixelflips
requested review from
QuintonJason,
ju-Skinner,
anechol and
monicawheeler
June 4, 2024 16:21
monicawheeler
approved these changes
Jun 4, 2024
ju-Skinner
approved these changes
Jun 4, 2024
ju-Skinner
pushed a commit
that referenced
this pull request
Jun 7, 2024
* fix: removes dasherize from variable used for attributes (#1893) * chore: update browserslist dependency * fix: removes dasherize variable used for attributes * fix: remove update * fix: adjust id conditional * Sage: Integrate Pine into icons (#1890) * chore: update browserslist dependency * feat: add pine icons to sage * feat(icon): work pine-icon into sage-icon * feat(icon): add pds-icon to both rails and react components * feat: convert rails button icons to pine * fix: correct icon z-index * revert: scripts in manager-head * feat: convert rails icon to pine * fix: add expandable card styles for pds-icon * feat(alert): convert rails icon to pine * fix(avatar): add styles for pds-icon * feat(badge): convert rails icon to pine * feat(banner): convert rails icon to pine * feat(breadcrumbs): convert rails icon to pine * feat(choice): convert rails icon to pine * feat(copytext): convert rails icon to pine * fix(button): add icon for disclosure btn * fix(expandablecard): adjust icon spacing * feat(iconcard): convert rails icon to pine * fix: correct missing icons * feat(forminput): convert rails icon to pine * fix(formsection): correct missing icons * feat(formselect): convert rails icon to pine * fix(formselect): add message icon * feat(textarea): convert rails icon to pine * fix(hint): correct icon alignment * feat(link): convert rails icon to pine * fix: linting errors * ci: add step to configure authToken for NPM * test(react-icon): comment out aria-lable test * feat(navlink): convert rails icon to pine * feat(pageheading): convert help link icon to pine * docs(icon): convert icons to pine * feat(dropdownitem): convert rails icon to pine * feat(search): convert rails icon to pine * feat(statusicon): convert rails icon to pine * feat(sortable): convert rails icon to pine * feat(label): convert rails icon to pine * feat(tab): convert rails icon to pine * fix(tabs): correct icon name typo * fix(search): correct toolbar alignment * fix(catalogitem): fix missing icon * fix: various icon bug fixes * fix(docs): correct home icon * fix(pagination): removes sage icon dependency * feat(toast): convert rails icon to pine * fix: correct linting errors * fix: remove commented code * fix(checkbox): convert check icon to svg * fix(hero): convert play icon to svg * fix(select): update icon-base to include pine * fix: update icon-base to include pine * fix: removes pine-ds/icons as dependency * fix(button): convert classes to tokens * feat(button-react): convert icons to pine * feat(badge-react): convert icons to pine * fix(button-react): convert icon classes to function * fix: correct linter error * fix(choice): update alignments and convert icons * feat(copytext-react): convert icons to pine * feat(link-react): convert icons to pine * feat(link-react): convert icons to pine * style: correct missing semicolon * docs(panel): add icons to preview * fix(badge): change to self closing * feat(toast-react): convert icons to pine * feat(search): convert icons to pine * docs(search): add disabled search preview * fix(icon): adjust text alignment variant * fix: correct linting errors * fix(iconcard): fix sizing and styling issue * fix: search styling adjustments * fix(tag): styling fixes * fix(button): correct type * style: lint fixes * fix: rename icon * fix: correct style syntax * docs: provide additional info in preview-head * feat(property): convert icons to pine * docs: correct icon names * docs: remove legacy instructions * fix: update pds-icon version * feat(banner): add pine icons * fix: correct linting errors * chore: update pine-ds/icons to v7.0.1 --------- Co-authored-by: Julian Skinner <[email protected]> Co-authored-by: Phillip Lovelace <[email protected]> --------- Co-authored-by: Monica Wheeler <[email protected]> Co-authored-by: Julian Skinner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Name and ID attributes are being converted into dash-case. This is causing issues when devs expect these values to use underscores.
This is an attempt to address the issue, but I am not fully aware of the ramifications. We will need testing and QE help.
Screenshots
No visual changes are expected.
Testing in
sage-lib
Verify when passing an ID with underscores that the underscores remain.
Testing in
kajabi-products
Related
https://kajabi.atlassian.net/browse/DSS-628