Skip to content

ThemeKit v0.4.0 — TimeField + Sidebar

Latest

Choose a tag to compare

@isamercan isamercan released this 30 Jun 20:27

SwiftPM: .package(url: "https://github.com/isamercan/ThemeKit.git", from: "0.4.0")

Added

  • TimeField — a dedicated time-of-day field: 12/24-hour hourCycle, minuteInterval snapping, optional range, clearable, leading icon, and validation messages. The time-first companion to DateField.
  • Sidebar — a token-bound vertical navigation organism: titled sections, per-item SF Symbol + badge, accent-tinted selection, and header/footer slots. Complements the bottom NavigationBar for macOS / iPad / regular-width layouts.

Both follow the modifier-based conventions (minimal init + chainable, order-free modifiers; native controlSize / disabled; Dynamic Type + Reduce Motion).

This release also rolls up the in-progress modifier-based component refactor (reduced initializers, appearance/state moved to chainable modifiers). It contains breaking changes — see CHANGELOG.md for the full list and migration notes.