@codecademy/gamut-styles 14.1.2 → 14.1.3-alpha.13f70d.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.
@@ -448,7 +448,11 @@ export declare const adminTheme: Record<"breakpoints", {
448
448
  _: "blue-500";
449
449
  hover: "blue-400";
450
450
  };
451
- } | {}, "-", "_">, "colors"> & import("@codecademy/variance/dist/createTheme/types").Assign<import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
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<{
@@ -7,5 +7,9 @@ export var adminTheme = createTheme(coreTheme).addColorModes('light', {
7
7
  hover: 'blue-400'
8
8
  }
9
9
  },
10
- dark: {}
10
+ dark: {
11
+ feedback: {
12
+ success: 'green-400'
13
+ }
14
+ }
11
15
  }).build();
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.1.2",
4
+ "version": "14.1.3-alpha.13f70d.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": "d82781e84ef9f28d1d22d64dbca816a777455649"
46
+ "gitHead": "1dce13a67510965e810a5fa432a47a5e65524302"
47
47
  }