@codecademy/gamut-styles 13.0.2-alpha.e38a27.0 → 13.0.2
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/.turbo/turbo-build.log +7 -2
- package/CHANGELOG.md +1 -1
- package/dist/themes/admin.d.ts +8 -8
- package/dist/themes/core.d.ts +4 -4
- package/dist/themes/core.js +2 -2
- package/dist/themes/core.js.map +1 -1
- package/dist/themes/platform.d.ts +8 -8
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
[32m@codecademy/gamut-styles:build: [0mcache hit, replaying output [
|
|
1
|
+
[32m@codecademy/gamut-styles:build: [0mcache hit, replaying output [2m7a555a3dea739825[0m
|
|
2
2
|
[32m@codecademy/gamut-styles:build: [0m$ yarn build:clean && yarn build:compile && yarn build:transpile
|
|
3
3
|
[32m@codecademy/gamut-styles:build: [0m$ rm -rf ./dist
|
|
4
4
|
[32m@codecademy/gamut-styles:build: [0m$ tsc
|
|
5
5
|
[32m@codecademy/gamut-styles:build: [0m$ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
|
|
6
|
-
[32m@codecademy/gamut-styles:build: [
|
|
6
|
+
[32m@codecademy/gamut-styles:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
7
|
+
[32m@codecademy/gamut-styles:build: [0mnpx browserslist@latest --update-db
|
|
8
|
+
[32m@codecademy/gamut-styles:build: [0m
|
|
9
|
+
[32m@codecademy/gamut-styles:build: [0mWhy you should do it regularly:
|
|
10
|
+
[32m@codecademy/gamut-styles:build: [0mhttps://github.com/browserslist/browserslist#browsers-data-updating
|
|
11
|
+
[32m@codecademy/gamut-styles:build: [0mSuccessfully compiled 45 files with Babel (1348ms).
|
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
### [13.0.2
|
|
6
|
+
### [13.0.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.0.1...@codecademy/gamut-styles@13.0.2) (2022-02-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @codecademy/gamut-styles
|
|
9
9
|
|
package/dist/themes/admin.d.ts
CHANGED
|
@@ -179,7 +179,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
179
179
|
feedback: {
|
|
180
180
|
error: "red-0";
|
|
181
181
|
success: "green-0";
|
|
182
|
-
warning: "yellow";
|
|
182
|
+
warning: "yellow-0";
|
|
183
183
|
};
|
|
184
184
|
background: {
|
|
185
185
|
_: "navy-800";
|
|
@@ -187,7 +187,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
187
187
|
primary: "navy-900";
|
|
188
188
|
selected: "navy-700";
|
|
189
189
|
disabled: "navy-500";
|
|
190
|
-
hover: "navy-
|
|
190
|
+
hover: "navy-600";
|
|
191
191
|
};
|
|
192
192
|
shadow: {
|
|
193
193
|
opaque: "shadow-black-heavy";
|
|
@@ -319,7 +319,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
319
319
|
feedback: {
|
|
320
320
|
error: "red-0";
|
|
321
321
|
success: "green-0";
|
|
322
|
-
warning: "yellow";
|
|
322
|
+
warning: "yellow-0";
|
|
323
323
|
};
|
|
324
324
|
background: {
|
|
325
325
|
_: "navy-800";
|
|
@@ -327,7 +327,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
327
327
|
primary: "navy-900";
|
|
328
328
|
selected: "navy-700";
|
|
329
329
|
disabled: "navy-500";
|
|
330
|
-
hover: "navy-
|
|
330
|
+
hover: "navy-600";
|
|
331
331
|
};
|
|
332
332
|
shadow: {
|
|
333
333
|
opaque: "shadow-black-heavy";
|
|
@@ -540,7 +540,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
540
540
|
feedback: {
|
|
541
541
|
error: "red-0";
|
|
542
542
|
success: "green-0";
|
|
543
|
-
warning: "yellow";
|
|
543
|
+
warning: "yellow-0";
|
|
544
544
|
};
|
|
545
545
|
background: {
|
|
546
546
|
_: "navy-800";
|
|
@@ -548,7 +548,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
548
548
|
primary: "navy-900";
|
|
549
549
|
selected: "navy-700";
|
|
550
550
|
disabled: "navy-500";
|
|
551
|
-
hover: "navy-
|
|
551
|
+
hover: "navy-600";
|
|
552
552
|
};
|
|
553
553
|
shadow: {
|
|
554
554
|
opaque: "shadow-black-heavy";
|
|
@@ -680,7 +680,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
680
680
|
feedback: {
|
|
681
681
|
error: "red-0";
|
|
682
682
|
success: "green-0";
|
|
683
|
-
warning: "yellow";
|
|
683
|
+
warning: "yellow-0";
|
|
684
684
|
};
|
|
685
685
|
background: {
|
|
686
686
|
_: "navy-800";
|
|
@@ -688,7 +688,7 @@ export declare const adminTheme: Record<"breakpoints", {
|
|
|
688
688
|
primary: "navy-900";
|
|
689
689
|
selected: "navy-700";
|
|
690
690
|
disabled: "navy-500";
|
|
691
|
-
hover: "navy-
|
|
691
|
+
hover: "navy-600";
|
|
692
692
|
};
|
|
693
693
|
shadow: {
|
|
694
694
|
opaque: "shadow-black-heavy";
|
package/dist/themes/core.d.ts
CHANGED
|
@@ -178,7 +178,7 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
|
|
|
178
178
|
feedback: {
|
|
179
179
|
error: "red-0";
|
|
180
180
|
success: "green-0";
|
|
181
|
-
warning: "yellow";
|
|
181
|
+
warning: "yellow-0";
|
|
182
182
|
};
|
|
183
183
|
background: {
|
|
184
184
|
_: "navy-800";
|
|
@@ -186,7 +186,7 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
|
|
|
186
186
|
primary: "navy-900";
|
|
187
187
|
selected: "navy-700";
|
|
188
188
|
disabled: "navy-500";
|
|
189
|
-
hover: "navy-
|
|
189
|
+
hover: "navy-600";
|
|
190
190
|
};
|
|
191
191
|
shadow: {
|
|
192
192
|
opaque: "shadow-black-heavy";
|
|
@@ -318,7 +318,7 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
|
|
|
318
318
|
feedback: {
|
|
319
319
|
error: "red-0";
|
|
320
320
|
success: "green-0";
|
|
321
|
-
warning: "yellow";
|
|
321
|
+
warning: "yellow-0";
|
|
322
322
|
};
|
|
323
323
|
background: {
|
|
324
324
|
_: "navy-800";
|
|
@@ -326,7 +326,7 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
|
|
|
326
326
|
primary: "navy-900";
|
|
327
327
|
selected: "navy-700";
|
|
328
328
|
disabled: "navy-500";
|
|
329
|
-
hover: "navy-
|
|
329
|
+
hover: "navy-600";
|
|
330
330
|
};
|
|
331
331
|
shadow: {
|
|
332
332
|
opaque: "shadow-black-heavy";
|
package/dist/themes/core.js
CHANGED
|
@@ -64,7 +64,7 @@ export var coreTheme = createTheme({
|
|
|
64
64
|
feedback: {
|
|
65
65
|
error: 'red-0',
|
|
66
66
|
success: 'green-0',
|
|
67
|
-
warning: 'yellow'
|
|
67
|
+
warning: 'yellow-0'
|
|
68
68
|
},
|
|
69
69
|
background: {
|
|
70
70
|
_: 'navy-800',
|
|
@@ -72,7 +72,7 @@ export var coreTheme = createTheme({
|
|
|
72
72
|
primary: 'navy-900',
|
|
73
73
|
selected: 'navy-700',
|
|
74
74
|
disabled: 'navy-500',
|
|
75
|
-
hover: 'navy-
|
|
75
|
+
hover: 'navy-600'
|
|
76
76
|
},
|
|
77
77
|
shadow: {
|
|
78
78
|
opaque: 'shadow-black-heavy',
|
package/dist/themes/core.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.js","sourceRoot":"","sources":["../../src/themes/core.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EACL,WAAW,EACX,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,UAAU,EACV,UAAU,EACV,YAAY,EACZ,OAAO,GACR,MAAM,cAAc,CAAC;AAEtB;;;;GAIG;AAEH,MAAM,CAAC,MAAM,SAAS,GAAG,WAAW,CAAC;IACnC,WAAW,EAAE,YAAY;IACzB,QAAQ;IACR,UAAU;IACV,UAAU;IACV,UAAU;IACV,OAAO;IACP,QAAQ;CACT,CAAC;KACC,SAAS,CAAC,WAAW,CAAC;KACtB,aAAa,CAAC,OAAO,EAAE;IACtB,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE;QACjE,QAAQ,EAAE;YACR,KAAK,EAAE,SAAS;YAChB,OAAO,EAAE,WAAW;YACpB,OAAO,EAAE,QAAQ;SAClB;QACD,UAAU,EAAE;YACV,CAAC,EAAE,OAAO;YACV,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,OAAO;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,UAAU;SAClB;QACD,MAAM,EAAE;YACN,MAAM,EAAE,oBAAoB;YAC5B,KAAK,EAAE,UAAU;SAClB;QACD,OAAO,EAAE;YACP,CAAC,EAAE,WAAW;YACd,KAAK,EAAE,WAAW;SACnB;QACD,SAAS,EAAE;YACT,CAAC,EAAE,UAAU;YACb,KAAK,EAAE,UAAU;SAClB;QACD,MAAM,EAAE;YACN,CAAC,EAAE,SAAS;YACZ,KAAK,EAAE,SAAS;SACjB;QACD,SAAS,EAAE;YACT,CAAC,EAAE,WAAW;YACd,KAAK,EAAE,WAAW;SACnB;KACF;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE;QAC3D,QAAQ,EAAE;YACR,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"core.js","sourceRoot":"","sources":["../../src/themes/core.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EACL,WAAW,EACX,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,UAAU,EACV,UAAU,EACV,YAAY,EACZ,OAAO,GACR,MAAM,cAAc,CAAC;AAEtB;;;;GAIG;AAEH,MAAM,CAAC,MAAM,SAAS,GAAG,WAAW,CAAC;IACnC,WAAW,EAAE,YAAY;IACzB,QAAQ;IACR,UAAU;IACV,UAAU;IACV,UAAU;IACV,OAAO;IACP,QAAQ;CACT,CAAC;KACC,SAAS,CAAC,WAAW,CAAC;KACtB,aAAa,CAAC,OAAO,EAAE;IACtB,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,UAAU,EAAE;QACjE,QAAQ,EAAE;YACR,KAAK,EAAE,SAAS;YAChB,OAAO,EAAE,WAAW;YACpB,OAAO,EAAE,QAAQ;SAClB;QACD,UAAU,EAAE;YACV,CAAC,EAAE,OAAO;YACV,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,OAAO;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,UAAU;SAClB;QACD,MAAM,EAAE;YACN,MAAM,EAAE,oBAAoB;YAC5B,KAAK,EAAE,UAAU;SAClB;QACD,OAAO,EAAE;YACP,CAAC,EAAE,WAAW;YACd,KAAK,EAAE,WAAW;SACnB;QACD,SAAS,EAAE;YACT,CAAC,EAAE,UAAU;YACb,KAAK,EAAE,UAAU;SAClB;QACD,MAAM,EAAE;YACN,CAAC,EAAE,SAAS;YACZ,KAAK,EAAE,SAAS;SACjB;QACD,SAAS,EAAE;YACT,CAAC,EAAE,WAAW;YACd,KAAK,EAAE,WAAW;SACnB;KACF;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE;QAC3D,QAAQ,EAAE;YACR,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,UAAU;SACpB;QACD,UAAU,EAAE;YACV,CAAC,EAAE,UAAU;YACb,OAAO,EAAE,UAAU;YACnB,OAAO,EAAE,UAAU;YACnB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,UAAU;SAClB;QACD,MAAM,EAAE;YACN,MAAM,EAAE,oBAAoB;YAC5B,KAAK,EAAE,OAAO;SACf;QACD,OAAO,EAAE;YACP,CAAC,EAAE,YAAY;YACf,KAAK,EAAE,YAAY;SACpB;QACD,SAAS,EAAE;YACT,CAAC,EAAE,OAAO;YACV,KAAK,EAAE,UAAU;SAClB;QACD,MAAM,EAAE;YACN,CAAC,EAAE,OAAO;YACV,KAAK,EAAE,SAAS;SACjB;QACD,SAAS,EAAE;YACT,CAAC,EAAE,YAAY;YACf,KAAK,EAAE,YAAY;SACpB;KACF;CACF,CAAC;KACD,QAAQ,CAAC,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC;IACpC,CAAC,EAAE,aAAa,MAAM,CAAC,SAAS,EAAE;IAClC,CAAC,EAAE,aAAa,MAAM,CAAC,SAAS,EAAE;CACnC,CAAC,CAAC;KACF,oBAAoB,CAAC,UAAU,CAAC;KAChC,KAAK,EAAE,CAAC"}
|
|
@@ -189,7 +189,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
189
189
|
feedback: {
|
|
190
190
|
error: "red-0";
|
|
191
191
|
success: "green-0";
|
|
192
|
-
warning: "yellow";
|
|
192
|
+
warning: "yellow-0";
|
|
193
193
|
};
|
|
194
194
|
background: {
|
|
195
195
|
_: "navy-800";
|
|
@@ -197,7 +197,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
197
197
|
primary: "navy-900";
|
|
198
198
|
selected: "navy-700";
|
|
199
199
|
disabled: "navy-500";
|
|
200
|
-
hover: "navy-
|
|
200
|
+
hover: "navy-600";
|
|
201
201
|
};
|
|
202
202
|
shadow: {
|
|
203
203
|
opaque: "shadow-black-heavy";
|
|
@@ -329,7 +329,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
329
329
|
feedback: {
|
|
330
330
|
error: "red-0";
|
|
331
331
|
success: "green-0";
|
|
332
|
-
warning: "yellow";
|
|
332
|
+
warning: "yellow-0";
|
|
333
333
|
};
|
|
334
334
|
background: {
|
|
335
335
|
_: "navy-800";
|
|
@@ -337,7 +337,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
337
337
|
primary: "navy-900";
|
|
338
338
|
selected: "navy-700";
|
|
339
339
|
disabled: "navy-500";
|
|
340
|
-
hover: "navy-
|
|
340
|
+
hover: "navy-600";
|
|
341
341
|
};
|
|
342
342
|
shadow: {
|
|
343
343
|
opaque: "shadow-black-heavy";
|
|
@@ -616,7 +616,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
616
616
|
feedback: {
|
|
617
617
|
error: "red-0";
|
|
618
618
|
success: "green-0";
|
|
619
|
-
warning: "yellow";
|
|
619
|
+
warning: "yellow-0";
|
|
620
620
|
};
|
|
621
621
|
background: {
|
|
622
622
|
_: "navy-800";
|
|
@@ -624,7 +624,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
624
624
|
primary: "navy-900";
|
|
625
625
|
selected: "navy-700";
|
|
626
626
|
disabled: "navy-500";
|
|
627
|
-
hover: "navy-
|
|
627
|
+
hover: "navy-600";
|
|
628
628
|
};
|
|
629
629
|
shadow: {
|
|
630
630
|
opaque: "shadow-black-heavy";
|
|
@@ -767,7 +767,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
767
767
|
feedback: {
|
|
768
768
|
error: "red-0";
|
|
769
769
|
success: "green-0";
|
|
770
|
-
warning: "yellow";
|
|
770
|
+
warning: "yellow-0";
|
|
771
771
|
};
|
|
772
772
|
background: {
|
|
773
773
|
_: "navy-800";
|
|
@@ -775,7 +775,7 @@ export declare const platformTheme: Record<"breakpoints", {
|
|
|
775
775
|
primary: "navy-900";
|
|
776
776
|
selected: "navy-700";
|
|
777
777
|
disabled: "navy-500";
|
|
778
|
-
hover: "navy-
|
|
778
|
+
hover: "navy-600";
|
|
779
779
|
};
|
|
780
780
|
shadow: {
|
|
781
781
|
opaque: "shadow-black-heavy";
|
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": "13.0.2
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"author": "Jake Hiller <jake@codecademy.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"url": "git@github.com:Codecademy/gamut.git"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@codecademy/variance": "0.20.
|
|
20
|
+
"@codecademy/variance": "^0.20.0",
|
|
21
21
|
"@emotion/is-prop-valid": "^1.1.0",
|
|
22
22
|
"polished": "^4.1.2"
|
|
23
23
|
},
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7adb24098e76039068bbe119afbf18739c4a2263"
|
|
43
43
|
}
|