@livepeer/design-system 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
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
  },
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",