@livepeer/design-system 1.0.12 → 1.0.13
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/index.es.js +1 -5
- package/dist/index.js +1 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -361,7 +361,6 @@ var StyledTrigger = styled(AccordionPrimitive.Trigger, {
|
|
|
361
361
|
p: "$2",
|
|
362
362
|
color: "$hiContrast",
|
|
363
363
|
width: "100%",
|
|
364
|
-
cursor: "pointer",
|
|
365
364
|
"@hover": {
|
|
366
365
|
"&:hover": {
|
|
367
366
|
backgroundColor: "$slate2",
|
|
@@ -1428,7 +1427,6 @@ var Button = styled("button", {
|
|
|
1428
1427
|
fontSize: "$2",
|
|
1429
1428
|
fontWeight: 500,
|
|
1430
1429
|
ai: "center",
|
|
1431
|
-
cursor: "pointer",
|
|
1432
1430
|
px: "$3",
|
|
1433
1431
|
bc: "$neutral4",
|
|
1434
1432
|
borderRadius: "$2",
|
|
@@ -2508,13 +2506,12 @@ var StyledCloseButton$1 = styled(DialogPrimitive.Close, {
|
|
|
2508
2506
|
position: "absolute",
|
|
2509
2507
|
top: "$2",
|
|
2510
2508
|
right: "$2",
|
|
2511
|
-
cursor: "pointer"
|
|
2512
2509
|
});
|
|
2513
2510
|
var DialogContent = React.forwardRef(function (_a, forwardedRef) {
|
|
2514
2511
|
var children = _a.children; _a.animation; var props = __rest(_a, ["children", "animation"]);
|
|
2515
2512
|
return (React.createElement(DialogPrimitive.Portal, null,
|
|
2516
2513
|
React.createElement(StyledOverlay$1, null),
|
|
2517
|
-
React.createElement(StyledDialogContent, __assign({}, props, { ref: forwardedRef, style: { overflow:
|
|
2514
|
+
React.createElement(StyledDialogContent, __assign({}, props, { ref: forwardedRef, style: { overflow: "auto" } }),
|
|
2518
2515
|
children,
|
|
2519
2516
|
React.createElement(StyledCloseButton$1, { asChild: true },
|
|
2520
2517
|
React.createElement(IconButton, { variant: "ghost" },
|
|
@@ -4171,7 +4168,6 @@ var SnackbarProvider = function (_a) {
|
|
|
4171
4168
|
height: "36px",
|
|
4172
4169
|
padding: "8px",
|
|
4173
4170
|
margin: "0 8px 0 0",
|
|
4174
|
-
cursor: "pointer",
|
|
4175
4171
|
position: "relative",
|
|
4176
4172
|
pointerEvents: "auto",
|
|
4177
4173
|
WebkitTapHighlightColor: "transparent",
|
package/dist/index.js
CHANGED
|
@@ -405,7 +405,6 @@ var StyledTrigger = styled(AccordionPrimitive__namespace.Trigger, {
|
|
|
405
405
|
p: "$2",
|
|
406
406
|
color: "$hiContrast",
|
|
407
407
|
width: "100%",
|
|
408
|
-
cursor: "pointer",
|
|
409
408
|
"@hover": {
|
|
410
409
|
"&:hover": {
|
|
411
410
|
backgroundColor: "$slate2",
|
|
@@ -1472,7 +1471,6 @@ var Button = styled("button", {
|
|
|
1472
1471
|
fontSize: "$2",
|
|
1473
1472
|
fontWeight: 500,
|
|
1474
1473
|
ai: "center",
|
|
1475
|
-
cursor: "pointer",
|
|
1476
1474
|
px: "$3",
|
|
1477
1475
|
bc: "$neutral4",
|
|
1478
1476
|
borderRadius: "$2",
|
|
@@ -2552,13 +2550,12 @@ var StyledCloseButton$1 = styled(DialogPrimitive__namespace.Close, {
|
|
|
2552
2550
|
position: "absolute",
|
|
2553
2551
|
top: "$2",
|
|
2554
2552
|
right: "$2",
|
|
2555
|
-
cursor: "pointer"
|
|
2556
2553
|
});
|
|
2557
2554
|
var DialogContent = React__default["default"].forwardRef(function (_a, forwardedRef) {
|
|
2558
2555
|
var children = _a.children; _a.animation; var props = tslib.__rest(_a, ["children", "animation"]);
|
|
2559
2556
|
return (React__default["default"].createElement(DialogPrimitive__namespace.Portal, null,
|
|
2560
2557
|
React__default["default"].createElement(StyledOverlay$1, null),
|
|
2561
|
-
React__default["default"].createElement(StyledDialogContent, tslib.__assign({}, props, { ref: forwardedRef, style: { overflow:
|
|
2558
|
+
React__default["default"].createElement(StyledDialogContent, tslib.__assign({}, props, { ref: forwardedRef, style: { overflow: "auto" } }),
|
|
2562
2559
|
children,
|
|
2563
2560
|
React__default["default"].createElement(StyledCloseButton$1, { asChild: true },
|
|
2564
2561
|
React__default["default"].createElement(IconButton, { variant: "ghost" },
|
|
@@ -4215,7 +4212,6 @@ var SnackbarProvider = function (_a) {
|
|
|
4215
4212
|
height: "36px",
|
|
4216
4213
|
padding: "8px",
|
|
4217
4214
|
margin: "0 8px 0 0",
|
|
4218
|
-
cursor: "pointer",
|
|
4219
4215
|
position: "relative",
|
|
4220
4216
|
pointerEvents: "auto",
|
|
4221
4217
|
WebkitTapHighlightColor: "transparent",
|