ui-soxo-bootstrap-core 2.4.25-dev.35 → 2.4.25-dev.36

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.
@@ -108,6 +108,7 @@ export default function RangePickerComponent({
108
108
 
109
109
  return (
110
110
  <RangePicker
111
+ dropdownClassName="responsive-rangepicker-dropdown"
111
112
  allowClear={allowClear}
112
113
  inputReadOnly={inputReadOnly}
113
114
  format={format}
@@ -16,3 +16,9 @@
16
16
  box-shadow: none !important;
17
17
  }
18
18
  }
19
+
20
+ @media (max-width: 767px) {
21
+ .responsive-rangepicker-dropdown .ant-picker-panels {
22
+ flex-direction: column;
23
+ }
24
+ }
@@ -229,7 +229,7 @@ const DoctorAdd = ({ visible, onCancel, attributes, doctorId, doctorData, onSucc
229
229
  rules={[
230
230
  { required: true },
231
231
  {
232
- pattern: /^[A-Za-z]+$/,
232
+ pattern: /^[A-Za-z]+(?: [A-Za-z]+)*$/,
233
233
  message: 'Name should contain only alphabets',
234
234
  },
235
235
  ]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-soxo-bootstrap-core",
3
- "version": "2.4.25-dev.35",
3
+ "version": "2.4.25-dev.36",
4
4
  "description": "All the Core Components for you to start",
5
5
  "keywords": [
6
6
  "all in one"