@parrot-co/parrot-ui 0.1.15 → 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/main.js CHANGED
@@ -34,6 +34,7 @@ $parcel$export(module.exports, "ComboBox", () => $d67a8dc6cbdaa7ed$export$72b969
34
34
  $parcel$export(module.exports, "Radio", () => $e158c5cf7e190200$export$d7b12c4107be0d61);
35
35
  $parcel$export(module.exports, "RadioGroup", () => $e158c5cf7e190200$export$a98f0dcb43a68a25);
36
36
  $parcel$export(module.exports, "RadioCard", () => $71fcf48f7e2e9427$export$f8afaea2e9656b91);
37
+ $parcel$export(module.exports, "RadioItem", () => $60c8e601ab261224$export$371ab307eab489c0);
37
38
  $parcel$export(module.exports, "Select", () => $e37831ebf64d8e7d$export$ef9b1a59e592288f);
38
39
  $parcel$export(module.exports, "Option", () => $86685406b084d356$export$5b7f4051a57920d0);
39
40
  $parcel$export(module.exports, "Section", () => $86685406b084d356$export$ef146090a6472d9e);
@@ -1959,11 +1960,16 @@ const $e158c5cf7e190200$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, ($parcel$int
1959
1960
  ]
1960
1961
  });
1961
1962
  });
1962
- const $e158c5cf7e190200$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, ($parcel$interopDefault($8zHUo$react))).forwardRef(({ stack: stack = true, direction: direction, gap: gap = "xs", rowGap: rowGap, align: align, justify: justify, wrap: wrap, columnGap: columnGap, ...props }, ref)=>{
1963
+ const $e158c5cf7e190200$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, ($parcel$interopDefault($8zHUo$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)=>{
1963
1964
  const { children: children, label: label, description: description, errorMessage: errorMessage } = props;
1964
1965
  const state = (0, $8zHUo$reactstately.useRadioGroupState)(props);
1965
1966
  const { radioGroupProps: radioGroupProps, labelProps: labelProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps } = (0, $8zHUo$reactaria.useRadioGroup)(props, state);
1966
1967
  return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
1968
+ style: {
1969
+ ...style,
1970
+ ...styles?.wrapper
1971
+ },
1972
+ className: (0, $62f1c614c0962470$export$a274e22fb40f762e)(className, classNames?.wrapper, "p-radio-group"),
1967
1973
  ref: ref,
1968
1974
  stack: stack,
1969
1975
  gap: gap,