Closed vsjolander closed 1 month ago
Based on the included changeset, the following releases will be published as a result of this PR:
Note: If unpublished changesets where merged to main
after the first commit of this PR, this
list will include those changes in addition to the ones specific to this PR.
This pull request includes changes to the
@sebgroup/green-core
package and theGdsGrid
component to align with the CSS specification for thegap
property. The most important changes include updating thegap
property handling and modifying theGdsGrid
component to switch the order of row and column values.Modifications to
GdsGrid
component:libs/core/src/components/layout/grid/grid.ts
: Changed thestyleTemplate
function to switch the order ofrowGap
andcolGap
values to align with the CSS specification. ([libs/core/src/components/layout/grid/grid.tsL46-R47](diffhunk://#diff-1afc0b4bc6a6dc96b354526bfd9f753b3727e8d75ce5ddeb2b6c5d52e4918ad5L46-R47)
)