Skip to content

Commit 34867b3

Browse files
committed
apac: Deprecate in favour of seekJobs
1 parent bfd1761 commit 34867b3

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.changeset/easy-candles-grab.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
'braid-design-system': patch
3+
---
4+
5+
---
6+
updated:
7+
- apac
8+
---
9+
10+
**apac:** Deprecate theme in favour of `seekJobs` theme
11+
12+
**MIGRATION GUIDE:**
13+
```diff
14+
# App.tsx
15+
- import { apac } from 'braid-design-system/themes/apac';
16+
+ import { seekJobs } from 'braid-design-system/themes/seekJobs';
17+
18+
- <BraidProvider theme={apacTheme} ...>
19+
+ <BraidProvider theme={seekJobsTheme} ...>
20+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/**
2+
* @deprecated the `apac` theme is deprecated and will be removed in a future release.
3+
*
4+
* Use the `seekJobs` theme instead.
5+
*/
16
export { default } from '../../lib/themes/apac';

0 commit comments

Comments
 (0)