@true-engineering/true-react-common-ui-kit 3.53.0 → 3.53.1
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/README.md +9 -1
- package/dist/true-react-common-ui-kit.js +1 -3
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +1 -3
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/PhoneInput/PhoneInput.styles.ts +0 -4
- package/src/components/SearchInput/SearchInput.styles.ts +2 -0
|
@@ -10581,6 +10581,7 @@
|
|
|
10581
10581
|
paddingLeft: 0
|
|
10582
10582
|
},
|
|
10583
10583
|
label: {
|
|
10584
|
+
"--label-max-width": "100%",
|
|
10584
10585
|
left: 0,
|
|
10585
10586
|
fontSize: 14
|
|
10586
10587
|
}
|
|
@@ -28634,9 +28635,6 @@
|
|
|
28634
28635
|
var inputStyles = {
|
|
28635
28636
|
inputWrapper: {
|
|
28636
28637
|
paddingLeft: COUNTRY_SELECT_WIDTH
|
|
28637
|
-
},
|
|
28638
|
-
label: {
|
|
28639
|
-
marginLeft: COUNTRY_SELECT_WIDTH
|
|
28640
28638
|
}
|
|
28641
28639
|
};
|
|
28642
28640
|
function _array_like_to_array$2(arr, len) {
|