@codecademy/gamut-styles 14.2.4-alpha.edcdf7.0 → 14.2.5-alpha.72cf52.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
CHANGED
|
@@ -183,7 +183,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
183
183
|
};
|
|
184
184
|
feedback: {
|
|
185
185
|
error: "red-0";
|
|
186
|
-
success: "green-
|
|
186
|
+
success: "green-400";
|
|
187
187
|
warning: "yellow-0";
|
|
188
188
|
};
|
|
189
189
|
background: {
|
|
@@ -329,7 +329,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
329
329
|
};
|
|
330
330
|
feedback: {
|
|
331
331
|
error: "red-0";
|
|
332
|
-
success: "green-
|
|
332
|
+
success: "green-400";
|
|
333
333
|
warning: "yellow-0";
|
|
334
334
|
};
|
|
335
335
|
background: {
|
|
@@ -562,7 +562,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
562
562
|
};
|
|
563
563
|
feedback: {
|
|
564
564
|
error: "red-0";
|
|
565
|
-
success: "green-
|
|
565
|
+
success: "green-400";
|
|
566
566
|
warning: "yellow-0";
|
|
567
567
|
};
|
|
568
568
|
background: {
|
|
@@ -708,7 +708,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
708
708
|
};
|
|
709
709
|
feedback: {
|
|
710
710
|
error: "red-0";
|
|
711
|
-
success: "green-
|
|
711
|
+
success: "green-400";
|
|
712
712
|
warning: "yellow-0";
|
|
713
713
|
};
|
|
714
714
|
background: {
|
package/dist/themes/core.d.ts
CHANGED
|
@@ -182,7 +182,7 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
|
|
|
182
182
|
};
|
|
183
183
|
feedback: {
|
|
184
184
|
error: "red-0";
|
|
185
|
-
success: "green-
|
|
185
|
+
success: "green-400";
|
|
186
186
|
warning: "yellow-0";
|
|
187
187
|
};
|
|
188
188
|
background: {
|
|
@@ -328,7 +328,7 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
|
|
|
328
328
|
};
|
|
329
329
|
feedback: {
|
|
330
330
|
error: "red-0";
|
|
331
|
-
success: "green-
|
|
331
|
+
success: "green-400";
|
|
332
332
|
warning: "yellow-0";
|
|
333
333
|
};
|
|
334
334
|
background: {
|
package/dist/themes/core.js
CHANGED
|
@@ -193,7 +193,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
193
193
|
};
|
|
194
194
|
feedback: {
|
|
195
195
|
error: "red-0";
|
|
196
|
-
success: "green-
|
|
196
|
+
success: "green-400";
|
|
197
197
|
warning: "yellow-0";
|
|
198
198
|
};
|
|
199
199
|
background: {
|
|
@@ -339,7 +339,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
339
339
|
};
|
|
340
340
|
feedback: {
|
|
341
341
|
error: "red-0";
|
|
342
|
-
success: "green-
|
|
342
|
+
success: "green-400";
|
|
343
343
|
warning: "yellow-0";
|
|
344
344
|
};
|
|
345
345
|
background: {
|
|
@@ -634,7 +634,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
634
634
|
};
|
|
635
635
|
feedback: {
|
|
636
636
|
error: "red-0";
|
|
637
|
-
success: "green-
|
|
637
|
+
success: "green-400";
|
|
638
638
|
warning: "yellow-0";
|
|
639
639
|
};
|
|
640
640
|
background: {
|
|
@@ -791,7 +791,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
791
791
|
};
|
|
792
792
|
feedback: {
|
|
793
793
|
error: "red-0";
|
|
794
|
-
success: "green-
|
|
794
|
+
success: "green-400";
|
|
795
795
|
warning: "yellow-0";
|
|
796
796
|
};
|
|
797
797
|
background: {
|
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.2.
|
|
4
|
+
"version": "14.2.5-alpha.72cf52.0",
|
|
5
5
|
"author": "Jake Hiller <jake@codecademy.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "git@github.com:Codecademy/gamut.git"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@codecademy/variance": "0.20.6-alpha.
|
|
24
|
+
"@codecademy/variance": "0.20.6-alpha.72cf52.0",
|
|
25
25
|
"@emotion/is-prop-valid": "^1.1.0",
|
|
26
26
|
"polished": "^4.1.2"
|
|
27
27
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "ae1c4ab8e000328a17ee130f6e4ddae9ffd51960"
|
|
46
46
|
}
|