@codecademy/gamut 72.2.3-alpha.9a5e04.0 → 72.2.3-alpha.c298d6.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.
@@ -11,6 +11,5 @@ export type ToolTipProps = TipNewBaseProps & WithChildrenProp & {
11
11
  * Can be used for accessibility - the same id needs to be passed to the `aria-describedby` attribute of the element that the tooltip is describing.
12
12
  */
13
13
  id?: string;
14
- zIndex?: number;
15
14
  };
16
15
  export declare const ToolTip: React.FC<ToolTipProps>;
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@codecademy/gamut",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "72.2.3-alpha.9a5e04.0",
4
+ "version": "72.2.3-alpha.c298d6.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bin": "./bin/gamut.mjs",
7
7
  "dependencies": {
8
- "@codecademy/gamut-icons": "9.57.10-alpha.9a5e04.0",
9
- "@codecademy/gamut-illustrations": "0.58.16-alpha.9a5e04.0",
10
- "@codecademy/gamut-patterns": "0.10.35-alpha.9a5e04.0",
11
- "@codecademy/gamut-styles": "20.0.3-alpha.9a5e04.0",
12
- "@codecademy/variance": "0.26.2-alpha.9a5e04.0",
8
+ "@codecademy/gamut-icons": "9.57.10-alpha.c298d6.0",
9
+ "@codecademy/gamut-illustrations": "0.58.16-alpha.c298d6.0",
10
+ "@codecademy/gamut-patterns": "0.10.35-alpha.c298d6.0",
11
+ "@codecademy/gamut-styles": "20.0.3-alpha.c298d6.0",
12
+ "@codecademy/variance": "0.26.2-alpha.c298d6.0",
13
13
  "@formatjs/intl-locale": "5.3.1",
14
14
  "@react-aria/interactions": "3.25.0",
15
15
  "@types/marked": "^4.0.8",