@jetbrains/ring-ui 7.0.120 → 7.0.121
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.
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
background-color: var(--ring-error-container-light-color);
|
|
33
33
|
|
|
34
34
|
.icon {
|
|
35
|
-
color: var(--ring-
|
|
35
|
+
color: var(--ring-icon-error-color);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
background-color: var(--ring-success-container-light-color);
|
|
42
42
|
|
|
43
43
|
.icon {
|
|
44
|
-
color: var(--ring-
|
|
44
|
+
color: var(--ring-icon-success-color);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
background-color: var(--ring-warning-container-light-color);
|
|
51
51
|
|
|
52
52
|
.icon {
|
|
53
|
-
color: var(--ring-
|
|
53
|
+
color: var(--ring-icon-warning-color);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
--ring-main-error-color: rgb(var(--ring-main-error-components)); /* #CC3645 */
|
|
49
49
|
--ring-main-error-hover-components: 188, 48, 62;
|
|
50
50
|
--ring-main-error-hover-color: rgb(var(--ring-main-error-hover-components)); /* #BC303E */
|
|
51
|
-
--ring-main-warning-components:
|
|
52
|
-
--ring-main-warning-color: rgb(var(--ring-main-warning-components)); /* #
|
|
53
|
-
--ring-main-warning-hover-components:
|
|
54
|
-
--ring-main-warning-hover-color: rgb(var(--ring-main-warning-hover-components)); /* #
|
|
51
|
+
--ring-main-warning-components: 255, 175, 15;
|
|
52
|
+
--ring-main-warning-color: rgb(var(--ring-main-warning-components)); /* #FFAF0F */
|
|
53
|
+
--ring-main-warning-hover-components: 223, 147, 3;
|
|
54
|
+
--ring-main-warning-hover-color: rgb(var(--ring-main-warning-hover-components)); /* #DF9303 */
|
|
55
55
|
--ring-main-purple-components: 131, 77, 240;
|
|
56
56
|
--ring-main-purple-color: rgb(var(--ring-main-purple-components)); /* #834DF0 */
|
|
57
57
|
--ring-main-purple-hover-components: 116, 68, 212;
|
|
58
58
|
--ring-main-purple-hover-color: rgb(var(--ring-main-purple-hover-components)); /* #7444D4 */
|
|
59
59
|
--ring-icon-error-components: 204, 54, 69;
|
|
60
60
|
--ring-icon-error-color: rgb(var(--ring-icon-error-components)); /* #CC3645 */
|
|
61
|
-
--ring-icon-warning-components:
|
|
62
|
-
--ring-icon-warning-color: rgb(var(--ring-icon-warning-components)); /* #
|
|
61
|
+
--ring-icon-warning-components: 223, 147, 3;
|
|
62
|
+
--ring-icon-warning-color: rgb(var(--ring-icon-warning-components)); /* #DF9303 */
|
|
63
63
|
--ring-icon-success-components: 32, 138, 60;
|
|
64
64
|
--ring-icon-success-color: rgb(var(--ring-icon-success-components)); /* #208A3C */
|
|
65
65
|
--ring-icon-highlight-components: 255, 175, 15;
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
--ring-error-border-color: rgb(var(--ring-error-border-components)); /* #F2B6BB */
|
|
75
75
|
--ring-error-border-hover-components: 228, 106, 118;
|
|
76
76
|
--ring-error-border-hover-color: rgb(var(--ring-error-border-hover-components)); /* #E46A76 */
|
|
77
|
-
--ring-warning-border-components:
|
|
78
|
-
--ring-warning-border-color: rgb(var(--ring-warning-border-components)); /* #
|
|
79
|
-
--ring-warning-border-hover-components:
|
|
80
|
-
--ring-warning-border-hover-color: rgb(var(--ring-warning-border-hover-components)); /* #
|
|
77
|
+
--ring-warning-border-components: 254, 210, 119;
|
|
78
|
+
--ring-warning-border-color: rgb(var(--ring-warning-border-components)); /* #FED277 */
|
|
79
|
+
--ring-warning-border-hover-components: 253, 189, 61;
|
|
80
|
+
--ring-warning-border-hover-color: rgb(var(--ring-warning-border-hover-components)); /* #FDBD3D */
|
|
81
81
|
--ring-highlight-border-components: 254, 210, 119;
|
|
82
82
|
--ring-highlight-border-color: rgb(var(--ring-highlight-border-components)); /* #FED277 */
|
|
83
83
|
--ring-highlight-border-hover-components: 253, 189, 61;
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
--ring-link-hover-color: rgb(var(--ring-link-hover-components)); /* #2E55A3 */
|
|
117
117
|
--ring-error-components: 204, 54, 69;
|
|
118
118
|
--ring-error-color: rgb(var(--ring-error-components)); /* #CC3645 */
|
|
119
|
-
--ring-warning-components:
|
|
120
|
-
--ring-warning-color: rgb(var(--ring-warning-components)); /* #
|
|
119
|
+
--ring-warning-components: 156, 97, 0;
|
|
120
|
+
--ring-warning-color: rgb(var(--ring-warning-components)); /* #9C6100 */ /* Prefer using warning icon + regular text color */
|
|
121
121
|
--ring-success-components: 31, 117, 54;
|
|
122
122
|
--ring-success-color: rgb(var(--ring-success-components)); /* #1F7536 */ /* Prefer using success icon + regular text color */
|
|
123
123
|
--ring-purple-text-components: 131, 77, 240;
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
--ring-tag-hover-background-color: rgb(var(--ring-tag-hover-background-components)); /* #DFE1E5 */
|
|
155
155
|
--ring-removed-background-components: 250, 212, 216;
|
|
156
156
|
--ring-removed-background-color: rgb(var(--ring-removed-background-components)); /* #FAD4D8 */
|
|
157
|
-
--ring-warning-background-components:
|
|
158
|
-
--ring-warning-background-color: rgb(var(--ring-warning-background-components)); /* #
|
|
157
|
+
--ring-warning-background-components: 255, 241, 209;
|
|
158
|
+
--ring-warning-background-color: rgb(var(--ring-warning-background-components)); /* #FFF1D1 */
|
|
159
159
|
--ring-highlight-background-components: 255, 241, 209;
|
|
160
160
|
--ring-highlight-background-color: rgb(var(--ring-highlight-background-components)); /* #FFF1D1 */
|
|
161
161
|
--ring-added-background-components: 197, 229, 204;
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
--ring-table-loader-background-color: rgba(var(--ring-content-background-components), 0.5); /* #FFFFFF50 */
|
|
173
173
|
--ring-removed-subtle-background-components: 255, 235, 236;
|
|
174
174
|
--ring-removed-subtle-background-color: rgb(var(--ring-removed-subtle-background-components)); /* #FFEBEC */
|
|
175
|
-
--ring-warning-subtle-background-components: 255,
|
|
176
|
-
--ring-warning-subtle-background-color: rgb(var(--ring-warning-subtle-background-components)); /* #
|
|
175
|
+
--ring-warning-subtle-background-components: 255, 246, 222;
|
|
176
|
+
--ring-warning-subtle-background-color: rgb(var(--ring-warning-subtle-background-components)); /* #FFF6DE */
|
|
177
177
|
--ring-highlight-subtle-background-components: 255, 246, 222;
|
|
178
178
|
--ring-highlight-subtle-background-color: rgb(var(--ring-highlight-subtle-background-components)); /* #FFF6DE */
|
|
179
179
|
--ring-added-subtle-background-components: 230, 247, 233;
|
|
@@ -186,8 +186,8 @@
|
|
|
186
186
|
--ring-success-container-light-color: rgb(var(--ring-success-container-light-components)); /* #F2FCF3 */
|
|
187
187
|
--ring-error-container-light-components: 255, 242, 243;
|
|
188
188
|
--ring-error-container-light-color: rgb(var(--ring-error-container-light-components)); /* #FFF2F3 */
|
|
189
|
-
--ring-warning-container-light-components: 255,
|
|
190
|
-
--ring-warning-container-light-color: rgb(var(--ring-warning-container-light-components)); /* #
|
|
189
|
+
--ring-warning-container-light-components: 255, 250, 235;
|
|
190
|
+
--ring-warning-container-light-color: rgb(var(--ring-warning-container-light-components)); /* #FFFAEB */
|
|
191
191
|
--ring-highlight-container-light-components: 255, 250, 235;
|
|
192
192
|
--ring-highlight-container-light-color: rgb(var(--ring-highlight-container-light-components)); /* #FFFAEB */
|
|
193
193
|
--ring-grey-container-light-components: 247, 248, 250;
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
--ring-main-error-color: rgb(var(--ring-main-error-components)); /* #BD5757 */
|
|
40
40
|
--ring-main-error-hover-components: 156, 78, 78;
|
|
41
41
|
--ring-main-error-hover-color: rgb(var(--ring-main-error-hover-components)); /* #9C4E4E */
|
|
42
|
-
--ring-main-warning-components:
|
|
43
|
-
--ring-main-warning-color: rgb(var(--ring-main-warning-components)); /* #
|
|
44
|
-
--ring-main-warning-hover-components:
|
|
45
|
-
--ring-main-warning-hover-color: rgb(var(--ring-main-warning-hover-components)); /* #
|
|
42
|
+
--ring-main-warning-components: 214, 174, 88;
|
|
43
|
+
--ring-main-warning-color: rgb(var(--ring-main-warning-components)); /* #D6AE58 */
|
|
44
|
+
--ring-main-warning-hover-components: 186, 151, 82;
|
|
45
|
+
--ring-main-warning-hover-color: rgb(var(--ring-main-warning-hover-components)); /* #BA9752 */
|
|
46
46
|
--ring-main-purple-components: 149, 90, 224;
|
|
47
47
|
--ring-main-purple-color: rgb(var(--ring-main-purple-components)); /* #955AE0 */
|
|
48
48
|
--ring-main-purple-hover-components: 129, 80, 190;
|
|
49
49
|
--ring-main-purple-hover-color: rgb(var(--ring-main-purple-hover-components)); /* #8150BE */
|
|
50
50
|
--ring-icon-error-components: 227, 119, 116;
|
|
51
51
|
--ring-icon-error-color: rgb(var(--ring-icon-error-components)); /* #E37774 */
|
|
52
|
-
--ring-icon-warning-components:
|
|
53
|
-
--ring-icon-warning-color: rgb(var(--ring-icon-warning-components)); /* #
|
|
52
|
+
--ring-icon-warning-components: 214, 174, 88;
|
|
53
|
+
--ring-icon-warning-color: rgb(var(--ring-icon-warning-components)); /* #D6AE58 */
|
|
54
54
|
--ring-icon-success-components: 95, 173, 101;
|
|
55
55
|
--ring-icon-success-color: rgb(var(--ring-icon-success-components)); /* #5FAD65 */
|
|
56
56
|
--ring-icon-highlight-components: 214, 174, 88;
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
--ring-error-border-color: rgb(var(--ring-error-border-components)); /* #7A4343 */
|
|
66
66
|
--ring-error-border-hover-components: 156, 78, 78;
|
|
67
67
|
--ring-error-border-hover-color: rgb(var(--ring-error-border-hover-components)); /* #9C4E4E */
|
|
68
|
-
--ring-warning-border-components: 130,
|
|
69
|
-
--ring-warning-border-color: rgb(var(--ring-warning-border-components)); /* #
|
|
70
|
-
--ring-warning-border-hover-components:
|
|
71
|
-
--ring-warning-border-hover-color: rgb(var(--ring-warning-border-hover-components)); /* #
|
|
68
|
+
--ring-warning-border-components: 130, 106, 65;
|
|
69
|
+
--ring-warning-border-color: rgb(var(--ring-warning-border-components)); /* #826A41 */
|
|
70
|
+
--ring-warning-border-hover-components: 158, 129, 74;
|
|
71
|
+
--ring-warning-border-hover-color: rgb(var(--ring-warning-border-hover-components)); /* #9E814A */
|
|
72
72
|
--ring-highlight-border-components: 130, 106, 65;
|
|
73
73
|
--ring-highlight-border-color: rgb(var(--ring-highlight-border-components)); /* #826A41 */
|
|
74
74
|
--ring-highlight-border-hover-components: 158, 129, 74;
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
--ring-link-hover-color: rgb(var(--ring-link-hover-components)); /* #6B9BFA */
|
|
102
102
|
--ring-error-components: 227, 119, 116;
|
|
103
103
|
--ring-error-color: rgb(var(--ring-error-components)); /* #E37774 */
|
|
104
|
-
--ring-warning-components:
|
|
105
|
-
--ring-warning-color: rgb(var(--ring-warning-components)); /* #
|
|
104
|
+
--ring-warning-components: 242, 197, 92;
|
|
105
|
+
--ring-warning-color: rgb(var(--ring-warning-components)); /* #F2C55C */ /* Prefer using warning icon + regular text color */
|
|
106
106
|
--ring-success-components: 95, 173, 101;
|
|
107
107
|
--ring-success-color: rgb(var(--ring-success-components)); /* #5FAD65 */ /* Prefer using success icon + regular text color */
|
|
108
108
|
--ring-purple-text-components: 181, 137, 236;
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
--ring-tag-hover-background-color: rgb(var(--ring-tag-hover-background-components)); /* #4E5157 */
|
|
141
141
|
--ring-removed-background-components: 94, 56, 56;
|
|
142
142
|
--ring-removed-background-color: rgb(var(--ring-removed-background-components)); /* #5E3838 */
|
|
143
|
-
--ring-warning-background-components:
|
|
144
|
-
--ring-warning-background-color: rgb(var(--ring-warning-background-components)); /* #
|
|
143
|
+
--ring-warning-background-components: 94, 77, 51;
|
|
144
|
+
--ring-warning-background-color: rgb(var(--ring-warning-background-components)); /* #5E4D33 */
|
|
145
145
|
--ring-highlight-background-components: 94, 77, 51;
|
|
146
146
|
--ring-highlight-background-color: rgb(var(--ring-highlight-background-components)); /* #5E4D33 */
|
|
147
147
|
--ring-added-background-components: 55, 82, 57;
|
|
@@ -157,8 +157,8 @@
|
|
|
157
157
|
--ring-table-loader-background-color: rgba(var(--ring-content-background-components), 0.5); /* #2B2D3050 */
|
|
158
158
|
--ring-removed-subtle-background-components: 64, 41, 41;
|
|
159
159
|
--ring-removed-subtle-background-color: rgb(var(--ring-removed-subtle-background-components)); /* #402929 */
|
|
160
|
-
--ring-warning-subtle-background-components:
|
|
161
|
-
--ring-warning-subtle-background-color: rgb(var(--ring-warning-subtle-background-components)); /* #
|
|
160
|
+
--ring-warning-subtle-background-components: 61, 50, 35;
|
|
161
|
+
--ring-warning-subtle-background-color: rgb(var(--ring-warning-subtle-background-components)); /* #3D3223 */
|
|
162
162
|
--ring-highlight-subtle-background-components: 61, 50, 35;
|
|
163
163
|
--ring-highlight-subtle-background-color: rgb(var(--ring-highlight-subtle-background-components)); /* #3D3223 */
|
|
164
164
|
--ring-added-subtle-background-components: 37, 54, 39;
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
--ring-success-container-light-color: rgb(var(--ring-success-container-light-components)); /* #222D25 */
|
|
172
172
|
--ring-error-container-light-components: 54, 38, 39;
|
|
173
173
|
--ring-error-container-light-color: rgb(var(--ring-error-container-light-components)); /* #362627 */
|
|
174
|
-
--ring-warning-container-light-components:
|
|
175
|
-
--ring-warning-container-light-color: rgb(var(--ring-warning-container-light-components)); /* #
|
|
174
|
+
--ring-warning-container-light-components: 49, 42, 35;
|
|
175
|
+
--ring-warning-container-light-color: rgb(var(--ring-warning-container-light-components)); /* #312A23 */
|
|
176
176
|
--ring-highlight-container-light-components: 49, 42, 35;
|
|
177
177
|
--ring-highlight-container-light-color: rgb(var(--ring-highlight-container-light-components)); /* #312A23 */
|
|
178
178
|
--ring-grey-container-light-components: 43, 45, 48;
|
package/components/tag/tag.css
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
--ring-tag-container-background-color: var(--ring-added-subtle-background-color);
|
|
94
94
|
--ring-tag-container-hover-background-color: var(--ring-added-background-color);
|
|
95
95
|
--ring-tag-text-color: var(--ring-success-color);
|
|
96
|
-
--ring-tag-icon-color: var(--ring-
|
|
96
|
+
--ring-tag-icon-color: var(--ring-success-color);
|
|
97
97
|
--ring-tag-container-outline-background-color: var(--ring-success-container-light-color);
|
|
98
98
|
--ring-tag-container-outline-hover-background-color: var(--ring-added-subtle-background-color);
|
|
99
99
|
--ring-tag-outline-color: var(--ring-success-border-color);
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
--ring-tag-container-background-color: var(--ring-warning-subtle-background-color);
|
|
105
105
|
--ring-tag-container-hover-background-color: var(--ring-warning-background-color);
|
|
106
106
|
--ring-tag-text-color: var(--ring-warning-color);
|
|
107
|
-
--ring-tag-icon-color: var(--ring-
|
|
107
|
+
--ring-tag-icon-color: var(--ring-warning-color);
|
|
108
108
|
--ring-tag-container-outline-background-color: var(--ring-warning-container-light-color);
|
|
109
109
|
--ring-tag-container-outline-hover-background-color: var(--ring-warning-subtle-background-color);
|
|
110
110
|
--ring-tag-outline-color: var(--ring-warning-border-color);
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
--ring-tag-container-background-color: var(--ring-removed-subtle-background-color);
|
|
116
116
|
--ring-tag-container-hover-background-color: var(--ring-removed-background-color);
|
|
117
117
|
--ring-tag-text-color: var(--ring-error-tag-text-color);
|
|
118
|
-
--ring-tag-icon-color: var(--ring-
|
|
118
|
+
--ring-tag-icon-color: var(--ring-error-tag-text-color);
|
|
119
119
|
--ring-tag-container-outline-background-color: var(--ring-error-container-light-color);
|
|
120
120
|
--ring-tag-container-outline-hover-background-color: var(--ring-removed-subtle-background-color);
|
|
121
121
|
--ring-tag-outline-color: var(--ring-error-border-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.121",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "JetBrains"
|
|
@@ -99,29 +99,29 @@
|
|
|
99
99
|
},
|
|
100
100
|
"readmeFilename": "README.md",
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@babel/cli": "^8.0.
|
|
102
|
+
"@babel/cli": "^8.0.4",
|
|
103
103
|
"@babel/eslint-parser": "^7.29.7",
|
|
104
104
|
"@csstools/css-parser-algorithms": "^4.0.0",
|
|
105
105
|
"@csstools/stylelint-no-at-nest-rule": "^5.0.0",
|
|
106
106
|
"@eslint/compat": "^2.1.0",
|
|
107
|
-
"@eslint/eslintrc": "^3.3.
|
|
107
|
+
"@eslint/eslintrc": "^3.3.6",
|
|
108
108
|
"@eslint/js": "^10.0.1",
|
|
109
|
-
"@figma/code-connect": "^1.4.
|
|
109
|
+
"@figma/code-connect": "^1.4.9",
|
|
110
110
|
"@jetbrains/eslint-config": "^6.0.5",
|
|
111
111
|
"@jetbrains/logos": "3.0.0-canary.734b213.0",
|
|
112
112
|
"@jetbrains/rollup-css-plugin": "./packages/rollup-css-plugin",
|
|
113
113
|
"@jetbrains/stylelint-config": "^4.0.2",
|
|
114
114
|
"@jetbrains/typescript-plugin-css-modules": "^5.3.1",
|
|
115
|
-
"@primer/octicons": "^19.
|
|
115
|
+
"@primer/octicons": "^19.29.2",
|
|
116
116
|
"@rollup/plugin-babel": "^7.1.0",
|
|
117
117
|
"@rollup/plugin-json": "^6.1.0",
|
|
118
118
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
119
119
|
"@rollup/plugin-replace": "^6.0.3",
|
|
120
|
-
"@storybook/addon-a11y": "10.4
|
|
121
|
-
"@storybook/addon-docs": "^10.4
|
|
122
|
-
"@storybook/addon-themes": "^10.4
|
|
120
|
+
"@storybook/addon-a11y": "10.5.4",
|
|
121
|
+
"@storybook/addon-docs": "^10.5.4",
|
|
122
|
+
"@storybook/addon-themes": "^10.5.4",
|
|
123
123
|
"@storybook/csf": "^0.1.13",
|
|
124
|
-
"@storybook/react-webpack5": "10.4
|
|
124
|
+
"@storybook/react-webpack5": "10.5.4",
|
|
125
125
|
"@storybook/test-runner": "^0.24.4",
|
|
126
126
|
"@testing-library/dom": "^10.4.1",
|
|
127
127
|
"@testing-library/react": "^16.3.2",
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
"@types/react": "^19.2.17",
|
|
133
133
|
"@types/react-dom": "^19.2.3",
|
|
134
134
|
"@types/webpack-env": "^1.18.8",
|
|
135
|
-
"@vitejs/plugin-react": "^6.0.
|
|
136
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
135
|
+
"@vitejs/plugin-react": "^6.0.4",
|
|
136
|
+
"@vitest/eslint-plugin": "^1.6.24",
|
|
137
137
|
"acorn": "^8.17.0",
|
|
138
138
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
139
139
|
"caniuse-lite": "^1.0.30001799",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"core-js": "^3.49.0",
|
|
144
144
|
"cpy-cli": "^7.0.0",
|
|
145
145
|
"dotenv-cli": "^11.0.0",
|
|
146
|
-
"eslint": "^9.39.
|
|
146
|
+
"eslint": "^9.39.5",
|
|
147
147
|
"eslint-config-prettier": "^10.1.8",
|
|
148
148
|
"eslint-formatter-jslint-xml": "^9.0.1",
|
|
149
149
|
"eslint-import-resolver-exports": "^1.0.0-beta.5",
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
"eslint-plugin-prettier": "^5.5.6",
|
|
155
155
|
"eslint-plugin-react": "^7.37.5",
|
|
156
156
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
157
|
-
"eslint-plugin-storybook": "^10.4
|
|
158
|
-
"eslint-plugin-unicorn": "^
|
|
157
|
+
"eslint-plugin-storybook": "^10.5.4",
|
|
158
|
+
"eslint-plugin-unicorn": "^72.0.0",
|
|
159
159
|
"events": "^3.3.0",
|
|
160
160
|
"glob": "^13.0.6",
|
|
161
161
|
"globals": "^17.7.0",
|
|
@@ -166,11 +166,11 @@
|
|
|
166
166
|
"jest": "~30.4.2",
|
|
167
167
|
"jest-environment-jsdom": "^30.4.1",
|
|
168
168
|
"jest-teamcity": "^1.12.0",
|
|
169
|
-
"lint-staged": "^17.0
|
|
170
|
-
"markdown-it": "^14.
|
|
169
|
+
"lint-staged": "^17.2.0",
|
|
170
|
+
"markdown-it": "^14.3.0",
|
|
171
171
|
"merge-options": "^3.0.4",
|
|
172
172
|
"pinst": "^3.0.0",
|
|
173
|
-
"prettier": "^3.9.
|
|
173
|
+
"prettier": "^3.9.6",
|
|
174
174
|
"raw-loader": "^4.0.2",
|
|
175
175
|
"react": "^19.2.7",
|
|
176
176
|
"react-dom": "^19.2.7",
|
|
@@ -179,20 +179,20 @@
|
|
|
179
179
|
"rollup": "^4.62.2",
|
|
180
180
|
"rollup-plugin-clear": "^2.0.7",
|
|
181
181
|
"storage-mock": "^2.1.0",
|
|
182
|
-
"storybook": "10.4
|
|
183
|
-
"stylelint": "^17.14.
|
|
182
|
+
"storybook": "10.5.4",
|
|
183
|
+
"stylelint": "^17.14.1",
|
|
184
184
|
"stylelint-config-sass-guidelines": "^13.0.0",
|
|
185
185
|
"svg-inline-loader": "^0.8.2",
|
|
186
|
-
"teamcity-service-messages": "^0.
|
|
186
|
+
"teamcity-service-messages": "^0.2.0",
|
|
187
187
|
"terser-webpack-plugin": "^5.6.1",
|
|
188
188
|
"typed-css-modules": "^0.9.1",
|
|
189
189
|
"typescript": "~6.0.3",
|
|
190
|
-
"typescript-eslint": "^8.
|
|
191
|
-
"vite": "^8.1.
|
|
192
|
-
"vitest": "^4.1.
|
|
193
|
-
"vitest-teamcity-reporter": "^0.
|
|
194
|
-
"webpack": "^5.108.
|
|
195
|
-
"webpack-cli": "^7.1
|
|
190
|
+
"typescript-eslint": "^8.65.0",
|
|
191
|
+
"vite": "^8.1.4",
|
|
192
|
+
"vitest": "^4.1.10",
|
|
193
|
+
"vitest-teamcity-reporter": "^0.6.1",
|
|
194
|
+
"webpack": "^5.108.4",
|
|
195
|
+
"webpack-cli": "^7.2.1",
|
|
196
196
|
"xmlappend": "^1.0.4"
|
|
197
197
|
},
|
|
198
198
|
"peerDependencies": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"babel-loader": "10.1.1",
|
|
228
228
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
229
229
|
"babel-plugin-transform-define": "^2.1.4",
|
|
230
|
-
"browserslist": "^4.28.
|
|
230
|
+
"browserslist": "^4.28.6",
|
|
231
231
|
"change-case": "^4.1.1",
|
|
232
232
|
"classnames": "^2.5.1",
|
|
233
233
|
"combokeys": "^3.0.1",
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
"highlight.js": "^10.7.2",
|
|
243
243
|
"just-debounce-it": "^3.2.0",
|
|
244
244
|
"memoize-one": "^6.0.0",
|
|
245
|
-
"postcss": "^8.5.
|
|
245
|
+
"postcss": "^8.5.17",
|
|
246
246
|
"postcss-calc": "^10.1.1",
|
|
247
247
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
248
248
|
"postcss-loader": "^8.2.1",
|
|
249
249
|
"postcss-modules-values-replace": "^4.2.2",
|
|
250
|
-
"postcss-preset-env": "^11.3.
|
|
250
|
+
"postcss-preset-env": "^11.3.2",
|
|
251
251
|
"react-compiler-runtime": "^1.0.0",
|
|
252
252
|
"react-movable": "^3.4.1",
|
|
253
253
|
"react-virtualized": "^9.22.6",
|