@cloudtower/eagle 4100.0.0 → 4100.0.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.
- package/dist/cjs/core/Typo/index.js +54 -106
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2175 -2194
- package/dist/esm/core/Typo/index.js +55 -106
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2572 -2587
- package/dist/src/core/Typo/index.d.ts +0 -50
- package/dist/style.css +2175 -2194
- package/docs/llms.txt +1 -2
- package/package.json +4 -4
package/docs/llms.txt
CHANGED
|
@@ -97,8 +97,7 @@ npm 包名:@cloudtower/eagle
|
|
|
97
97
|
- Icon: 图标容器,统一图标尺寸和样式
|
|
98
98
|
- BaseIcon: 基础图标,支持 SVG 图标渲染
|
|
99
99
|
- Link: 链接,封装 antd Typography.Link
|
|
100
|
-
- Typo: 排版样式集合,提供 Display/Heading/Label/Paragraph 等预定义的 Linaria
|
|
101
|
-
- Color: 颜色 token;若目标文件已依赖全局 Sass 变量或已有 `$...` 写法,优先使用 `dist/variables.scss` 中的 Sass 变量,否则优先使用公开导出的 `Color.*`
|
|
100
|
+
- Typo: 排版样式集合,提供 Display/Heading/Label/Paragraph 等预定义的 Linaria 类名
|
|
102
101
|
- Loading: 加载中动画,三条竖线动画
|
|
103
102
|
- CircleLoading: 圆形加载动画,旋转渐变圆形图标
|
|
104
103
|
- Space: 间距组件,封装 antd Space
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudtower/eagle",
|
|
3
|
-
"version": "4100.0.
|
|
3
|
+
"version": "4100.0.1",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"sync:color": "node tools/fetch-figma-color.js"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@cloudtower/icons-react": "^4100.0.
|
|
31
|
-
"@cloudtower/parrot": "^4100.0.
|
|
30
|
+
"@cloudtower/icons-react": "^4100.0.1",
|
|
31
|
+
"@cloudtower/parrot": "^4100.0.1",
|
|
32
32
|
"@cloudtower/rc-notification": "^4.6.1",
|
|
33
33
|
"@linaria/core": "^4.2.2",
|
|
34
34
|
"@linaria/react": "^4.3.0",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"vite": "^4.5.1",
|
|
117
117
|
"vitest": "^3.1.1"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "012a843c24a93ffc2ffe964b57cb9e545040a59c"
|
|
120
120
|
}
|