@techsio/storybook-better-a11y 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/dist/manager.js +1 -1
  2. package/package.json +1 -1
package/dist/manager.js CHANGED
@@ -1475,7 +1475,7 @@ const ColorIcon = styled.span({
1475
1475
  height: 14,
1476
1476
  width: 14
1477
1477
  }, ({ $filter })=>({
1478
- filter: filters[$filter].filter || 'none'
1478
+ filter: filters[$filter]?.filter || 'none'
1479
1479
  }), ({ theme })=>({
1480
1480
  boxShadow: `${theme.appBorderColor} 0 0 0 1px inset`
1481
1481
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techsio/storybook-better-a11y",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Storybook Accessibility addon with APCA (WCAG 3) support",
5
5
  "keywords": [
6
6
  "storybook",