@codecademy/gamut 67.5.1 → 67.5.2-alpha.36f7eb.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,2 +1,3 @@
1
1
  export * from './Rotation';
2
2
  export * from './ExpandInCollapseOut';
3
+ export * from './FadeInSlideOut';
@@ -1,2 +1,3 @@
1
1
  export * from './Rotation';
2
- export * from './ExpandInCollapseOut';
2
+ export * from './ExpandInCollapseOut';
3
+ export * from './FadeInSlideOut';
@@ -564,13 +564,13 @@ export declare const AnimatedFadeButton: (props: {
564
564
  }>;
565
565
  theme?: import("@emotion/react").Theme | undefined;
566
566
  variant?: "primary" | "secondary" | "danger" | "interface" | undefined;
567
+ as?: undefined;
567
568
  formAction?: string | undefined;
568
569
  formEncType?: string | undefined;
569
570
  formMethod?: string | undefined;
570
571
  formNoValidate?: boolean | undefined;
571
572
  formTarget?: string | undefined;
572
573
  value?: string | number | readonly string[] | undefined;
573
- as?: undefined;
574
574
  buttonType?: "text" | "stroke" | undefined;
575
575
  showButton?: "hidden" | "shown" | undefined;
576
576
  } & import("framer-motion").MotionProps) => import("react/jsx-runtime").JSX.Element;
@@ -577,13 +577,13 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
577
577
  }>;
578
578
  theme?: import("@emotion/react").Theme | undefined;
579
579
  variant?: "primary" | "secondary" | "danger" | "interface" | undefined;
580
+ as?: undefined;
580
581
  formAction?: string | undefined;
581
582
  formEncType?: string | undefined;
582
583
  formMethod?: string | undefined;
583
584
  formNoValidate?: boolean | undefined;
584
585
  formTarget?: string | undefined;
585
586
  value?: string | number | readonly string[] | undefined;
586
- as?: undefined;
587
587
  buttonType?: "text" | "stroke" | undefined;
588
588
  showButton?: "hidden" | "shown" | undefined;
589
589
  } & import("framer-motion").MotionProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,9 @@
1
1
  import { ColorMode } from '@codecademy/gamut-styles';
2
2
  import { AnimatePresence } from 'framer-motion';
3
3
  import * as React from 'react';
4
+ import { FadeInSlideOut } from '../Animation/FadeInSlideOut';
4
5
  import { BodyPortal } from '../BodyPortal';
5
6
  import { Box } from '../Box';
6
- import { FadeInSlideOut } from '../Motion/FadeInSlideOut';
7
7
  import { Toast } from '../Toast/Toast';
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
9
  export const Toaster = ({
@@ -1,2 +1,2 @@
1
1
  import { ToggleInputStyledProps, ToggleProps } from './types';
2
- export declare const getToggleElementProps: <Props extends ToggleProps>({ ariaLabel, as, checked, disabled, label, onChange, onClick, }: Pick<Props, "disabled" | "label" | "onChange" | "onClick" | "as" | "ariaLabel" | "checked">) => Omit<ToggleInputStyledProps, 'size' | 'color'>;
2
+ export declare const getToggleElementProps: <Props extends ToggleProps>({ ariaLabel, as, checked, disabled, label, onChange, onClick, }: Pick<Props, "disabled" | "label" | "onChange" | "onClick" | "ariaLabel" | "as" | "checked">) => Omit<ToggleInputStyledProps, 'size' | 'color'>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "67.5.1",
4
+ "version": "67.5.2-alpha.36f7eb.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/gamut-icons": "9.52.1",
@@ -56,5 +56,5 @@
56
56
  "dist/**/[A-Z]**/[A-Z]*.js",
57
57
  "dist/**/[A-Z]**/index.js"
58
58
  ],
59
- "gitHead": "9a805de40307ff4e9517cd2443d0d850116c6d15"
59
+ "gitHead": "870ffa0410db5f08b16c71c5795424e98f8d9dca"
60
60
  }
File without changes
File without changes