@parrot-co/parrot-ui 0.1.17 → 0.1.19

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
@@ -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);
@@ -2753,7 +2754,6 @@ const $5f87818f4e8f8603$export$1a5cb5295a7d2749 = /*#__PURE__*/ $8zHUo$react.for
2753
2754
  }
2754
2755
  });
2755
2756
  function onUpload(uploads) {
2756
- console.log(uploads);
2757
2757
  if ((0, $d99c85a751d7ffbd$export$4c0262a4f954db45)(uploads)) return;
2758
2758
  setUploads(uploads);
2759
2759
  onFileUpload?.(uploads);
@@ -3898,11 +3898,8 @@ function $b4c448f742efa2a7$export$9feb1bc2e5f1ccb3({ onChange: onChange, color:
3898
3898
  }
3899
3899
  function setAlpha(alpha) {
3900
3900
  if (isNaN(alpha)) return;
3901
- console.log(alpha);
3902
- console.log(color);
3903
3901
  const newColor = color.withChannelValue("alpha", alpha);
3904
3902
  setColor(newColor);
3905
- console.log(newColor);
3906
3903
  }
3907
3904
  const [h, s, l] = color.getColorChannels();
3908
3905
  const rgbaColor = color.toFormat("rgba");