From e4df4cbf51e983cabebc147524149c713c407b00 Mon Sep 17 00:00:00 2001 From: Jordan Jones Date: Mon, 29 Jan 2024 10:13:39 -0800 Subject: [PATCH] perf(testing): testing release --- demo/api.md | 81 +------------------------------------------- docs/partials/api.md | 12 ------- 2 files changed, 1 insertion(+), 92 deletions(-) diff --git a/demo/api.md b/demo/api.md index a726483..ceb3724 100644 --- a/demo/api.md +++ b/demo/api.md @@ -83,86 +83,7 @@ The auro-menu element provides users a way to select from a list of options. ### Attribute Examples #### `noCheckmark`back to top -Applying the `noCheckmark` attribute will prevent the check icon from being shown on the selected option. The left padding to reserve space for the checkmark is also removed. - -
- - - - Stops - Price - Duration -
- - Apples - Oranges - Pears - Grapes - Kiwi -
- - Person - Woman - Man - Camera - TV - -
-
- Departure - Arrival -
- - Cars - Trucks - Boats - Planes - Motorcycles - -
- -
- - See code - - - -```html - - Stops - Price - Duration -
- - Apples - Oranges - Pears - Grapes - Kiwi -
- - Person - Woman - Man - Camera - TV - -
-
- Departure - Arrival -
- - Cars - Trucks - Boats - Planes - Motorcycles - -
-``` - -
+Applying the `noCheckmark` attribute will prevent the check icon from being shown on the selected option. The left padding to reserve space for the checkmark is also removed. ####
`disabled`back to top The `auro-menu` element with `disabled` will mark all `auro-menuoption` elements as disabled. diff --git a/docs/partials/api.md b/docs/partials/api.md index 5848d0b..b43f789 100644 --- a/docs/partials/api.md +++ b/docs/partials/api.md @@ -24,18 +24,6 @@ Applying the `noCheckmark` attribute will prevent the check icon from being shown on the selected option. The left padding to reserve space for the checkmark is also removed. -
- - -
- - - See code - - - - - #### `disabled`