braid-design-system 33.10.0-deprecate-apac-20250704002901 → 33.10.0-seek-business-to-nvl-20250630033521

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -16
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # braid-design-system
2
2
 
3
- ## 33.10.0-deprecate-apac-20250704002901
3
+ ## 33.10.0-seek-business-to-nvl-20250630033521
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,21 +17,6 @@
17
17
  Migrate `seekBusiness` theme to new visual language.
18
18
  Adopts the `seekJobs` theme for the latest design standards, rather than the legacy `apac` theme, while retaining the `seekBusiness` brand accent colour.
19
19
 
20
- ### Patch Changes
21
-
22
- - **apac:** Deprecate theme in favour of `seekJobs` theme ([#1820](https://github.com/seek-oss/braid-design-system/pull/1820))
23
-
24
- **MIGRATION GUIDE:**
25
-
26
- ```diff
27
- # App.tsx
28
- - import apac from 'braid-design-system/themes/apac';
29
- + import seekJobs from 'braid-design-system/themes/seekJobs';
30
-
31
- - <BraidProvider theme={apac} ...>
32
- + <BraidProvider theme={seekJobs} ...>
33
- ```
34
-
35
20
  ## 33.9.1
36
21
 
37
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-design-system",
3
- "version": "33.10.0-deprecate-apac-20250704002901",
3
+ "version": "33.10.0-seek-business-to-nvl-20250630033521",
4
4
  "description": "Themeable design system for the SEEK Group",
5
5
  "homepage": "https://seek-oss.github.io/braid-design-system/",
6
6
  "bugs": {
@@ -220,7 +220,7 @@
220
220
  "react-dom": "^18.3.1",
221
221
  "react-router-dom": "^6.3.0",
222
222
  "sanitize-html": "^2.12.1",
223
- "sku": "14.7.0",
223
+ "sku": "14.6.0",
224
224
  "storybook": "7.6.20",
225
225
  "svgo": "^2.8.0",
226
226
  "title-case": "^3.0.3",