@carbon/motion 10.28.0 → 10.29.0-rc.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.
Files changed (2) hide show
  1. package/docs/sass.md +2 -2
  2. package/package.json +3 -3
package/docs/sass.md CHANGED
@@ -23,7 +23,7 @@ from the package by writing the following:
23
23
  }
24
24
  ```
25
25
 
26
- ## Exports
26
+ ## API
27
27
 
28
28
  | Name | Type |
29
29
  | :---------------------- | :------- |
@@ -33,6 +33,6 @@ from the package by writing the following:
33
33
  | `$duration-moderate-02` | Duration |
34
34
  | `$duration-slow-01` | Duration |
35
35
  | `$duration-slow-02` | Duration |
36
- | `$easings` | Duration |
36
+ | `$easings` | Map |
37
37
  | `@mixin motion` | Mixin |
38
38
  | `@function motion` | Mixin |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/motion",
3
3
  "description": "Motion helpers for digital and software products using the Carbon Design System",
4
- "version": "10.28.0",
4
+ "version": "10.29.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,7 +29,7 @@
29
29
  "clean": "rimraf es lib umd"
30
30
  },
31
31
  "devDependencies": {
32
- "@carbon/cli": "^10.33.0",
32
+ "@carbon/cli": "^10.34.0-rc.0",
33
33
  "rimraf": "^3.0.0"
34
34
  },
35
35
  "eyeglass": {
@@ -38,5 +38,5 @@
38
38
  "sassDir": "scss",
39
39
  "needs": "^1.3.0"
40
40
  },
41
- "gitHead": "6a49764a3df2cc3e3b8fce6575f4853d1400e183"
41
+ "gitHead": "e41618f5aaa9a10ce93edd844f1a280dc29eaf50"
42
42
  }