braid-design-system 33.10.0-deprecate-apac-20250703035127 → 33.10.0-deprecate-apac-20250703040101
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 +1 -1
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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-
|
|
3
|
+
"version": "33.10.0-deprecate-apac-20250703040101",
|
|
4
4
|
"description": "Themeable design system for the SEEK Group",
|
|
5
5
|
"homepage": "https://seek-oss.github.io/braid-design-system/",
|
|
6
6
|
"bugs": {
|