@automattic/vip-design-system 0.9.5 → 0.9.6

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.
@@ -21,7 +21,7 @@ jobs:
21
21
  uses: actions/setup-node@v1
22
22
  with:
23
23
  node-version: ${{ matrix.node-version }}
24
- - run: npm install -g npm@latest
24
+ - run: npm install -g npm@7.24.2
25
25
  - run: npm install
26
26
  - run: npm run test
27
27
  - run: npm run build
@@ -46,6 +46,7 @@ var Timeline = function Timeline(_ref) {
46
46
  alignItems: 'center'
47
47
  },
48
48
  children: [!first && (0, _jsxRuntime.jsx)(VerticalLine, {}), (0, _jsxRuntime.jsx)(_md.MdWatchLater, {
49
+ "aria-hidden": true,
49
50
  sx: {
50
51
  color: 'border'
51
52
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip-design-system",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "main": "build/system/index.js",
5
5
  "scripts": {
6
6
  "build-storybook": "build-storybook",
@@ -26,7 +26,7 @@ const Timeline = ( { time, first = false, last = false, ...props } ) => (
26
26
  { ! first && (
27
27
  <VerticalLine />
28
28
  ) }
29
- <MdWatchLater sx={ { color: 'border' } } size={ 18 }/>
29
+ <MdWatchLater aria-hidden sx={ { color: 'border' } } size={ 18 }/>
30
30
  { ! last && (
31
31
  <VerticalLine />
32
32
  ) }