From 9e6c0fe09c67bb3d06592d9553e2268896c3d8e3 Mon Sep 17 00:00:00 2001 From: Rivka Ungar Date: Mon, 28 Oct 2024 13:09:31 +0200 Subject: [PATCH] fix(Icon): rename "replay" to "reply" --- packages/core/docs/vibe-3-changelog.md | 1 + .../components/Skeleton/__stories__/Skeleton.stories.tsx | 4 ++-- .../stand-alone-documentaion/migration-guide.mdx | 1 + packages/icons/src/iconsMetaData.ts | 8 ++++---- packages/icons/src/svg/{Replay.svg => Reply.svg} | 0 5 files changed, 8 insertions(+), 6 deletions(-) rename packages/icons/src/svg/{Replay.svg => Reply.svg} (100%) diff --git a/packages/core/docs/vibe-3-changelog.md b/packages/core/docs/vibe-3-changelog.md index 432286e4ac..6415506300 100644 --- a/packages/core/docs/vibe-3-changelog.md +++ b/packages/core/docs/vibe-3-changelog.md @@ -356,6 +356,7 @@ For the complete migration guide see the [Vibe 3 Migration Guide](https://style. ## Icons - The `Upgrade` icon has been removed, and the `Featured` icon has been renamed to `Upgrade` +- The `Replay` icon has been renamed to `Reply` ## Hooks diff --git a/packages/core/src/components/Skeleton/__stories__/Skeleton.stories.tsx b/packages/core/src/components/Skeleton/__stories__/Skeleton.stories.tsx index bbaf0a8d77..fb58c43fbe 100644 --- a/packages/core/src/components/Skeleton/__stories__/Skeleton.stories.tsx +++ b/packages/core/src/components/Skeleton/__stories__/Skeleton.stories.tsx @@ -3,7 +3,7 @@ import Skeleton, { SkeletonProps } from "../Skeleton"; import Avatar from "../../Avatar/Avatar"; import person from "./assets/person.png"; import Button from "../../Button/Button"; -import { Replay, ThumbsUp } from "@vibe/icons"; +import { Reply, ThumbsUp } from "@vibe/icons"; import "./Skeleton.stories.scss"; import { Flex } from "../../Flex"; @@ -144,7 +144,7 @@ export const UpdateInTheSystem = { - diff --git a/packages/core/src/storybook/stand-alone-documentaion/migration-guide.mdx b/packages/core/src/storybook/stand-alone-documentaion/migration-guide.mdx index 1647aa3666..5d7a91a83b 100644 --- a/packages/core/src/storybook/stand-alone-documentaion/migration-guide.mdx +++ b/packages/core/src/storybook/stand-alone-documentaion/migration-guide.mdx @@ -365,6 +365,7 @@ The following components have breaking changes to their API, behavior, or style, ### Icons - The `Upgrade` icon has been removed, and the `Featured` icon has been renamed to `Upgrade`: +- The `Replay` icon has been renamed to `Reply`