@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.
- package/dist/chunks/4930.125ca49c.js.map +1 -1
- package/dist/chunks/eo-alert.907672e5.js.map +1 -1
- package/dist/chunks/eo-card-item.52553d39.js.map +1 -1
- package/dist/chunks/eo-code-display.d024c7d8.js.map +1 -1
- package/dist/chunks/eo-descriptions.6647628b.js.map +1 -1
- package/dist/chunks/eo-divider.4329af6c.js.map +1 -1
- package/dist/chunks/eo-humanize-time.1e81ee8c.js.map +1 -1
- package/dist/chunks/eo-info-card-item.1780bf49.js.map +1 -1
- package/dist/chunks/eo-pagination.e62d0218.js.map +1 -1
- package/dist/manifest.json +16 -8
- package/dist-types/card-item/index.d.ts +1 -0
- package/dist-types/code-display/index.d.ts +2 -0
- package/dist-types/descriptions/index.d.ts +1 -0
- package/dist-types/divider/index.d.ts +2 -1
- package/dist-types/general-alert/index.d.ts +2 -0
- package/dist-types/humanize-time/index.d.ts +1 -0
- package/dist-types/info-card-item/index.d.ts +3 -1
- package/dist-types/pagination/index.d.ts +2 -0
- package/package.json +2 -2
|
@@ -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;
|
|
@@ -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
|
-
*
|
|
8
|
+
* 信息卡片
|
|
9
|
+
* @author dophijing
|
|
10
|
+
* @category card-info
|
|
9
11
|
*/
|
|
10
12
|
export declare class EoInfoCardItem extends ReactNextElement {
|
|
11
13
|
#private;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational",
|
|
3
|
-
"version": "0.15.
|
|
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": "
|
|
41
|
+
"gitHead": "d97f8124fe0a61184aa75c351b7db43fd0aaf790"
|
|
42
42
|
}
|