@parrot-co/parrot-ui 0.0.72 → 0.0.74

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.
package/dist/module.js CHANGED
@@ -1885,7 +1885,7 @@ function $5c7d398903852591$export$d2dae087199d2383(object) {
1885
1885
 
1886
1886
 
1887
1887
  const $d0e2bb45064e4ad9$var$ButtonGroupContext = /*#__PURE__*/ $kF5Av$createContext({});
1888
- function $d0e2bb45064e4ad9$export$69b1032f2ecdf404({ color: color , variant: variant , size: size , compact: compact , shape: shape , gap: gap , children: children , idleColor: idleColor , activeColor: activeColor , idleVariant: idleVariant , activeVariant: activeVariant , isToggle: isToggle }) {
1888
+ function $d0e2bb45064e4ad9$export$69b1032f2ecdf404({ color: color , variant: variant , size: size , compact: compact , shape: shape , gap: gap , children: children , idleColor: idleColor , activeColor: activeColor , idleVariant: idleVariant , activeVariant: activeVariant , isToggle: isToggle , css: css }) {
1889
1889
  const cleanProps = (0, $5c7d398903852591$export$d2dae087199d2383)({
1890
1890
  color: color,
1891
1891
  variant: variant,
@@ -1900,6 +1900,7 @@ function $d0e2bb45064e4ad9$export$69b1032f2ecdf404({ color: color , variant: var
1900
1900
  return /*#__PURE__*/ (0, $kF5Av$jsx)($d0e2bb45064e4ad9$var$ButtonGroupContext.Provider, {
1901
1901
  value: cleanProps,
1902
1902
  children: /*#__PURE__*/ (0, $kF5Av$jsx)((0, $aca95339810194aa$export$eef1e68107c58ef2), {
1903
+ css: css,
1903
1904
  gap: gap,
1904
1905
  compact: compact,
1905
1906
  children: children
@@ -4724,7 +4725,7 @@ function $b13859906e03ed0f$export$e44a253a59704894(props) {
4724
4725
  }
4725
4726
  return /*#__PURE__*/ (0, $kF5Av$jsx)($b13859906e03ed0f$var$_Dropdown, {
4726
4727
  ...props,
4727
- onAction: findAction,
4728
+ onAction: findAction ?? props.onAction,
4728
4729
  children: (item)=>/*#__PURE__*/ (0, $kF5Av$jsx)((0, $kF5Av$Item), {
4729
4730
  textValue: item.key,
4730
4731
  children: props.renderOption ? props.renderOption(item) : item.label