Move the LoadingLabel
component to the UI crate (#33893)
So we can use it in other places and don't require them to depend on the `agent_ui`. This PR also renames it from `AnimatedLabel` to `LoadingLabel`. Release Notes: - N/A
This commit is contained in:
parent
ed7552d3e3
commit
5253702200
5 changed files with 14 additions and 16 deletions
|
@ -25,7 +25,7 @@ pub use crate::{Button, ButtonSize, ButtonStyle, IconButton, SelectableButton};
|
|||
pub use crate::{ButtonCommon, Color};
|
||||
pub use crate::{Headline, HeadlineSize};
|
||||
pub use crate::{Icon, IconName, IconPosition, IconSize};
|
||||
pub use crate::{Label, LabelCommon, LabelSize, LineHeightStyle};
|
||||
pub use crate::{Label, LabelCommon, LabelSize, LineHeightStyle, LoadingLabel};
|
||||
pub use crate::{h_container, h_flex, v_container, v_flex};
|
||||
pub use crate::{
|
||||
h_group, h_group_lg, h_group_sm, h_group_xl, v_group, v_group_lg, v_group_sm, v_group_xl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue