@parrot-co/parrot-ui 0.1.17 → 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 +2 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -0
- 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,
|