@aviala-design/spiral 2.7.0 → 2.7.2
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/dist/component-changelogs.json +55 -0
- package/dist/index.cjs +539 -520
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -5
- package/dist/index.d.ts +15 -5
- package/dist/index.js +512 -491
- package/dist/index.js.map +1 -1
- package/dist/props.json +1 -10
- package/package.json +3 -3
|
@@ -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": {
|
|
@@ -124,6 +132,16 @@
|
|
|
124
132
|
}
|
|
125
133
|
}
|
|
126
134
|
],
|
|
135
|
+
"FormField": [
|
|
136
|
+
{
|
|
137
|
+
"version": "2.7.2",
|
|
138
|
+
"sections": {
|
|
139
|
+
"Changed": [
|
|
140
|
+
"存在错误 tip(layout `error` 或 RHF 校验信息)时,子级 Input / Textarea / NumberInput / SelectTrigger / Cascader / DatePicker / TimePicker 自动进入 error 态;控件上显式 `error` 优先于联动。"
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
],
|
|
127
145
|
"List": [
|
|
128
146
|
{
|
|
129
147
|
"version": "2.6.2",
|
|
@@ -295,6 +313,17 @@
|
|
|
295
313
|
}
|
|
296
314
|
}
|
|
297
315
|
],
|
|
316
|
+
"Progress": [
|
|
317
|
+
{
|
|
318
|
+
"version": "2.7.0",
|
|
319
|
+
"sections": {
|
|
320
|
+
"Changed": [
|
|
321
|
+
"对齐 Figma Progress(589:55818):条形高度改为 6 / 8px(`default` / `big`),轨道使用 `control-normal-lightbackground-1` 且去掉描边",
|
|
322
|
+
"环形进度半径改为「直径一半 − stroke/2」,轨道按 `type` 使用对应浅色 / 主题色"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
],
|
|
298
327
|
"ScrollPicker": [
|
|
299
328
|
{
|
|
300
329
|
"version": "2.6.1",
|
|
@@ -307,6 +336,15 @@
|
|
|
307
336
|
}
|
|
308
337
|
],
|
|
309
338
|
"SegmentatorGroup": [
|
|
339
|
+
{
|
|
340
|
+
"version": "2.7.0",
|
|
341
|
+
"sections": {
|
|
342
|
+
"Changed": [
|
|
343
|
+
"nested 模式轨道 Hover 使用 `segmentator-bg-hover`(filled-hover);项级 Hover/Active 仍独立",
|
|
344
|
+
"共享 elevation `BasicShadow-Level4WithLine` 发丝线透明度调整为 18%"
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
},
|
|
310
348
|
{
|
|
311
349
|
"version": "2.6.1",
|
|
312
350
|
"sections": {
|
|
@@ -393,6 +431,23 @@
|
|
|
393
431
|
}
|
|
394
432
|
}
|
|
395
433
|
],
|
|
434
|
+
"Table": [
|
|
435
|
+
{
|
|
436
|
+
"version": "2.7.0",
|
|
437
|
+
"sections": {
|
|
438
|
+
"Added": [
|
|
439
|
+
"`Table` `stickyHeader`:表头在表格滚动区域内吸顶",
|
|
440
|
+
"`TableCell` `caption`:主文案下方次要说明",
|
|
441
|
+
"`TableCell` `iconPlace` / `content=\"icon-place+text\"`:带形底的图标位 + 文案布局",
|
|
442
|
+
"`TableCell` `grabber`:可选前置拖拽/把手控件",
|
|
443
|
+
"`TableHead` `actions` / `checkboxProps`:表头操作区与全选 Checkbox 配置"
|
|
444
|
+
],
|
|
445
|
+
"Changed": [
|
|
446
|
+
"单元格改为网格边框与表头底色 token(含 `--table-head-bg`、非对称左右内边距等)"
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
],
|
|
396
451
|
"TimePickerField": [
|
|
397
452
|
{
|
|
398
453
|
"version": "2.6.1",
|