@carbon/ibm-products 2.41.1-canary.16 → 2.41.1-canary.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,7 +60,7 @@ var WebTerminal = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
60
60
  matches: true
61
61
  },
62
62
  prefersReducedMotion = _ref2.matches;
63
- var webTerminalAnimationName = "".concat(open ? 'web-terminal-entrance' : 'web-terminal-exit', " ").concat(moderate02);
63
+ var webTerminalAnimationName = "".concat(open ? 'web-terminal-entrance' : 'web-terminal-exit forwards', " ").concat(moderate02);
64
64
  var showDocumentationLinks = useMemo(function () {
65
65
  return documentationLinks.length > 0;
66
66
  }, [documentationLinks]);
@@ -69,7 +69,7 @@ exports.WebTerminal = /*#__PURE__*/React__default["default"].forwardRef(function
69
69
  matches: true
70
70
  },
71
71
  prefersReducedMotion = _ref2.matches;
72
- var webTerminalAnimationName = "".concat(open ? 'web-terminal-entrance' : 'web-terminal-exit', " ").concat(carbonMotion.moderate02);
72
+ var webTerminalAnimationName = "".concat(open ? 'web-terminal-entrance' : 'web-terminal-exit forwards', " ").concat(carbonMotion.moderate02);
73
73
  var showDocumentationLinks = React.useMemo(function () {
74
74
  return documentationLinks.length > 0;
75
75
  }, [documentationLinks]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.41.1-canary.16+b3c3b29f3",
4
+ "version": "2.41.1-canary.17+d9bc09b97",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -121,5 +121,5 @@
121
121
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
122
122
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
123
123
  },
124
- "gitHead": "b3c3b29f30c5f9f7022b9432c2601dc98b157825"
124
+ "gitHead": "d9bc09b974c0c2183b00c2584dda25bf3ec224fe"
125
125
  }