@codecademy/gamut-tests 5.2.15-alpha.f4ac4e.0 → 5.2.15-alpha.f816ca.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -5,10 +5,9 @@ import * as React from 'react';
5
5
 
6
6
  // See https://www.notion.so/codecademy/Frontend-Unit-Tests-1cbf4e078a6647559b4583dfb6d3cb18 for more info
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
- export const MockGamutProvider = _ref => {
9
- let {
10
- children
11
- } = _ref;
8
+ export const MockGamutProvider = ({
9
+ children
10
+ }) => {
12
11
  return /*#__PURE__*/_jsx(GamutProvider, {
13
12
  theme: theme,
14
13
  useCache: false,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-tests",
3
3
  "description": "Shared component test setup for Gamut applications",
4
- "version": "5.2.15-alpha.f4ac4e.0",
4
+ "version": "5.2.15-alpha.f816ca.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "17.10.0-alpha.f4ac4e.0",
7
+ "@codecademy/gamut-styles": "17.9.1-alpha.f816ca.0",
8
8
  "component-test-setup": "*",
9
9
  "lodash": "^4.17.5"
10
10
  },
@@ -33,5 +33,5 @@
33
33
  "verify": "tsc --noEmit"
34
34
  },
35
35
  "types": "./dist/index.d.ts",
36
- "gitHead": "4d5b015e131dc4df33935727293d96e411dd9357"
36
+ "gitHead": "5daed37bf3b35235db5f06b73b95009cf17eaff2"
37
37
  }