phinix 0.2.2 → 0.2.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "phinix",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "phinix - A Model Context Protocol server for managing and generating React components with built-in analytics",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -34,10 +34,6 @@
34
34
  "name": "BasicCalendar",
35
35
  "whenToUse": "需要使用的日历组件的时候使用"
36
36
  },
37
- {
38
- "name": "BlueInfoTip",
39
- "whenToUse": "基础使用, 往往在弹框底部, 或抽屉中展示提示信息"
40
- },
41
37
  {
42
38
  "name": "BottomOperationBar",
43
39
  "whenToUse": "底部固定操作栏"