@codeandfunction/callaloo 3.2.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,6 +14,8 @@ interface Props {
|
|
|
14
14
|
buttonVariant?: CLColorVariants;
|
|
15
15
|
/** Sets the width of the anchor button, it's default value is `auto`. */
|
|
16
16
|
buttonWidth?: string;
|
|
17
|
+
/** When set to `true`, it will remove any horizontal and vertical padding from the button. */
|
|
18
|
+
buttonWrapped?: boolean;
|
|
17
19
|
/** A callback function to be called when the DropdownMenu is closed. */
|
|
18
20
|
onCloseHandler?: () => void;
|
|
19
21
|
/** Set the border radius size on the content container. The property can be one of `CLBorderRadius`, e.g. `CLBorderRadius.Medium`. */
|