@codecademy/gamut 67.6.2 → 67.6.3-alpha.04bed7.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.
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import { CardWrapperProps } from './types';
3
4
  export declare const MotionBox: import("react").ComponentType<{
4
5
  color?: import("@codecademy/variance/dist/types/config").Scale<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import { StyleProps } from '@codecademy/variance';
3
4
  declare const space: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
4
5
  readonly p: {
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const AnimatedFadeButton: (props: {
3
4
  mode?: "dark" | "light" | undefined;
4
5
  border?: import("@codecademy/variance/dist/types/config").Scale<{
@@ -1,5 +1,3 @@
1
- /// <reference types="jest" />
2
- /// <reference types="testing-library__jest-dom" />
3
1
  import { setupRtl } from '@codecademy/gamut-tests';
4
2
  import { RefObject } from 'react';
5
3
  import { InfoTip, InfoTipProps } from '../InfoTip';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@codecademy/gamut",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "67.6.2",
4
+ "version": "67.6.3-alpha.04bed7.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-icons": "9.54.0",
8
- "@codecademy/gamut-illustrations": "0.57.0",
9
- "@codecademy/gamut-patterns": "0.10.19",
10
- "@codecademy/gamut-styles": "17.11.0",
11
- "@codecademy/variance": "0.25.0",
7
+ "@codecademy/gamut-icons": "9.54.1-alpha.04bed7.0",
8
+ "@codecademy/gamut-illustrations": "0.57.1-alpha.04bed7.0",
9
+ "@codecademy/gamut-patterns": "0.10.20-alpha.04bed7.0",
10
+ "@codecademy/gamut-styles": "17.11.1-alpha.04bed7.0",
11
+ "@codecademy/variance": "0.25.1-alpha.04bed7.0",
12
12
  "@types/marked": "^4.0.8",
13
13
  "@vidstack/react": "^1.12.12",
14
14
  "classnames": "^2.2.5",
@@ -56,5 +56,5 @@
56
56
  "dist/**/[A-Z]**/[A-Z]*.js",
57
57
  "dist/**/[A-Z]**/index.js"
58
58
  ],
59
- "gitHead": "598e43114b75437e1b5db66ad6a416e532780abe"
59
+ "gitHead": "95c4f63a2d0d36e67b15fb7ae8b7650406b2cb81"
60
60
  }