plain-design 3.0.0 → 3.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -39,7 +39,9 @@ const PlSwitchTransition = designComponent({
39
39
  }
40
40
  }
41
41
  return (
42
+ // @ts-ignore
42
43
  <SwitchTransition mode={props.mode}>
44
+ {/*@ts-ignore*/}
43
45
  <CSSTransition
44
46
  {...emit}
45
47
  key={state.key}
@@ -91,6 +93,7 @@ const PlDisappearTransition = designClassComponent({
91
93
 
92
94
  return () => {
93
95
  return (
96
+ // @ts-ignore
94
97
  <CSSTransition
95
98
  {...binding}
96
99
  ref={cssRef}