From c616b97242a0b07c84c9fe5bdeb44305c5813476 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 12 Jul 2023 14:26:49 -0400 Subject: [PATCH 1/3] style(animations): react, vue and angular buttons do not need id --- .../v7/animations/basic/angular/example_component_html.md | 6 +++--- static/usage/v7/animations/basic/react.md | 6 +++--- static/usage/v7/animations/basic/vue.md | 6 +++--- .../v7/animations/chain/angular/example_component_html.md | 6 +++--- static/usage/v7/animations/chain/react.md | 6 +++--- static/usage/v7/animations/chain/vue.md | 6 +++--- .../v7/animations/group/angular/example_component_html.md | 6 +++--- static/usage/v7/animations/group/react.md | 6 +++--- static/usage/v7/animations/group/vue.md | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/static/usage/v7/animations/basic/angular/example_component_html.md b/static/usage/v7/animations/basic/angular/example_component_html.md index 3a27660393a..1bd8875b1b3 100644 --- a/static/usage/v7/animations/basic/angular/example_component_html.md +++ b/static/usage/v7/animations/basic/angular/example_component_html.md @@ -3,7 +3,7 @@ Card -Play -Pause -Stop +Play +Pause +Stop ``` diff --git a/static/usage/v7/animations/basic/react.md b/static/usage/v7/animations/basic/react.md index 6767b71ead1..311c884ac2d 100644 --- a/static/usage/v7/animations/basic/react.md +++ b/static/usage/v7/animations/basic/react.md @@ -35,13 +35,13 @@ function Example() { Card - + Play - + Pause - + Stop diff --git a/static/usage/v7/animations/basic/vue.md b/static/usage/v7/animations/basic/vue.md index a0837b1b81e..afd6c68891b 100644 --- a/static/usage/v7/animations/basic/vue.md +++ b/static/usage/v7/animations/basic/vue.md @@ -4,9 +4,9 @@ Card - Play - Pause - Stop + Play + Pause + Stop