@codecademy/gamut-styles 16.3.1-alpha.2e8e59.0 → 16.3.1-alpha.47b6ec.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.
@@ -27,8 +27,8 @@ export declare const adminTheme: Record<"breakpoints", {
27
27
  borderRadii: {
28
28
  none: string;
29
29
  sm: string;
30
- m: string;
31
- l: string;
30
+ md: string;
31
+ lg: string;
32
32
  xl: string;
33
33
  full: string;
34
34
  };
@@ -26,8 +26,8 @@ export declare const coreTheme: Record<"elements", Record<"elements", import("@c
26
26
  borderRadii: {
27
27
  none: string;
28
28
  sm: string;
29
- m: string;
30
- l: string;
29
+ md: string;
30
+ lg: string;
31
31
  xl: string;
32
32
  full: string;
33
33
  };
@@ -37,8 +37,8 @@ export declare const platformTheme: Record<"breakpoints", {
37
37
  borderRadii: {
38
38
  none: string;
39
39
  sm: string;
40
- m: string;
41
- l: string;
40
+ md: string;
41
+ lg: string;
42
42
  xl: string;
43
43
  full: string;
44
44
  };
@@ -1,8 +1,8 @@
1
1
  export declare const borderRadii: {
2
2
  none: string;
3
3
  sm: string;
4
- m: string;
5
- l: string;
4
+ md: string;
5
+ lg: string;
6
6
  xl: string;
7
7
  full: string;
8
8
  };
@@ -1,8 +1,8 @@
1
1
  export var borderRadii = {
2
2
  none: '0px',
3
3
  sm: '2px',
4
- m: '4px',
5
- l: '8px',
4
+ md: '4px',
5
+ lg: '8px',
6
6
  xl: '16px',
7
7
  full: '50%'
8
8
  };
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": "16.3.1-alpha.2e8e59.0",
4
+ "version": "16.3.1-alpha.47b6ec.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/variance": "0.21.3",
@@ -34,5 +34,5 @@
34
34
  "scripts": {
35
35
  "build": "nx build @codecademy/gamut-styles"
36
36
  },
37
- "gitHead": "2ecc1c696cfc4b1096e5b8a4eb69f4ff7e230d2f"
37
+ "gitHead": "98dabf5147c711590c14c5135e4b18e987967cdf"
38
38
  }