@synerise/ds-information-card 0.4.5 → 0.4.7
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/CHANGELOG.md +16 -0
- package/dist/InformationCard.d.ts +4 -4
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.4.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.4.6...@synerise/ds-information-card@0.4.7) (2024-05-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.4.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.4.5...@synerise/ds-information-card@0.4.6) (2024-05-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.4.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@0.4.4...@synerise/ds-information-card@0.4.5) (2024-05-23)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-information-card
|
|
@@ -5,13 +5,13 @@ import 'rc-trigger/assets/index.less';
|
|
|
5
5
|
/**
|
|
6
6
|
* Custom builder for badgeSlots with icon
|
|
7
7
|
*/
|
|
8
|
-
export declare function buildIconBadge(data: BadgeData): JSX.Element;
|
|
8
|
+
export declare function buildIconBadge(data: BadgeData): React.JSX.Element;
|
|
9
9
|
declare const InformationCard: React.ForwardRefExoticComponent<InformationCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export declare function buildInitialsBadge(name: string): JSX.Element;
|
|
10
|
+
export declare function buildInitialsBadge(name: string): React.JSX.Element;
|
|
11
11
|
/**
|
|
12
12
|
* helper for wrapping a notice
|
|
13
13
|
*/
|
|
14
|
-
export declare function buildExtraInfo(message: string, level?: InlineAlertType): JSX.Element;
|
|
14
|
+
export declare function buildExtraInfo(message: string, level?: InlineAlertType): React.JSX.Element;
|
|
15
15
|
/**
|
|
16
16
|
* Helper for returning initials. Handles cases such as John Smith, J. Smith, JS.
|
|
17
17
|
*/
|
|
@@ -22,5 +22,5 @@ type InitialsProps = PropsWithChildren<{
|
|
|
22
22
|
/**
|
|
23
23
|
* Wrapper for obtaining an avatar based on initials
|
|
24
24
|
*/
|
|
25
|
-
export declare function Initials({ name, children }: InitialsProps): JSX.Element;
|
|
25
|
+
export declare function Initials({ name, children }: InitialsProps): React.JSX.Element;
|
|
26
26
|
export default InformationCard;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-information-card",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "InformationCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-alert": "^0.8.
|
|
38
|
-
"@synerise/ds-avatar": "^0.16.
|
|
39
|
-
"@synerise/ds-badge": "^0.7.
|
|
40
|
-
"@synerise/ds-button": "^0.20.
|
|
41
|
-
"@synerise/ds-card": "^0.16.
|
|
42
|
-
"@synerise/ds-description": "^0.3.
|
|
43
|
-
"@synerise/ds-divider": "^0.
|
|
44
|
-
"@synerise/ds-dropdown": "^0.
|
|
45
|
-
"@synerise/ds-icon": "^0.
|
|
46
|
-
"@synerise/ds-menu": "^0.
|
|
47
|
-
"@synerise/ds-subtle-form": "^0.9.
|
|
48
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
37
|
+
"@synerise/ds-alert": "^0.8.14",
|
|
38
|
+
"@synerise/ds-avatar": "^0.16.3",
|
|
39
|
+
"@synerise/ds-badge": "^0.7.1",
|
|
40
|
+
"@synerise/ds-button": "^0.20.1",
|
|
41
|
+
"@synerise/ds-card": "^0.16.20",
|
|
42
|
+
"@synerise/ds-description": "^0.3.106",
|
|
43
|
+
"@synerise/ds-divider": "^0.7.0",
|
|
44
|
+
"@synerise/ds-dropdown": "^0.18.0",
|
|
45
|
+
"@synerise/ds-icon": "^0.62.0",
|
|
46
|
+
"@synerise/ds-menu": "^0.19.0",
|
|
47
|
+
"@synerise/ds-subtle-form": "^0.9.111",
|
|
48
|
+
"@synerise/ds-tooltip": "^0.14.29",
|
|
49
49
|
"@synerise/ds-typography": "^0.15.0",
|
|
50
50
|
"rc-trigger": "5.2.5"
|
|
51
51
|
},
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"styled-components": "5.0.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@synerise/ds-utils": "^0.
|
|
58
|
+
"@synerise/ds-utils": "^0.27.0",
|
|
59
59
|
"@testing-library/jest-dom": "5.1.1",
|
|
60
60
|
"@testing-library/react": "10.0.1"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "9293cda82b432c10af1d230262afcc6f08f3dd99"
|
|
63
63
|
}
|