Skip to content

Commit 76f5007

Browse files
Version Packages
1 parent 061606f commit 76f5007

7 files changed

Lines changed: 64 additions & 59 deletions

File tree

.changeset/clean-taxes-shop.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.changeset/silent-socks-strive.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/ten-donkeys-add.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/thirty-chicken-occur.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/braid-design-system/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# braid-design-system
22

3+
## 34.1.0
4+
5+
### Minor Changes
6+
7+
- **IconCompany**, **IconPeople**, **IconProfile**: Add active property ([#2024](https://github.com/seek-oss/braid-design-system/pull/2024))
8+
9+
**EXAMPLE USAGE:**
10+
11+
```jsx
12+
<IconCompany active />
13+
<IconPeople active />
14+
<IconProfile active />
15+
```
16+
17+
- **IconImageBroken**, **IconPhotoAdd**: Added components ([#2024](https://github.com/seek-oss/braid-design-system/pull/2024))
18+
19+
**EXAMPLE USAGE:**
20+
21+
```jsx
22+
<IconImageBroken />
23+
<IconPhotoAdd />
24+
```
25+
26+
### Patch Changes
27+
28+
- **TextDropdown:** Updated font-size of options to maintain consistency and accessibility ([#2021](https://github.com/seek-oss/braid-design-system/pull/2021))
29+
30+
- **IconProfile**, **IconPeople**, **IconPersonAdd**: Update artwork, consistent with latest design language ([#2024](https://github.com/seek-oss/braid-design-system/pull/2024))
31+
332
## 34.0.4
433

534
### Patch Changes

packages/braid-design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "braid-design-system",
3-
"version": "34.0.4",
3+
"version": "34.1.0",
44
"description": "Themeable design system for the SEEK Group",
55
"homepage": "https://seek-oss.github.io/braid-design-system/",
66
"bugs": {

site/src/componentUpdates.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5410,5 +5410,39 @@
54105410
{
54115411
"version": "34.0.4",
54125412
"updates": []
5413+
},
5414+
{
5415+
"version": "34.1.0",
5416+
"updates": [
5417+
{
5418+
"updated": [
5419+
"IconCompany",
5420+
"IconPeople",
5421+
"IconProfile"
5422+
],
5423+
"summary": "**IconCompany**, **IconPeople**, **IconProfile**: Add active property\n\n**EXAMPLE USAGE:**\n```jsx\n <IconCompany active />\n <IconPeople active />\n <IconProfile active />\n```"
5424+
},
5425+
{
5426+
"new": [
5427+
"IconImageBroken",
5428+
"IconPhotoAdd"
5429+
],
5430+
"summary": "**IconImageBroken**, **IconPhotoAdd**: Added components\n\n**EXAMPLE USAGE:**\n```jsx\n <IconImageBroken />\n <IconPhotoAdd />\n```"
5431+
},
5432+
{
5433+
"updated": [
5434+
"TextDropdown"
5435+
],
5436+
"summary": "**TextDropdown:** Updated font-size of options to maintain consistency and accessibility"
5437+
},
5438+
{
5439+
"updated": [
5440+
"IconProfile",
5441+
"IconPeople",
5442+
"IconPersonAdd"
5443+
],
5444+
"summary": "**IconProfile**, **IconPeople**, **IconPersonAdd**: Update artwork, consistent with latest design language"
5445+
}
5446+
]
54135447
}
54145448
]

0 commit comments

Comments
 (0)