@jetbrains/ring-ui 7.0.53 → 7.0.54
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.
- package/components/tag/tag.css +11 -6
- package/package.json +12 -12
package/components/tag/tag.css
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
@import "../global/variables.css";
|
|
2
2
|
|
|
3
|
+
/* ensure styles order */
|
|
4
|
+
@import "../link/link.css";
|
|
5
|
+
|
|
3
6
|
.tag {
|
|
4
7
|
--ring-tag-max-height: 20px;
|
|
5
8
|
|
|
@@ -29,11 +32,6 @@
|
|
|
29
32
|
line-height: var(--ring-line-height);
|
|
30
33
|
}
|
|
31
34
|
|
|
32
|
-
.tag {
|
|
33
|
-
transition: background-color var(--ring-ease);
|
|
34
|
-
|
|
35
|
-
background-color: var(--ring-tag-background-color);
|
|
36
|
-
}
|
|
37
35
|
|
|
38
36
|
.withRemove {
|
|
39
37
|
padding-right: 20px;
|
|
@@ -48,7 +46,14 @@
|
|
|
48
46
|
|
|
49
47
|
margin-right: calc(var(--ring-unit) / 2);
|
|
50
48
|
|
|
49
|
+
transition: background-color var(--ring-ease);
|
|
50
|
+
|
|
51
51
|
white-space: nowrap;
|
|
52
|
+
|
|
53
|
+
border-radius: var(--ring-border-radius);
|
|
54
|
+
|
|
55
|
+
background-color: var(--ring-tag-background-color);
|
|
56
|
+
|
|
52
57
|
}
|
|
53
58
|
|
|
54
59
|
.focused,
|
|
@@ -61,7 +66,7 @@
|
|
|
61
66
|
|
|
62
67
|
.focused,
|
|
63
68
|
.tag:focus-visible,
|
|
64
|
-
.
|
|
69
|
+
.container:hover {
|
|
65
70
|
transition: none;
|
|
66
71
|
|
|
67
72
|
background-color: var(--ring-tag-hover-background-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.54",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "JetBrains"
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
"@rollup/plugin-json": "^6.1.0",
|
|
115
115
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
116
116
|
"@rollup/plugin-replace": "^6.0.2",
|
|
117
|
-
"@storybook/addon-a11y": "9.0.
|
|
118
|
-
"@storybook/addon-docs": "^9.0.
|
|
119
|
-
"@storybook/addon-themes": "^9.0.
|
|
117
|
+
"@storybook/addon-a11y": "9.0.16",
|
|
118
|
+
"@storybook/addon-docs": "^9.0.16",
|
|
119
|
+
"@storybook/addon-themes": "^9.0.16",
|
|
120
120
|
"@storybook/csf": "^0.1.13",
|
|
121
|
-
"@storybook/react-webpack5": "9.0.
|
|
121
|
+
"@storybook/react-webpack5": "9.0.16",
|
|
122
122
|
"@storybook/test-runner": "^0.23.0",
|
|
123
123
|
"@testing-library/dom": "^10.4.0",
|
|
124
124
|
"@testing-library/react": "^16.3.0",
|
|
@@ -137,12 +137,12 @@
|
|
|
137
137
|
"axe-playwright": "^2.1.0",
|
|
138
138
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
139
139
|
"caniuse-lite": "^1.0.30001726",
|
|
140
|
-
"chai": "^5.2.
|
|
140
|
+
"chai": "^5.2.1",
|
|
141
141
|
"chai-as-promised": "^8.0.1",
|
|
142
142
|
"chai-dom": "^1.12.1",
|
|
143
143
|
"cheerio": "^1.1.0",
|
|
144
144
|
"chromatic": "^13.1.2",
|
|
145
|
-
"core-js": "^3.
|
|
145
|
+
"core-js": "^3.44.0",
|
|
146
146
|
"cpy-cli": "^5.0.0",
|
|
147
147
|
"dotenv-cli": "^8.0.0",
|
|
148
148
|
"eslint": "^9.30.1",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"eslint-plugin-prettier": "^5.5.1",
|
|
156
156
|
"eslint-plugin-react": "^7.37.5",
|
|
157
157
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
158
|
-
"eslint-plugin-storybook": "^9.0.
|
|
158
|
+
"eslint-plugin-storybook": "^9.0.16",
|
|
159
159
|
"events": "^3.3.0",
|
|
160
160
|
"glob": "^11.0.3",
|
|
161
161
|
"globals": "^16.3.0",
|
|
@@ -176,20 +176,20 @@
|
|
|
176
176
|
"react-dom": "^19.1.0",
|
|
177
177
|
"regenerator-runtime": "^0.14.1",
|
|
178
178
|
"rimraf": "^6.0.1",
|
|
179
|
-
"rollup": "^4.44.
|
|
179
|
+
"rollup": "^4.44.2",
|
|
180
180
|
"rollup-plugin-clear": "^2.0.7",
|
|
181
181
|
"storage-mock": "^2.1.0",
|
|
182
|
-
"storybook": "9.0.
|
|
182
|
+
"storybook": "9.0.16",
|
|
183
183
|
"stylelint": "^16.21.1",
|
|
184
184
|
"svg-inline-loader": "^0.8.2",
|
|
185
185
|
"teamcity-service-messages": "^0.1.14",
|
|
186
186
|
"terser-webpack-plugin": "^5.3.14",
|
|
187
187
|
"typescript": "~5.8.3",
|
|
188
|
-
"typescript-eslint": "^8.
|
|
188
|
+
"typescript-eslint": "^8.36.0",
|
|
189
189
|
"vitest": "^3.2.4",
|
|
190
190
|
"vitest-teamcity-reporter": "^0.3.1",
|
|
191
191
|
"wallaby-webpack": "^3.9.16",
|
|
192
|
-
"webpack": "^5.
|
|
192
|
+
"webpack": "^5.100.0",
|
|
193
193
|
"webpack-cli": "^6.0.1",
|
|
194
194
|
"xmlappend": "^1.0.4"
|
|
195
195
|
},
|