@jetbrains/ring-ui-built 6.0.24 → 6.0.26

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.
@@ -57,7 +57,8 @@ var ErrorMessage = /*#__PURE__*/function (_Component) {
57
57
  }), /*#__PURE__*/React.createElement("div", {
58
58
  className: modules_2c5e8509.content
59
59
  }, /*#__PURE__*/React.createElement("div", {
60
- className: modules_2c5e8509.title
60
+ className: modules_2c5e8509.title,
61
+ "data-test": "ring-error-message-title"
61
62
  }, code && "".concat(code, ":"), " ", message), description && /*#__PURE__*/React.createElement("div", {
62
63
  className: modules_2c5e8509.description
63
64
  }, description), children));
@@ -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 123", "chrome 123", "chrome 122", "chrome 121", "chrome 109", "edge 122", "firefox 123", "ios_saf 17.4", "ios_saf 17.3", "ios_saf 16.6-16.7", "op_mob 80", "safari 17.3", "samsung 24", "samsung 23"]) {
14
+ if (!["and_chr 124", "chrome 124", "chrome 123", "chrome 122", "chrome 109", "edge 124", "edge 123", "firefox 124", "ios_saf 17.4", "ios_saf 17.3", "ios_saf 16.6-16.7", "op_mob 80", "safari 17.4", "samsung 24"]) {
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 123", "chrome 123", "chrome 122", "chrome 121", "chrome 109", "edge 122", "firefox 123", "ios_saf 17.4", "ios_saf 17.3", "ios_saf 16.6-16.7", "op_mob 80", "safari 17.3", "samsung 24", "samsung 23"] || [];
18
+ var SUPPORTED = ["and_chr 124", "chrome 124", "chrome 123", "chrome 122", "chrome 109", "edge 124", "edge 123", "firefox 124", "ios_saf 17.4", "ios_saf 17.3", "ios_saf 16.6-16.7", "op_mob 80", "safari 17.4", "samsung 24"] || [];
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;
@@ -65,7 +65,7 @@ var isPossibleClientSideNavigation = function isPossibleClientSideNavigation(eve
65
65
  // Not open in new tab by user
66
66
  !event.shiftKey &&
67
67
  // Not open in new window by user
68
- event.defaultPrevented;
68
+ !event.defaultPrevented;
69
69
  };
70
70
  var stop = function stop(event) {
71
71
  if (!isPossibleClientSideNavigation(event)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui-built",
3
- "version": "6.0.24",
3
+ "version": "6.0.26",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",