@carbon/motion 10.15.0 → 10.17.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/index.scss +30 -0
  2. package/package.json +3 -3
package/index.scss CHANGED
@@ -54,3 +54,33 @@ $easings: (
54
54
  @mixin motion($name, $mode) {
55
55
  transition-timing-function: motion($name, $mode);
56
56
  }
57
+
58
+ /// @access public
59
+ /// @type Duration
60
+ /// @group @carbon/motion
61
+ $duration-fast-01: 70ms;
62
+
63
+ /// @access public
64
+ /// @type Duration
65
+ /// @group @carbon/motion
66
+ $duration-fast-02: 110ms;
67
+
68
+ /// @access public
69
+ /// @type Duration
70
+ /// @group @carbon/motion
71
+ $duration-moderate-01: 150ms;
72
+
73
+ /// @access public
74
+ /// @type Duration
75
+ /// @group @carbon/motion
76
+ $duration-moderate-02: 240ms;
77
+
78
+ /// @access public
79
+ /// @type Duration
80
+ /// @group @carbon/motion
81
+ $duration-slow-01: 400ms;
82
+
83
+ /// @access public
84
+ /// @type Duration
85
+ /// @group @carbon/motion
86
+ $duration-slow-02: 700ms;
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.15.0",
4
+ "version": "10.17.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.21.0",
32
+ "@carbon/cli": "^10.22.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": "9d5ddba624d9cc7afe54717fd430228349c043e3"
41
+ "gitHead": "ee650dfb14b7428a1509fcef32db2438b9b9eb76"
42
42
  }