Skip to content

Commit 2080a8a

Browse files
committed
edits
1 parent 01d3af8 commit 2080a8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

documentation-site/pages/blog/base-web-v16/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export default Layout;
88

99
# Base Web v16 Released
1010

11-
After more than a year since our last update, we're releasing Base Web v16 with refreshed designs for Button and Tag components, plus a new Tag Group component.
11+
After more than a year since our last update, we're releasing Base Web v16 with refreshed designs for Button, Button Group, and Tag components, plus a new Tag Group component.
1212

1313
We remain committed to maintaining the external codebase and documentation site, and we'll keep sharing updates and new features as they become available.
1414

15-
## Refreshed Button and Tag
15+
## Refreshed Button, Button Group, and Tag
1616

17-
Both Button and Tag components have updated designs with better visual consistency and improved accessibility. Your existing code continues to work without changes.
17+
Button, Button Group, and Tag components have updated designs with better visual consistency and improved accessibility. Your existing code continues to work without changes.
1818

1919
## New Tag Group Component
2020

@@ -35,4 +35,4 @@ function MyComponent() {
3535
npm install baseui@^16.0.0
3636
```
3737

38-
Check out the [Button](/components/button), [Tag](/components/tag), and [Tag Group](/components/tag-group) documentation for details.
38+
Check out the [Button](/components/button), [Button Group](/components/button-group), [Tag](/components/tag), and [Tag Group](/components/tag-group) documentation for details.

documentation-site/pages/blog/base-web-v16/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Diana Suvorova",
33
"authorLink": "https://github.com/diana.suvorova",
44
"title": "What's new in Base Web 16?",
5-
"tagline": "Refreshed Button and Tag components, new Tag Group component",
5+
"tagline": "We are back with updates and new components",
66
"date": "7 January 2026",
77
"coverImage": "https://user-images.githubusercontent.com/5317799/160484160-c3de4f21-c4bd-4978-b39a-7c5c677b449f.png",
88
"coverImageWidth": 960,

documentation-site/posts.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const posts = [
44
author: "Diana Suvorova",
55
authorLink: "https://github.com/diana.suvorova",
66
title: "What's new in Base Web 16?",
7-
tagline: "Refreshed Button and Tag components, new Tag Group component",
7+
tagline: "We are back with updates and new components",
88
date: "7 January 2026",
99
coverImage:
1010
"https://user-images.githubusercontent.com/5317799/160484160-c3de4f21-c4bd-4978-b39a-7c5c677b449f.png",

0 commit comments

Comments
 (0)