@helpdice/ui 2.2.4 → 2.2.5
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 +686 -8
- package/dist/index.js +63 -34
- 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 +25 -3
- 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/index.js
CHANGED
|
@@ -3047,21 +3047,22 @@ function PhoneInput(_ref) {
|
|
|
3047
3047
|
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
3048
3048
|
return /*#__PURE__*/React.createElement("div", {
|
|
3049
3049
|
ref: dropdownRef,
|
|
3050
|
-
className: _JSXStyle.dynamic([["
|
|
3050
|
+
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' : '')
|
|
3051
3051
|
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("div", {
|
|
3052
|
-
className: _JSXStyle.dynamic([["
|
|
3052
|
+
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"
|
|
3053
3053
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3054
3054
|
onClick: function onClick() {
|
|
3055
3055
|
return setDropdownOpen(!dropdownOpen);
|
|
3056
3056
|
},
|
|
3057
|
-
className: _JSXStyle.dynamic([["
|
|
3057
|
+
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"
|
|
3058
3058
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3059
3059
|
style: {
|
|
3060
3060
|
display: 'flex',
|
|
3061
3061
|
alignItems: 'center',
|
|
3062
|
-
gap: 5
|
|
3062
|
+
gap: 5,
|
|
3063
|
+
paddingRight: '15px'
|
|
3063
3064
|
},
|
|
3064
|
-
className: _JSXStyle.dynamic([["
|
|
3065
|
+
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']]])
|
|
3065
3066
|
}, /*#__PURE__*/React.createElement("img", {
|
|
3066
3067
|
loading: "lazy",
|
|
3067
3068
|
width: "20",
|
|
@@ -3069,9 +3070,9 @@ function PhoneInput(_ref) {
|
|
|
3069
3070
|
src: "https://flagcdn.com/w20/".concat(selectedCountry.code.toLowerCase(), ".png"),
|
|
3070
3071
|
srcSet: "https://flagcdn.com/w40/".concat(selectedCountry.code.toLowerCase(), ".png 2x"),
|
|
3071
3072
|
alt: "".concat(selectedCountry.label, " Flag"),
|
|
3072
|
-
className: _JSXStyle.dynamic([["
|
|
3073
|
+
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']]])
|
|
3073
3074
|
}), /*#__PURE__*/React.createElement("span", {
|
|
3074
|
-
className: _JSXStyle.dynamic([["
|
|
3075
|
+
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']]])
|
|
3075
3076
|
}, selectedCountry.phone))), /*#__PURE__*/React.createElement("input", {
|
|
3076
3077
|
type: "tel",
|
|
3077
3078
|
placeholder: placeholder,
|
|
@@ -3083,9 +3084,9 @@ function PhoneInput(_ref) {
|
|
|
3083
3084
|
onBlur: function onBlur() {
|
|
3084
3085
|
return setIsFocused(false);
|
|
3085
3086
|
},
|
|
3086
|
-
className: _JSXStyle.dynamic([["
|
|
3087
|
+
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"
|
|
3087
3088
|
})), dropdownOpen && /*#__PURE__*/React.createElement("div", {
|
|
3088
|
-
className: _JSXStyle.dynamic([["
|
|
3089
|
+
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"
|
|
3089
3090
|
}, /*#__PURE__*/React.createElement("input", {
|
|
3090
3091
|
type: "text",
|
|
3091
3092
|
placeholder: "Search country...",
|
|
@@ -3093,23 +3094,23 @@ function PhoneInput(_ref) {
|
|
|
3093
3094
|
onChange: function onChange(e) {
|
|
3094
3095
|
return setSearchTerm(e.target.value);
|
|
3095
3096
|
},
|
|
3096
|
-
className: _JSXStyle.dynamic([["
|
|
3097
|
+
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"
|
|
3097
3098
|
}), /*#__PURE__*/React.createElement("div", {
|
|
3098
|
-
className: _JSXStyle.dynamic([["
|
|
3099
|
+
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"
|
|
3099
3100
|
}, filteredCountries.length > 0 ? filteredCountries.map(function (c) {
|
|
3100
3101
|
return /*#__PURE__*/React.createElement("div", {
|
|
3101
3102
|
key: c.code,
|
|
3102
3103
|
onClick: function onClick() {
|
|
3103
3104
|
return handleSelectCountry(c);
|
|
3104
3105
|
},
|
|
3105
|
-
className: _JSXStyle.dynamic([["
|
|
3106
|
+
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"
|
|
3106
3107
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3107
3108
|
style: {
|
|
3108
3109
|
display: 'flex',
|
|
3109
3110
|
alignItems: 'center',
|
|
3110
3111
|
gap: 5
|
|
3111
3112
|
},
|
|
3112
|
-
className: _JSXStyle.dynamic([["
|
|
3113
|
+
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']]])
|
|
3113
3114
|
}, /*#__PURE__*/React.createElement("img", {
|
|
3114
3115
|
loading: "lazy",
|
|
3115
3116
|
width: "23",
|
|
@@ -3117,20 +3118,21 @@ function PhoneInput(_ref) {
|
|
|
3117
3118
|
src: "https://flagcdn.com/w20/".concat(c.code.toLowerCase(), ".png"),
|
|
3118
3119
|
srcSet: "https://flagcdn.com/w40/".concat(c.code.toLowerCase(), ".png 2x"),
|
|
3119
3120
|
alt: "".concat(c.label, " Flag"),
|
|
3120
|
-
className: _JSXStyle.dynamic([["
|
|
3121
|
+
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']]])
|
|
3121
3122
|
}), c.phone, " ", /*#__PURE__*/React.createElement("span", {
|
|
3122
3123
|
style: {
|
|
3123
3124
|
color: 'grey'
|
|
3124
3125
|
},
|
|
3125
|
-
className: _JSXStyle.dynamic([["
|
|
3126
|
+
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']]])
|
|
3126
3127
|
}, c.label)));
|
|
3127
3128
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
3128
|
-
className: _JSXStyle.dynamic([["
|
|
3129
|
+
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"
|
|
3129
3130
|
}, "No results"))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
3130
|
-
id: "
|
|
3131
|
-
dynamic: [SCALES.width(1, defaultWidth), SCALES.
|
|
3132
|
-
}, ".
|
|
3131
|
+
id: "2480261071",
|
|
3132
|
+
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']
|
|
3133
|
+
}, ".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;}")));
|
|
3133
3134
|
}
|
|
3135
|
+
var PhoneInput$1 = withScale(PhoneInput);
|
|
3134
3136
|
|
|
3135
3137
|
/**
|
|
3136
3138
|
* Escape regex char
|
|
@@ -3518,7 +3520,7 @@ var repositionCursor = function repositionCursor(_ref) {
|
|
|
3518
3520
|
};
|
|
3519
3521
|
};
|
|
3520
3522
|
|
|
3521
|
-
var _excluded$1m = ["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"];
|
|
3523
|
+
var _excluded$1m = ["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"];
|
|
3522
3524
|
var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3523
3525
|
var _ref$allowDecimals = _ref.allowDecimals,
|
|
3524
3526
|
allowDecimals = _ref$allowDecimals === void 0 ? true : _ref$allowDecimals,
|
|
@@ -3541,6 +3543,7 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3541
3543
|
prefix = _ref.prefix,
|
|
3542
3544
|
suffix = _ref.suffix,
|
|
3543
3545
|
intlConfig = _ref.intlConfig,
|
|
3546
|
+
fullWidth = _ref.fullWidth,
|
|
3544
3547
|
step = _ref.step,
|
|
3545
3548
|
min = _ref.min,
|
|
3546
3549
|
max = _ref.max,
|
|
@@ -3560,7 +3563,10 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3560
3563
|
formatValueOnBlur = _ref$formatValueOnBlu === void 0 ? true : _ref$formatValueOnBlu,
|
|
3561
3564
|
children = _ref.children,
|
|
3562
3565
|
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
3566
|
+
var _useScale = useScale(),
|
|
3567
|
+
SCALES = _useScale.SCALES;
|
|
3563
3568
|
var theme$1 = theme.useTheme();
|
|
3569
|
+
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
3564
3570
|
if (_decimalSeparator && isNumber(_decimalSeparator)) {
|
|
3565
3571
|
throw new Error('decimalSeparator cannot be a number');
|
|
3566
3572
|
}
|
|
@@ -3828,14 +3834,9 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3828
3834
|
var CustomInput = customInput;
|
|
3829
3835
|
return /*#__PURE__*/React.createElement(CustomInput, inputProps);
|
|
3830
3836
|
}
|
|
3831
|
-
return /*#__PURE__*/React.createElement("div",
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
marginBottom: '0.7rem',
|
|
3835
|
-
fontSize: '14px',
|
|
3836
|
-
fontWeight: 'light'
|
|
3837
|
-
}
|
|
3838
|
-
}, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
3837
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3838
|
+
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"
|
|
3839
|
+
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
3839
3840
|
style: {
|
|
3840
3841
|
textAlign: 'right',
|
|
3841
3842
|
border: "1px solid ".concat(theme$1.palette.border),
|
|
@@ -3847,15 +3848,23 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3847
3848
|
width: 'auto',
|
|
3848
3849
|
background: 'transparent',
|
|
3849
3850
|
minWidth: '200px'
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3851
|
+
},
|
|
3852
|
+
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 || "")
|
|
3853
|
+
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
3854
|
+
id: "1592876518",
|
|
3855
|
+
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)]
|
|
3856
|
+
}, ".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), ";}")));
|
|
3852
3857
|
});
|
|
3853
3858
|
|
|
3859
|
+
// CurrencyInput.displayName = 'CurrencyInput';
|
|
3860
|
+
|
|
3861
|
+
var CurrencyInput = withScale(InputCurrency);
|
|
3862
|
+
|
|
3854
3863
|
/* "use client" */
|
|
3855
3864
|
Input.Textarea = Textarea;
|
|
3856
3865
|
Input.Password = InputPassword;
|
|
3857
|
-
Input.Phone = PhoneInput;
|
|
3858
|
-
Input.Currency =
|
|
3866
|
+
Input.Phone = PhoneInput$1;
|
|
3867
|
+
Input.Currency = CurrencyInput;
|
|
3859
3868
|
|
|
3860
3869
|
/* "use client" */
|
|
3861
3870
|
|
|
@@ -13267,7 +13276,7 @@ var GridContainer = withScale(GridContainerComponent);
|
|
|
13267
13276
|
|
|
13268
13277
|
Grid.Container = GridContainer;
|
|
13269
13278
|
|
|
13270
|
-
var _excluded$E = ["gap", "children", "direction", "justify", "alignItems", "alignContent", "className"];
|
|
13279
|
+
var _excluded$E = ["gap", "children", "direction", "justify", "alignItems", "alignContent", "collapse", "className"];
|
|
13271
13280
|
var wrap = tuple('nowrap', 'wrap', 'wrap-reverse');
|
|
13272
13281
|
var Container = function Container(_ref) {
|
|
13273
13282
|
var _ref$gap = _ref.gap,
|
|
@@ -13277,9 +13286,15 @@ var Container = function Container(_ref) {
|
|
|
13277
13286
|
justify = _ref.justify,
|
|
13278
13287
|
alignItems = _ref.alignItems,
|
|
13279
13288
|
alignContent = _ref.alignContent,
|
|
13289
|
+
_ref$collapse = _ref.collapse,
|
|
13290
|
+
collapse = _ref$collapse === void 0 ? 0 : _ref$collapse,
|
|
13280
13291
|
_ref$className = _ref.className,
|
|
13281
13292
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
13282
13293
|
props = _objectWithoutProperties(_ref, _excluded$E);
|
|
13294
|
+
var _useState = React.useState(false),
|
|
13295
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
13296
|
+
expand = _useState2[0],
|
|
13297
|
+
setExpand = _useState2[1];
|
|
13283
13298
|
var _useScale = useScale(),
|
|
13284
13299
|
unit = _useScale.unit,
|
|
13285
13300
|
SCALES = _useScale.SCALES;
|
|
@@ -13298,7 +13313,21 @@ var Container = function Container(_ref) {
|
|
|
13298
13313
|
var classes = theme.useClasses(resolveClassName, className);
|
|
13299
13314
|
return /*#__PURE__*/React.createElement(GridBasicItem, _extends({
|
|
13300
13315
|
className: classes
|
|
13301
|
-
}, props), children,
|
|
13316
|
+
}, props), collapse > 50 ? /*#__PURE__*/React.createElement(React.Fragment, null, expand ? children : (children === null || children === void 0 ? void 0 : children.toString().substring(0, collapse)) + '...', /*#__PURE__*/React.createElement(Button, {
|
|
13317
|
+
margin: 0,
|
|
13318
|
+
onClick: function onClick() {
|
|
13319
|
+
return setExpand(!expand);
|
|
13320
|
+
},
|
|
13321
|
+
style: {
|
|
13322
|
+
textTransform: 'lowercase'
|
|
13323
|
+
},
|
|
13324
|
+
effect: false,
|
|
13325
|
+
color: "abort",
|
|
13326
|
+
scale: 2 / 3,
|
|
13327
|
+
px: 0.2,
|
|
13328
|
+
py: 0,
|
|
13329
|
+
auto: true
|
|
13330
|
+
}, /*#__PURE__*/React.createElement("b", null, expand ? 'less' : 'more'))) : children, styles);
|
|
13302
13331
|
};
|
|
13303
13332
|
Container.displayName = 'Container';
|
|
13304
13333
|
var Container$1 = 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;
|
package/dist/input/index.js
CHANGED
|
@@ -2700,21 +2700,22 @@ function PhoneInput(_ref) {
|
|
|
2700
2700
|
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
2701
2701
|
return /*#__PURE__*/React.createElement("div", {
|
|
2702
2702
|
ref: dropdownRef,
|
|
2703
|
-
className: _JSXStyle.dynamic([["
|
|
2703
|
+
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' : '')
|
|
2704
2704
|
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("div", {
|
|
2705
|
-
className: _JSXStyle.dynamic([["
|
|
2705
|
+
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"
|
|
2706
2706
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2707
2707
|
onClick: function onClick() {
|
|
2708
2708
|
return setDropdownOpen(!dropdownOpen);
|
|
2709
2709
|
},
|
|
2710
|
-
className: _JSXStyle.dynamic([["
|
|
2710
|
+
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"
|
|
2711
2711
|
}, /*#__PURE__*/React.createElement("span", {
|
|
2712
2712
|
style: {
|
|
2713
2713
|
display: 'flex',
|
|
2714
2714
|
alignItems: 'center',
|
|
2715
|
-
gap: 5
|
|
2715
|
+
gap: 5,
|
|
2716
|
+
paddingRight: '15px'
|
|
2716
2717
|
},
|
|
2717
|
-
className: _JSXStyle.dynamic([["
|
|
2718
|
+
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']]])
|
|
2718
2719
|
}, /*#__PURE__*/React.createElement("img", {
|
|
2719
2720
|
loading: "lazy",
|
|
2720
2721
|
width: "20",
|
|
@@ -2722,9 +2723,9 @@ function PhoneInput(_ref) {
|
|
|
2722
2723
|
src: "https://flagcdn.com/w20/".concat(selectedCountry.code.toLowerCase(), ".png"),
|
|
2723
2724
|
srcSet: "https://flagcdn.com/w40/".concat(selectedCountry.code.toLowerCase(), ".png 2x"),
|
|
2724
2725
|
alt: "".concat(selectedCountry.label, " Flag"),
|
|
2725
|
-
className: _JSXStyle.dynamic([["
|
|
2726
|
+
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']]])
|
|
2726
2727
|
}), /*#__PURE__*/React.createElement("span", {
|
|
2727
|
-
className: _JSXStyle.dynamic([["
|
|
2728
|
+
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']]])
|
|
2728
2729
|
}, selectedCountry.phone))), /*#__PURE__*/React.createElement("input", {
|
|
2729
2730
|
type: "tel",
|
|
2730
2731
|
placeholder: placeholder,
|
|
@@ -2736,9 +2737,9 @@ function PhoneInput(_ref) {
|
|
|
2736
2737
|
onBlur: function onBlur() {
|
|
2737
2738
|
return setIsFocused(false);
|
|
2738
2739
|
},
|
|
2739
|
-
className: _JSXStyle.dynamic([["
|
|
2740
|
+
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"
|
|
2740
2741
|
})), dropdownOpen && /*#__PURE__*/React.createElement("div", {
|
|
2741
|
-
className: _JSXStyle.dynamic([["
|
|
2742
|
+
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"
|
|
2742
2743
|
}, /*#__PURE__*/React.createElement("input", {
|
|
2743
2744
|
type: "text",
|
|
2744
2745
|
placeholder: "Search country...",
|
|
@@ -2746,23 +2747,23 @@ function PhoneInput(_ref) {
|
|
|
2746
2747
|
onChange: function onChange(e) {
|
|
2747
2748
|
return setSearchTerm(e.target.value);
|
|
2748
2749
|
},
|
|
2749
|
-
className: _JSXStyle.dynamic([["
|
|
2750
|
+
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"
|
|
2750
2751
|
}), /*#__PURE__*/React.createElement("div", {
|
|
2751
|
-
className: _JSXStyle.dynamic([["
|
|
2752
|
+
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"
|
|
2752
2753
|
}, filteredCountries.length > 0 ? filteredCountries.map(function (c) {
|
|
2753
2754
|
return /*#__PURE__*/React.createElement("div", {
|
|
2754
2755
|
key: c.code,
|
|
2755
2756
|
onClick: function onClick() {
|
|
2756
2757
|
return handleSelectCountry(c);
|
|
2757
2758
|
},
|
|
2758
|
-
className: _JSXStyle.dynamic([["
|
|
2759
|
+
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"
|
|
2759
2760
|
}, /*#__PURE__*/React.createElement("span", {
|
|
2760
2761
|
style: {
|
|
2761
2762
|
display: 'flex',
|
|
2762
2763
|
alignItems: 'center',
|
|
2763
2764
|
gap: 5
|
|
2764
2765
|
},
|
|
2765
|
-
className: _JSXStyle.dynamic([["
|
|
2766
|
+
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']]])
|
|
2766
2767
|
}, /*#__PURE__*/React.createElement("img", {
|
|
2767
2768
|
loading: "lazy",
|
|
2768
2769
|
width: "23",
|
|
@@ -2770,20 +2771,21 @@ function PhoneInput(_ref) {
|
|
|
2770
2771
|
src: "https://flagcdn.com/w20/".concat(c.code.toLowerCase(), ".png"),
|
|
2771
2772
|
srcSet: "https://flagcdn.com/w40/".concat(c.code.toLowerCase(), ".png 2x"),
|
|
2772
2773
|
alt: "".concat(c.label, " Flag"),
|
|
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
|
}), c.phone, " ", /*#__PURE__*/React.createElement("span", {
|
|
2775
2776
|
style: {
|
|
2776
2777
|
color: 'grey'
|
|
2777
2778
|
},
|
|
2778
|
-
className: _JSXStyle.dynamic([["
|
|
2779
|
+
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']]])
|
|
2779
2780
|
}, c.label)));
|
|
2780
2781
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
2781
|
-
className: _JSXStyle.dynamic([["
|
|
2782
|
+
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"
|
|
2782
2783
|
}, "No results"))), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
2783
|
-
id: "
|
|
2784
|
-
dynamic: [SCALES.width(1, defaultWidth), SCALES.
|
|
2785
|
-
}, ".
|
|
2784
|
+
id: "2480261071",
|
|
2785
|
+
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']
|
|
2786
|
+
}, ".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;}")));
|
|
2786
2787
|
}
|
|
2788
|
+
var PhoneInput$1 = withScale(PhoneInput);
|
|
2787
2789
|
|
|
2788
2790
|
/**
|
|
2789
2791
|
* Escape regex char
|
|
@@ -3171,7 +3173,7 @@ var repositionCursor = function repositionCursor(_ref) {
|
|
|
3171
3173
|
};
|
|
3172
3174
|
};
|
|
3173
3175
|
|
|
3174
|
-
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"];
|
|
3176
|
+
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"];
|
|
3175
3177
|
var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
3176
3178
|
var _ref$allowDecimals = _ref.allowDecimals,
|
|
3177
3179
|
allowDecimals = _ref$allowDecimals === void 0 ? true : _ref$allowDecimals,
|
|
@@ -3194,6 +3196,7 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3194
3196
|
prefix = _ref.prefix,
|
|
3195
3197
|
suffix = _ref.suffix,
|
|
3196
3198
|
intlConfig = _ref.intlConfig,
|
|
3199
|
+
fullWidth = _ref.fullWidth,
|
|
3197
3200
|
step = _ref.step,
|
|
3198
3201
|
min = _ref.min,
|
|
3199
3202
|
max = _ref.max,
|
|
@@ -3213,7 +3216,10 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3213
3216
|
formatValueOnBlur = _ref$formatValueOnBlu === void 0 ? true : _ref$formatValueOnBlu,
|
|
3214
3217
|
children = _ref.children,
|
|
3215
3218
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
3219
|
+
var _useScale = useScale(),
|
|
3220
|
+
SCALES = _useScale.SCALES;
|
|
3216
3221
|
var theme$1 = theme.useTheme();
|
|
3222
|
+
var defaultWidth = fullWidth ? '100%' : 'initial';
|
|
3217
3223
|
if (_decimalSeparator && isNumber(_decimalSeparator)) {
|
|
3218
3224
|
throw new Error('decimalSeparator cannot be a number');
|
|
3219
3225
|
}
|
|
@@ -3481,14 +3487,9 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3481
3487
|
var CustomInput = customInput;
|
|
3482
3488
|
return /*#__PURE__*/React.createElement(CustomInput, inputProps);
|
|
3483
3489
|
}
|
|
3484
|
-
return /*#__PURE__*/React.createElement("div",
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
marginBottom: '0.7rem',
|
|
3488
|
-
fontSize: '14px',
|
|
3489
|
-
fontWeight: 'light'
|
|
3490
|
-
}
|
|
3491
|
-
}, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
3490
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3491
|
+
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"
|
|
3492
|
+
}, children && /*#__PURE__*/React.createElement(InputBlockLabel, null, children), /*#__PURE__*/React.createElement("input", _extends({}, inputProps, {
|
|
3492
3493
|
style: {
|
|
3493
3494
|
textAlign: 'right',
|
|
3494
3495
|
border: "1px solid ".concat(theme$1.palette.border),
|
|
@@ -3500,15 +3501,23 @@ var InputCurrency = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
3500
3501
|
width: 'auto',
|
|
3501
3502
|
background: 'transparent',
|
|
3502
3503
|
minWidth: '200px'
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3504
|
+
},
|
|
3505
|
+
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 || "")
|
|
3506
|
+
})), /*#__PURE__*/React.createElement(_JSXStyle, {
|
|
3507
|
+
id: "1592876518",
|
|
3508
|
+
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)]
|
|
3509
|
+
}, ".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), ";}")));
|
|
3505
3510
|
});
|
|
3506
3511
|
|
|
3512
|
+
// CurrencyInput.displayName = 'CurrencyInput';
|
|
3513
|
+
|
|
3514
|
+
var CurrencyInput = withScale(InputCurrency);
|
|
3515
|
+
|
|
3507
3516
|
/* "use client" */
|
|
3508
3517
|
Input.Textarea = Textarea;
|
|
3509
3518
|
Input.Password = InputPassword;
|
|
3510
|
-
Input.Phone = PhoneInput;
|
|
3511
|
-
Input.Currency =
|
|
3519
|
+
Input.Phone = PhoneInput$1;
|
|
3520
|
+
Input.Currency = CurrencyInput;
|
|
3512
3521
|
|
|
3513
3522
|
exports.default = Input;
|
|
3514
3523
|
exports.getColors = getColors;
|
|
@@ -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;
|