diff --git a/.Jules/palette.md b/.Jules/palette.md index db92cd2..b6e9d68 100644 --- a/.Jules/palette.md +++ b/.Jules/palette.md @@ -131,3 +131,7 @@ ## 2025-06-17 - [Accessible Checkboxes and Consistent Prop Spreading] **Learning:** Enhancing base form components like `CustomCheckbox` with standardized `required` indicators (visual asterisk and `aria-required`) and grid support (`s`, `m`, `l`, `xl`, `offset`) improves both accessibility and developer productivity. Ensuring that `...props` are consistently applied to the inner `input` regardless of the presence of a wrapper `div` maintains a predictable component API. **Action:** Always provide visual and semantic cues for mandatory fields and ensure consistent prop-spreading behavior in multi-layered components. + +## 2025-06-27 - [Semantic Form Submission, Label Associations, and Radio Button A11y] +**Learning:** Wrapping input fields inside a semantic `