Chore: version packages (alpha) - #251
Merged
Merged
Conversation
villeerikssoncsc
approved these changes
Aug 27, 2026
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@cscfi/csc-ui@4.0.0-alpha.3
Patch Changes
0db984eThanks @villeerikssoncsc! - Fix(c-autocomplete): anchor the items panel to the bottom of the field instead of the hint/error message area, and hide the list scrollbar.Fix(c-text-field): the border no longer stays primary on a filled-but-blurred field, and
0in atype="number"field counts as a value (floating label lifts).Fix(c-select): the dropdown list opens flush under the field when
hide-detailsis not set; list text uses the surface text token (was black in dark mode); newmenu,listanditemCSS parts, plus anypartattribute inside a slotted<c-option>is exported throughc-select::part(<name>).Feat(c-button-group): the default size is 44px tall (36px buttons in a 4px frame), level with a c-text-field.
Fix(c-status): the default (untyped) pill is neutral (
surface-muted/on-surface-muted) instead of primary-tinted.Fix(c-modal): the
rootpart carries the samerounded-csc-xlcorners as c-card.Fix(c-card): the
rootpart no longer clips overflow.Fix(c-checkbox): the message area is reserved like c-input's so a validation error appearing at runtime causes no layout shift;
messagepart is now that area.Feat(c-login-button): new
imageslot (andimage-wrappart) for custom logo markup instead ofsrc.Feat(c-select, c-text-field, c-autocomplete):
size="small"renders a 36px field (new sharedCFieldSizetype;c-inputgains the samesizeprop).Docs: example demos render on the card surface by default; canvas-level components (c-card, c-main, navigation chrome, login card) opt into the c-main canvas via
<docs>surface: canvas</docs>in the canon example.@cscfi/csc-ui-react@4.0.0-alpha.3
Patch Changes
0db984eThanks @villeerikssoncsc! - Fix(c-autocomplete): anchor the items panel to the bottom of the field instead of the hint/error message area, and hide the list scrollbar.Fix(c-text-field): the border no longer stays primary on a filled-but-blurred field, and
0in atype="number"field counts as a value (floating label lifts).Fix(c-select): the dropdown list opens flush under the field when
hide-detailsis not set; list text uses the surface text token (was black in dark mode); newmenu,listanditemCSS parts, plus anypartattribute inside a slotted<c-option>is exported throughc-select::part(<name>).Feat(c-button-group): the default size is 44px tall (36px buttons in a 4px frame), level with a c-text-field.
Fix(c-status): the default (untyped) pill is neutral (
surface-muted/on-surface-muted) instead of primary-tinted.Fix(c-modal): the
rootpart carries the samerounded-csc-xlcorners as c-card.Fix(c-card): the
rootpart no longer clips overflow.Fix(c-checkbox): the message area is reserved like c-input's so a validation error appearing at runtime causes no layout shift;
messagepart is now that area.Feat(c-login-button): new
imageslot (andimage-wrappart) for custom logo markup instead ofsrc.Feat(c-select, c-text-field, c-autocomplete):
size="small"renders a 36px field (new sharedCFieldSizetype;c-inputgains the samesizeprop).Docs: example demos render on the card surface by default; canvas-level components (c-card, c-main, navigation chrome, login card) opt into the c-main canvas via
<docs>surface: canvas</docs>in the canon example.0db984e]: