@jetbrains/ring-ui 5.1.5 → 5.1.6

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.
@@ -866,7 +866,7 @@ export default class Select extends Component {
866
866
  onClick: this._clickHandler,
867
867
  disabled: this.props.disabled,
868
868
  children: this._getPlaceholder(),
869
- 'data-test': 'ring-select_focus'
869
+ 'data-test': 'ring-select__focus'
870
870
  },
871
871
  popup: this._renderPopup()
872
872
  })}
@@ -12,11 +12,11 @@ var MAJOR_VERSION_INDEX = 0;
12
12
  /**
13
13
  * SUPPORTED_BROWSERS are defined by Babel plugin, see babel config
14
14
  */
15
- if (!["and_chr 116", "and_uc 15.5", "chrome 116", "chrome 115", "chrome 114", "chrome 109", "edge 116", "edge 115", "firefox 116", "ios_saf 16.6", "ios_saf 16.5", "ios_saf 15.6-15.7", "op_mini all", "safari 16.6", "safari 16.5"]) {
15
+ if (!["and_chr 117", "and_uc 15.5", "chrome 116", "chrome 115", "chrome 114", "chrome 109", "edge 116", "edge 115", "firefox 116", "ios_saf 16.6", "ios_saf 16.5", "ios_saf 15.6-15.7", "op_mini all", "safari 16.6", "safari 16.5"]) {
16
16
  // eslint-disable-next-line no-console
17
17
  console.warn('Ring UI: no SUPPORTED_BROWSERS passed. Please check babel config.');
18
18
  }
19
- var SUPPORTED = ["and_chr 116", "and_uc 15.5", "chrome 116", "chrome 115", "chrome 114", "chrome 109", "edge 116", "edge 115", "firefox 116", "ios_saf 16.6", "ios_saf 16.5", "ios_saf 15.6-15.7", "op_mini all", "safari 16.6", "safari 16.5"] || [];
19
+ var SUPPORTED = ["and_chr 117", "and_uc 15.5", "chrome 116", "chrome 115", "chrome 114", "chrome 109", "edge 116", "edge 115", "firefox 116", "ios_saf 16.6", "ios_saf 16.5", "ios_saf 15.6-15.7", "op_mini all", "safari 16.6", "safari 16.5"] || [];
20
20
  var WHITE_LISTED_BROWSERS = ['chrome', 'firefox', 'safari', 'edge'];
21
21
  var WHITE_LIST = SUPPORTED.reduce(function (acc, item) {
22
22
  var _item$match;
@@ -1090,7 +1090,7 @@ var Select = /*#__PURE__*/function (_Component) {
1090
1090
  onClick: this._clickHandler,
1091
1091
  disabled: this.props.disabled,
1092
1092
  children: this._getPlaceholder(),
1093
- 'data-test': 'ring-select_focus'
1093
+ 'data-test': 'ring-select__focus'
1094
1094
  }),
1095
1095
  popup: this._renderPopup()
1096
1096
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "5.1.5",
3
+ "version": "5.1.6",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -88,13 +88,13 @@
88
88
  "@storybook/addon-a11y": "7.4.2",
89
89
  "@storybook/addon-docs": "7.4.2",
90
90
  "@storybook/addon-essentials": "7.4.2",
91
- "@storybook/addon-storyshots": "7.4.0",
91
+ "@storybook/addon-storyshots": "7.4.2",
92
92
  "@storybook/addon-storyshots-puppeteer": "7.4.2",
93
93
  "@storybook/addon-storysource": "7.4.2",
94
94
  "@storybook/addons": "7.4.2",
95
- "@storybook/html": "7.4.0",
95
+ "@storybook/html": "7.4.2",
96
96
  "@storybook/html-webpack5": "^7.4.2",
97
- "@storybook/preview-api": "7.4.0",
97
+ "@storybook/preview-api": "7.4.2",
98
98
  "@storybook/react": "7.4.2",
99
99
  "@storybook/source-loader": "7.4.2",
100
100
  "@storybook/theming": "7.4.2",
@@ -109,7 +109,7 @@
109
109
  "@types/react-dom": "^18.2.7",
110
110
  "@types/sinon": "^10.0.16",
111
111
  "@types/sinon-chai": "^3.2.9",
112
- "@typescript-eslint/eslint-plugin": "^6.7.0",
112
+ "@typescript-eslint/eslint-plugin": "^6.7.2",
113
113
  "@typescript-eslint/parser": "^6.7.0",
114
114
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
115
115
  "acorn": "^8.10.0",
@@ -118,7 +118,7 @@
118
118
  "angular-route": "^1.8.3",
119
119
  "babel-plugin-react-docgen": "^4.2.1",
120
120
  "babel-plugin-require-context-hook": "^1.0.0",
121
- "caniuse-lite": "^1.0.30001534",
121
+ "caniuse-lite": "^1.0.30001538",
122
122
  "chai": "^4.3.8",
123
123
  "chai-as-promised": "^7.1.1",
124
124
  "chai-dom": "^1.10.0",
@@ -162,7 +162,7 @@
162
162
  "react-test-renderer": "^18.2.0",
163
163
  "regenerator-runtime": "^0.14.0",
164
164
  "rimraf": "^5.0.1",
165
- "rollup": "^3.29.1",
165
+ "rollup": "^3.29.2",
166
166
  "rollup-plugin-clear": "^2.0.7",
167
167
  "rollup-plugin-styles": "^4.0.0",
168
168
  "sinon": "^16.0.0",
@@ -205,7 +205,7 @@
205
205
  "@babel/preset-typescript": "^7.22.15",
206
206
  "@jetbrains/babel-preset-jetbrains": "^2.3.2",
207
207
  "@jetbrains/icons": "^3.21.0",
208
- "@jetbrains/logos": "^2.2.18",
208
+ "@jetbrains/logos": "^2.2.20",
209
209
  "@jetbrains/postcss-require-hover": "^0.1.2",
210
210
  "@types/combokeys": "^2.4.7",
211
211
  "@types/deep-equal": "^1.0.1",
@@ -238,13 +238,13 @@
238
238
  "interpolate-loader": "^2.0.1",
239
239
  "just-debounce-it": "^3.2.0",
240
240
  "memoize-one": "^6.0.0",
241
- "postcss": "^8.4.29",
241
+ "postcss": "^8.4.30",
242
242
  "postcss-calc": "^9.0.1",
243
243
  "postcss-flexbugs-fixes": "^5.0.2",
244
244
  "postcss-font-family-system-ui": "^5.0.0",
245
245
  "postcss-loader": "^7.3.3",
246
246
  "postcss-modules-values-replace": "^4.1.0",
247
- "postcss-preset-env": "^9.1.3",
247
+ "postcss-preset-env": "^9.1.4",
248
248
  "prop-types": "^15.8.1",
249
249
  "react-markdown": "^8.0.7",
250
250
  "react-movable": "^3.0.4",