@secondstaxorg/sscomp 1.7.96 → 1.7.97
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.
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22591,6 +22591,7 @@ const Button = styled.button`
|
|
|
22591
22591
|
const ModalContent = styled.div`
|
|
22592
22592
|
padding: 32px;
|
|
22593
22593
|
overflow-y: auto;
|
|
22594
|
+
flex-grow: 1;
|
|
22594
22595
|
`;
|
|
22595
22596
|
|
|
22596
22597
|
const ModalTitleArea = styled.div`
|
|
@@ -27205,7 +27206,7 @@ const PhoneInput = (props) => {
|
|
|
27205
27206
|
setSelStatus('error');
|
|
27206
27207
|
setErrMsg('Select a country code');
|
|
27207
27208
|
}, __self: undefined, __source: {fileName: _jsxFileName$5, lineNumber: 110}})
|
|
27208
|
-
, React$1.createElement('input', { className: "sr-only", value:
|
|
27209
|
+
, React$1.createElement('input', { className: "sr-only", value: countryCode, required: required, onChange: () => {
|
|
27209
27210
|
}, onInvalid: () => {
|
|
27210
27211
|
setSelStatus('error');
|
|
27211
27212
|
setErrMsg('This field is required');
|