@codecademy/gamut-styles 14.1.2 → 14.2.0
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/dist/themes/admin.d.ts +10 -2
- package/dist/themes/admin.js +5 -1
- package/package.json +2 -2
package/dist/themes/admin.d.ts
CHANGED
|
@@ -448,7 +448,11 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
448
448
|
_: "blue-500";
|
|
449
449
|
hover: "blue-400";
|
|
450
450
|
};
|
|
451
|
-
} | {
|
|
451
|
+
} | {
|
|
452
|
+
feedback: {
|
|
453
|
+
success: "green-400";
|
|
454
|
+
};
|
|
455
|
+
}, "-", "_">, "colors"> & import("@codecademy/variance/dist/createTheme/types").Assign<import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
|
|
452
456
|
readonly beige: "#FFF0E5";
|
|
453
457
|
readonly blue: "#1557FF";
|
|
454
458
|
readonly green: "#008A27";
|
|
@@ -745,7 +749,11 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
745
749
|
hover: "blue-400";
|
|
746
750
|
};
|
|
747
751
|
}, "-", "_">;
|
|
748
|
-
dark: import("@codecademy/variance").LiteralPaths<{
|
|
752
|
+
dark: import("@codecademy/variance").LiteralPaths<{
|
|
753
|
+
feedback: {
|
|
754
|
+
success: "green-400";
|
|
755
|
+
};
|
|
756
|
+
}, "-", "_">;
|
|
749
757
|
}>;
|
|
750
758
|
mode: "light" | "dark";
|
|
751
759
|
_getColorValue: (color: import("@codecademy/variance").Path<{
|
package/dist/themes/admin.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-styles",
|
|
3
3
|
"description": "Styleguide & Component library for codecademy.com",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.2.0",
|
|
5
5
|
"author": "Jake Hiller <jake@codecademy.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0bc9a8c081102bc48def2c641756f578fde227ac"
|
|
47
47
|
}
|