-
+
For You
diff --git a/packages/webawesome/docs/assets/styles/theme-headers.css b/packages/webawesome/docs/assets/styles/theme-headers.css
index 168e0811a..42b9ce014 100644
--- a/packages/webawesome/docs/assets/styles/theme-headers.css
+++ b/packages/webawesome/docs/assets/styles/theme-headers.css
@@ -185,11 +185,11 @@ html.wa-theme-brutalist .preview-container {
text-align: right;
}
- .product-card wa-button::part(prefix) {
+ .product-card wa-button::part(start) {
padding-inline-start: var(--wa-space-xs);
}
- .product-card wa-button::part(suffix) {
+ .product-card wa-button::part(end) {
padding-inline-end: var(--wa-space-xs);
}
diff --git a/packages/webawesome/docs/docs/components/badge.md b/packages/webawesome/docs/docs/components/badge.md
index 4f3895a2f..135366d98 100644
--- a/packages/webawesome/docs/docs/components/badge.md
+++ b/packages/webawesome/docs/docs/components/badge.md
@@ -141,16 +141,3 @@ One of the most common use cases for badges is attaching them to buttons. To mak
6
```
-
-### With Menu Items
-
-When including badges in menu items, use the `suffix` slot to make sure they're aligned correctly.
-
-```html {.example}
-
- Messages
- Messages
- Comments 4
- Replies 12
-
-```
diff --git a/packages/webawesome/docs/docs/components/breadcrumb-item.md b/packages/webawesome/docs/docs/components/breadcrumb-item.md
index 559b34451..aa23f85a2 100644
--- a/packages/webawesome/docs/docs/components/breadcrumb-item.md
+++ b/packages/webawesome/docs/docs/components/breadcrumb-item.md
@@ -8,7 +8,7 @@ parent: breadcrumb
```html {.example}
-
+
Home
Clothing
diff --git a/packages/webawesome/docs/docs/components/breadcrumb.md b/packages/webawesome/docs/docs/components/breadcrumb.md
index 65db6ff40..5fad21c87 100644
--- a/packages/webawesome/docs/docs/components/breadcrumb.md
+++ b/packages/webawesome/docs/docs/components/breadcrumb.md
@@ -36,32 +36,20 @@ For websites, you'll probably want to use links instead. You can make any breadc
```
-### Prefixes
+### Start & End Decorations
-Use the `prefix` slot to add content before any breadcrumb item.
+Use the `start` and `end` slots to add presentational elements like `` next to any breadcrumb item.
```html {.example}
-
+
Home
Articles
- Traveling
-
-```
-
-### Suffixes
-
-Use the `suffix` slot to add content after any breadcrumb item.
-
-```html {.example}
-
- Documents
- Policies
- Security
-
+
+ Traveling
```
@@ -99,7 +87,7 @@ Use the `separator` slot to change the separator that goes between breadcrumb it
### Custom Colors
-Breadcrumb labels match the color set on ``. Prefixes, suffixes, and separators can be styled using CSS parts.
+Breadcrumb labels match the color set on ``. Content in the `start`, `end`, and `separator` slots can be styled using CSS parts.
```html {.example}
-
+
Home
Articles
@@ -149,7 +137,7 @@ Dropdown menus can be placed in the default slot to provide additional options.
```
-Alternatively, you can place dropdown menus in a prefix or suffix slot.
+Alternatively, you can place dropdown menus in a `start` or `end` slot.
```html {.example}
@@ -158,7 +146,7 @@ Alternatively, you can place dropdown menus in a prefix or suffix slot.
Digital Media
Web Design
-
+
diff --git a/packages/webawesome/docs/docs/components/button-group.md b/packages/webawesome/docs/docs/components/button-group.md
index 5b800018c..afe4070a2 100644
--- a/packages/webawesome/docs/docs/components/button-group.md
+++ b/packages/webawesome/docs/docs/components/button-group.md
@@ -50,26 +50,26 @@ and it will override the inherited size,
it is rarely a good idea to mix sizes within the same button group.
:::
-### Vertical button groups
+### Vertical Button Groups
Set the `orientation` attribute to `vertical` to make a vertical button group.
```html {.example}
-
+
New
-
+
Open
-
+
Save
-
+
Print
diff --git a/packages/webawesome/docs/docs/components/button.md b/packages/webawesome/docs/docs/components/button.md
index 5cabbf00a..8866958e0 100644
--- a/packages/webawesome/docs/docs/components/button.md
+++ b/packages/webawesome/docs/docs/components/button.md
@@ -126,60 +126,60 @@ As expected, buttons can be given a custom width by setting the `width` CSS prop
Large
```
-### Prefix and Suffix Icons
+### Start & End Decorations
-Use the `prefix` and `suffix` slots to add icons.
+Use the `start` and `end` slots to add presentational elements like `` next to the button label.
```html {.example}
-
+
Settings
-
+
Refresh
-
-
+
+
Open
-
+
Settings
-
+
Refresh
-
-
+
+
Open
-
+
Settings
-
+
Refresh
-
-
+
+
Open
```
diff --git a/packages/webawesome/docs/docs/components/dropdown.md b/packages/webawesome/docs/docs/components/dropdown.md
index 18f337dd6..4c6cee2f0 100644
--- a/packages/webawesome/docs/docs/components/dropdown.md
+++ b/packages/webawesome/docs/docs/components/dropdown.md
@@ -240,7 +240,7 @@ The preferred placement of the dropdown can be set with the `placement` attribut
File formats
-
+
PDF Document
diff --git a/packages/webawesome/docs/docs/components/input.md b/packages/webawesome/docs/docs/components/input.md
index b716c881b..61ab7dc3f 100644
--- a/packages/webawesome/docs/docs/components/input.md
+++ b/packages/webawesome/docs/docs/components/input.md
@@ -109,24 +109,24 @@ The `type` attribute controls the type of input the browser renders.
```
-### Prefix & Suffix Icons
+### Start & End Decorations
-Use the `prefix` and `suffix` slots to add icons.
+Use the `start` and `end` slots to add presentational elements like `` within the input.
```html {.example}
-
-
+
+
-
-
+
+
-
-
+
+
```
diff --git a/packages/webawesome/docs/docs/components/option.md b/packages/webawesome/docs/docs/components/option.md
index 412fd9041..84868b736 100644
--- a/packages/webawesome/docs/docs/components/option.md
+++ b/packages/webawesome/docs/docs/components/option.md
@@ -28,28 +28,28 @@ Use the `disabled` attribute to disable an option and prevent it from being sele
```
-### Prefix & Suffix
+### Start & End Decorations
-Add icons to the start and end of menu items using the `prefix` and `suffix` slots.
+Use the `start` and `end` slots to add presentational elements like `` next to the option label.
```html {.example}
-
+
Email
-
+
-
+
Phone
-
+
-
+
Chat
-
+
```
diff --git a/packages/webawesome/docs/docs/components/popover.md b/packages/webawesome/docs/docs/components/popover.md
index b4edbdaa6..eac4ff731 100644
--- a/packages/webawesome/docs/docs/components/popover.md
+++ b/packages/webawesome/docs/docs/components/popover.md
@@ -137,7 +137,7 @@ Use the [`autofocus`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_a
-
+
Feedback
```
\ No newline at end of file
diff --git a/packages/webawesome/docs/docs/components/progress-bar.md b/packages/webawesome/docs/docs/components/progress-bar.md
index 985e38dbb..9b0530669 100644
--- a/packages/webawesome/docs/docs/components/progress-bar.md
+++ b/packages/webawesome/docs/docs/components/progress-bar.md
@@ -7,9 +7,7 @@ icon: progress-bar
---
```html {.example}
-
-
-
+
```
## Examples
diff --git a/packages/webawesome/docs/docs/components/progress-ring.md b/packages/webawesome/docs/docs/components/progress-ring.md
index 501b5b1fa..304992702 100644
--- a/packages/webawesome/docs/docs/components/progress-ring.md
+++ b/packages/webawesome/docs/docs/components/progress-ring.md
@@ -6,9 +6,7 @@ icon: progress-ring
---
```html {.example}
-
-
-
+
```
## Examples
@@ -18,9 +16,7 @@ icon: progress-ring
Use the `--size` custom property to set the diameter of the progress ring.
```html {.example}
-
-
-
+
```
### Track and Indicator Width
@@ -28,9 +24,7 @@ Use the `--size` custom property to set the diameter of the progress ring.
Use the `--track-width` and `--indicator-width` custom properties to set the width of the progress ring's track and indicator.
```html {.example}
-
-
-
+
```
### Colors
@@ -45,7 +39,6 @@ To change the color, use the `--track-color` and `--indicator-color` custom prop
--indicator-color: deeppink;
"
>
-
```
diff --git a/packages/webawesome/docs/docs/components/qr-code.md b/packages/webawesome/docs/docs/components/qr-code.md
index 2f801ff53..06db03636 100644
--- a/packages/webawesome/docs/docs/components/qr-code.md
+++ b/packages/webawesome/docs/docs/components/qr-code.md
@@ -13,7 +13,7 @@ QR codes are useful for providing small pieces of information to users who can q
-
+
@@ -46,9 +46,7 @@ QR codes are useful for providing small pieces of information to users who can q
Use the `fill` and `background` attributes to modify the QR code's colors. You should always ensure good contrast for optimal compatibility with QR code scanners.
```html {.example}
-
-
-
+
```
### Size
@@ -56,9 +54,7 @@ Use the `fill` and `background` attributes to modify the QR code's colors. You s
Use the `size` attribute to change the size of the QR code.
```html {.example}
-
-
-
+
```
### Radius
@@ -66,9 +62,7 @@ Use the `size` attribute to change the size of the QR code.
Create a rounded effect with the `radius` attribute.
```html {.example}
-
-
-
+
```
### Error Correction
@@ -77,18 +71,10 @@ QR codes can be rendered with various levels of [error correction](https://www.q
```html {.example}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+