feat: calendar HeroUI theme audit — pill cells, flexible grid, dark border - #208
Open
kiennt23 wants to merge 1 commit into
Open
feat: calendar HeroUI theme audit — pill cells, flexible grid, dark border#208kiennt23 wants to merge 1 commit into
kiennt23 wants to merge 1 commit into
Conversation
kiennt23
force-pushed
the
feat/calendar-heroui-audit
branch
12 times, most recently
from
April 8, 2026 10:05
a37a3b6 to
a9542ce
Compare
- New package: @maneki/calendar with maneki-calendar, maneki-calendar-panel, maneki-calendar-time - Figma-accurate structure: flex rows, aspect-ratio 1:1 pill cells (24px radius), per-section padding - 130 tests covering rendering, navigation, selection, range, keyboard, events, time picker - Calendar: 3 sizes (s/m/l), 3 views (days/months/years), single + range selection, min/max, events, locale, keyboard nav, ARIA - Panel: slot-based composition (top/time/bottom), 12px radius, elevation, show-actions - Time: segmented keyboard-navigable picker, 12h/24h, timezone, arrow up/down per segment - Deprecate old ui-calendar components in ui-components - Update catalog page to use new components - inject-tokens plugin: ssrLoadModule for dev HMR (no restart needed) - Dev aliases + catalog dep for @maneki/calendar
kiennt23
force-pushed
the
feat/calendar-heroui-audit
branch
from
April 8, 2026 10:11
a9542ce to
58fda23
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.
Summary
ui-calendarfor themeable sizing, radius, states, and padding1frflexible columns,aspect-ratio: 1pill cells (24px radius)opacity: 0.5instead of color change--ui-calendar-month-height-*vars so month grid isn't affected byday-height: autooverflow: hiddenon:hostfor rounded corner clippinginject-tokensplugin: usessrLoadModulein dev mode for live foundation HMR (no restart needed on token changes)Default theme
Unchanged — all new CSS vars have fallbacks matching the original hardcoded values.