@jetbrains/ring-ui 6.0.7-beta.0 → 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.
Files changed (91) hide show
  1. package/README.md +1 -1
  2. package/components/alert/alert.css +12 -13
  3. package/components/alert/container.css +4 -6
  4. package/components/alert-service/alert-service.stories.css +0 -3
  5. package/components/auth/down-notification.css +2 -4
  6. package/components/auth-dialog/auth-dialog.css +10 -12
  7. package/components/badge/badge.css +1 -3
  8. package/components/button/button.css +13 -14
  9. package/components/button-group/button-group.css +6 -5
  10. package/components/button-set/button-set.css +1 -2
  11. package/components/button-toolbar/button-toolbar.css +1 -2
  12. package/components/checkbox/checkbox.css +7 -7
  13. package/components/checkbox/checkbox.js +2 -2
  14. package/components/code/code.css +3 -5
  15. package/components/collapse/collapse-content.d.ts +11 -0
  16. package/components/collapse/collapse-content.js +72 -0
  17. package/components/collapse/collapse-context.d.ts +10 -0
  18. package/components/collapse/collapse-context.js +10 -0
  19. package/components/collapse/collapse-control.d.ts +11 -0
  20. package/components/collapse/collapse-control.js +22 -0
  21. package/components/collapse/collapse.css +40 -0
  22. package/components/collapse/collapse.d.ts +12 -0
  23. package/components/collapse/collapse.js +26 -0
  24. package/components/collapse/collapse.stories.css +25 -0
  25. package/components/collapse/consts.d.ts +4 -0
  26. package/components/collapse/consts.js +4 -0
  27. package/components/collapse/utils.d.ts +1 -0
  28. package/components/collapse/utils.js +1 -0
  29. package/components/confirm/confirm.css +1 -3
  30. package/components/content-layout/content-layout.css +7 -7
  31. package/components/data-list/data-list.css +4 -5
  32. package/components/date-picker/consts.js +1 -1
  33. package/components/date-picker/date-picker.css +40 -41
  34. package/components/date-picker/date-picker.js +7 -7
  35. package/components/date-picker/date-popup.js +4 -4
  36. package/components/date-picker/day.js +9 -9
  37. package/components/date-picker/month-names.js +6 -6
  38. package/components/date-picker/month-slider.js +3 -3
  39. package/components/date-picker/month.js +5 -5
  40. package/components/date-picker/months.js +6 -6
  41. package/components/date-picker/weekdays.js +4 -4
  42. package/components/date-picker/years.js +8 -8
  43. package/components/dialog/dialog.css +12 -13
  44. package/components/editable-heading/editable-heading.css +8 -8
  45. package/components/error-bubble/error-bubble-legacy.css +6 -8
  46. package/components/error-bubble/error-bubble.css +6 -8
  47. package/components/footer/footer.css +6 -8
  48. package/components/form/form.css +31 -33
  49. package/components/global/global.css +1 -7
  50. package/components/global/variables.css +4 -4
  51. package/components/global/variables_dark.css +8 -8
  52. package/components/grid/grid.css +6 -6
  53. package/components/group/group.css +1 -3
  54. package/components/header/header.css +12 -14
  55. package/components/header/services.css +12 -14
  56. package/components/icon/icon.css +7 -4
  57. package/components/input/input-legacy.css +2 -4
  58. package/components/input/input.css +8 -10
  59. package/components/input-size/input-size.css +4 -6
  60. package/components/island/island.css +6 -7
  61. package/components/island-legacy/island-legacy.css +6 -8
  62. package/components/line/line.css +1 -3
  63. package/components/link/link.css +1 -1
  64. package/components/link/link.d.ts +2 -2
  65. package/components/link/link.js +1 -1
  66. package/components/list/list.css +17 -20
  67. package/components/loader/loader.css +1 -3
  68. package/components/loader-inline/loader-inline.css +5 -6
  69. package/components/login-dialog/login-dialog.css +1 -3
  70. package/components/markdown/markdown.css +2 -3
  71. package/components/message/message.css +5 -8
  72. package/components/old-browsers-message/old-browsers-message.css +2 -4
  73. package/components/pager/pager.css +2 -4
  74. package/components/panel/panel.css +3 -5
  75. package/components/progress-bar/progress-bar.css +3 -4
  76. package/components/query-assist/query-assist.css +3 -4
  77. package/components/radio/radio.css +8 -11
  78. package/components/select/select-popup.css +9 -11
  79. package/components/select/select.css +13 -14
  80. package/components/sidebar/sidebar.css +13 -15
  81. package/components/table/table.css +15 -17
  82. package/components/table-legacy/table-legacy.css +22 -24
  83. package/components/table-legacy/table-legacy__toolbar.css +2 -4
  84. package/components/tabs/tabs.css +3 -4
  85. package/components/tag/tag.css +12 -13
  86. package/components/tags-input/tags-input.css +1 -2
  87. package/components/toggle/toggle.css +46 -55
  88. package/components/tooltip/tooltip.css +3 -5
  89. package/components/user-agreement/user-agreement.css +2 -2
  90. package/components/user-card/user-card.css +3 -5
  91. package/package.json +66 -65
