sccoreui 3.7.4 → 3.7.5

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.
@@ -112,6 +112,9 @@ const DatePicker = (props) => {
112
112
  case 'className':
113
113
  datePickerProps['className'] = props.className;
114
114
  break;
115
+ case 'showIcon':
116
+ datePickerProps['showIcon'] = true;
117
+ break;
115
118
  }
116
119
  }
117
120
  setPropsState(datePickerProps);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",