Add private positioning types to s-box checkout component - #4660
Open
oliverigor wants to merge 1 commit into
Open
Add private positioning types to s-box checkout component#4660oliverigor wants to merge 1 commit into
oliverigor wants to merge 1 commit into
Conversation
Orchestrated-by: ae <noreply@shopify.com> Assisted-By: devx/77acbc6e-3c3e-4032-875c-788fcedbbf07
oliverigor
marked this pull request as ready for review
August 29, 2026 12:26
Contributor
Author
|
/snapit |
Contributor
|
🫰✨ Thanks @oliverigor! Your snapshots have been published to npm. Test the snapshots by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20260829123027",
"@shopify/ui-extensions-tester": "0.0.0-snapshot-20260829123027" |
This file contains hidden or 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
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.
Adds the private positioning types for the
s-boxcheckout component, mirroring the host-side change merged in shop/world#957019 ([Absolute Positioning]: Add private positioning to s-box).What
packages/ui-extensions/src/surfaces/checkout/components/Box.d.ts: adds the four new@privateprops toBoxElementProps, copied verbatim from thebuild-componentsoutput in checkout-web:position?: 'absolute' | 'relative'(default'relative')insetBlock?/insetInline?:`auto ${SizeUnits}` | `${SizeUnits} auto` | 'auto'(default'auto')transform?:translate(...)forms usingSizeUnits, or'none'(default'none')Notes