@livepeer/design-system 1.0.15 → 1.0.17
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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -305,6 +305,7 @@ var Accordion = React.forwardRef(function (_a, forwardedRef) {
|
|
|
305
305
|
Accordion.displayName = "Accordion";
|
|
306
306
|
var StyledItem = styled(AccordionPrimitive.Item, {
|
|
307
307
|
borderTop: "1px solid $colors$neutral6",
|
|
308
|
+
"button:focus": { boxShadow: "none" },
|
|
308
309
|
"&:first-of-type": {
|
|
309
310
|
borderTop: "none",
|
|
310
311
|
},
|
|
@@ -4122,7 +4123,7 @@ var SnackbarProvider = function (_a) {
|
|
|
4122
4123
|
minWidth: "334px",
|
|
4123
4124
|
maxWidth: "672px",
|
|
4124
4125
|
zIndex: 1000000,
|
|
4125
|
-
backgroundColor: "$
|
|
4126
|
+
backgroundColor: "$neutral4",
|
|
4126
4127
|
boxShadow: "0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12)",
|
|
4127
4128
|
WebkitFontSmoothing: "antialiased",
|
|
4128
4129
|
MozOsxFontSmoothing: "grayscale",
|
package/dist/index.js
CHANGED
|
@@ -349,6 +349,7 @@ var Accordion = React__default["default"].forwardRef(function (_a, forwardedRef)
|
|
|
349
349
|
Accordion.displayName = "Accordion";
|
|
350
350
|
var StyledItem = styled(AccordionPrimitive__namespace.Item, {
|
|
351
351
|
borderTop: "1px solid $colors$neutral6",
|
|
352
|
+
"button:focus": { boxShadow: "none" },
|
|
352
353
|
"&:first-of-type": {
|
|
353
354
|
borderTop: "none",
|
|
354
355
|
},
|
|
@@ -4166,7 +4167,7 @@ var SnackbarProvider = function (_a) {
|
|
|
4166
4167
|
minWidth: "334px",
|
|
4167
4168
|
maxWidth: "672px",
|
|
4168
4169
|
zIndex: 1000000,
|
|
4169
|
-
backgroundColor: "$
|
|
4170
|
+
backgroundColor: "$neutral4",
|
|
4170
4171
|
boxShadow: "0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12)",
|
|
4171
4172
|
WebkitFontSmoothing: "antialiased",
|
|
4172
4173
|
MozOsxFontSmoothing: "grayscale",
|