@douyinfe/semi-ui 2.22.0-beta.3 → 2.22.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.
@@ -64862,7 +64862,7 @@ class SubNav_SubNav extends baseComponent_BaseComponent {
64862
64862
  const isOpen = this.adapter.getIsOpen();
64863
64863
  const iconElem = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.isValidElement(icon) ? withTransition ? /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(_cssAnimation, {
64864
64864
  animationState: isOpen ? "enter" : "leave",
64865
- startClassName: "".concat(navigation_constants_cssClasses.PREFIX, "-icon-rotate-").concat(isOpen ? "0" : "180")
64865
+ startClassName: "".concat(navigation_constants_cssClasses.PREFIX, "-icon-rotate-").concat(isOpen ? "180" : "0")
64866
64866
  }, _ref => {
64867
64867
  let {
64868
64868
  animationClassName