IconButton adds: - xs size (36px) for compact chrome - ghost variant (transparent → brand-wash on hover) - shadow prop so callers opt into elevation per-instance Callsites collapsed: - Navbar desktop + mobile cart buttons now share one IconButton (accent variant; mobile uses shadow='md'). CART_CLASS constant deleted — the variant owns that coloring now. - DesignLayout mobile sheet close uses IconButton ghost xs. Tone-coupled pills left inline by design: - Navbar desktop search trigger — visual tone bound to navbar variants - Search overlay input-row close — tone bound to Search's internal tones - Hero secondary CTA — tone bound to Hero's internal tones - Navbar overlay menu cart row — compound pill + inline count chip, one-off pattern
2 lines
407 B
CSS
2 lines
407 B
CSS
.ds-sheet-enter-active[data-v-e314718f],.ds-sheet-leave-active[data-v-e314718f]{transition:transform .26s}.ds-sheet-enter-from[data-v-e314718f],.ds-sheet-leave-to[data-v-e314718f]{transform:translateY(100%)}.ds-backdrop-enter-active[data-v-e314718f],.ds-backdrop-leave-active[data-v-e314718f]{transition:opacity .2s}.ds-backdrop-enter-from[data-v-e314718f],.ds-backdrop-leave-to[data-v-e314718f]{opacity:0}
|