@cloudtower/eagle 4100.0.0 → 4100.0.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/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 类名;若需要根据 Figma Typography 名称查找对应样式,请使用公开导出的 `FIGMA_TO_TYPO`
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.0",
3
+ "version": "4100.0.2",
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.0",
31
- "@cloudtower/parrot": "^4100.0.0",
30
+ "@cloudtower/icons-react": "^4100.0.2",
31
+ "@cloudtower/parrot": "^4100.0.2",
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": "28696375387ad8ee266e1e5b33732aa841a517fa"
119
+ "gitHead": "075b92d13dde3a0ab6267dde81eebd8d745af17d"
120
120
  }