@citygross/components 0.7.130 → 0.7.131
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.
|
@@ -64,7 +64,7 @@ var SearchBar = function (_a) {
|
|
|
64
64
|
searchOnSubmit && searchOnSubmit();
|
|
65
65
|
} },
|
|
66
66
|
React__default["default"].createElement(SearchBar_styles.SearchLeftIcon, null, icon),
|
|
67
|
-
React__default["default"].createElement(SearchBar_styles.SearchInput, _tslib.__assign({ flexGrow: flexGrow, isValid: isValid, inputSize: inputSize, activeBorderColor: activeBorderColor, ref: inputRef }, props, { value: value })),
|
|
67
|
+
React__default["default"].createElement(SearchBar_styles.SearchInput, _tslib.__assign({ flexGrow: flexGrow, isValid: isValid, inputSize: inputSize, activeBorderColor: activeBorderColor, ref: inputRef }, props, { value: value, autoComplete: "off", "data-lpignore": "true", "data-form-type": "other" })),
|
|
68
68
|
cancelLabel ? (React__default["default"].createElement(SearchBar_styles.SearchRightLabel, { onClick: function (e) {
|
|
69
69
|
e.stopPropagation();
|
|
70
70
|
}, variants: iconVariants, animate: isOpen ? 'open' : 'closed', initial: 'closed' }, cancelLabel)) : null),
|
|
@@ -77,7 +77,7 @@ var SearchBar = function (_a) {
|
|
|
77
77
|
searchOnSubmit && searchOnSubmit();
|
|
78
78
|
} },
|
|
79
79
|
React__default["default"].createElement(SearchBar_styles.SearchLeftIcon, null, icon),
|
|
80
|
-
React__default["default"].createElement(SearchBar_styles.SearchInput, _tslib.__assign({ flexGrow: flexGrow, isValid: isValid, inputSize: 'small', activeBorderColor: activeBorderColor, ref: searchInputMobileRef }, props, { value: value })),
|
|
80
|
+
React__default["default"].createElement(SearchBar_styles.SearchInput, _tslib.__assign({ flexGrow: flexGrow, isValid: isValid, inputSize: 'small', activeBorderColor: activeBorderColor, ref: searchInputMobileRef }, props, { value: value, autoComplete: "off", "data-lpignore": "true", "data-form-type": "other" })),
|
|
81
81
|
cancelLabel ? (React__default["default"].createElement(SearchBar_styles.SearchRightLabel, { onClick: function (e) {
|
|
82
82
|
e.stopPropagation();
|
|
83
83
|
} }, cancelLabel)) : null)),
|
|
@@ -56,7 +56,7 @@ var SearchBar = function (_a) {
|
|
|
56
56
|
searchOnSubmit && searchOnSubmit();
|
|
57
57
|
} },
|
|
58
58
|
React.createElement(SearchLeftIcon, null, icon),
|
|
59
|
-
React.createElement(SearchInput, __assign({ flexGrow: flexGrow, isValid: isValid, inputSize: inputSize, activeBorderColor: activeBorderColor, ref: inputRef }, props, { value: value })),
|
|
59
|
+
React.createElement(SearchInput, __assign({ flexGrow: flexGrow, isValid: isValid, inputSize: inputSize, activeBorderColor: activeBorderColor, ref: inputRef }, props, { value: value, autoComplete: "off", "data-lpignore": "true", "data-form-type": "other" })),
|
|
60
60
|
cancelLabel ? (React.createElement(SearchRightLabel, { onClick: function (e) {
|
|
61
61
|
e.stopPropagation();
|
|
62
62
|
}, variants: iconVariants, animate: isOpen ? 'open' : 'closed', initial: 'closed' }, cancelLabel)) : null),
|
|
@@ -69,7 +69,7 @@ var SearchBar = function (_a) {
|
|
|
69
69
|
searchOnSubmit && searchOnSubmit();
|
|
70
70
|
} },
|
|
71
71
|
React.createElement(SearchLeftIcon, null, icon),
|
|
72
|
-
React.createElement(SearchInput, __assign({ flexGrow: flexGrow, isValid: isValid, inputSize: 'small', activeBorderColor: activeBorderColor, ref: searchInputMobileRef }, props, { value: value })),
|
|
72
|
+
React.createElement(SearchInput, __assign({ flexGrow: flexGrow, isValid: isValid, inputSize: 'small', activeBorderColor: activeBorderColor, ref: searchInputMobileRef }, props, { value: value, autoComplete: "off", "data-lpignore": "true", "data-form-type": "other" })),
|
|
73
73
|
cancelLabel ? (React.createElement(SearchRightLabel, { onClick: function (e) {
|
|
74
74
|
e.stopPropagation();
|
|
75
75
|
} }, cancelLabel)) : null)),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citygross/components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.131",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./build/cjs/components/src/index.js",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"moment": "^2.29.1",
|
|
72
72
|
"react-loading-skeleton": "^2.2.0"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "ce876cb6d09d3542b9b989caeb3f4a1b9e5bd86b"
|
|
75
75
|
}
|