mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
slider-selector (slider_selector.cljs): - Rename to slider-selector* - Rename prop vertical? to is-vertical - Remove prop reverse? entirely: it was never passed by any callsite, so the related reversal logic in calculate-pos and handler positioning is also removed as dead code value-saturation-selector (ramp.cljs): - Rename to value-saturation-selector* - Update internal call site to [:> value-saturation-selector* ...] - Update slider-selector call sites to [:> slider-selector* ...] harmony-selector (harmony.cljs): - Rename to harmony-selector* - Update slider-selector call sites to [:> slider-selector* ...] with renamed is-vertical prop - Remove stale duplicate :vertical true prop - Fix spurious extra wrapping vector around the opacity slider in the when branch hsva-selector (hsva.cljs): - Rename to hsva-selector* - Update all four slider-selector call sites to [:> slider-selector* ...] - Remove no-op :reverse? false prop from the value slider color-inputs (color_inputs.cljs): - Rename to color-inputs* colorpicker.cljs: - Update :refer imports for color-inputs*, harmony-selector*, hsva-selector* and libraries* - Update all corresponding call sites from [:& ...] to [:> ...]