hplx-react-elements-dev 1.1.15 → 1.1.17
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/esm/index.js +3 -3
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2960,7 +2960,7 @@ var getSizeClassName$6 = function getSizeClassName(size) {
|
|
|
2960
2960
|
|
|
2961
2961
|
switch (size) {
|
|
2962
2962
|
case "xs":
|
|
2963
|
-
className = "hplxt-w-
|
|
2963
|
+
className = "hplxt-w-10 hplxt-h-11";
|
|
2964
2964
|
break;
|
|
2965
2965
|
|
|
2966
2966
|
case "sm":
|
|
@@ -3046,7 +3046,7 @@ var OtpField = function OtpField(_a) {
|
|
|
3046
3046
|
className: "hplxt-flex hplxt-items-center hplxt-justify-center"
|
|
3047
3047
|
}, {
|
|
3048
3048
|
children: [digits === 6 && index === 3 && jsxRuntime.exports.jsx("div", __assign({
|
|
3049
|
-
className: "hplxt-text-Gray-300 hplxt-mr-2
|
|
3049
|
+
className: "hplxt-text-Gray-300 hplxt-mr-2"
|
|
3050
3050
|
}, {
|
|
3051
3051
|
children: jsxRuntime.exports.jsx(Typography, __assign({
|
|
3052
3052
|
type: "Display xl",
|
|
@@ -5750,7 +5750,7 @@ var AddSuggestion = function AddSuggestion(_a) {
|
|
|
5750
5750
|
handleSuggestionValChange && handleSuggestionValChange(val, "dropdown");
|
|
5751
5751
|
onSuggestionClick(suggestionValue, index, suggestionText(suggestionValue)[1].trim());
|
|
5752
5752
|
setSugVal(val);
|
|
5753
|
-
|
|
5753
|
+
setSuggestionArr(options || []);
|
|
5754
5754
|
};
|
|
5755
5755
|
|
|
5756
5756
|
var handleOnKeyDown = function handleOnKeyDown(e) {
|