@aviala-design/spiral 2.6.1 → 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.
|
@@ -125,6 +125,14 @@
|
|
|
125
125
|
}
|
|
126
126
|
],
|
|
127
127
|
"List": [
|
|
128
|
+
{
|
|
129
|
+
"version": "2.6.2",
|
|
130
|
+
"sections": {
|
|
131
|
+
"Fixed": [
|
|
132
|
+
"行间顶部分割线与尾部竖向分隔线颜色对齐 Figma `border/border-normal-2`(此前误用 `border-normal-1`,中性色重调后几乎不可见)"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
},
|
|
128
136
|
{
|
|
129
137
|
"version": "2.6.1",
|
|
130
138
|
"sections": {
|
package/dist/styles.css
CHANGED
|
@@ -714,7 +714,8 @@
|
|
|
714
714
|
--list-item-content-py: var(--padding-default, 8px);
|
|
715
715
|
--list-item-content-pr: var(--padding-big, 14px);
|
|
716
716
|
--list-item-content-gap: var(--gap-content-space, 10px);
|
|
717
|
-
|
|
717
|
+
/* Figma List item Content top border + last separator: border/border-normal-2 */
|
|
718
|
+
--list-item-border: var(--border-border-normal-2, #f0efef);
|
|
718
719
|
--list-item-icon-shaped-size: 36px;
|
|
719
720
|
--list-item-icon-default-size: 22px;
|
|
720
721
|
--list-item-icon-shaped-bg: var(--box-box-theme-primarybackground, #ff5532);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aviala-design/spiral",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "Spiral 2 ? Aviala Design React component library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"colord": "^2.9.3",
|
|
46
46
|
"tailwind-merge": "^3.3.1",
|
|
47
47
|
"@aviala-design/icons": "2.2.0",
|
|
48
|
-
"@aviala-design/tokens": "2.5.
|
|
48
|
+
"@aviala-design/tokens": "2.5.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=18",
|