fix(popover): adjust name component rich tooltip to popover #708
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Infos
Task
What is being delivered?
This pull request includes changes to rename the
AtomRichTooltip
component toAtomPopover
across various files. The changes involve updating the component's name, its import paths, and related documentation.Key changes include:
Component Renaming:
AtomRichTooltip
component toAtomPopover
in the implementation filepackages/core/src/components/rich-tooltip/popover.tsx
[1] [2].Test File Updates:
packages/core/src/components/rich-tooltip/popover.spec.ts
) [1] [2].Storybook Documentation:
RichTooltip
toPopover
inpackages/core/src/components/rich-tooltip/stories/popover.args.ts
[1] [2] [3] [4] [5].Popover
instead ofRichTooltip
(packages/core/src/components/rich-tooltip/stories/popover.core.stories.tsx
) [1] [2].Popover
instead ofRichTooltip
(packages/core/src/components/rich-tooltip/stories/popover.react.stories.tsx
) [1] [2] [3].Popover
instead ofRichTooltip
(packages/core/src/components/rich-tooltip/stories/popover.vue.stories.tsx
) [1] [2] [3].What impacts?
Component popover
Reversal plan
Revert this PR (#708)
Evidences