@codecademy/gamut

73.2.073.2.1-alpha.7cf722.0
~

Modified (2 files)

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,16 +1,16 @@
 {
   "name": "@codecademy/gamut",
   "description": "Styleguide & Component library for Codecademy",
-  "version": "73.2.0",
+  "version": "73.2.1-alpha.7cf722.0",
   "author": "Codecademy Engineering <[email protected]>",
   "bin": "./bin/gamut.mjs",
   "dependencies": {
-    "@codecademy/gamut-icons": "10.0.1",
-    "@codecademy/gamut-illustrations": "1.0.1",
-    "@codecademy/gamut-patterns": "1.0.1",
-    "@codecademy/gamut-styles": "21.1.0",
-    "@codecademy/variance": "1.0.1",
+    "@codecademy/gamut-icons": "10.0.2-alpha.7cf722.0",
+    "@codecademy/gamut-illustrations": "1.0.2-alpha.7cf722.0",
+    "@codecademy/gamut-patterns": "1.0.2-alpha.7cf722.0",
+    "@codecademy/gamut-styles": "21.1.1-alpha.7cf722.0",
+    "@codecademy/variance": "1.0.2-alpha.7cf722.0",
     "@formatjs/intl-locale": "5.3.1",
     "@react-aria/interactions": "3.25.0",
     "@types/marked": "^4.0.8",
     "@vidstack/react": "^1.12.12",
Index: package/dist/GridForm/types.d.ts
===================================================================
--- package/dist/GridForm/types.d.ts
+++ package/dist/GridForm/types.d.ts
@@ -1,10 +1,9 @@
 import { ReactNode } from 'react';
 import { RegisterOptions, UseFormReturn } from 'react-hook-form';
 import { BoxProps } from '../Box';
 import { MinimalCheckboxProps } from '../ConnectedForm';
-import { CheckboxLabelUnion, TextAreaProps } from '../Form';
-import { CheckboxPaddingProps } from '../Form/types';
+import { CheckboxLabelUnion, CheckboxPaddingProps, TextAreaProps } from '../Form';
 import { ColumnProps } from '../Layout';
 import { InfoTipSubComponentProps } from '../Tip/InfoTip/type-utils';
 import { Text, TextProps } from '../Typography/Text';
 export interface BaseFormInputProps {