This change exposes clickableWrap directly instead of only clickablePP, which makes ClickableWorkspaces usable in configs that rewrite WorkspaceIds before display. That matters for setups like IndependentScreens or NamedWorkspaces, where the displayed workspace label differs from the internal one and needs custom mapping before adding click actions. The result is a small but useful API improvement: users can now compose clickable workspace labels without reimplementing the wrapping logic themselves. პრაქტically, more custom xmobar/status-bar configs can stay both clean and clickable.

Exported `clickableWrap` from `XMonad.Util.ClickableWorkspaces` so transformed workspace IDs can remain clickable in custom status bar setups. - zhengqunkoo/xmonad-contrib