@aviala-design/spiral 2.6.0 → 2.6.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.
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "Button": [
3
+ {
4
+ "version": "2.6.1",
5
+ "sections": {
6
+ "Changed": [
7
+ "Hover/Active 改为共享交互 token:Primary 悬停加深、按下变浅;Ghost 使用 neutral-3 → lightBackground-1;Default 使用 filled 1→2 阶"
8
+ ]
9
+ }
10
+ },
3
11
  {
4
12
  "version": "2.6.0",
5
13
  "sections": {
@@ -19,7 +27,7 @@
19
27
  ],
20
28
  "CascaderField": [
21
29
  {
22
- "version": "Unreleased",
30
+ "version": "2.6.0",
23
31
  "sections": {
24
32
  "Changed": [
25
33
  "默认 placeholder 改由 `LocaleProvider` 提供"
@@ -72,7 +80,7 @@
72
80
  ],
73
81
  "ConfigProvider": [
74
82
  {
75
- "version": "Unreleased",
83
+ "version": "2.6.0",
76
84
  "sections": {
77
85
  "Added": [
78
86
  "`ConfigProvider` with `direction` (`ltr` | `rtl`), optional `locale` (nests `LocaleProvider`), and `syncDocumentDir` for portalled overlays",
@@ -86,7 +94,18 @@
86
94
  ],
87
95
  "DatePickerField": [
88
96
  {
89
- "version": "Unreleased",
97
+ "version": "2.6.1",
98
+ "sections": {
99
+ "Changed": [
100
+ "日历面板上一月 / 下一月导航图标改为 `direction/arrowLeftLight` 与 `direction/arrowRightLight`",
101
+ "导航箭头按压缩小,松开后沿翻页方向飞出并由对侧飞入",
102
+ "月/年与时间滚轮:鼠标滚轮步进更灵敏,可一次跨多格,并允许打断进行中的平滑滚动",
103
+ "loop 滚轮按当前位置最短路径滚动,跨 0/末项不再整段甩回;选中字色经固定高亮框裁切随列表滚动,停稳后对准居中"
104
+ ]
105
+ }
106
+ },
107
+ {
108
+ "version": "2.6.0",
90
109
  "sections": {
91
110
  "Changed": [
92
111
  "周标题、页脚、导航 aria 与 `Intl` 格式化改读当前 locale(默认 zh-CN)"
@@ -107,7 +126,23 @@
107
126
  ],
108
127
  "List": [
109
128
  {
110
- "version": "Unreleased",
129
+ "version": "2.6.2",
130
+ "sections": {
131
+ "Fixed": [
132
+ "行间顶部分割线与尾部竖向分隔线颜色对齐 Figma `border/border-normal-2`(此前误用 `border-normal-1`,中性色重调后几乎不可见)"
133
+ ]
134
+ }
135
+ },
136
+ {
137
+ "version": "2.6.1",
138
+ "sections": {
139
+ "Changed": [
140
+ "可交互行 Hover/Active 对齐共享 filled 交互 token(lightBackground-2 / Background-3)"
141
+ ]
142
+ }
143
+ },
144
+ {
145
+ "version": "2.6.0",
111
146
  "sections": {
112
147
  "Changed": [
113
148
  "默认「更多」aria 文案改由 `LocaleProvider` 提供"
@@ -134,7 +169,7 @@
134
169
  ],
135
170
  "LocaleProvider": [
136
171
  {
137
- "version": "Unreleased",
172
+ "version": "2.6.0",
138
173
  "sections": {
139
174
  "Added": [
140
175
  "Semi-style `LocaleProvider` with `zhCN` / `enUS` packs, `useLocale` / `useLocaleMessages`, and `${name}` interpolate",
@@ -145,7 +180,7 @@
145
180
  ],
146
181
  "Modal": [
147
182
  {
148
- "version": "Unreleased",
183
+ "version": "2.6.0",
149
184
  "sections": {
150
185
  "Changed": [
151
186
  "默认关闭按钮文案改由 `LocaleProvider` 提供(`closeLabel` 仍可覆盖)"
@@ -164,7 +199,15 @@
164
199
  ],
165
200
  "Navigation": [
166
201
  {
167
- "version": "Unreleased",
202
+ "version": "2.6.1",
203
+ "sections": {
204
+ "Changed": [
205
+ "激活项 second 面 Hover/Active 改为 token 换色(不再依赖 brightness)"
206
+ ]
207
+ }
208
+ },
209
+ {
210
+ "version": "2.6.0",
168
211
  "sections": {
169
212
  "Fixed": [
170
213
  "垂直指示条读取 `--navigation-rail-inline-start`,RTL 下贴在 inline-start 侧",
@@ -191,7 +234,7 @@
191
234
  ],
192
235
  "Pagination": [
193
236
  {
194
- "version": "Unreleased",
237
+ "version": "2.6.0",
195
238
  "sections": {
196
239
  "Changed": [
197
240
  "默认文案改由 `LocaleProvider` 字典提供(`jumpLabel` / `sizeLabel` 等 props 仍可覆盖)"
@@ -211,6 +254,14 @@
211
254
  }
212
255
  ],
213
256
  "Popover": [
257
+ {
258
+ "version": "2.6.1",
259
+ "sections": {
260
+ "Changed": [
261
+ "浮层阴影统一为 `BasicShadow-Level4WithLine`"
262
+ ]
263
+ }
264
+ },
214
265
  {
215
266
  "version": "2.5.0",
216
267
  "sections": {
@@ -244,7 +295,29 @@
244
295
  }
245
296
  }
246
297
  ],
298
+ "ScrollPicker": [
299
+ {
300
+ "version": "2.6.1",
301
+ "sections": {
302
+ "Changed": [
303
+ "滚轮列:鼠标滚轮步进更灵敏,可一次跨多格,并允许打断进行中的平滑滚动",
304
+ "loop 列按当前位置最短路径滚动;选中字色经固定高亮框裁切随列表滚动,停稳后对准居中"
305
+ ]
306
+ }
307
+ }
308
+ ],
247
309
  "SegmentatorGroup": [
310
+ {
311
+ "version": "2.6.1",
312
+ "sections": {
313
+ "Changed": [
314
+ "未选项 Hover/Active 使用共享 filled 交互 token"
315
+ ],
316
+ "Fixed": [
317
+ "nested 模式下未选项圆角改为与滑动指示器一致(`segmentator-item-nested-radius`),避免 hover / focus 填充与选中拇指圆角不一致"
318
+ ]
319
+ }
320
+ },
248
321
  {
249
322
  "version": "2.6.0",
250
323
  "sections": {
@@ -273,6 +346,14 @@
273
346
  }
274
347
  ],
275
348
  "Slider": [
349
+ {
350
+ "version": "2.6.1",
351
+ "sections": {
352
+ "Changed": [
353
+ "拇指阴影统一为 `BasicShadow-Level4WithLine`"
354
+ ]
355
+ }
356
+ },
276
357
  {
277
358
  "version": "2.5.0",
278
359
  "sections": {
@@ -295,6 +376,14 @@
295
376
  }
296
377
  ],
297
378
  "Tab": [
379
+ {
380
+ "version": "2.6.1",
381
+ "sections": {
382
+ "Changed": [
383
+ "Tiled active Hover/Active 改为 second 面 token 换色"
384
+ ]
385
+ }
386
+ },
298
387
  {
299
388
  "version": "2.6.0",
300
389
  "sections": {
@@ -304,6 +393,17 @@
304
393
  }
305
394
  }
306
395
  ],
396
+ "TimePickerField": [
397
+ {
398
+ "version": "2.6.1",
399
+ "sections": {
400
+ "Changed": [
401
+ "时分滚轮:鼠标滚轮步进更灵敏,可一次跨多格,并允许打断进行中的平滑滚动",
402
+ "loop 滚轮按当前位置最短路径滚动,跨 0/末项不再整段甩回;选中字色经固定高亮框裁切随列表滚动,停稳后对准居中"
403
+ ]
404
+ }
405
+ }
406
+ ],
307
407
  "Tooltip": [
308
408
  {
309
409
  "version": "2.6.0",