@tfdesign/b-end 1.0.18 → 1.0.19
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"system": "b-end",
|
|
3
3
|
"skill": "tfds",
|
|
4
|
-
"generatedAt": "2026-05-
|
|
4
|
+
"generatedAt": "2026-05-14T13:08:33.412Z",
|
|
5
5
|
"purpose": "轻量组件与页面模板目录。AI 先读本文件做选型;确定命中组件后,再到 components.index.json 按 id 读取 props / rules / examples。",
|
|
6
6
|
"counts": {
|
|
7
7
|
"total": 47,
|
|
@@ -37,7 +37,7 @@ const BASE = [
|
|
|
37
37
|
'inline-flex h-[var(--size-control-md)] shrink-0 items-center justify-center gap-[var(--spacing-2)]',
|
|
38
38
|
'rounded-[var(--radius-full)] border border-solid',
|
|
39
39
|
'px-[var(--spacing-3)]',
|
|
40
|
-
'
|
|
40
|
+
'[font-size:var(--text-sm)] leading-[var(--leading-5)] tracking-[var(--tracking-normal)]',
|
|
41
41
|
'[font-family:inherit]',
|
|
42
42
|
'select-none whitespace-nowrap outline-none',
|
|
43
43
|
'transition-all duration-150',
|
|
@@ -90,7 +90,7 @@ const PANEL_CLASS = [
|
|
|
90
90
|
].join(' ');
|
|
91
91
|
const OPTION_CLASS = [
|
|
92
92
|
'flex min-h-[var(--size-control-md)] cursor-pointer items-center gap-[var(--spacing-2)] px-[var(--spacing-3)] py-[var(--spacing-2)]',
|
|
93
|
-
'
|
|
93
|
+
'[font-size:var(--text-sm)] leading-[var(--leading-5)] text-foreground',
|
|
94
94
|
'transition-colors duration-100',
|
|
95
95
|
'hover:bg-fill',
|
|
96
96
|
].join(' ');
|