chore(sync): bindings for @juspay/blend-design-system@0.0.38-beta.3 (stable regenerate) - #157
Merged
Merged
Conversation
…oint A second bindgen 1.4.0-beta.5 run reclaims three names the first run suffixed (tagV2LeftSlotConfig, selectorV2MaxLengthConfig, inputsV2LeftSlotConfig). Further runs are a no-op. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
jagguji
added a commit
that referenced
this pull request
Sep 24, 2026
Bindings are unchanged from 0.0.38-beta.3 (#157); only the version moves. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
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.
Bindings for
@juspay/blend-design-system@0.0.38-beta.3, generated with@juspay/rescript-bindgen@1.4.0-beta.5. Merging publishes@juspay/rescript-blend@0.0.38-beta.3under thebetatag.This supersedes #153. It is that PR's commit plus one more bindgen run: the first run leaves three names with a
2suffix and the second run reclaims them. Further runs change nothing. The branch is separate because the daily sync cron force-updatessync/blend-0.0.38-beta.3until this version is published.Verified
npm run buildcompiles cleanly;rescript format -cpassesmain(chore(deps): bump rescript-bindgen to 1.4.0-beta.5 + regenerate (re-release 0.0.38-beta.2-1) #156): nothing added, removed or retypedmain: the only real changes are blend's ownChanges from blend 0.0.38-beta.3
XBaseProps(for@juspay/blend-native). The props are the same; they now come in through spreads such as...SelectorV2Types.checkboxBaseProps.color?; the nested section-item border config gainsactiveColor?.The JS values are the same, but code that names these ReScript types directly must be updated.
multiSelectV2SelectionTagTypeconstructorTextTagType→Text(value still"text")MenuV2MenuV2PropsCollisionBoundaryRef→MenuV2CollisionBoundaryRefRemoved type paths
The follow-up belongs in rescript-bindgen: when a declaration moves, keep its manifest identity, and make one run produce the final result.
🤖 Generated with Claude Code