We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
seekJobs
1 parent bfd1761 commit 34867b3Copy full SHA for 34867b3
2 files changed
.changeset/easy-candles-grab.md
@@ -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
+```
packages/braid-design-system/src/entries/themes/apac.ts
@@ -1 +1,6 @@
+/**
+ * @deprecated the `apac` theme is deprecated and will be removed in a future release.
+ *
+ * Use the `seekJobs` theme instead.
+ */
export { default } from '../../lib/themes/apac';
0 commit comments