@parrot-co/parrot-ui 0.0.66 → 0.0.67

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
@@ -45,6 +45,10 @@ $parcel$export(module.exports, "IconTray", () => $d9681b77772be59b$export$50e381
45
45
  $parcel$export(module.exports, "Sticker", () => $a15741e0d788b3da$export$ea98c603db73aee7);
46
46
  $parcel$export(module.exports, "DropdownMenu", () => $39b5e387b93e95b5$export$e44a253a59704894);
47
47
  $parcel$export(module.exports, "Tabs", () => $33f331db51cbeb3d$export$1aaa3deaa90ea306);
48
+ $parcel$export(module.exports, "Table", () => $3dd82f03c348455b$export$54ec01a60f47d33d);
49
+ $parcel$export(module.exports, "parrot", () => $80923bc9c1ba824c$export$3817b7a54a07cec7);
50
+ $parcel$export(module.exports, "ParrotTheme", () => $80923bc9c1ba824c$export$bca14c5b3b88a9c9);
51
+ $parcel$export(module.exports, "ParrotThemeConfig", () => $80923bc9c1ba824c$export$e506a1d27d1eaa20);
48
52
  /* eslint-disable @typescript-eslint/no-explicit-any */
49
53
 
50
54
  const $80923bc9c1ba824c$export$8f45430ccf837300 = {
@@ -107,7 +111,8 @@ const $80923bc9c1ba824c$export$8f45430ccf837300 = {
107
111
  whiteA: $E4F9t$radixuicolors.whiteA,
108
112
  blackA: $E4F9t$radixuicolors.blackA
109
113
  };
110
- const { styled: $80923bc9c1ba824c$export$3817b7a54a07cec7 , css: $80923bc9c1ba824c$export$dbf350e5966cf602 , keyframes: $80923bc9c1ba824c$export$d25ddfdf17c3ad3e , config: $80923bc9c1ba824c$export$e506a1d27d1eaa20 } = (0, $E4F9t$stitchesreact.createStitches)({
114
+ const { styled: $80923bc9c1ba824c$export$3817b7a54a07cec7 , css: $80923bc9c1ba824c$export$dbf350e5966cf602 , keyframes: $80923bc9c1ba824c$export$d25ddfdf17c3ad3e , config: $80923bc9c1ba824c$export$e506a1d27d1eaa20 , theme: $80923bc9c1ba824c$export$bca14c5b3b88a9c9 } = (0, $E4F9t$stitchesreact.createStitches)({
115
+ prefix: "parrot-ui",
111
116
  theme: {
112
117
  colors: {
113
118
  ...(0, $E4F9t$radixuicolors.gray),
@@ -4703,4 +4708,15 @@ function $39b5e387b93e95b5$export$e44a253a59704894(props) {
4703
4708
 
4704
4709
 
4705
4710
 
4711
+ const $3dd82f03c348455b$export$54ec01a60f47d33d = /*#__PURE__*/ $E4F9t$react.forwardRef((props, ref)=>{
4712
+ return /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)("div", {});
4713
+ });
4714
+ $3dd82f03c348455b$export$54ec01a60f47d33d.displayName = "Table";
4715
+
4716
+
4717
+
4718
+
4719
+
4720
+
4721
+
4706
4722
  //# sourceMappingURL=main.js.map