@@ -1,6 +1,5 @@
1
1
  @import "../global/variables.css";
2
2
 
3
- @value unit from "../global/global.css";
4
3
  @value max-height: 20px;
5
4
 
6
5
  .tag {
@@ -15,7 +14,7 @@
15
14
  max-width: 100%;
16
15
  height: max-height;
17
16
 
18
- padding: 0 unit;
17
+ padding: 0 var(--ring-unit);
19
18
 
20
19
  cursor: pointer;
21
20
 
@@ -46,9 +45,9 @@
46
45
 
47
46
  display: inline-block;
48
47
 
49
- max-width: calc(100% - unit / 2);
48
+ max-width: calc(100% - var(--ring-unit) / 2);
50
49
 
51
- margin-right: calc(unit / 2);
50
+ margin-right: calc(var(--ring-unit) / 2);
52
51
 
53
52
  white-space: nowrap;
54
53
  }
@@ -77,8 +76,8 @@
77
76
 
78
77
  margin-bottom: -5px !important;
79
78
 
80
- margin-left: unit;
81
- padding-left: calc(unit / 2);
79
+ margin-left: var(--ring-unit);
80
+ padding-left: calc(var(--ring-unit) / 2);
82
81
 
83
82
  border-top-left-radius: 0;
84
83
  border-bottom-left-radius: 0;
@@ -131,9 +130,9 @@
131
130
  right: 0;
132
131
 
133
132
  height: auto;
134
- padding: 0 calc(unit / 2);
133
+ padding: 0 calc(var(--ring-unit) / 2);
135
134
 
136
- line-height: calc(unit * 2);
135
+ line-height: calc(var(--ring-unit) * 2);
137
136
  }
138
137
 
139
138
  .removeIcon.removeIcon {
@@ -157,8 +156,8 @@
157
156
  box-sizing: border-box;
158
157
  width: max-height;
159
158
  height: max-height;
160
- margin-right: calc(unit / 2);
161
- margin-left: calc(0 - unit);
159
+ margin-right: calc(var(--ring-unit) / 2);
160
+ margin-left: calc(var(--ring-unit) * -1);
162
161
 
163
162
  vertical-align: top;
164
163
 
@@ -167,10 +166,10 @@
167
166
  }
168
167
 
169
168
  .customIcon {
170
- max-width: calc(unit * 2);
171
- max-height: calc(unit * 2);
169
+ max-width: calc(var(--ring-unit) * 2);
170
+ max-height: calc(var(--ring-unit) * 2);
172
171
 
173
- margin-right: calc(unit / 2);
172
+ margin-right: calc(var(--ring-unit) / 2);
174
173
 
175
174
  vertical-align: bottom;
176
175
  }
@@ -1,10 +1,9 @@
1
1
  @import "../global/variables.css";
2
2
 
3
- @value unit from "../global/global.css";
4
3
  @value outerContainer, container, input from "../input/input.css";
5
4
 
6
5
  .tagsInput {
7
- --ring-input-icon-offset: calc(unit * 2.5);
6
+ --ring-input-icon-offset: calc(var(--ring-unit) * 2.5);
8
7
  --ring-input-padding-inline: 3px;
9
8
 
10
9
  box-sizing: border-box;
@@ -1,8 +1,6 @@
1
1
  @import "../global/variables.css";
2
2
 
3
- @value unit from "../global/global.css";
4
3
  @value padding: 2px;
5
- @value disabled-line-color: rgba(255, 255, 255, 0.9);
6
4
  @value duration: 300ms;
7
5
  @value timing-function: cubic-bezier(0.23, 1, 0.32, 1);
8
6
 
@@ -21,11 +19,11 @@
21
19
  }
