braid-design-system 33.10.0-deprecate-apac-20250704002901 → 33.10.0-deprecate-apac-20250704003714

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-20250704002901
3
+ ## 33.10.0-deprecate-apac-20250704003714
4
4
 
5
5
  ### Minor Changes
6
6
 
package/dist/index.d.mts CHANGED
@@ -4522,6 +4522,11 @@ 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
+ */
4525
4530
  declare const _default$6: {
4526
4531
  vanillaTheme: string;
4527
4532
  name: string;
package/dist/index.d.ts CHANGED
@@ -4522,6 +4522,11 @@ 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
+ */
4525
4530
  declare const _default$6: {
4526
4531
  vanillaTheme: string;
4527
4532
  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-20250704002901",
3
+ "version": "33.10.0-deprecate-apac-20250704003714",
4
4
  "description": "Themeable design system for the SEEK Group",
5
5
  "homepage": "https://seek-oss.github.io/braid-design-system/",
6
6
  "bugs": {