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