@parrot-co/parrot-ui 0.1.16 → 0.1.17

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
@@ -1892,11 +1892,16 @@ const $e00a258f2e8c7774$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, $hgUW1$react
1892
1892
  ]
1893
1893
  });
1894
1894
  });
1895
- const $e00a258f2e8c7774$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, $hgUW1$react).forwardRef(({ stack: stack = true, direction: direction, gap: gap = "xs", rowGap: rowGap, align: align, justify: justify, wrap: wrap, columnGap: columnGap, ...props }, ref)=>{
1895
+ const $e00a258f2e8c7774$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, $hgUW1$react).forwardRef(({ stack: stack = true, direction: direction, gap: gap = "xs", rowGap: rowGap, align: align, justify: justify, wrap: wrap, columnGap: columnGap, className: className, classNames: classNames, style: style, styles: styles, ...props }, ref)=>{
1896
1896
  const { children: children, label: label, description: description, errorMessage: errorMessage } = props;
1897
1897
  const state = (0, $hgUW1$useRadioGroupState)(props);
1898
1898
  const { radioGroupProps: radioGroupProps, labelProps: labelProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps } = (0, $hgUW1$useRadioGroup)(props, state);
1899
1899
  return /*#__PURE__*/ (0, $hgUW1$jsxs)((0, $e2f278d76a00796a$export$f51f4c4ede09e011), {
1900
+ style: {
1901
+ ...style,
1902
+ ...styles?.wrapper
1903
+ },
1904
+ className: (0, $cce662c1d2ec881b$export$a274e22fb40f762e)(className, classNames?.wrapper, "p-radio-group"),
1900
1905
  ref: ref,
1901
1906
  stack: stack,
1902
1907
  gap: gap,