@helpdice/ui 2.2.4 → 2.2.7
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/auto-complete/index.js +41 -32
- package/dist/container/box.d.ts +1 -0
- package/dist/container/index.js +698 -12
- package/dist/index.js +75 -38
- package/dist/input/currency-input/components/CurrencyInput.d.ts +35 -2
- package/dist/input/currency-input/components/CurrencyInputProps.d.ts +1 -0
- package/dist/input/index.js +41 -32
- package/dist/input/phone-input/phone.d.ts +34 -2
- package/dist/table/index.js +41 -32
- package/esm/container/box.d.ts +1 -0
- package/esm/container/box.js +37 -7
- package/esm/input/currency-input/components/CurrencyInput.d.ts +35 -2
- package/esm/input/currency-input/components/CurrencyInput.js +18 -12
- package/esm/input/currency-input/components/CurrencyInputProps.d.ts +1 -0
- package/esm/input/phone-input/phone.d.ts +34 -2
- package/esm/input/phone-input/phone.js +22 -21
- package/package.json +1 -1
package/dist/table/index.js
CHANGED
|
@@ -2746,21 +2746,22 @@ function PhoneInput(_ref) {
|
|
|
2746
2746
|
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
2747
2747
|
return /*#__PURE__*/React.createElement("div", {
|
|
2748
2748
|
ref: dropdownRef,
|
|
2749
|
-
className: _JSXStyle.dynamic([["
|
|
2749
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "with-label ".concat(isFocused ? 'focused' : '')
|
|
2750
2750
|
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("div", {
|
|
2751
|
-
className: _JSXStyle.dynamic([["
|
|
2751
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "input-wrapper"
|
|
2752
2752
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2753
2753
|
onClick: function onClick() {
|
|
2754
2754
|
return setDropdownOpen(!dropdownOpen);
|
|
2755
2755
|
},
|
|
2756
|
-
className: _JSXStyle.dynamic([["
|
|
2756
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-toggle"
|
|
2757
2757
|
}, /*#__PURE__*/React.createElement("span", {
|
|
2758
2758
|
style: {
|
|
2759
2759
|
display: 'flex',
|
|
2760
2760
|
alignItems: 'center',
|
|
2761
|
-
gap: 5
|
|
2761
|
+
gap: 5,
|
|
2762
|
+
paddingRight: '15px'
|
|
2762
2763
|
},
|
|
2763
|
-
className: _JSXStyle.dynamic([["
|
|
2764
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
2764
2765
|
}, /*#__PURE__*/React.createElement("img", {
|
|
2765
2766
|
loading: "lazy",
|
|
2766
2767
|
width: "20",
|
|
@@ -2768,9 +2769,9 @@ function PhoneInput(_ref) {
|
|
|
2768
2769
|
src: "https://flagcdn.com/w20/".concat(selectedCountry.code.toLowerCase(), ".png"),
|
|
2769
2770
|
srcSet: "https://flagcdn.com/w40/".concat(selectedCountry.code.toLowerCase(), ".png 2x"),
|
|
2770
2771
|
alt: "".concat(selectedCountry.label, " Flag"),
|
|
2771
|
-
className: _JSXStyle.dynamic([["
|
|
2772
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
2772
2773
|
}), /*#__PURE__*/React.createElement("span", {
|
|
2773
|
-
className: _JSXStyle.dynamic([["
|
|
2774
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
2774
2775
|
}, selectedCountry.phone))), /*#__PURE__*/React.createElement("input", {
|
|
2775
2776
|
type: "tel",
|
|
2776
2777
|
placeholder: placeholder,
|
|
@@ -2782,9 +2783,9 @@ function PhoneInput(_ref) {
|
|
|
2782
2783
|
onBlur: function onBlur() {
|
|
2783
2784
|
return setIsFocused(false);
|
|
2784
2785
|
},
|
|
2785
|
-
className: _JSXStyle.dynamic([["
|
|
2786
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "phone-input"
|
|
2786
2787
|
})), dropdownOpen && /*#__PURE__*/React.createElement("div", {
|
|
2787
|
-
className: _JSXStyle.dynamic([["
|
|
2788
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown"
|
|
2788
2789
|
}, /*#__PURE__*/React.createElement("input", {
|
|
2789
2790
|
type: "text",
|
|
2790
2791
|
placeholder: "Search country...",
|
|
@@ -2792,23 +2793,23 @@ function PhoneInput(_ref) {
|
|
|
2792
2793
|
onChange: function onChange(e) {
|
|
2793
2794
|
return setSearchTerm(e.target.value);
|
|
2794
2795
|
},
|
|
2795
|
-
className: _JSXStyle.dynamic([["
|
|
2796
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "search-input"
|
|
2796
2797
|
}), /*#__PURE__*/React.createElement("div", {
|
|
2797
|
-
className: _JSXStyle.dynamic([["
|
|
2798
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "country-list"
|
|
2798
2799
|
}, filteredCountries.length > 0 ? filteredCountries.map(function (c) {
|
|
2799
2800
|
return /*#__PURE__*/React.createElement("div", {
|
|
2800
2801
|
key: c.code,
|
|
2801
2802
|
onClick: function onClick() {
|
|
2802
2803
|
return handleSelectCountry(c);
|
|
2803
2804
|
},
|
|
2804
|
-
className: _JSXStyle.dynamic([["
|
|
2805
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-item"
|
|
2805
2806
|
}, /*#__PURE__*/React.createElement("span", {
|
|
2806
2807
|
style: {
|
|
2807
2808
|
display: 'flex',
|
|
2808
2809
|
alignItems: 'center',
|
|
2809
2810
|
gap: 5
|
|
2810
2811
|
},
|
|
2811
|
-
className: _JSXStyle.dynamic([["
|
|
2812
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
2812
2813
|
}, /*#__PURE__*/React.createElement("img", {
|
|
2813
2814
|
loading: "lazy",
|
|
2814
2815
|
width: "23",
|
|
@@ -2816,20 +2817,21 @@ function PhoneInput(_ref) {
|
|
|
2816
2817
|
src: "https://flagcdn.com/w20/".concat(c.code.toLowerCase(), ".png"),
|
|
2817
2818
|
srcSet: "https://flagcdn.com/w40/".concat(c.code.toLowerCase(), ".png 2x"),
|
|
2818
2819
|
alt: "".concat(c.label, " Flag"),
|
|
2819
|
-
className: _JSXStyle.dynamic([["
|
|
2820
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
2820
2821
|
}), c.phone, " ", /*#__PURE__*/React.createElement("span", {
|
|
2821
2822
|
style: {
|
|
2822
2823
|
color: 'grey'
|
|
2823
2824
|
},
|
|
2824
|
-
className: _JSXStyle.dynamic([["
|
|
2825
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
2825
2826
|
}, c.label)));
|
|
2826
2827
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
2827
|
-
className: _JSXStyle.dynamic([["
|
|
2828
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-item disabled"
|
|
2828
2829
|
}, "No results"))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
2829
|
-
id: "
|
|
2830
|
-
dynamic: [SCALES.width(1, defaultWidth), SCALES.
|
|
2831
|
-
}, ".
|
|
2830
|
+
id: "2480261071",
|
|
2831
|
+
dynamic: [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme$1.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme$1.type == 'dark' ? '#3a3d3d' : '#efefef']
|
|
2832
|
+
}, ".with-label.__jsx-style-dynamic-selector{position:relative;display:inline-block;box-sizing:border-box;-webkit-box-align:center;--input-height:".concat(SCALES.height(2.25), ";font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, defaultWidth), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.phone-input-container.focused.__jsx-style-dynamic-selector{outline:1px solid ").concat(hoverBorder, ";border-radius:6px;}.input-wrapper.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid ").concat(borderColor, ";width:").concat(SCALES.width(1, defaultWidth), ";height:var(--input-height);border-radius:6px;overflow:hidden;}.dropdown-toggle.__jsx-style-dynamic-selector{padding:7px 12px;border-radius:6px 0px 0px 6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;border-right:1px solid ").concat(borderColor, ";}.phone-input.__jsx-style-dynamic-selector{width:100%;min-width:0;padding:5px 10px;background-color:transparent;font-size:14px;border:none;}.phone-input.__jsx-style-dynamic-selector:focus{outline:none;}.dropdown.__jsx-style-dynamic-selector{position:absolute;top:100%;left:0;width:").concat(SCALES.width(1, defaultWidth), ";background:").concat(theme$1.type == 'dark' ? 'black' : 'white', ";border:1px solid ").concat(borderColor, ";border-radius:6px;margin-top:4px;z-index:999;box-shadow:0 4px 10px rgba(0,0,0,0.1);}.search-input.__jsx-style-dynamic-selector{width:100%;padding:8px 10px;border:none;background-color:transparent;border-bottom:1px solid ").concat(borderColor, ";font-size:14px;}.search-input.__jsx-style-dynamic-selector:focus{outline:none;}.country-list.__jsx-style-dynamic-selector{max-height:200px;overflow-y:auto;}.dropdown-item.__jsx-style-dynamic-selector{padding:10px;cursor:pointer;font-size:14px;}.dropdown-item.__jsx-style-dynamic-selector:hover{background:").concat(theme$1.type == 'dark' ? '#3a3d3d' : '#efefef', ";}.dropdown-item.disabled.__jsx-style-dynamic-selector{color:#888;cursor:default;}")));
|
|
2832
2833
|
}
|
|
2834
|
+
var PhoneInput$1 = withScale(PhoneInput);
|
|
2833
2835
|
|
|
2834
2836
|
/**
|
|
2835
2837
|
* Escape regex char
|
|
@@ -3217,7 +3219,7 @@ var repositionCursor = function repositionCursor(_ref) {
|
|
|
3217
3219
|
};
|
|
3218
3220
|
};
|
|
3219
3221
|
|
|
3220
|
-
var _excluded$g = ["allowDecimals", "allowNegativeValue", "id", "name", "className", "customInput", "decimalsLimit", "defaultValue", "disabled", "maxLength", "value", "onValueChange", "fixedDecimalLength", "placeholder", "decimalScale", "prefix", "suffix", "intlConfig", "step", "min", "max", "disableGroupSeparators", "disableAbbreviations", "decimalSeparator", "groupSeparator", "onChange", "onFocus", "onBlur", "onKeyDown", "onKeyUp", "transformRawValue", "formatValueOnBlur", "children"];
|
|
3222
|
+
var _excluded$g = ["allowDecimals", "allowNegativeValue", "id", "name", "className", "customInput", "decimalsLimit", "defaultValue", "disabled", "maxLength", "value", "onValueChange", "fixedDecimalLength", "placeholder", "decimalScale", "prefix", "suffix", "intlConfig", "fullWidth", "step", "min", "max", "disableGroupSeparators", "disableAbbreviations", "decimalSeparator", "groupSeparator", "onChange", "onFocus", "onBlur", "onKeyDown", "onKeyUp", "transformRawValue", "formatValueOnBlur", "children"];
|
|
3221
3223
|
var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3222
3224
|
var _ref$allowDecimals = _ref.allowDecimals,
|
|
3223
3225
|
allowDecimals = _ref$allowDecimals === void 0 ? true : _ref$allowDecimals,
|
|
@@ -3240,6 +3242,7 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3240
3242
|
prefix = _ref.prefix,
|
|
3241
3243
|
suffix = _ref.suffix,
|
|
3242
3244
|
intlConfig = _ref.intlConfig,
|
|
3245
|
+
fullWidth = _ref.fullWidth,
|
|
3243
3246
|
step = _ref.step,
|
|
3244
3247
|
min = _ref.min,
|
|
3245
3248
|
max = _ref.max,
|
|
@@ -3259,7 +3262,10 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3259
3262
|
formatValueOnBlur = _ref$formatValueOnBlu === void 0 ? true : _ref$formatValueOnBlu,
|
|
3260
3263
|
children = _ref.children,
|
|
3261
3264
|
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3265
|
+
var _useScale = useScale(),
|
|
3266
|
+
SCALES = _useScale.SCALES;
|
|
3262
3267
|
var theme$1 = theme.useTheme();
|
|
3268
|
+
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
3263
3269
|
if (_decimalSeparator && isNumber(_decimalSeparator)) {
|
|
3264
3270
|
throw new Error('decimalSeparator cannot be a number');
|
|
3265
3271
|
}
|
|
@@ -3527,14 +3533,9 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3527
3533
|
var CustomInput = customInput;
|
|
3528
3534
|
return /*#__PURE__*/React.createElement(CustomInput, inputProps);
|
|
3529
3535
|
}
|
|
3530
|
-
return /*#__PURE__*/React.createElement("div",
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
marginBottom: '0.7rem',
|
|
3534
|
-
fontSize: '14px',
|
|
3535
|
-
fontWeight: 'light'
|
|
3536
|
-
}
|
|
3537
|
-
}, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
3536
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3537
|
+
className: _JSXStyle.dynamic([["1592876518", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + "with-label"
|
|
3538
|
+
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
3538
3539
|
style: {
|
|
3539
3540
|
textAlign: 'right',
|
|
3540
3541
|
border: "1px solid ".concat(theme$1.palette.border),
|
|
@@ -3546,15 +3547,23 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3546
3547
|
width: 'auto',
|
|
3547
3548
|
background: 'transparent',
|
|
3548
3549
|
minWidth: '200px'
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3550
|
+
},
|
|
3551
|
+
className: _JSXStyle.dynamic([["1592876518", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (inputProps && inputProps.className != null && inputProps.className || "")
|
|
3552
|
+
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
3553
|
+
id: "1592876518",
|
|
3554
|
+
dynamic: [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]
|
|
3555
|
+
}, ".with-label.__jsx-style-dynamic-selector{position:relative;display:inline-block;box-sizing:border-box;-webkit-box-align:center;--input-height:".concat(SCALES.height(2.25), ";font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, defaultWidth), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}")));
|
|
3551
3556
|
});
|
|
3552
3557
|
|
|
3558
|
+
// CurrencyInput.displayName = 'CurrencyInput';
|
|
3559
|
+
|
|
3560
|
+
var CurrencyInput = withScale(InputCurrency);
|
|
3561
|
+
|
|
3553
3562
|
/* "use client" */
|
|
3554
3563
|
Input.Textarea = Textarea;
|
|
3555
3564
|
Input.Password = InputPassword;
|
|
3556
|
-
Input.Phone = PhoneInput;
|
|
3557
|
-
Input.Currency =
|
|
3565
|
+
Input.Phone = PhoneInput$1;
|
|
3566
|
+
Input.Currency = CurrencyInput;
|
|
3558
3567
|
|
|
3559
3568
|
var lodash$1 = {exports: {}};
|
|
3560
3569
|
|
package/esm/container/box.d.ts
CHANGED
package/esm/container/box.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
2
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["gap", "children", "direction", "justify", "alignItems", "alignContent", "className"];
|
|
4
|
+
var _excluded = ["gap", "children", "direction", "justify", "alignItems", "alignContent", "collapse", "className"];
|
|
4
5
|
import _JSXStyle from "../styled-jsx.es.js";
|
|
5
|
-
import React, { useMemo } from "react";
|
|
6
|
+
import React, { useMemo, useState } from "react";
|
|
6
7
|
import GridBasicItem from "../grid/basic-item";
|
|
7
8
|
import useScale, { withScale } from '../use-scale';
|
|
8
9
|
import { useClasses } from '@helpdice/theme';
|
|
9
10
|
import { tuple } from '../utils/prop-types';
|
|
11
|
+
import Button from "../button";
|
|
10
12
|
var wrap = tuple('nowrap', 'wrap', 'wrap-reverse');
|
|
11
13
|
var Container = function Container(_ref) {
|
|
12
14
|
var _ref$gap = _ref.gap,
|
|
@@ -16,9 +18,15 @@ var Container = function Container(_ref) {
|
|
|
16
18
|
justify = _ref.justify,
|
|
17
19
|
alignItems = _ref.alignItems,
|
|
18
20
|
alignContent = _ref.alignContent,
|
|
21
|
+
_ref$collapse = _ref.collapse,
|
|
22
|
+
collapse = _ref$collapse === void 0 ? 0 : _ref$collapse,
|
|
19
23
|
_ref$className = _ref.className,
|
|
20
24
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
21
25
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
26
|
+
var _useState = useState(false),
|
|
27
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
28
|
+
expand = _useState2[0],
|
|
29
|
+
setExpand = _useState2[1];
|
|
22
30
|
var _useScale = useScale(),
|
|
23
31
|
unit = _useScale.unit,
|
|
24
32
|
SCALES = _useScale.SCALES;
|
|
@@ -27,17 +35,39 @@ var Container = function Container(_ref) {
|
|
|
27
35
|
}, [gap, unit]);
|
|
28
36
|
var _styles$className = {
|
|
29
37
|
styles: /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
30
|
-
id: "
|
|
31
|
-
dynamic: [gapUnit, direction, wrap, justify, alignContent, alignItems, SCALES.width(1, 'var(--container-width)'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]
|
|
32
|
-
}, "div.__jsx-style-dynamic-selector{--gap-unit:".concat(gapUnit, ";--container-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:").concat(direction, ";-ms-flex-direction:").concat(direction, ";flex-direction:").concat(direction, ";-webkit-flex-wrap:").concat(wrap, ";-ms-flex-wrap:").concat(wrap, ";flex-wrap:").concat(wrap, ";-webkit-box-pack:").concat(justify, ";-webkit-justify-content:").concat(justify, ";-ms-flex-pack:").concat(justify, ";justify-content:").concat(justify, ";-webkit-align-content:").concat(alignContent, ";-ms-flex-line-pack:").concat(alignContent, ";align-content:").concat(alignContent, ";-webkit-align-items:").concat(alignItems, ";-webkit-box-align:").concat(alignItems, ";-ms-flex-align:").concat(alignItems, ";align-items:").concat(alignItems, ";box-sizing:border-box;gap:var(--gap-unit);width:").concat(SCALES.width(1, 'var(--container-width)'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}")),
|
|
33
|
-
className: _JSXStyle.dynamic([["
|
|
38
|
+
id: "2357140837",
|
|
39
|
+
dynamic: [gapUnit, direction, collapse ? 'wrap' : wrap, justify, alignContent, alignItems, SCALES.width(1, 'var(--container-width)'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]
|
|
40
|
+
}, "div.__jsx-style-dynamic-selector{--gap-unit:".concat(gapUnit, ";--container-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:").concat(direction, ";-ms-flex-direction:").concat(direction, ";flex-direction:").concat(direction, ";-webkit-flex-wrap:").concat(collapse ? 'wrap' : wrap, ";-ms-flex-wrap:").concat(collapse ? 'wrap' : wrap, ";flex-wrap:").concat(collapse ? 'wrap' : wrap, ";-webkit-box-pack:").concat(justify, ";-webkit-justify-content:").concat(justify, ";-ms-flex-pack:").concat(justify, ";justify-content:").concat(justify, ";-webkit-align-content:").concat(alignContent, ";-ms-flex-line-pack:").concat(alignContent, ";align-content:").concat(alignContent, ";-webkit-align-items:").concat(alignItems, ";-webkit-box-align:").concat(alignItems, ";-ms-flex-align:").concat(alignItems, ";align-items:").concat(alignItems, ";box-sizing:border-box;gap:var(--gap-unit);width:").concat(SCALES.width(1, 'var(--container-width)'), ";height:").concat(SCALES.height(1, 'auto'), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}")),
|
|
41
|
+
className: _JSXStyle.dynamic([["2357140837", [gapUnit, direction, collapse ? 'wrap' : wrap, justify, alignContent, alignItems, SCALES.width(1, 'var(--container-width)'), SCALES.height(1, 'auto'), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]])
|
|
34
42
|
},
|
|
35
43
|
resolveClassName = _styles$className.className,
|
|
36
44
|
styles = _styles$className.styles;
|
|
37
45
|
var classes = useClasses(resolveClassName, className);
|
|
38
46
|
return /*#__PURE__*/React.createElement(GridBasicItem, _extends({
|
|
39
47
|
className: classes
|
|
40
|
-
}, props),
|
|
48
|
+
}, props), collapse > 50 ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
49
|
+
style: {
|
|
50
|
+
maxHeight: expand ? '100%' : "".concat(collapse, "px"),
|
|
51
|
+
overflow: 'hidden',
|
|
52
|
+
display: 'inline',
|
|
53
|
+
transition: "max-height 0.3s ease"
|
|
54
|
+
}
|
|
55
|
+
}, children), /*#__PURE__*/React.createElement(Button, {
|
|
56
|
+
margin: 0,
|
|
57
|
+
onClick: function onClick() {
|
|
58
|
+
return setExpand(!expand);
|
|
59
|
+
},
|
|
60
|
+
style: {
|
|
61
|
+
textTransform: 'lowercase',
|
|
62
|
+
height: '25px'
|
|
63
|
+
},
|
|
64
|
+
effect: false,
|
|
65
|
+
color: "abort",
|
|
66
|
+
scale: 2 / 3,
|
|
67
|
+
px: 0.2,
|
|
68
|
+
py: 0,
|
|
69
|
+
auto: true
|
|
70
|
+
}, /*#__PURE__*/React.createElement("b", null, expand ? 'less' : 'more'))) : children, styles);
|
|
41
71
|
};
|
|
42
72
|
Container.displayName = 'Container';
|
|
43
73
|
export default withScale(Container);
|
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
2
|
import { CurrencyInputProps } from './CurrencyInputProps';
|
|
3
3
|
export declare const InputCurrency: FC<Omit<CurrencyInputProps, 'ref'>>;
|
|
4
|
-
|
|
4
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<CurrencyInputProps, "ref"> & {
|
|
5
|
+
width?: string | number;
|
|
6
|
+
height?: string | number;
|
|
7
|
+
padding?: string | number;
|
|
8
|
+
margin?: string | number;
|
|
9
|
+
w?: string | number;
|
|
10
|
+
h?: string | number;
|
|
11
|
+
paddingLeft?: string | number;
|
|
12
|
+
paddingRight?: string | number;
|
|
13
|
+
paddingTop?: string | number;
|
|
14
|
+
paddingBottom?: string | number;
|
|
15
|
+
pl?: string | number;
|
|
16
|
+
pr?: string | number;
|
|
17
|
+
pt?: string | number;
|
|
18
|
+
pb?: string | number;
|
|
19
|
+
marginLeft?: string | number;
|
|
20
|
+
marginRight?: string | number;
|
|
21
|
+
marginTop?: string | number;
|
|
22
|
+
marginBottom?: string | number;
|
|
23
|
+
ml?: string | number;
|
|
24
|
+
mr?: string | number;
|
|
25
|
+
mt?: string | number;
|
|
26
|
+
mb?: string | number;
|
|
27
|
+
px?: string | number;
|
|
28
|
+
py?: string | number;
|
|
29
|
+
mx?: string | number;
|
|
30
|
+
my?: string | number;
|
|
31
|
+
font?: string | number;
|
|
32
|
+
unit?: string;
|
|
33
|
+
scale?: number;
|
|
34
|
+
children?: any;
|
|
35
|
+
className?: string;
|
|
36
|
+
} & React.InputHTMLAttributes<any> & React.RefAttributes<unknown>>;
|
|
37
|
+
export default _default;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
-
var _excluded = ["allowDecimals", "allowNegativeValue", "id", "name", "className", "customInput", "decimalsLimit", "defaultValue", "disabled", "maxLength", "value", "onValueChange", "fixedDecimalLength", "placeholder", "decimalScale", "prefix", "suffix", "intlConfig", "step", "min", "max", "disableGroupSeparators", "disableAbbreviations", "decimalSeparator", "groupSeparator", "onChange", "onFocus", "onBlur", "onKeyDown", "onKeyUp", "transformRawValue", "formatValueOnBlur", "children"];
|
|
4
|
+
var _excluded = ["allowDecimals", "allowNegativeValue", "id", "name", "className", "customInput", "decimalsLimit", "defaultValue", "disabled", "maxLength", "value", "onValueChange", "fixedDecimalLength", "placeholder", "decimalScale", "prefix", "suffix", "intlConfig", "fullWidth", "step", "min", "max", "disableGroupSeparators", "disableAbbreviations", "decimalSeparator", "groupSeparator", "onChange", "onFocus", "onBlur", "onKeyDown", "onKeyUp", "transformRawValue", "formatValueOnBlur", "children"];
|
|
5
|
+
import _JSXStyle from "../styled-jsx.es.js";
|
|
5
6
|
import React, { useState, useEffect, useRef, forwardRef, useMemo, useImperativeHandle } from 'react';
|
|
6
7
|
import { isNumber, cleanValue, fixedDecimalValue, formatValue, getLocaleConfig, padTrimValue, getSuffix, repositionCursor } from './utils';
|
|
7
8
|
import { useTheme } from '@helpdice/theme';
|
|
9
|
+
import InputBlockLabel from '../../input-block-label';
|
|
10
|
+
import useScale, { withScale } from '../../../use-scale';
|
|
8
11
|
export var InputCurrency = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
9
12
|
var _ref$allowDecimals = _ref.allowDecimals,
|
|
10
13
|
allowDecimals = _ref$allowDecimals === void 0 ? true : _ref$allowDecimals,
|
|
@@ -27,6 +30,7 @@ export var InputCurrency = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
27
30
|
prefix = _ref.prefix,
|
|
28
31
|
suffix = _ref.suffix,
|
|
29
32
|
intlConfig = _ref.intlConfig,
|
|
33
|
+
fullWidth = _ref.fullWidth,
|
|
30
34
|
step = _ref.step,
|
|
31
35
|
min = _ref.min,
|
|
32
36
|
max = _ref.max,
|
|
@@ -46,7 +50,10 @@ export var InputCurrency = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
46
50
|
formatValueOnBlur = _ref$formatValueOnBlu === void 0 ? true : _ref$formatValueOnBlu,
|
|
47
51
|
children = _ref.children,
|
|
48
52
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
53
|
+
var _useScale = useScale(),
|
|
54
|
+
SCALES = _useScale.SCALES;
|
|
49
55
|
var theme = useTheme();
|
|
56
|
+
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
50
57
|
if (_decimalSeparator && isNumber(_decimalSeparator)) {
|
|
51
58
|
throw new Error('decimalSeparator cannot be a number');
|
|
52
59
|
}
|
|
@@ -314,14 +321,9 @@ export var InputCurrency = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
314
321
|
var CustomInput = customInput;
|
|
315
322
|
return /*#__PURE__*/React.createElement(CustomInput, inputProps);
|
|
316
323
|
}
|
|
317
|
-
return /*#__PURE__*/React.createElement("div",
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
marginBottom: '0.7rem',
|
|
321
|
-
fontSize: '14px',
|
|
322
|
-
fontWeight: 'light'
|
|
323
|
-
}
|
|
324
|
-
}, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
324
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
325
|
+
className: _JSXStyle.dynamic([["1592876518", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + "with-label"
|
|
326
|
+
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
325
327
|
style: {
|
|
326
328
|
textAlign: 'right',
|
|
327
329
|
border: "1px solid ".concat(theme.palette.border),
|
|
@@ -333,10 +335,14 @@ export var InputCurrency = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
333
335
|
width: 'auto',
|
|
334
336
|
background: 'transparent',
|
|
335
337
|
minWidth: '200px'
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
+
},
|
|
339
|
+
className: _JSXStyle.dynamic([["1592876518", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]]]) + " " + (inputProps && inputProps.className != null && inputProps.className || "")
|
|
340
|
+
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
341
|
+
id: "1592876518",
|
|
342
|
+
dynamic: [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0)]
|
|
343
|
+
}, ".with-label.__jsx-style-dynamic-selector{position:relative;display:inline-block;box-sizing:border-box;-webkit-box-align:center;--input-height:".concat(SCALES.height(2.25), ";font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, defaultWidth), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}")));
|
|
338
344
|
});
|
|
339
345
|
|
|
340
346
|
// CurrencyInput.displayName = 'CurrencyInput';
|
|
341
347
|
|
|
342
|
-
export default InputCurrency;
|
|
348
|
+
export default withScale(InputCurrency);
|
|
@@ -9,5 +9,37 @@ type PhoneInputProps = {
|
|
|
9
9
|
placeholder?: string;
|
|
10
10
|
color?: InputTypes;
|
|
11
11
|
};
|
|
12
|
-
declare
|
|
13
|
-
|
|
12
|
+
declare const _default: React.ForwardRefExoticComponent<PhoneInputProps & {
|
|
13
|
+
width?: string | number;
|
|
14
|
+
height?: string | number;
|
|
15
|
+
padding?: string | number;
|
|
16
|
+
margin?: string | number;
|
|
17
|
+
w?: string | number;
|
|
18
|
+
h?: string | number;
|
|
19
|
+
paddingLeft?: string | number;
|
|
20
|
+
paddingRight?: string | number;
|
|
21
|
+
paddingTop?: string | number;
|
|
22
|
+
paddingBottom?: string | number;
|
|
23
|
+
pl?: string | number;
|
|
24
|
+
pr?: string | number;
|
|
25
|
+
pt?: string | number;
|
|
26
|
+
pb?: string | number;
|
|
27
|
+
marginLeft?: string | number;
|
|
28
|
+
marginRight?: string | number;
|
|
29
|
+
marginTop?: string | number;
|
|
30
|
+
marginBottom?: string | number;
|
|
31
|
+
ml?: string | number;
|
|
32
|
+
mr?: string | number;
|
|
33
|
+
mt?: string | number;
|
|
34
|
+
mb?: string | number;
|
|
35
|
+
px?: string | number;
|
|
36
|
+
py?: string | number;
|
|
37
|
+
mx?: string | number;
|
|
38
|
+
my?: string | number;
|
|
39
|
+
font?: string | number;
|
|
40
|
+
unit?: string;
|
|
41
|
+
scale?: number;
|
|
42
|
+
children?: any;
|
|
43
|
+
className?: string;
|
|
44
|
+
} & React.InputHTMLAttributes<any> & React.RefAttributes<unknown>>;
|
|
45
|
+
export default _default;
|
|
@@ -4,7 +4,7 @@ import React, { useState, useRef, useEffect, useMemo } from 'react';
|
|
|
4
4
|
import countries from './countries.json';
|
|
5
5
|
import { useTheme } from '@helpdice/theme';
|
|
6
6
|
import { getColors } from '../styles';
|
|
7
|
-
import useScale from '../../use-scale';
|
|
7
|
+
import useScale, { withScale } from '../../use-scale';
|
|
8
8
|
import InputBlockLabel from '../input-block-label';
|
|
9
9
|
function PhoneInput(_ref) {
|
|
10
10
|
var onChange = _ref.onChange,
|
|
@@ -78,21 +78,22 @@ function PhoneInput(_ref) {
|
|
|
78
78
|
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
79
79
|
return /*#__PURE__*/React.createElement("div", {
|
|
80
80
|
ref: dropdownRef,
|
|
81
|
-
className: _JSXStyle.dynamic([["
|
|
81
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "with-label ".concat(isFocused ? 'focused' : '')
|
|
82
82
|
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("div", {
|
|
83
|
-
className: _JSXStyle.dynamic([["
|
|
83
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "input-wrapper"
|
|
84
84
|
}, /*#__PURE__*/React.createElement("div", {
|
|
85
85
|
onClick: function onClick() {
|
|
86
86
|
return setDropdownOpen(!dropdownOpen);
|
|
87
87
|
},
|
|
88
|
-
className: _JSXStyle.dynamic([["
|
|
88
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-toggle"
|
|
89
89
|
}, /*#__PURE__*/React.createElement("span", {
|
|
90
90
|
style: {
|
|
91
91
|
display: 'flex',
|
|
92
92
|
alignItems: 'center',
|
|
93
|
-
gap: 5
|
|
93
|
+
gap: 5,
|
|
94
|
+
paddingRight: '15px'
|
|
94
95
|
},
|
|
95
|
-
className: _JSXStyle.dynamic([["
|
|
96
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
96
97
|
}, /*#__PURE__*/React.createElement("img", {
|
|
97
98
|
loading: "lazy",
|
|
98
99
|
width: "20",
|
|
@@ -100,9 +101,9 @@ function PhoneInput(_ref) {
|
|
|
100
101
|
src: "https://flagcdn.com/w20/".concat(selectedCountry.code.toLowerCase(), ".png"),
|
|
101
102
|
srcSet: "https://flagcdn.com/w40/".concat(selectedCountry.code.toLowerCase(), ".png 2x"),
|
|
102
103
|
alt: "".concat(selectedCountry.label, " Flag"),
|
|
103
|
-
className: _JSXStyle.dynamic([["
|
|
104
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
104
105
|
}), /*#__PURE__*/React.createElement("span", {
|
|
105
|
-
className: _JSXStyle.dynamic([["
|
|
106
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
106
107
|
}, selectedCountry.phone))), /*#__PURE__*/React.createElement("input", {
|
|
107
108
|
type: "tel",
|
|
108
109
|
placeholder: placeholder,
|
|
@@ -114,9 +115,9 @@ function PhoneInput(_ref) {
|
|
|
114
115
|
onBlur: function onBlur() {
|
|
115
116
|
return setIsFocused(false);
|
|
116
117
|
},
|
|
117
|
-
className: _JSXStyle.dynamic([["
|
|
118
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "phone-input"
|
|
118
119
|
})), dropdownOpen && /*#__PURE__*/React.createElement("div", {
|
|
119
|
-
className: _JSXStyle.dynamic([["
|
|
120
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown"
|
|
120
121
|
}, /*#__PURE__*/React.createElement("input", {
|
|
121
122
|
type: "text",
|
|
122
123
|
placeholder: "Search country...",
|
|
@@ -124,23 +125,23 @@ function PhoneInput(_ref) {
|
|
|
124
125
|
onChange: function onChange(e) {
|
|
125
126
|
return setSearchTerm(e.target.value);
|
|
126
127
|
},
|
|
127
|
-
className: _JSXStyle.dynamic([["
|
|
128
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "search-input"
|
|
128
129
|
}), /*#__PURE__*/React.createElement("div", {
|
|
129
|
-
className: _JSXStyle.dynamic([["
|
|
130
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "country-list"
|
|
130
131
|
}, filteredCountries.length > 0 ? filteredCountries.map(function (c) {
|
|
131
132
|
return /*#__PURE__*/React.createElement("div", {
|
|
132
133
|
key: c.code,
|
|
133
134
|
onClick: function onClick() {
|
|
134
135
|
return handleSelectCountry(c);
|
|
135
136
|
},
|
|
136
|
-
className: _JSXStyle.dynamic([["
|
|
137
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-item"
|
|
137
138
|
}, /*#__PURE__*/React.createElement("span", {
|
|
138
139
|
style: {
|
|
139
140
|
display: 'flex',
|
|
140
141
|
alignItems: 'center',
|
|
141
142
|
gap: 5
|
|
142
143
|
},
|
|
143
|
-
className: _JSXStyle.dynamic([["
|
|
144
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
144
145
|
}, /*#__PURE__*/React.createElement("img", {
|
|
145
146
|
loading: "lazy",
|
|
146
147
|
width: "23",
|
|
@@ -148,19 +149,19 @@ function PhoneInput(_ref) {
|
|
|
148
149
|
src: "https://flagcdn.com/w20/".concat(c.code.toLowerCase(), ".png"),
|
|
149
150
|
srcSet: "https://flagcdn.com/w40/".concat(c.code.toLowerCase(), ".png 2x"),
|
|
150
151
|
alt: "".concat(c.label, " Flag"),
|
|
151
|
-
className: _JSXStyle.dynamic([["
|
|
152
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
152
153
|
}), c.phone, " ", /*#__PURE__*/React.createElement("span", {
|
|
153
154
|
style: {
|
|
154
155
|
color: 'grey'
|
|
155
156
|
},
|
|
156
|
-
className: _JSXStyle.dynamic([["
|
|
157
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]])
|
|
157
158
|
}, c.label)));
|
|
158
159
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
159
|
-
className: _JSXStyle.dynamic([["
|
|
160
|
+
className: _JSXStyle.dynamic([["2480261071", [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']]]) + " " + "dropdown-item disabled"
|
|
160
161
|
}, "No results"))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
161
|
-
id: "
|
|
162
|
-
dynamic: [SCALES.width(1, defaultWidth), SCALES.
|
|
163
|
-
}, ".
|
|
162
|
+
id: "2480261071",
|
|
163
|
+
dynamic: [SCALES.height(2.25), SCALES.font(0.875), SCALES.width(1, defaultWidth), SCALES.pt(0), SCALES.pr(0), SCALES.pb(0), SCALES.pl(0), SCALES.mt(0), SCALES.mr(0), SCALES.mb(0), SCALES.ml(0), hoverBorder, borderColor, SCALES.width(1, defaultWidth), borderColor, SCALES.width(1, defaultWidth), theme.type == 'dark' ? 'black' : 'white', borderColor, borderColor, theme.type == 'dark' ? '#3a3d3d' : '#efefef']
|
|
164
|
+
}, ".with-label.__jsx-style-dynamic-selector{position:relative;display:inline-block;box-sizing:border-box;-webkit-box-align:center;--input-height:".concat(SCALES.height(2.25), ";font-size:").concat(SCALES.font(0.875), ";width:").concat(SCALES.width(1, defaultWidth), ";padding:").concat(SCALES.pt(0), " ").concat(SCALES.pr(0), " ").concat(SCALES.pb(0), " ").concat(SCALES.pl(0), ";margin:").concat(SCALES.mt(0), " ").concat(SCALES.mr(0), " ").concat(SCALES.mb(0), " ").concat(SCALES.ml(0), ";}.phone-input-container.focused.__jsx-style-dynamic-selector{outline:1px solid ").concat(hoverBorder, ";border-radius:6px;}.input-wrapper.__jsx-style-dynamic-selector{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid ").concat(borderColor, ";width:").concat(SCALES.width(1, defaultWidth), ";height:var(--input-height);border-radius:6px;overflow:hidden;}.dropdown-toggle.__jsx-style-dynamic-selector{padding:7px 12px;border-radius:6px 0px 0px 6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;border-right:1px solid ").concat(borderColor, ";}.phone-input.__jsx-style-dynamic-selector{width:100%;min-width:0;padding:5px 10px;background-color:transparent;font-size:14px;border:none;}.phone-input.__jsx-style-dynamic-selector:focus{outline:none;}.dropdown.__jsx-style-dynamic-selector{position:absolute;top:100%;left:0;width:").concat(SCALES.width(1, defaultWidth), ";background:").concat(theme.type == 'dark' ? 'black' : 'white', ";border:1px solid ").concat(borderColor, ";border-radius:6px;margin-top:4px;z-index:999;box-shadow:0 4px 10px rgba(0,0,0,0.1);}.search-input.__jsx-style-dynamic-selector{width:100%;padding:8px 10px;border:none;background-color:transparent;border-bottom:1px solid ").concat(borderColor, ";font-size:14px;}.search-input.__jsx-style-dynamic-selector:focus{outline:none;}.country-list.__jsx-style-dynamic-selector{max-height:200px;overflow-y:auto;}.dropdown-item.__jsx-style-dynamic-selector{padding:10px;cursor:pointer;font-size:14px;}.dropdown-item.__jsx-style-dynamic-selector:hover{background:").concat(theme.type == 'dark' ? '#3a3d3d' : '#efefef', ";}.dropdown-item.disabled.__jsx-style-dynamic-selector{color:#888;cursor:default;}")));
|
|
164
165
|
}
|
|
165
166
|
;
|
|
166
|
-
export default PhoneInput;
|
|
167
|
+
export default withScale(PhoneInput);
|