@sendoutcards/quantum-design-ui 1.8.39-alpha.0 → 1.8.39-alpha.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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -11764,7 +11764,7 @@ var PromptingsIcon$1 = function (_a) {
11764
11764
  }))));
11765
11765
  };
11766
11766
 
11767
- var Icon = function (_a) {
11767
+ var Icon = /*#__PURE__*/React.memo(function (_a) {
11768
11768
  var primaryColor = _a.primaryColor,
11769
11769
  secondaryColor = _a.secondaryColor,
11770
11770
  onClick = _a.onClick,
@@ -12044,7 +12044,7 @@ var Icon = function (_a) {
12044
12044
  case 'promptingsIcon':
12045
12045
  return jsx(PromptingsIcon$1, props);
12046
12046
  }
12047
- };
12047
+ });
12048
12048
 
12049
12049
  function _extends() {
12050
12050
  _extends = Object.assign ? Object.assign.bind() : function (target) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.8.39-alpha.0",
3
+ "version": "1.8.39-alpha.1",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",