@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 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: "$panel",
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: "$panel",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",