@jetbrains/ring-ui-built 6.0.9 → 6.0.10
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.
@@ -26,7 +26,6 @@ export interface InputBaseProps {
|
|
26
26
|
error?: ReactNode | null | undefined;
|
27
27
|
borderless?: boolean | null | undefined;
|
28
28
|
onClear?: ((e: React.MouseEvent<HTMLButtonElement>) => void) | null | undefined;
|
29
|
-
loading?: boolean | null | undefined;
|
30
29
|
icon?: string | ComponentType | null | undefined;
|
31
30
|
height?: ControlsHeight | undefined;
|
32
31
|
afterInput?: ReactNode;
|
@@ -11,11 +11,11 @@ var MAJOR_VERSION_INDEX = 0;
|
|
11
11
|
/**
|
12
12
|
* SUPPORTED_BROWSERS are defined by Babel plugin, see babel config
|
13
13
|
*/
|
14
|
-
if (!["and_chr
|
14
|
+
if (!["and_chr 122", "chrome 122", "chrome 121", "chrome 120", "chrome 119", "chrome 109", "edge 121", "firefox 122", "ios_saf 17.3", "ios_saf 17.2", "ios_saf 16.6-16.7", "op_mob 73", "samsung 23"]) {
|
15
15
|
// eslint-disable-next-line no-console
|
16
16
|
console.warn('Ring UI: no SUPPORTED_BROWSERS passed. Please check babel config.');
|
17
17
|
}
|
18
|
-
var SUPPORTED = ["and_chr
|
18
|
+
var SUPPORTED = ["and_chr 122", "chrome 122", "chrome 121", "chrome 120", "chrome 119", "chrome 109", "edge 121", "firefox 122", "ios_saf 17.3", "ios_saf 17.2", "ios_saf 16.6-16.7", "op_mob 73", "samsung 23"] || [];
|
19
19
|
var WHITE_LISTED_BROWSERS = ['chrome', 'firefox', 'safari', 'edge'];
|
20
20
|
var WHITE_LIST = SUPPORTED.reduce(function (acc, item) {
|
21
21
|
var _item$match;
|
@@ -1007,7 +1007,6 @@ var Select = /*#__PURE__*/function (_Component) {
|
|
1007
1007
|
map: this.getShortcutsMap(),
|
1008
1008
|
scope: this.shortcutsScope
|
1009
1009
|
}), /*#__PURE__*/React.createElement(Input, _extends({}, ariaProps, {
|
1010
|
-
loading: this.props.loading,
|
1011
1010
|
height: this.props.height,
|
1012
1011
|
autoComplete: "off",
|
1013
1012
|
id: this.props.id,
|