This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v1.9.2
Add BubbleIcon
This update adds two new bubble icons (plus and duplicate). Below is a screenshot of the addition.
Button V2: Allow content events to pass through
This update updates Button V2 to allow for events (like clicks) to child
components to pass through to the primary Button component.
This is enabled by a new prop, allowContentEventPropogation, which is
true by default.
Buttons should allow for their onClick (or whatever events) to happen, regardless of where you click within the button itself.

