@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/main.js +6 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1960,11 +1960,16 @@ const $e158c5cf7e190200$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, ($parcel$int
|
|
|
1960
1960
|
]
|
|
1961
1961
|
});
|
|
1962
1962
|
});
|
|
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, ...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)=>{
|
|
1964
1964
|
const { children: children, label: label, description: description, errorMessage: errorMessage } = props;
|
|
1965
1965
|
const state = (0, $8zHUo$reactstately.useRadioGroupState)(props);
|
|
1966
1966
|
const { radioGroupProps: radioGroupProps, labelProps: labelProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps } = (0, $8zHUo$reactaria.useRadioGroup)(props, state);
|
|
1967
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"),
|
|
1968
1973
|
ref: ref,
|
|
1969
1974
|
stack: stack,
|
|
1970
1975
|
gap: gap,
|