@pingux/astro 2.180.1-alpha.0 → 2.181.4-alpha.0

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.
@@ -7,7 +7,7 @@ import { universalComponentTests } from '../../utils/testUtils/universalComponen
7
7
  import Box from '.';
8
8
 
9
9
  // Emotion Cache added as test fails otherwise, root cause of this failure is unknown.
10
- // Failure occured with ThemeUI refactor.
10
+ // Failure occurred with ThemeUI refactor.
11
11
  // https://github.com/emotion-js/emotion/issues/1105#issuecomment-557726922
12
12
  import { jsx as ___EmotionJSX } from "@emotion/react";
13
13
  var emotionCache = createCache({
@@ -59,7 +59,7 @@ describe('useLoadPrev', function () {
59
59
  }
60
60
  });
61
61
  expect(onLoadPrev).toHaveBeenCalledTimes(1);
62
- // will call becuase props have changed.
62
+ // will call because props have changed.
63
63
  rerender(___EmotionJSX(TestComponent, {
64
64
  items: [1, 2, 3, 4, 5]
65
65
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.180.1-alpha.0",
3
+ "version": "2.181.4-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",