sccoreui 3.5.6 → 3.5.7

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.
@@ -121,6 +121,9 @@ const DatePicker = (props) => {
121
121
  case 'placeholder':
122
122
  datePickerProps['placeholder'] = props.placeholder;
123
123
  break;
124
+ case 'className':
125
+ datePickerProps['className'] = props.className;
126
+ break;
124
127
  }
125
128
  }
126
129
  setPropsState(datePickerProps);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "3.5.6",
3
+ "version": "3.5.7",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",