@alicloud/console-components-search 0.2.3 → 0.2.4

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.
@@ -1,7 +1,7 @@
1
1
  开始构建微应用external依赖...
2
2
  BreezrPluginStyledComponentsIsolation The plugin will trying to use the package's name as isolation id of styled-components. This behavior usually occurred on dev mode. And if you were received this warning on publish mode then you should to set `options.styledComponentStyleSheetId` implicitly.
3
3
  ℹ Compiling Webpack
4
- ✔ Webpack: Compiled successfully in 11.92s
4
+ ✔ Webpack: Compiled successfully in 11.42s
5
5
  WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
6
6
  This can impact web performance.
7
7
  Assets:
@@ -120,7 +120,7 @@ var SearchTagList = function SearchTagList(props) {
120
120
  }
121
121
  }, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("label", {
122
122
  className: "console-tags-tag-label"
123
- }, tagItem.label), tagItem.value || tagItem.valueLabel));
123
+ }, tagItem.label), tagItem.valueLabel || tagItem.value));
124
124
  }), dataSource && dataSource.length > 0 && /*#__PURE__*/React.createElement("a", {
125
125
  className: "remove-btn",
126
126
  onClick: onRemoveAllFilter
@@ -137,7 +137,7 @@ var SearchTagList = function SearchTagList(props) {
137
137
  }
138
138
  }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("label", {
139
139
  className: "console-tags-tag-label"
140
- }, tagItem.label), tagItem.value || tagItem.valueLabel));
140
+ }, tagItem.label), tagItem.valueLabel || tagItem.value));
141
141
  }), dataSource && dataSource.length > 0 && /*#__PURE__*/_react.default.createElement("a", {
142
142
  className: "remove-btn",
143
143
  onClick: onRemoveAllFilter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-components-search",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "license": "MIT",