@jetbrains/ring-ui 6.0.7 → 6.0.8

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.
@@ -9,8 +9,8 @@
9
9
  --ring-line-color: rgb(var(--ring-line-components)); /* #dfe5eb */
10
10
  --ring-borders-components: 197, 209, 219;
11
11
  --ring-borders-color: rgb(var(--ring-borders-components)); /* #c5d1db */
12
- --ring-icon-components: 184, 209, 229;
13
- --ring-icon-color: rgb(var(--ring-icon-components)); /* #b8d1e5 */
12
+ --ring-icon-components: 132, 150, 173;
13
+ --ring-icon-color: rgb(var(--ring-icon-components)); /* #8496ad */
14
14
  --ring-icon-secondary-components: 153, 153, 153;
15
15
  --ring-icon-secondary-color: rgb(var(--ring-icon-secondary-components)); /* #999 */
16
16
  --ring-border-disabled-components: 232, 232, 232;
@@ -7,8 +7,8 @@
7
7
  --ring-line-color: rgb(var(--ring-line-components)); /* #393B40 */
8
8
  --ring-borders-components: 90, 93, 99;
9
9
  --ring-borders-color: rgb(var(--ring-borders-components)); /* #5A5D63 */
10
- --ring-icon-components: 119, 124, 136;
11
- --ring-icon-color: rgb(var(--ring-icon-components)); /* #777C88 */
10
+ --ring-icon-components: 128, 146, 157;
11
+ --ring-icon-color: rgb(var(--ring-icon-components)); /* #80929d */
12
12
  --ring-icon-secondary-components: 121, 126, 139;
13
13
  --ring-icon-secondary-color: rgb(var(--ring-icon-secondary-components)); /* #797E8B */
14
14
  --ring-border-disabled-components: 73, 73, 73;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.7",
3
+ "version": "6.0.8",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -79,7 +79,7 @@
79
79
  "@babel/cli": "^7.23.9",
80
80
  "@babel/eslint-parser": "^7.23.10",
81
81
  "@csstools/stylelint-no-at-nest-rule": "^2.0.0",
82
- "@csstools/css-parser-algorithms": "^2.5.0",
82
+ "@csstools/css-parser-algorithms": "^2.6.0",
83
83
  "@jetbrains/eslint-config": "^5.4.1",
84
84
  "@jetbrains/stylelint-config": "^4.0.2",
85
85
  "@primer/octicons": "^19.8.0",
@@ -87,18 +87,18 @@
87
87
  "@rollup/plugin-json": "^6.1.0",
88
88
  "@rollup/plugin-node-resolve": "^15.2.3",
89
89
  "@rollup/plugin-replace": "^5.0.5",
90
- "@storybook/addon-a11y": "7.6.15",
90
+ "@storybook/addon-a11y": "7.6.16",
91
91
  "@storybook/addon-docs": "7.6.16",
92
92
  "@storybook/addon-essentials": "7.6.16",
93
- "@storybook/addon-storyshots": "7.6.10",
93
+ "@storybook/addon-storyshots": "7.6.16",
94
94
  "@storybook/addon-storyshots-puppeteer": "7.6.16",
95
- "@storybook/addon-storysource": "7.6.15",
96
- "@storybook/addons": "7.6.15",
97
- "@storybook/preview-api": "7.6.10",
98
- "@storybook/react": "7.6.10",
99
- "@storybook/react-webpack5": "7.6.15",
100
- "@storybook/source-loader": "7.6.15",
101
- "@storybook/theming": "7.6.15",
95
+ "@storybook/addon-storysource": "7.6.16",
96
+ "@storybook/addons": "7.6.16",
97
+ "@storybook/preview-api": "7.6.16",
98
+ "@storybook/react": "7.6.16",
99
+ "@storybook/react-webpack5": "7.6.16",
100
+ "@storybook/source-loader": "7.6.16",
101
+ "@storybook/theming": "7.6.16",
102
102
  "@testing-library/react": "^14.2.1",
103
103
  "@testing-library/user-event": "^14.5.2",
104
104
  "@types/chai": "^4.3.11",
@@ -107,16 +107,16 @@
107
107
  "@types/chai-enzyme": "^0.6.13",
108
108
  "@types/enzyme": "^3.10.18",
109
109
  "@types/markdown-it": "^13.0.7",
110
- "@types/react": "^18.2.55",
110
+ "@types/react": "^18.2.57",
111
111
  "@types/react-dom": "^18.2.19",
112
112
  "@types/sinon": "^17.0.3",
113
113
  "@types/sinon-chai": "^3.2.12",
