@codecademy/gamut-styles 17.0.1-alpha.f8c838.0 → 17.1.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.
@@ -1,4 +1,4 @@
1
- export declare const FONT_ASSET_PATH = "https://static-assets.staging.codecademy.com/gamut";
1
+ export declare const FONT_ASSET_PATH = "https://static-assets.codecademy.com/gamut";
2
2
  export declare const webFonts: ({
3
3
  filePath: string;
4
4
  extensions: string[];
@@ -1,4 +1,4 @@
1
- export var FONT_ASSET_PATH = "https://static-assets.staging.codecademy.com/gamut";
1
+ export var FONT_ASSET_PATH = "https://static-assets.codecademy.com/gamut";
2
2
  export var webFonts = [{
3
3
  filePath: "".concat(FONT_ASSET_PATH, "/apercu-regular-pro"),
4
4
  extensions: ['woff', 'woff2'],
@@ -1,10 +1,12 @@
1
1
  export declare const timingValues: {
2
2
  fast: number;
3
3
  medium: number;
4
+ base: number;
4
5
  slow: number;
5
6
  };
6
7
  export declare const timing: {
7
8
  fast: string;
8
9
  medium: string;
10
+ base: string;
9
11
  slow: string;
10
12
  };
@@ -1,10 +1,12 @@
1
1
  export var timingValues = {
2
2
  fast: 150,
3
3
  medium: 200,
4
+ base: 300,
4
5
  slow: 350
5
6
  };
6
7
  export var timing = {
7
8
  fast: "".concat(timingValues.fast, "ms"),
8
9
  medium: "".concat(timingValues.medium, "ms"),
10
+ base: "".concat(timingValues.base, "ms"),
9
11
  slow: "".concat(timingValues.slow, "ms")
10
12
  };
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": "17.0.1-alpha.f8c838.0",
4
+ "version": "17.1.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": "759c1eced9abf313ca7dcdda964091661a87eea0"
37
+ "gitHead": "70227c521fb18838eca9d6d0c9c9a99cf42c9718"
38
38
  }