@dckj-npm/dc-material 0.1.31 → 0.1.32

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.
@@ -9,7 +9,6 @@ export var TabContainer = function TabContainer(props) {
9
9
  var className = props.className,
10
10
  restProps = _objectWithoutPropertiesLoose(props, _excluded);
11
11
  var CustomTabItem = function CustomTabItem(key, props) {
12
- console.log('key', key, props);
13
12
  return /*#__PURE__*/React.createElement("div", {
14
13
  className: "navigation"
15
14
  }, key.title);
@@ -14,7 +14,6 @@ var TabContainer = exports.TabContainer = function TabContainer(props) {
14
14
  var className = props.className,
15
15
  restProps = (0, _objectWithoutPropertiesLoose2["default"])(props, _excluded);
16
16
  var CustomTabItem = function CustomTabItem(key, props) {
17
- console.log('key', key, props);
18
17
  return /*#__PURE__*/_react["default"].createElement("div", {
19
18
  className: "navigation"
20
19
  }, key.title);
@@ -91,7 +91,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
91
91
  packageName = '@dckj-npm/dc-material';
92
92
  }
93
93
  if (version === void 0) {
94
- version = '0.1.31';
94
+ version = '0.1.32';
95
95
  }
96
96
  if (basicLibraryVersion === void 0) {
97
97
  basicLibraryVersion = {
@@ -96,7 +96,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
96
96
  packageName = '@dckj-npm/dc-material';
97
97
  }
98
98
  if (version === void 0) {
99
- version = '0.1.31';
99
+ version = '0.1.32';
100
100
  }
101
101
  if (basicLibraryVersion === void 0) {
102
102
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -103,10 +103,10 @@
103
103
  },
104
104
  "componentConfig": {
105
105
  "isComponentLibrary": true,
106
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.31/build/lowcode/assets-prod.json"
106
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.32/build/lowcode/assets-prod.json"
107
107
  },
108
108
  "lcMeta": {
109
109
  "type": "component"
110
110
  },
111
- "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.31/build/index.html"
111
+ "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.32/build/index.html"
112
112
  }