Closed randimays closed 2 weeks ago
@randimays Should the package.json be brought up to what it is in vets-website if using the current breakpoints stuff?
"@department-of-veterans-affairs/component-library": "^47.2.0",
"@department-of-veterans-affairs/css-library": "^0.12.2",
"@department-of-veterans-affairs/formation": "11.0.26",
Or were they functional in the current ones?
@eselkin Great callout. I just double checked and they both work, but notably the now-deprecated version isn't applying correctly so we are benefiting from this either way. Screenshots below were taken at 1201px browser width, which is the DST breakpoint for large-screen
/ desktop-lg
@timcosgrove Updated the changes to remove the data-next-component
s instead; I agree that we can rely on browser extensions to identify components and this will just clutter the markup 👍🏻 This is ready for your review again
@timcosgrove Bumping for your review when you get a chance please!
@timcosgrove Bumping for your review please :)
Description
Removes
data-next-component
attributes from components that have them as we won't be needing this data in the markup. This also includes updates to the design system breakpoints that have been done in content-build and vets-website. Some of this code predates those changes so I applied them in this PR. There should be no functionality changes; it's only a name change.Ticket
Relates to https://github.com/department-of-veterans-affairs/va.gov-cms/issues/19386
Developer Task