@codecademy/gamut-styles 17.0.0 → 17.0.1-alpha.2ebc53.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,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.0",
4
+ "version": "17.0.1-alpha.2ebc53.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": "179381ca0b706acc15cce8dc3552a9b2335235b2"
37
+ "gitHead": "34c61b868fb50487e3164034f5a742816143fabc"
38
38
  }