114
- "@typescript-eslint/eslint-plugin": "^7.0.1",
115
- "@typescript-eslint/parser": "^7.0.1",
114
+ "@typescript-eslint/eslint-plugin": "^7.0.2",
115
+ "@typescript-eslint/parser": "^7.0.2",
116
116
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
117
117
  "acorn": "^8.11.3",
118
118
  "babel-plugin-require-context-hook": "^1.0.0",
119
- "caniuse-lite": "^1.0.30001587",
119
+ "caniuse-lite": "^1.0.30001588",
120
120
  "chai": "^5.1.0",
121
121
  "chai-as-promised": "^7.1.1",
122
122
  "chai-dom": "^1.10.0",
@@ -131,7 +131,7 @@
131
131
  "eslint-plugin-import": "^2.29.1",
132
132
  "eslint-plugin-jsx-a11y": "^6.8.0",
133
133
  "eslint-plugin-react": "^7.33.2",
134
- "eslint-plugin-storybook": "^0.6.15",
134
+ "eslint-plugin-storybook": "^0.8.0",
135
135
  "events": "^3.3.0",
136
136
  "glob": "^10.3.10",
137
137
  "html-webpack-plugin": "^5.6.0",
@@ -150,23 +150,23 @@
150
150
  "lint-staged": "^15.2.2",
151
151
  "markdown-it": "^14.0.0",
152
152
  "merge-options": "^3.0.4",
153
- "mocha": "^10.2.0",
153
+ "mocha": "^10.3.0",
154
154
  "pinst": "^3.0.0",
155
155
  "prettier": "^3.2.5",
156
- "puppeteer": "^22.0.0",
156
+ "puppeteer": "^22.1.0",
157
157
  "raw-loader": "^4.0.2",
158
158
  "react": "^18.2.0",
159
159
  "react-dom": "^18.2.0",
160
160
  "react-test-renderer": "^18.2.0",
161
161
  "regenerator-runtime": "^0.14.1",
162
162
  "rimraf": "^5.0.5",
163
- "rollup": "^4.11.0",
163
+ "rollup": "^4.12.0",
164
164
  "rollup-plugin-clear": "^2.0.7",
165
165
  "rollup-plugin-styles": "^4.0.0",
166
166
  "sinon": "^17.0.1",
167
167
  "sinon-chai": "^3.7.0",
168
168
  "storage-mock": "^2.1.0",
169
- "storybook": "7.6.15",
169
+ "storybook": "7.6.16",
170
170
  "storybook-addon-themes": "^6.1.0",
171
171
  "stylelint": "^16.2.1",
172
172
  "svg-inline-loader": "^0.8.2",
@@ -174,7 +174,7 @@
174
174
  "terser-webpack-plugin": "^5.3.10",
175
175
  "typescript": "~5.3.3",
176
176
  "wallaby-webpack": "^3.9.16",
177
- "webpack": "^5.90.1",
177
+ "webpack": "^5.90.3",
178
178
  "webpack-cli": "^5.1.4",
179
179
  "xmlappend": "^1.0.4"
180
180
  },
@@ -201,7 +201,7 @@
201
201
  "@babel/core": "^7.23.9",
202
202
  "@babel/preset-typescript": "^7.23.3",
203
203
  "@jetbrains/babel-preset-jetbrains": "^2.3.2",
204
- "@jetbrains/icons": "^4.0.0",
204
+ "@jetbrains/icons": "^4.0.1",
205
205
  "@jetbrains/logos": "^2.2.25",
206
206
  "@jetbrains/postcss-require-hover": "^0.1.2",
207
207
  "@types/combokeys": "^2.4.9",
@@ -224,7 +224,7 @@
224
224
  "element-resize-detector": "^1.2.4",
225
225
  "es6-error": "^4.1.1",
226
226
  "eslint-plugin-react-hooks": "^4.6.0",
227
- "fastdom": "^1.0.11",
227
+ "fastdom": "^1.0.12",
228
228
  "file-loader": "^6.2.0",
229
229
  "focus-trap": "^7.5.4",
230
230
  "highlight.js": "^10.7.2",
@@ -236,7 +236,7 @@
236
236
  "postcss-font-family-system-ui": "^5.0.0",
237
237
  "postcss-loader": "^8.1.0",
238
238
  "postcss-modules-values-replace": "^4.1.0",
239
- "postcss-preset-env": "^9.3.0",
239
+ "postcss-preset-env": "^9.4.0",
240
240
  "prop-types": "^15.8.1",
241
241
  "react-movable": "^3.0.4",
242
242
  "react-virtualized": "^9.22.5",