File tree Expand file tree Collapse file tree 12 files changed +87
-5
lines changed
src/lib/Atoms/Animations/FadeInSlideOut Expand file tree Collapse file tree 12 files changed +87
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ### [ 0.6.572] ( https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.571...@codecademy/gamut-kit@0.6.572 ) (2025-12-08)
7+
8+ ** Note:** Version bump only for package @codecademy/gamut-kit
9+
610### [ 0.6.571] ( https://github.com/Codecademy/gamut/compare/@codecademy/gamut-kit@0.6.570...@codecademy/gamut-kit@0.6.571 ) (2025-12-05)
711
812** Note:** Version bump only for package @codecademy/gamut-kit
Original file line number Diff line number Diff line change 11{
22 "name" : " @codecademy/gamut-kit" ,
33 "description" : " Styleguide & Component library for Codecademy" ,
4- "version" : " 0.6.571 " ,
4+ "version" : " 0.6.572 " ,
55 "author" : " Codecademy Engineering <dev@codecademy.com>" ,
66 "dependencies" : {
7- "@codecademy/gamut" : " 67.5.3 " ,
7+ "@codecademy/gamut" : " 67.5.4 " ,
88 "@codecademy/gamut-icons" : " 9.53.0" ,
99 "@codecademy/gamut-illustrations" : " 0.57.0" ,
1010 "@codecademy/gamut-patterns" : " 0.10.19" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ### [ 67.5.4] ( https://github.com/Codecademy/gamut/compare/@codecademy/gamut@67.5.3...@codecademy/gamut@67.5.4 ) (2025-12-08)
7+
8+ ** Note:** Version bump only for package @codecademy/gamut
9+
610### [ 67.5.3] ( https://github.com/Codecademy/gamut/compare/@codecademy/gamut@67.5.2...@codecademy/gamut@67.5.3 ) (2025-12-05)
711
812** Note:** Version bump only for package @codecademy/gamut
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ exports[`Gamut Exported Keys 1`] = `
3838 "Drawer",
3939 "ExpandControl",
4040 "ExpandInCollapseOut",
41+ "FadeInSlideOut",
4142 "FeatureShimmer",
4243 "FillButton",
4344 "FlexBox",
Original file line number Diff line number Diff line change 11{
22 "name" : " @codecademy/gamut" ,
33 "description" : " Styleguide & Component library for Codecademy" ,
4- "version" : " 67.5.3 " ,
4+ "version" : " 67.5.4 " ,
55 "author" : " Codecademy Engineering <dev@codecademy.com>" ,
66 "dependencies" : {
77 "@codecademy/gamut-icons" : " 9.53.0" ,
File renamed without changes.
Original file line number Diff line number Diff line change 11export * from './Rotation' ;
22export * from './ExpandInCollapseOut' ;
3+ export * from './FadeInSlideOut' ;
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { ReactNode } from 'react';
44import * as React from 'react' ;
55
66import { ToastProps } from '..' ;
7+ import { FadeInSlideOut } from '../Animation/FadeInSlideOut' ;
78import { BodyPortal } from '../BodyPortal' ;
89import { Box } from '../Box' ;
9- import { FadeInSlideOut } from '../Motion/FadeInSlideOut' ;
1010import { Toast } from '../Toast/Toast' ;
1111
1212interface ToasterItem extends Omit < ToastProps , 'onClose' > {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ### [ 78.5.2] ( https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@78.5.1...@codecademy/styleguide@78.5.2 ) (2025-12-08)
7+
8+ ** Note:** Version bump only for package @codecademy/styleguide
9+
610### [ 78.5.1] ( https://github.com/Codecademy/gamut/compare/@codecademy/styleguide@78.5.0...@codecademy/styleguide@78.5.1 ) (2025-12-04)
711
812### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @codecademy/styleguide" ,
33 "description" : " Styleguide & Component library for codecademy.com" ,
4- "version" : " 78.5.1 " ,
4+ "version" : " 78.5.2 " ,
55 "author" : " Codecademy Engineering" ,
66 "license" : " MIT" ,
77 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments