@parrot-co/parrot-ui 0.1.16 → 0.1.18
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 +8 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +8 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +1 -1
package/dist/main.js
CHANGED
|
@@ -40,6 +40,7 @@ $parcel$export(module.exports, "Option", () => $86685406b084d356$export$5b7f4051
|
|
|
40
40
|
$parcel$export(module.exports, "Section", () => $86685406b084d356$export$ef146090a6472d9e);
|
|
41
41
|
$parcel$export(module.exports, "ListBoxItem", () => $86685406b084d356$export$5b7f4051a57920d0);
|
|
42
42
|
$parcel$export(module.exports, "ListBoxSection", () => $86685406b084d356$export$ef146090a6472d9e);
|
|
43
|
+
$parcel$export(module.exports, "ListBox", () => $dcfc4542aa84c062$export$41f133550aa26f48);
|
|
43
44
|
$parcel$export(module.exports, "DateInput", () => $e0a58c83d4c36e4e$export$7edc06cf1783b30f);
|
|
44
45
|
$parcel$export(module.exports, "Calendar", () => $284d30e280d297d3$export$e1aef45b828286de);
|
|
45
46
|
$parcel$export(module.exports, "Avatar", () => $2fdd5844efb4cca1$export$e2255cf6045e8d47);
|
|
@@ -925,6 +926,7 @@ const $5a6f28f3fd58ff6e$export$353f5b6fc5456de1 = /*#__PURE__*/ (0, ($parcel$int
|
|
|
925
926
|
};
|
|
926
927
|
}
|
|
927
928
|
const Comp = as;
|
|
929
|
+
console.log(buttonProps);
|
|
928
930
|
return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)(Comp, {
|
|
929
931
|
style: {
|
|
930
932
|
...style,
|
|
@@ -1960,11 +1962,16 @@ const $e158c5cf7e190200$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, ($parcel$int
|
|
|
1960
1962
|
]
|
|
1961
1963
|
});
|
|
1962
1964
|
});
|
|
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)=>{
|
|
1965
|
+
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
1966
|
const { children: children, label: label, description: description, errorMessage: errorMessage } = props;
|
|
1965
1967
|
const state = (0, $8zHUo$reactstately.useRadioGroupState)(props);
|
|
1966
1968
|
const { radioGroupProps: radioGroupProps, labelProps: labelProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps } = (0, $8zHUo$reactaria.useRadioGroup)(props, state);
|
|
1967
1969
|
return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
|
|
1970
|
+
style: {
|
|
1971
|
+
...style,
|
|
1972
|
+
...styles?.wrapper
|
|
1973
|
+
},
|
|
1974
|
+
className: (0, $62f1c614c0962470$export$a274e22fb40f762e)(className, classNames?.wrapper, "p-radio-group"),
|
|
1968
1975
|
ref: ref,
|
|
1969
1976
|
stack: stack,
|
|
1970
1977
|
gap: gap,
|