@zat-design/sisyphus-react 3.3.2-beta.1 → 3.3.2-beta.2

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.
@@ -46,7 +46,6 @@ var ProCollapse = function ProCollapse(props) {
46
46
  'pro-collapse-level2-no-collapse': !towCollapse,
47
47
  'pro-collapse-panel': true
48
48
  });
49
- debugger;
50
49
  var hasCollapse = {};
51
50
  if (!towCollapse) {
52
51
  hasCollapse.collapsible = 'disabled';
@@ -50,7 +50,6 @@ var ProCollapse = function ProCollapse(props) {
50
50
  'pro-collapse-level2-no-collapse': !towCollapse,
51
51
  'pro-collapse-panel': true
52
52
  });
53
- debugger;
54
53
  var hasCollapse = {};
55
54
  if (!towCollapse) {
56
55
  hasCollapse.collapsible = 'disabled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.3.2-beta.1",
3
+ "version": "3.3.2-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",