@next-bricks/presentational 0.15.30 → 0.15.32

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.
@@ -13,6 +13,8 @@ export interface CodeDisplayProps {
13
13
  }
14
14
  /**
15
15
  * 代码展示
16
+ * @author nlicro
17
+ * @category display-component
16
18
  */
17
19
  export declare class CodeDisplay extends ReactNextElement implements CodeDisplayProps {
18
20
  /**
@@ -23,6 +23,7 @@ export interface DescriptionsProps {
23
23
  /**
24
24
  * 通用描述列表构件
25
25
  * @author sailor
26
+ * @category text
26
27
  */
27
28
  declare class Descriptions extends ReactNextElement {
28
29
  /**
@@ -11,8 +11,9 @@ export interface EoDividerProps {
11
11
  dividerStyle?: CSSProperties;
12
12
  }
13
13
  /**
14
- * 构件 `eo-divider`
14
+ * 分割线
15
15
  * @author zhendonghuang
16
+ * @category container-display
16
17
  */
17
18
  export declare class EoDivider extends ReactNextElement {
18
19
  /**
@@ -12,8 +12,10 @@ export interface GeneralAlertProps {
12
12
  }
13
13
  /**
14
14
  * 告警提示
15
+ * @author nlicro
15
16
  * @slot - 内容区
16
17
  * @slot title - 标题
18
+ * @category display-component
17
19
  */
18
20
  export declare class GeneralAlert extends ReactNextElement implements GeneralAlertProps {
19
21
  #private;
@@ -19,6 +19,7 @@ export interface EoHumanizeTimeProps {
19
19
  /**
20
20
  * 人性化时间展示
21
21
  * @author ice
22
+ * @category text
22
23
  */
23
24
  export declare class EoHumanizeTime extends ReactNextElement {
24
25
  /**
@@ -5,7 +5,9 @@ import "@next-core/theme";
5
5
  import type { LinkProps } from "@next-bricks/basic/link";
6
6
  import type { GeneralIconProps } from "@next-bricks/icons/general-icon";
7
7
  /**
8
- * 构件 `eo-info-card-item`
8
+ * 信息卡片
9
+ * @author dophijing
10
+ * @category card-info
9
11
  */
10
12
  export declare class EoInfoCardItem extends ReactNextElement {
11
13
  #private;
@@ -10,6 +10,8 @@ interface EoPaginationProps {
10
10
  }
11
11
  /**
12
12
  * 分页
13
+ * @author nlicro
14
+ * @category navigation
13
15
  */
14
16
  export declare class EoPagination extends ReactNextElement {
15
17
  #private;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational",
3
- "version": "0.15.30",
3
+ "version": "0.15.32",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/presentational",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,5 +38,5 @@
38
38
  "@next-core/test-next": "^1.0.11",
39
39
  "babel-plugin-prismjs": "^2.1.0"
40
40
  },
41
- "gitHead": "e5f7b9c399ddebee6c5ccbdf8e374adb15b53fdd"
41
+ "gitHead": "d97f8124fe0a61184aa75c351b7db43fd0aaf790"
42
42
  }