@livepeer/design-system 1.0.15 → 1.0.16

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
@@ -4122,7 +4122,7 @@ var SnackbarProvider = function (_a) {
4122
4122
  minWidth: "334px",
4123
4123
  maxWidth: "672px",
4124
4124
  zIndex: 1000000,
4125
- backgroundColor: "$panel",
4125
+ backgroundColor: "$neutral4",
4126
4126
  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
4127
  WebkitFontSmoothing: "antialiased",
4128
4128
  MozOsxFontSmoothing: "grayscale",
package/dist/index.js CHANGED
@@ -4166,7 +4166,7 @@ var SnackbarProvider = function (_a) {
4166
4166
  minWidth: "334px",
4167
4167
  maxWidth: "672px",
4168
4168
  zIndex: 1000000,
4169
- backgroundColor: "$panel",
4169
+ backgroundColor: "$neutral4",
4170
4170
  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
4171
  WebkitFontSmoothing: "antialiased",
4172
4172
  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.16",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",