22
20
 
23
21
  .label {
24
- margin-left: unit;
22
+ margin-left: var(--ring-unit);
25
23
  }
26
24
 
27
25
  .leftLabel {
28
- margin-right: unit;
26
+ margin-right: var(--ring-unit);
29
27
  }
30
28
 
31
29
  .switchWrapper {
@@ -49,17 +47,24 @@
49
47
 
50
48
  .switch {
51
49
  --ring-toggle-item-color: var(--ring-white-text-color);
50
+ --ring-toggle-background-color: var(--ring-icon-color);
51
+ --ring-toggle-border-color: var(--ring-toggle-background-color);
52
+ --ring-switch-border-color: var(--ring-toggle-item-color);
52
53
 
53
54
  position: relative;
54
55
 
55
56
  display: block;
56
57
 
58
+ box-sizing: border-box;
59
+
57
60
  width: 100%;
58
61
  height: 100%;
59
62
 
60
63
  transition: background-color timing-function duration;
61
64
 
62
- background-color: var(--ring-icon-color);
65
+ border: solid 1px var(--ring-toggle-border-color);
66
+
67
+ background-color: var(--ring-toggle-background-color);
63
68
 
64
69
  .input:focus + & {
65
70
  box-shadow: inset 0 0 0 1px var(--ring-border-hover-color), 0 0 0 1px var(--ring-border-hover-color);
@@ -67,11 +72,13 @@
67
72
 
68
73
  &::before {
69
74
  position: absolute;
70
- top: padding;
71
- left: 0;
75
+ top: calc(padding - 1px);
76
+ left: -1px;
72
77
 
73
- width: calc(unit * 1.5);
74
- height: calc(unit * 1.5);
78
+ box-sizing: border-box;
79
+
80
+ width: calc(var(--ring-unit) * 1.5);
81
+ height: calc(var(--ring-unit) * 1.5);
75
82
 
76
83
  content: "";
77
84
 
@@ -79,13 +86,15 @@
79
86
 
80
87
  transform: translateX(padding);
81
88
 
82
- border-radius: calc(unit * 0.75);
89
+ border: solid 1px var(--ring-switch-border-color);
90
+
91
+ border-radius: calc(var(--ring-unit) * 0.75);
83
92
  background-color: var(--ring-toggle-item-color);
84
93
  }
85
94
  }
86
95
 
87
96
  .input:checked + .switch {
88
- background-color: var(--ring-main-color);
97
+ --ring-toggle-background-color: var(--ring-main-color);
89
98
  }
90
99
 
91
100
  :checked:hover + .switch {
@@ -94,32 +103,32 @@
94
103
 
95
104
  .size16 {
96
105
  & .switchWrapper {
97
- width: calc(unit * 3);
98
- height: calc(unit * 2);
106
+ width: calc(var(--ring-unit) * 3);
107
+ height: calc(var(--ring-unit) * 2);
99
108
 
100
109
  vertical-align: -3px;
101
110
  }
102
111
 
103
112
  & .switch {
104
- border-radius: unit;
113
+ border-radius: var(--ring-unit);
105
114
 
106
115
  &::before {
107
- width: calc(unit * 1.5);
108
- height: calc(unit * 1.5);
116
+ width: calc(var(--ring-unit) * 1.5);
117
+ height: calc(var(--ring-unit) * 1.5);
109
118
 
110
- border-radius: calc(unit * 0.75);
119
+ border-radius: calc(var(--ring-unit) * 0.75);
111
120
  }
112
121
  }
113
122
 
114
123
  /* stylelint-disable-next-line selector-max-specificity */
115
124
  & .input:checked + ::before {
116
- transform: translateX(calc(unit * 1.5 - padding));
125
+ transform: translateX(calc(var(--ring-unit) * 1.5 - padding));
117
126
  }
118
127
  }
119
128
 
120
129
  .size14 {
121
130
  & .switchWrapper {
122
- width: calc(unit * 3);
131
+ width: calc(var(--ring-unit) * 3);
123
132
  height: 14px;
124
133
 
125
134
  vertical-align: -2px;
@@ -144,64 +153,46 @@
144
153
 
145
154
  .size20 {
146
155
  & .switchWrapper {
147
- width: calc(unit * 4);
148
- height: calc(unit * 2.5);
156
+ width: calc(var(--ring-unit) * 4);
157
+ height: calc(var(--ring-unit) * 2.5);
149
158
 
150
159
  vertical-align: -5px;
151
160
  }
152
161
 
153
162
  & .switch {
154
- border-radius: calc(unit * 1.25);
163
+ border-radius: calc(var(--ring-unit) * 1.25);
155
164
 
156
165
  &::before {
157
- width: calc(unit * 2);
158
- height: calc(unit * 2);
166
+ width: calc(var(--ring-unit) * 2);
167
+ height: calc(var(--ring-unit) * 2);
159
168
 
160
- border-radius: calc(unit);
169
+ border-radius: calc(var(--ring-unit));
161
170
  }
162
171
  }
163
172
 
164
173
  /* stylelint-disable-next-line selector-max-specificity */
165
174
  & .input:checked + ::before {
166
- transform: translateX(calc(unit * 2 - padding));
175
+ transform: translateX(calc(var(--ring-unit) * 2 - padding));
167
176
  }
168
177
  }
169
178
 
170
- .input[disabled] + .switch {
171
- --ring-toggle-item-color: var(--ring-content-background-color);
179
+ /* stylelint-disable-next-line selector-max-specificity */
180
+ .input:checked[disabled] + .switch {
181
+ --ring-toggle-background-color: var(--ring-border-selected-disabled-color);
172
182
  }
173
183
 
174
- .input[disabled] + ::after {
175
- position: absolute;
176
- top: 0;
177
- left: 0;
178
-
179
- width: 100%;
180
- height: 100%;
181
-
182
- content: "";
183
-
184
- border-radius: unit;
185
- background-image:
186
- linear-gradient(
187
- 45deg,
188
- transparent,
189
- transparent 37.5%,
190
- disabled-line-color 37.5%,
191
- disabled-line-color 50%,
192
- transparent 50%,
193
- transparent 87.5%,
194
- disabled-line-color 87.5%,
195
- disabled-line-color
196
- );
197
- background-repeat: repeat;
198
- background-size: 4px 4px;
184
+ /* stylelint-disable-next-line selector-max-specificity */
185
+ .input[disabled]:not(:checked) + .switch {
186
+ --ring-toggle-item-color: var(--ring-content-background-color);
187
+ --ring-toggle-background-color: var(--ring-disabled-background-color);
188
+ --ring-toggle-border-color: var(--ring-border-disabled-color);
189
+ --ring-switch-border-color: var(--ring-border-disabled-color);
199
190
  }
200
191
 
201
192
  .paleSwitch.paleSwitch {
202
- background-color: var(--ring-pale-control-color);
193
+ --ring-toggle-background-color: var(--ring-pale-control-color);
203
194
  }
204
195
 
205
196
  .input:checked + .paleSwitch {
206
- background-color: var(--ring-border-hover-color);
197
+ --ring-toggle-background-color: var(--ring-border-disabled-color);
207
198
  }
@@ -1,10 +1,8 @@
1
1
  @import "../global/variables.css";
2
2
 
3
- @value unit from "../global/global.css";
4
-
5
3
  .tooltip {
6
- max-width: calc(unit * 50);
7
- padding: unit;
4
+ max-width: calc(var(--ring-unit) * 50);
5
+ padding: var(--ring-unit);
8
6
 
9
7
  text-align: left;
10
8
 
@@ -12,7 +10,7 @@
12
10
  }
13
11
 
14
12
  .long {
15
- padding: unit calc(unit * 1.5);
13
+ padding: var(--ring-unit) calc(var(--ring-unit) * 1.5);
16
14
 
17
15
  font-size: var(--ring-font-size-smaller);
18
16
  line-height: var(--ring-line-height-lowest);
@@ -1,6 +1,6 @@
1
1
  @import "../global/variables.css";
2
2
 
3
- @value unit, extra-small-screen-media from "../global/global.css";
3
+ @value extra-small-screen-media from "../global/global.css";
4
4
 
5
5
  .agreementDialog {
6
6
  padding-bottom: 80px;
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  .suggestion {
20
- padding-bottom: unit;
20
+ padding-bottom: var(--ring-unit);
21
21
 
22
22
  white-space: nowrap;
23
23
 
@@ -1,9 +1,7 @@
1
1
  @import "../global/variables.css";
2
2
 
3
- @value unit from "../global/global.css";
4
-
5
3
  .userCardSpaced {
6
- padding: calc(unit * 2) calc(unit * 2);
4
+ padding: calc(var(--ring-unit) * 2) calc(var(--ring-unit) * 2);
7
5
  }
8
6
 
9
7
  .userInformationContainer {
@@ -111,8 +109,8 @@
111
109
  .userActiveStatus {
112
110
  display: inline-block;
113
111
 
114
- width: unit;
115
- height: unit;
112
+ width: var(--ring-unit);
113
+ height: var(--ring-unit);
116
114
  margin-right: var(--ring-unit);
117
115
  margin-left: 6px;
118
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.7-beta.0",
3
+ "version": "6.0.8",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -76,67 +76,68 @@
76
76
  },
77
77
  "readmeFilename": "README.md",
78
78
  "devDependencies": {
79
- "@babel/cli": "^7.23.4",
80
- "@babel/eslint-parser": "^7.23.3",
81
- "@csstools/stylelint-no-at-nest-rule": "^1.0.0",
79
+ "@babel/cli": "^7.23.9",
80
+ "@babel/eslint-parser": "^7.23.10",
81
+ "@csstools/stylelint-no-at-nest-rule": "^2.0.0",
82
+ "@csstools/css-parser-algorithms": "^2.6.0",
82
83
  "@jetbrains/eslint-config": "^5.4.1",
83
- "@jetbrains/stylelint-config": "^4.0.1",
84
+ "@jetbrains/stylelint-config": "^4.0.2",
84
85
  "@primer/octicons": "^19.8.0",
85
86
  "@rollup/plugin-babel": "^6.0.4",
86
- "@rollup/plugin-json": "^6.0.1",
87
+ "@rollup/plugin-json": "^6.1.0",
87
88
  "@rollup/plugin-node-resolve": "^15.2.3",
88
89
  "@rollup/plugin-replace": "^5.0.5",
89
- "@storybook/addon-a11y": "7.6.3",
90
- "@storybook/addon-docs": "7.6.3",
91
- "@storybook/addon-essentials": "7.6.3",
92
- "@storybook/addon-storyshots": "7.6.3",
93
- "@storybook/addon-storyshots-puppeteer": "7.6.3",
94
- "@storybook/addon-storysource": "7.6.3",
95
- "@storybook/addons": "7.6.3",
96
- "@storybook/preview-api": "7.6.3",
97
- "@storybook/react": "7.6.3",
98
- "@storybook/react-webpack5": "7.6.3",
99
- "@storybook/source-loader": "7.6.3",
100
- "@storybook/theming": "7.6.3",
101
- "@testing-library/react": "^14.1.2",
102
- "@testing-library/user-event": "^14.5.1",
90
+ "@storybook/addon-a11y": "7.6.16",
91
+ "@storybook/addon-docs": "7.6.16",
92
+ "@storybook/addon-essentials": "7.6.16",
93
+ "@storybook/addon-storyshots": "7.6.16",
94
+ "@storybook/addon-storyshots-puppeteer": "7.6.16",
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
+ "@testing-library/react": "^14.2.1",
103
+ "@testing-library/user-event": "^14.5.2",
103
104
  "@types/chai": "^4.3.11",
104
105
  "@types/chai-as-promised": "^7.1.8",
105
106
  "@types/chai-dom": "0.0.10",
106
107
  "@types/chai-enzyme": "^0.6.13",
107
- "@types/enzyme": "^3.10.17",
108
- "@types/markdown-it": "^13.0.2",
109
- "@types/react": "^18.2.39",
110
- "@types/react-dom": "^18.2.17",
111
- "@types/sinon": "^17.0.2",
108
+ "@types/enzyme": "^3.10.18",
109
+ "@types/markdown-it": "^13.0.7",
110
+ "@types/react": "^18.2.57",
111
+ "@types/react-dom": "^18.2.19",
112
+ "@types/sinon": "^17.0.3",
112
113
  "@types/sinon-chai": "^3.2.12",
113
- "@typescript-eslint/eslint-plugin": "^6.13.2",
114
- "@typescript-eslint/parser": "^6.13.1",
114
+ "@typescript-eslint/eslint-plugin": "^7.0.2",
115
+ "@typescript-eslint/parser": "^7.0.2",
115
116
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
116
- "acorn": "^8.11.2",
117
+ "acorn": "^8.11.3",
117
118
  "babel-plugin-require-context-hook": "^1.0.0",
118
- "caniuse-lite": "^1.0.30001566",
119
- "chai": "^4.3.10",
119
+ "caniuse-lite": "^1.0.30001588",
120
+ "chai": "^5.1.0",
120
121
  "chai-as-promised": "^7.1.1",
121
122
  "chai-dom": "^1.10.0",
122
123
  "chai-enzyme": "1.0.0-beta.1",
123
124
  "cheerio": "^1.0.0-rc.12",
124
- "core-js": "^3.33.3",
125
+ "core-js": "^3.36.0",
125
126
  "cpy-cli": "^3.1.1",
126
127
  "enzyme": "^3.11.0",
127
- "eslint": "^8.55.0",
128
+ "eslint": "^8.56.0",
128
129
  "eslint-import-resolver-webpack": "^0.13.8",
129
130
  "eslint-plugin-bdd": "^2.1.1",
130
- "eslint-plugin-import": "^2.29.0",
131
+ "eslint-plugin-import": "^2.29.1",
131
132
  "eslint-plugin-jsx-a11y": "^6.8.0",
132
133
  "eslint-plugin-react": "^7.33.2",
133
- "eslint-plugin-storybook": "^0.6.15",
134
+ "eslint-plugin-storybook": "^0.8.0",
134
135
  "events": "^3.3.0",
135
136
  "glob": "^10.3.10",
136
- "html-webpack-plugin": "^5.5.3",
137
- "husky": "^8.0.3",
137
+ "html-webpack-plugin": "^5.6.0",
138
+ "husky": "^9.0.11",
138
139
  "identity-obj-proxy": "^3.0.0",
139
- "imports-loader": "^4.0.1",
140
+ "imports-loader": "^5.0.0",
140
141
  "jest": "~29.7.0",
141
142
  "jest-environment-jsdom": "^29.7.0",
142
143
  "jest-teamcity": "^1.10.0",
@@ -145,35 +146,35 @@
145
146
  "karma-mocha": "^2.0.1",
146
147
  "karma-sourcemap-loader": "^0.4.0",
147
148
  "karma-teamcity-reporter": "^2.0.0",
148
- "karma-webpack": "^5.0.0",
149
- "lint-staged": "^14.0.1",
150
- "markdown-it": "^13.0.2",
149
+ "karma-webpack": "^5.0.1",
150
+ "lint-staged": "^15.2.2",
151
+ "markdown-it": "^14.0.0",
151
152
  "merge-options": "^3.0.4",
152
- "mocha": "^10.2.0",
153
+ "mocha": "^10.3.0",
153
154
  "pinst": "^3.0.0",
154
- "prettier": "^3.1.0",
155
- "puppeteer": "^21.2.1",
155
+ "prettier": "^3.2.5",
156
+ "puppeteer": "^22.1.0",
156
157
  "raw-loader": "^4.0.2",
157
158
  "react": "^18.2.0",
158
159
  "react-dom": "^18.2.0",
159
160
  "react-test-renderer": "^18.2.0",
160
- "regenerator-runtime": "^0.14.0",
161
+ "regenerator-runtime": "^0.14.1",
161
162
  "rimraf": "^5.0.5",
162
- "rollup": "^3.29.4",
163
+ "rollup": "^4.12.0",
163
164
  "rollup-plugin-clear": "^2.0.7",
164
165
  "rollup-plugin-styles": "^4.0.0",
165
166
  "sinon": "^17.0.1",
166
167
  "sinon-chai": "^3.7.0",
167
168
  "storage-mock": "^2.1.0",
168
- "storybook": "^7.6.3",
169
+ "storybook": "7.6.16",
169
170
  "storybook-addon-themes": "^6.1.0",
170
- "stylelint": "^15.11.0",
171
+ "stylelint": "^16.2.1",
171
172
  "svg-inline-loader": "^0.8.2",
172
173
  "teamcity-service-messages": "^0.1.14",
173
- "terser-webpack-plugin": "^5.3.9",
174
- "typescript": "~5.3.2",
174
+ "terser-webpack-plugin": "^5.3.10",
175
+ "typescript": "~5.3.3",
175
176
  "wallaby-webpack": "^3.9.16",
176
- "webpack": "^5.89.0",
177
+ "webpack": "^5.90.3",
177
178
  "webpack-cli": "^5.1.4",
178
179
  "xmlappend": "^1.0.4"
179
180
  },
@@ -197,54 +198,54 @@
197
198
  }
198
199
  },
199
200
  "dependencies": {
200
- "@babel/core": "^7.23.5",
201
+ "@babel/core": "^7.23.9",
201
202
  "@babel/preset-typescript": "^7.23.3",
202
203
  "@jetbrains/babel-preset-jetbrains": "^2.3.2",
203
- "@jetbrains/icons": "^3.22.0",
204
- "@jetbrains/logos": "^2.2.23",
204
+ "@jetbrains/icons": "^4.0.1",
205
+ "@jetbrains/logos": "^2.2.25",
205
206
  "@jetbrains/postcss-require-hover": "^0.1.2",
206
207
  "@types/combokeys": "^2.4.9",
207
208
  "@types/deep-equal": "^1.0.4",
208
209
  "@types/element-resize-detector": "^1.1.6",
209
210
  "@types/prop-types": "^15.7.11",
210
- "@types/react-virtualized": "9.21.28",
211
+ "@types/react-virtualized": "9.21.29",
211
212
  "@types/util-deprecate": "^1.0.3",
212
213
  "@ungap/url-search-params": "^0.2.2",
213
214
  "babel-loader": "9.1.3",
214
215
  "babel-plugin-transform-define": "^2.1.4",
215
- "browserslist": "^4.22.2",
216
+ "browserslist": "^4.23.0",
216
217
  "change-case": "^4.1.1",
217
- "classnames": "^2.3.2",
218
+ "classnames": "^2.5.1",
218
219
  "combokeys": "^3.0.1",
219
- "css-loader": "^6.8.1",
220
- "csstype": "^3.1.2",
221
- "date-fns": "^2.30.0",
220
+ "css-loader": "^6.10.0",
221
+ "csstype": "^3.1.3",
222
+ "date-fns": "^3.3.1",
222
223
  "deep-equal": "^2.2.3",
223
224
  "element-resize-detector": "^1.2.4",
224
225
  "es6-error": "^4.1.1",
225
226
  "eslint-plugin-react-hooks": "^4.6.0",
226
- "fastdom": "^1.0.11",
227
+ "fastdom": "^1.0.12",
227
228
  "file-loader": "^6.2.0",
228
229
  "focus-trap": "^7.5.4",
229
230
  "highlight.js": "^10.7.2",
230
231
  "just-debounce-it": "^3.2.0",
231
232
  "memoize-one": "^6.0.0",
232
- "postcss": "^8.4.32",
233
+ "postcss": "^8.4.35",
233
234
  "postcss-calc": "^9.0.1",
234
235
  "postcss-flexbugs-fixes": "^5.0.2",
235
236
  "postcss-font-family-system-ui": "^5.0.0",
236
- "postcss-loader": "^7.3.3",
237
+ "postcss-loader": "^8.1.0",
237
238
  "postcss-modules-values-replace": "^4.1.0",
238
- "postcss-preset-env": "^9.3.0",
239
+ "postcss-preset-env": "^9.4.0",
239
240
  "prop-types": "^15.8.1",
240
241
  "react-movable": "^3.0.4",
241
242
  "react-virtualized": "^9.22.5",
242
243
  "react-waypoint": "^10.3.0",
243
244
  "scrollbar-width": "^3.1.1",
244
245
  "simply-uuid": "^1.0.1",
245
- "sniffr": "^1.3.1",
246
+ "sniffr": "^1.3.2",
246
247
  "style-inject": "^0.3.0",
247
- "style-loader": "~3.3.3",
248
+ "style-loader": "~3.3.4",
248
249
  "url-loader": "^4.1.1",
249
250
  "util-deprecate": "^1.0.2"
250
251
  },