braid-design-system 33.10.0-deprecate-apac-20250704003714 → 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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # braid-design-system
2
2
 
3
- ## 33.10.0-deprecate-apac-20250704003714
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/dist/index.d.mts CHANGED
@@ -4522,11 +4522,6 @@ declare const vars: {
4522
4522
  };
4523
4523
  declare function atoms(props: Omit<Atoms, 'background'>): string;
4524
4524
 
4525
- /**
4526
- * @deprecated the `apac` theme is deprecated and will be removed in a future release.
4527
- *
4528
- * Use the `seekJobs` theme instead.
4529
- */
4530
4525
  declare const _default$6: {
4531
4526
  vanillaTheme: string;
4532
4527
  name: string;
package/dist/index.d.ts CHANGED
@@ -4522,11 +4522,6 @@ declare const vars: {
4522
4522
  };
4523
4523
  declare function atoms(props: Omit<Atoms, 'background'>): string;
4524
4524
 
4525
- /**
4526
- * @deprecated the `apac` theme is deprecated and will be removed in a future release.
4527
- *
4528
- * Use the `seekJobs` theme instead.
4529
- */
4530
4525
  declare const _default$6: {
4531
4526
  vanillaTheme: string;
4532
4527
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-design-system",
3
- "version": "33.10.0-deprecate-apac-20250704003714",
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",