@parrot-co/parrot-ui 0.0.44 → 0.0.46
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 +23 -18
- package/dist/main.js.map +1 -1
- package/dist/module.js +23 -19
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +837 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -2509,24 +2509,15 @@ const $49848f925ef854b6$export$5ff5fb60b45fffad = (0, $9ade691eb9e41cfb$export$3
|
|
|
2509
2509
|
py: 8
|
|
2510
2510
|
});
|
|
2511
2511
|
const $49848f925ef854b6$export$22a81bdd3a723b46 = (0, $9ade691eb9e41cfb$export$3817b7a54a07cec7)("ul", {
|
|
2512
|
-
borderRadius: 8,
|
|
2513
|
-
background: "white",
|
|
2514
|
-
boxShadow: "$subtle",
|
|
2515
|
-
boxSizing: "border-box",
|
|
2516
2512
|
padding: 0,
|
|
2517
2513
|
margin: 0,
|
|
2518
2514
|
listStyle: "none",
|
|
2519
|
-
fontFamily: "$sans"
|
|
2520
|
-
fontSize: "$3",
|
|
2521
|
-
maxHeight: 300,
|
|
2522
|
-
overflow: "auto",
|
|
2523
|
-
outline: "none",
|
|
2524
|
-
p: 6,
|
|
2525
|
-
border: "1px solid $gray3"
|
|
2515
|
+
fontFamily: "$sans"
|
|
2526
2516
|
});
|
|
2527
2517
|
const $49848f925ef854b6$export$844bee7de236d7ec = (0, $9ade691eb9e41cfb$export$3817b7a54a07cec7)("li", {
|
|
2528
2518
|
boxSizing: "border-box",
|
|
2529
|
-
|
|
2519
|
+
px: 8,
|
|
2520
|
+
py: 8,
|
|
2530
2521
|
outline: "none",
|
|
2531
2522
|
borderRadius: 7,
|
|
2532
2523
|
"&[data-pressed='true']": {
|
|
@@ -2688,6 +2679,21 @@ const $8f062ce7b62fd0a2$export$3ac1e88a1c0b9f1 = (0, $9ade691eb9e41cfb$export$38
|
|
|
2688
2679
|
|
|
2689
2680
|
|
|
2690
2681
|
|
|
2682
|
+
|
|
2683
|
+
const $c4793c1ed42b26da$var$PopoverContent = (0, $9ade691eb9e41cfb$export$3817b7a54a07cec7)((0, $d22d8a7881f7b33f$export$2e2bcd8739ae039), {
|
|
2684
|
+
borderRadius: 8,
|
|
2685
|
+
background: "white",
|
|
2686
|
+
boxShadow: "$subtle",
|
|
2687
|
+
boxSizing: "border-box",
|
|
2688
|
+
margin: 0,
|
|
2689
|
+
fontFamily: "$sans",
|
|
2690
|
+
fontSize: "$3",
|
|
2691
|
+
maxHeight: 300,
|
|
2692
|
+
overflow: "auto",
|
|
2693
|
+
outline: "none",
|
|
2694
|
+
p: 6,
|
|
2695
|
+
border: "1px solid $gray3"
|
|
2696
|
+
});
|
|
2691
2697
|
const $c4793c1ed42b26da$export$5b6b19405a83ff9d = /*#__PURE__*/ $kF5Av$forwardRef(({ children: children , offset: offset = 4 , state: state , css: css , ...props }, ref)=>{
|
|
2692
2698
|
const popoverRef = $kF5Av$useRef(null);
|
|
2693
2699
|
const { popoverProps: popoverProps , underlayProps: underlayProps } = (0, $kF5Av$usePopover)({
|
|
@@ -2701,7 +2707,7 @@ const $c4793c1ed42b26da$export$5b6b19405a83ff9d = /*#__PURE__*/ $kF5Av$forwardRe
|
|
|
2701
2707
|
className: "underlay",
|
|
2702
2708
|
...underlayProps
|
|
2703
2709
|
}),
|
|
2704
|
-
/*#__PURE__*/ (0, $kF5Av$jsx)(
|
|
2710
|
+
/*#__PURE__*/ (0, $kF5Av$jsx)($c4793c1ed42b26da$var$PopoverContent, {
|
|
2705
2711
|
css: css,
|
|
2706
2712
|
className: "overlay",
|
|
2707
2713
|
...popoverProps,
|
|
@@ -3227,11 +3233,9 @@ const $8370e4d32f002899$export$5109c6dd95d8fb00 = /*#__PURE__*/ $kF5Av$forwardRe
|
|
|
3227
3233
|
state: state,
|
|
3228
3234
|
triggerRef: pickerRef,
|
|
3229
3235
|
placement: "bottom start",
|
|
3230
|
-
children: /*#__PURE__*/ (0, $kF5Av$jsx)((0, $
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
numberOfMonths: numberOfMonths
|
|
3234
|
-
})
|
|
3236
|
+
children: /*#__PURE__*/ (0, $kF5Av$jsx)((0, $dcb2850cb2ddaca2$export$e1aef45b828286de), {
|
|
3237
|
+
...calendarProps,
|
|
3238
|
+
numberOfMonths: numberOfMonths
|
|
3235
3239
|
})
|
|
3236
3240
|
})
|
|
3237
3241
|
]
|
|
@@ -4423,5 +4427,5 @@ $ea604f064e7efbe1$export$ea98c603db73aee7.displayName = "Sticker";
|
|
|
4423
4427
|
|
|
4424
4428
|
|
|
4425
4429
|
|
|
4426
|
-
export {$d22d8a7881f7b33f$export$2e2bcd8739ae039 as Box, $07781ffe9a5ae30b$export$ef2184bd89960b14 as Grid, $07781ffe9a5ae30b$export$9eb849b9b922d396 as GridItem, $f09084fde7cc0470$export$2e2bcd8739ae039 as Column, $391d62e0590dec97$export$2e2bcd8739ae039 as Flex, $61dde3060428563f$export$f5b8910cec6cf069 as Input, $4fdef5d0844b7575$export$2e2bcd8739ae039 as Text, $7f7599719bb2a749$export$379139ebc1c2b235 as Textarea, $59636f06ede7befa$export$353f5b6fc5456de1 as Button, $b5830f3daeb33bb2$export$48513f6b9f8ce62d as Checkbox, $5711a5825d7012d3$export$4aa08d5625cb8ead as CheckboxGroup, $b5c60232b181c4bd$export$d7b12c4107be0d61 as Radio, $b5c60232b181c4bd$export$a98f0dcb43a68a25 as RadioGroup, $f7762930a14621d8$export$f8afaea2e9656b91 as RadioCard, $604e914a624d5a0f$export$a26e8b900a29a570 as Select, $8370e4d32f002899$export$5109c6dd95d8fb00 as DatePicker, $2b3b1dc9b2ed8672$export$e2255cf6045e8d47 as Avatar, $c0386802302e82e5$export$1a5cb5295a7d2749 as FileUploader, $4724a2c0da358be5$export$1ff3c3f08ae963c0 as Separator, $12105c91de6d0b91$export$b25a304ec7d746bb as Progress, $8eafe9f534066907$export$3b0d6d7590275603 as Loader, $d20773ec72923119$export$be92b6f5f03c0fe9 as Root, $d20773ec72923119$export$6d08773d2e66f8f2 as Item, $827cce002ec16c4b$export$3288d34c523a1192 as Tag, $4fd64b5726f94f78$export$b5d5cf8927ab7262 as Switch, $fd0a1cc8c4288e44$export$dbada5ace43900dd as ColorTray, $d2eff3f3a30a8f9a$export$50e381fea3a45244 as IconTray, $ea604f064e7efbe1$export$ea98c603db73aee7 as Sticker};
|
|
4430
|
+
export {$d22d8a7881f7b33f$export$2e2bcd8739ae039 as Box, $07781ffe9a5ae30b$export$ef2184bd89960b14 as Grid, $07781ffe9a5ae30b$export$9eb849b9b922d396 as GridItem, $f09084fde7cc0470$export$2e2bcd8739ae039 as Column, $391d62e0590dec97$export$2e2bcd8739ae039 as Flex, $61dde3060428563f$export$f5b8910cec6cf069 as Input, $4fdef5d0844b7575$export$2e2bcd8739ae039 as Text, $7f7599719bb2a749$export$379139ebc1c2b235 as Textarea, $59636f06ede7befa$export$353f5b6fc5456de1 as Button, $39ebe5a116c39d6c$export$c25acd513dcc8062 as IconButton, $b5830f3daeb33bb2$export$48513f6b9f8ce62d as Checkbox, $5711a5825d7012d3$export$4aa08d5625cb8ead as CheckboxGroup, $b5c60232b181c4bd$export$d7b12c4107be0d61 as Radio, $b5c60232b181c4bd$export$a98f0dcb43a68a25 as RadioGroup, $f7762930a14621d8$export$f8afaea2e9656b91 as RadioCard, $604e914a624d5a0f$export$a26e8b900a29a570 as Select, $8370e4d32f002899$export$5109c6dd95d8fb00 as DatePicker, $2b3b1dc9b2ed8672$export$e2255cf6045e8d47 as Avatar, $c0386802302e82e5$export$1a5cb5295a7d2749 as FileUploader, $4724a2c0da358be5$export$1ff3c3f08ae963c0 as Separator, $12105c91de6d0b91$export$b25a304ec7d746bb as Progress, $8eafe9f534066907$export$3b0d6d7590275603 as Loader, $d20773ec72923119$export$be92b6f5f03c0fe9 as Root, $d20773ec72923119$export$6d08773d2e66f8f2 as Item, $827cce002ec16c4b$export$3288d34c523a1192 as Tag, $4fd64b5726f94f78$export$b5d5cf8927ab7262 as Switch, $fd0a1cc8c4288e44$export$dbada5ace43900dd as ColorTray, $d2eff3f3a30a8f9a$export$50e381fea3a45244 as IconTray, $ea604f064e7efbe1$export$ea98c603db73aee7 as Sticker};
|
|
4427
4431
|
//# sourceMappingURL=module.js.map
|