Version Packages#2
Merged
Merged
Conversation
4f60ba7 to
9c461c5
Compare
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.
Releases
@mindees/ui@1.1.0
Minor Changes
ab9d543Thanks @aashir-athar! - ## 1.1.0 — ~90 new primitives, easy theming, and the new@mindees/blockspackage@mindees/ui— ~90 new componentsForms:
EmailInput,PhoneInput,NumberInput,CurrencyInput,OTPInput,PINInput,Select,MultiSelect,Autocomplete,TagInput,Slider,RangeSlider,DatePicker,DateRangePicker,TimePicker,FilePicker,ImagePicker.Data display:
Table,DataGrid,Carousel,ImageGallery,TreeView,Calendar,KPICard,DetailView,KeyValueRow,DescriptionList,Pill,Feed,ActivityLog.Overlays:
Dialog,ConfirmationDialog,Snackbar,Banner,Notification,DropdownMenu,ContextMenu,SidePanel,Lightbox,FullscreenOverlay,HoverCard,MegaMenu,CommandPalette.States:
EmptyState,ErrorState,OfflineState,MaintenanceState,LoadingState,SuccessState,WarningState,InfoState.Buttons:
SplitButton,ToggleButton,CloseButton,CopyButton,ShareButton,DownloadButton,UploadButton,RetryButton,BackButton.Typography:
Paragraph,Subheading,HelperText,ErrorText,QuoteBlock,Mark,TruncatedText,ReadMore,RichText.Media (gated peers with
MissingPeerfallback):ResponsiveImage,ImagePreview,FilePreview,Logo,VideoPlayer,AudioPlayer,PDFViewer,QRScanner,BarcodeScanner,LottieView.Navigation & mobile:
BottomNavigation,UserMenu,SettingsMenu,GlobalSearch,SwipeActions,SwipeableCard,PullToRefresh,InfiniteScroll.Easy theming
createThemes({ light: { brand }, dark: { brand } })generates a matched light+dark theme pair from a single brand color per scheme (hover/active shades and a readable on-accent color are derived).themeTemplateis a copy-edit starter.createThemenow deep-merges every token category anddensityactually scales the spacing rhythm.@mindees/uire-exports@mindees/tokens.Customizability
Every primitive now forwards
style(caller-wins), spreads native props, and forwards refs.Cross-platform & correctness
Web shadows (
boxShadow), Layout Intelligence fixes (SafeAreaView/Chip tags,Input → Buttonspacing),Stackdistribution fix. Perf-tuned for low-end Android (memo, native-driver animations, FlatList, hoisted styles).@mindees/tokensWeb
boxShadowsupport inresolveShadow; documented 2026 4-point-grid spacing rationale.Patch Changes
ab9d543]:@mindees/tokens@1.1.0
Minor Changes
ab9d543Thanks @aashir-athar! - ## 1.1.0 — ~90 new primitives, easy theming, and the new@mindees/blockspackage@mindees/ui— ~90 new componentsForms:
EmailInput,PhoneInput,NumberInput,CurrencyInput,OTPInput,PINInput,Select,MultiSelect,Autocomplete,TagInput,Slider,RangeSlider,DatePicker,DateRangePicker,TimePicker,FilePicker,ImagePicker.Data display:
Table,DataGrid,Carousel,ImageGallery,TreeView,Calendar,KPICard,DetailView,KeyValueRow,DescriptionList,Pill,Feed,ActivityLog.Overlays:
Dialog,ConfirmationDialog,Snackbar,Banner,Notification,DropdownMenu,ContextMenu,SidePanel,Lightbox,FullscreenOverlay,HoverCard,MegaMenu,CommandPalette.States:
EmptyState,ErrorState,OfflineState,MaintenanceState,LoadingState,SuccessState,WarningState,InfoState.Buttons:
SplitButton,ToggleButton,CloseButton,CopyButton,ShareButton,DownloadButton,UploadButton,RetryButton,BackButton.Typography:
Paragraph,Subheading,HelperText,ErrorText,QuoteBlock,Mark,TruncatedText,ReadMore,RichText.Media (gated peers with
MissingPeerfallback):ResponsiveImage,ImagePreview,FilePreview,Logo,VideoPlayer,AudioPlayer,PDFViewer,QRScanner,BarcodeScanner,LottieView.Navigation & mobile:
BottomNavigation,UserMenu,SettingsMenu,GlobalSearch,SwipeActions,SwipeableCard,PullToRefresh,InfiniteScroll.Easy theming
createThemes({ light: { brand }, dark: { brand } })generates a matched light+dark theme pair from a single brand color per scheme (hover/active shades and a readable on-accent color are derived).themeTemplateis a copy-edit starter.createThemenow deep-merges every token category anddensityactually scales the spacing rhythm.@mindees/uire-exports@mindees/tokens.Customizability
Every primitive now forwards
style(caller-wins), spreads native props, and forwards refs.Cross-platform & correctness
Web shadows (
boxShadow), Layout Intelligence fixes (SafeAreaView/Chip tags,Input → Buttonspacing),Stackdistribution fix. Perf-tuned for low-end Android (memo, native-driver animations, FlatList, hoisted styles).@mindees/tokensWeb
boxShadowsupport inresolveShadow; documented 2026 4-point-grid spacing rationale.@mindees/blocks@1.1.1
Patch Changes
ab9d543]: