@carbon/motion 11.9.0 → 11.10.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.
- package/es/index.js +1 -1
- package/index.scss +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
- package/src/index.js +1 -1
- package/umd/index.js +1 -1
package/es/index.js
CHANGED
package/index.scss
CHANGED
package/lib/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* Copyright IBM Corp. 2018,
|
|
6
|
+
* Copyright IBM Corp. 2018, 2023
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
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": "11.
|
|
4
|
+
"version": "11.10.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"clean": "rimraf es lib umd"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@carbon/cli": "^11.
|
|
31
|
+
"@carbon/cli": "^11.9.0",
|
|
32
32
|
"rimraf": "^4.0.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "07168bf0272678a04c92cd1e700ac60e66355a95"
|
|
35
35
|
}
|
package/src/index.js
CHANGED
package/umd/index.js
CHANGED