@jetbrains/ring-ui 5.0.112 → 5.0.113

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.
@@ -795,7 +795,7 @@ export default class QueryAssist extends Component {
795
795
  [`${styles.input} ring-js-shortcuts`]: true,
796
796
  [styles.inputGap]: actions.length || this.isRenderingGlassOrLoader() && !glass,
797
797
  [styles.inputGap2]: actions.length === 2,
798
- [styles.inputRevertOrder]: !glass
798
+ [styles.inputRevertOrder]: !glass || huge
799
799
  });
800
800
  const placeholderStyles = classNames({
801
801
  [styles.placeholder]: true,
@@ -808,7 +808,7 @@ export default class QueryAssist extends Component {
808
808
  {renderGlass && !huge && (<Icon glyph={searchIcon} className={styles.icon} title={this.props.translations.searchTitle} ref={this.glassRef} data-test="query-assist-search-icon"/>)}
809
809
 
810
810
  {renderLoader && (<div className={classNames(styles.icon, styles.loader, {
811
- [styles.loaderOnTheRight]: !glass,
811
+ [styles.loaderOnTheRight]: !glass || huge,
812
812
  [styles.loaderActive]: renderLoader
813
813
  })} ref={this.loaderRef}>
814
814
  <LoaderInline />
@@ -794,7 +794,7 @@ class QueryAssist extends Component {
794
794
  [`${modules_da7ab055.input} ring-js-shortcuts`]: true,
795
795
  [modules_da7ab055.inputGap]: actions.length || this.isRenderingGlassOrLoader() && !glass,
796
796
  [modules_da7ab055.inputGap2]: actions.length === 2,
797
- [modules_da7ab055.inputRevertOrder]: !glass
797
+ [modules_da7ab055.inputRevertOrder]: !glass || huge
798
798
  });
799
799
  const placeholderStyles = classNames({
800
800
  [modules_da7ab055.placeholder]: true,
@@ -818,7 +818,7 @@ class QueryAssist extends Component {
818
818
  "data-test": "query-assist-search-icon"
819
819
  }), renderLoader && /*#__PURE__*/React.createElement("div", {
820
820
  className: classNames(modules_da7ab055.icon, modules_da7ab055.loader, {
821
- [modules_da7ab055.loaderOnTheRight]: !glass,
821
+ [modules_da7ab055.loaderOnTheRight]: !glass || huge,
822
822
  [modules_da7ab055.loaderActive]: renderLoader
823
823
  }),
824
824
  ref: this.loaderRef
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "5.0.112",
3
+ "version": "5.0.113",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -78,7 +78,7 @@
78
78
  "@babel/eslint-parser": "^7.19.1",
79
79
  "@jetbrains/eslint-config": "^5.4.1",
80
80
  "@jetbrains/stylelint-config": "^3.0.2",
81
- "@primer/octicons": "^17.11.1",
81
+ "@primer/octicons": "^17.12.0",
82
82
  "@rollup/plugin-babel": "^6.0.3",
83
83
  "@rollup/plugin-node-resolve": "^15.0.1",
84
84
  "@rollup/plugin-replace": "^5.0.2",
@@ -97,7 +97,7 @@
97
97
  "@storybook/react": "6.5.16",
98
98
  "@storybook/source-loader": "6.5.16",
99
99
  "@storybook/theming": "6.5.16",
100
- "@testing-library/react": "^13.4.0",
100
+ "@testing-library/react": "^14.0.0",
101
101
  "@testing-library/user-event": "^14.4.3",
102
102
  "@types/chai": "^4.3.4",
103
103
  "@types/chai-as-promised": "^7.1.5",
@@ -105,24 +105,24 @@
105
105
  "@types/chai-enzyme": "^0.6.8",
106
106
  "@types/enzyme": "^3.10.12",
107
107
  "@types/react": "^18.0.28",
108
- "@types/react-dom": "^18.0.10",
108
+ "@types/react-dom": "^18.0.11",
109
109
  "@types/sinon": "^10.0.13",
110
110
  "@types/sinon-chai": "^3.2.9",
111
- "@typescript-eslint/eslint-plugin": "^5.51.0",
112
- "@typescript-eslint/parser": "^5.51.0",
111
+ "@typescript-eslint/eslint-plugin": "^5.52.0",
112
+ "@typescript-eslint/parser": "^5.52.0",
113
113
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
114
114
  "angular": "^1.8.3",
115
115
  "angular-mocks": "^1.8.3",
116
116
  "angular-route": "^1.8.3",
117
117
  "babel-plugin-react-docgen": "^4.2.1",
118
118
  "babel-plugin-require-context-hook": "^1.0.0",
119
- "caniuse-lite": "^1.0.30001451",
119
+ "caniuse-lite": "^1.0.30001456",
120
120
  "chai": "^4.3.7",
121
121
  "chai-as-promised": "^7.1.1",
122
122
  "chai-dom": "^1.10.0",
123
123
  "chai-enzyme": "1.0.0-beta.1",
124
124
  "cheerio": "^1.0.0-rc.12",
125
- "core-js": "^3.27.2",
125
+ "core-js": "^3.28.0",
126
126
  "cpy-cli": "^3.1.1",
127
127
  "enzyme": "^3.11.0",
128
128
  "eslint": "^8.34.0",
@@ -147,11 +147,11 @@
147
147
  "karma-sourcemap-loader": "^0.4.0",
148
148
  "karma-teamcity-reporter": "^2.0.0",
149
149
  "karma-webpack": "^5.0.0",
150
- "lint-staged": "^13.1.1",
150
+ "lint-staged": "^13.1.2",
151
151
  "merge-options": "^3.0.4",
152
152
  "mocha": "^10.2.0",
153
153
  "pinst": "^3.0.0",
154
- "puppeteer": "^19.7.0",
154
+ "puppeteer": "^19.7.1",
155
155
  "raw-loader": "^4.0.2",
156
156
  "react": "^18.2.0",
157
157
  "react-dom": "^18.2.0",
@@ -227,7 +227,7 @@
227
227
  "extricate-loader": "^3.0.0",
228
228
  "fastdom": "^1.0.11",
229
229
  "file-loader": "^6.2.0",
230
- "focus-trap": "^7.2.0",
230
+ "focus-trap": "^7.3.1",
231
231
  "focus-visible": "^5.2.0",
232
232
  "highlight.js": "^10.7.2",
233
233
  "html-loader": "^4.2.0",