-
Notifications
You must be signed in to change notification settings - Fork 687
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/DS-1182: Update PDS-Toolkit package to version 1.0.0 dev.217 #9394
base: main
Are you sure you want to change the base?
feature/DS-1182: Update PDS-Toolkit package to version 1.0.0 dev.217 #9394
Conversation
…n-1.0.0-dev.173' of https://github.com/pantheon-systems/documentation into feature/DS-1182--Update-Pantheon-Docs-website-to-version-1.0.0-dev.173
…e-to-version-1.0.0-dev.213
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gfbollingerHakuna I'm seeing an error causing build failures on this branch:
Error message:
ReferenceError: window is not defined
File:
node_modules/@pantheon-systems/pds-toolkit-react/_dist/index.js:1591:1
Stack:
WebpackError: ReferenceError: window is not defined
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/_dist/index.js:1591:1
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/_dist/index.js:1606:1
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/node_modules/@floating-ui/react/dist/floating-ui.react.esm.js:1981:1
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/node_modules/@floating-ui/react/dist/floating-ui.react.esm.js:1898:1
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/node_modules/@floating-ui/react/dist/floating-ui.react.esm.js:2381:1
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/node_modules/@floating-ui/react/dist/floating-ui.react.esm.js:2318:1
at pantheon-documentation/node_modules/@pantheon-systems/pds-toolkit-react/node_modules/@floating-ui/react/dist/floating-ui.react.esm.js:2926:1
at pantheon-documentation/.cache/ssr-develop-static-entry.js:304:35
at pantheon-documentation/node_modules/@gatsbyjs/reach-router/es/lib/history.js:61:1
at pantheon-documentation/.cache/ssr-develop-static-entry.js:334:19
@mel-miller @gfbollingerHakuna while we're looking at design updates, could this PR include styling fixes for spacing inconsistencies for lists? Here's what I'd like to address:
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9394-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9394-documentation.appa.pantheon.site |
…n-1.0.0-dev.213' of https://github.com/pantheon-systems/documentation into feature/DS-1182--Update-Pantheon-Docs-website-to-version-1.0.0-dev.213
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9394-documentation.appa.pantheon.site |
Hi @rachelwhitton! For point 3, perhaps having no breaks is better. The existing ones can be removed if needed. Let me know if my changes are OK and if any more are needed. Thanks! |
@gfbollingerHakuna thanks for your work! I'm still seeing the same margins on |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9394-documentation.appa.pantheon.site |
Hi @rachelwhitton, sorry, it seems I overlooked regular lists and only focused on the nested ones. |
Thanks @gfbollingerHakuna this is an improvement! I think I'd still prefer if the top margin was removed completely (leaving the bottom margin at 16) ![]() |
Hi @rachelwhitton! I made further adjustments. Let me know what you think. Thanks! |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9394-documentation.appa.pantheon.site |
Summary
The
@pantheon-systems/pds-toolkit-react
package was updated to version:1.0.0 dev.217
.Details
I reviewed each release, examining the breaking changes for every affected component to understand the changes and make the necessary adjustments.