braid-design-system 33.10.0-deprecate-apac-20250703040101 → 33.10.0-deprecate-apac-20250704002901
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 +0 -11
- package/dist/index.d.ts +0 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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;
|
|
@@ -5022,12 +5017,6 @@ declare const _default$2: {
|
|
|
5022
5017
|
backgroundLightness: Record<"body" | "bodyDark" | "brand" | "brandAccent" | "brandAccentActive" | "brandAccentHover" | "brandAccentSoft" | "brandAccentSoftActive" | "brandAccentSoftHover" | "caution" | "cautionLight" | "critical" | "criticalActive" | "criticalHover" | "criticalLight" | "criticalSoft" | "criticalSoftActive" | "criticalSoftHover" | "formAccent" | "formAccentActive" | "formAccentHover" | "formAccentSoft" | "formAccentSoftActive" | "formAccentSoftHover" | "info" | "infoLight" | "neutral" | "neutralActive" | "neutralHover" | "neutralLight" | "neutralSoft" | "neutralSoftActive" | "neutralSoftHover" | "positive" | "positiveLight" | "promote" | "promoteLight" | "surface" | "surfaceDark", "light" | "dark">;
|
|
5023
5018
|
};
|
|
5024
5019
|
|
|
5025
|
-
/**
|
|
5026
|
-
* @deprecated the `apac` theme is deprecated and will be removed in a future release.
|
|
5027
|
-
*
|
|
5028
|
-
* Use the `seekJobs` theme instead.
|
|
5029
|
-
*/
|
|
5030
|
-
|
|
5031
5020
|
declare namespace themes {
|
|
5032
5021
|
export {
|
|
5033
5022
|
_default$6 as apac,
|
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;
|
|
@@ -5022,12 +5017,6 @@ declare const _default$2: {
|
|
|
5022
5017
|
backgroundLightness: Record<"body" | "bodyDark" | "brand" | "brandAccent" | "brandAccentActive" | "brandAccentHover" | "brandAccentSoft" | "brandAccentSoftActive" | "brandAccentSoftHover" | "caution" | "cautionLight" | "critical" | "criticalActive" | "criticalHover" | "criticalLight" | "criticalSoft" | "criticalSoftActive" | "criticalSoftHover" | "formAccent" | "formAccentActive" | "formAccentHover" | "formAccentSoft" | "formAccentSoftActive" | "formAccentSoftHover" | "info" | "infoLight" | "neutral" | "neutralActive" | "neutralHover" | "neutralLight" | "neutralSoft" | "neutralSoftActive" | "neutralSoftHover" | "positive" | "positiveLight" | "promote" | "promoteLight" | "surface" | "surfaceDark", "light" | "dark">;
|
|
5023
5018
|
};
|
|
5024
5019
|
|
|
5025
|
-
/**
|
|
5026
|
-
* @deprecated the `apac` theme is deprecated and will be removed in a future release.
|
|
5027
|
-
*
|
|
5028
|
-
* Use the `seekJobs` theme instead.
|
|
5029
|
-
*/
|
|
5030
|
-
|
|
5031
5020
|
declare namespace themes {
|
|
5032
5021
|
export {
|
|
5033
5022
|
_default$6 as apac,
|
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-20250704002901",
|
|
4
4
|
"description": "Themeable design system for the SEEK Group",
|
|
5
5
|
"homepage": "https://seek-oss.github.io/braid-design-system/",
|
|
6
6
|
"bugs": {
|