@aviala-design/spiral 2.7.0 → 2.7.1
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.
|
@@ -48,6 +48,14 @@
|
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
"Checkbox": [
|
|
51
|
+
{
|
|
52
|
+
"version": "2.7.0",
|
|
53
|
+
"sections": {
|
|
54
|
+
"Fixed": [
|
|
55
|
+
"半选(`indeterminate`)时内部标记未居中:勾选 SVG 在 `opacity: 0` 下仍占 flex 布局宽度,现改为半选态隐藏勾选图标并将 indicator 绝对铺满"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
},
|
|
51
59
|
{
|
|
52
60
|
"version": "2.5.0",
|
|
53
61
|
"sections": {
|
|
@@ -295,6 +303,17 @@
|
|
|
295
303
|
}
|
|
296
304
|
}
|
|
297
305
|
],
|
|
306
|
+
"Progress": [
|
|
307
|
+
{
|
|
308
|
+
"version": "2.7.0",
|
|
309
|
+
"sections": {
|
|
310
|
+
"Changed": [
|
|
311
|
+
"对齐 Figma Progress(589:55818):条形高度改为 6 / 8px(`default` / `big`),轨道使用 `control-normal-lightbackground-1` 且去掉描边",
|
|
312
|
+
"环形进度半径改为「直径一半 − stroke/2」,轨道按 `type` 使用对应浅色 / 主题色"
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
],
|
|
298
317
|
"ScrollPicker": [
|
|
299
318
|
{
|
|
300
319
|
"version": "2.6.1",
|
|
@@ -307,6 +326,15 @@
|
|
|
307
326
|
}
|
|
308
327
|
],
|
|
309
328
|
"SegmentatorGroup": [
|
|
329
|
+
{
|
|
330
|
+
"version": "2.7.0",
|
|
331
|
+
"sections": {
|
|
332
|
+
"Changed": [
|
|
333
|
+
"nested 模式轨道 Hover 使用 `segmentator-bg-hover`(filled-hover);项级 Hover/Active 仍独立",
|
|
334
|
+
"共享 elevation `BasicShadow-Level4WithLine` 发丝线透明度调整为 18%"
|
|
335
|
+
]
|
|
336
|
+
}
|
|
337
|
+
},
|
|
310
338
|
{
|
|
311
339
|
"version": "2.6.1",
|
|
312
340
|
"sections": {
|
|
@@ -393,6 +421,23 @@
|
|
|
393
421
|
}
|
|
394
422
|
}
|
|
395
423
|
],
|
|
424
|
+
"Table": [
|
|
425
|
+
{
|
|
426
|
+
"version": "2.7.0",
|
|
427
|
+
"sections": {
|
|
428
|
+
"Added": [
|
|
429
|
+
"`Table` `stickyHeader`:表头在表格滚动区域内吸顶",
|
|
430
|
+
"`TableCell` `caption`:主文案下方次要说明",
|
|
431
|
+
"`TableCell` `iconPlace` / `content=\"icon-place+text\"`:带形底的图标位 + 文案布局",
|
|
432
|
+
"`TableCell` `grabber`:可选前置拖拽/把手控件",
|
|
433
|
+
"`TableHead` `actions` / `checkboxProps`:表头操作区与全选 Checkbox 配置"
|
|
434
|
+
],
|
|
435
|
+
"Changed": [
|
|
436
|
+
"单元格改为网格边框与表头底色 token(含 `--table-head-bg`、非对称左右内边距等)"
|
|
437
|
+
]
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
],
|
|
396
441
|
"TimePickerField": [
|
|
397
442
|
{
|
|
398
443
|
"version": "2.6.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aviala-design/spiral",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "Spiral 2 ? Aviala Design React component library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"colord": "^2.9.3",
|
|
46
46
|
"tailwind-merge": "^3.3.1",
|
|
47
|
-
"@aviala-design/
|
|
48
|
-
"@aviala-design/
|
|
47
|
+
"@aviala-design/icons": "2.2.0",
|
|
48
|
+
"@aviala-design/tokens": "2.5.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=18",
|