@synerise/ds-information-card 2.0.1 → 2.0.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/CHANGELOG.md +8 -0
- package/dist/InformationCard.styles.d.ts +0 -8
- package/dist/InformationCard.styles.js +13 -20
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [2.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@2.0.2...@synerise/ds-information-card@2.0.3) (2026-09-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
9
|
+
|
|
10
|
+
## [2.0.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@2.0.1...@synerise/ds-information-card@2.0.2) (2026-09-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
13
|
+
|
|
6
14
|
## [2.0.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@2.0.0...@synerise/ds-information-card@2.0.1) (2026-09-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-information-card
|
|
@@ -25,14 +25,6 @@ export declare const InfoCardWrapper: import('styled-components').StyledComponen
|
|
|
25
25
|
export declare const AlertWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
26
26
|
export declare const NonEditableWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
27
27
|
export declare const DescriptionWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
28
|
-
/**
|
|
29
|
-
* This component can be used to style container with popovers/tooltips to disable arrow.
|
|
30
|
-
*/
|
|
31
|
-
export declare const HidePopoverArrowWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
32
|
-
/**
|
|
33
|
-
* Should be mounted in application where.
|
|
34
|
-
*/
|
|
35
|
-
export declare const GlobalCSSHidePopoverArrow: import('styled-components').GlobalStyleComponent<{}, import('styled-components').DefaultTheme>;
|
|
36
28
|
export declare const ExtraInfo: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
37
29
|
export declare const InformationCardActionsWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
38
30
|
export declare const InformationCardPropertyListWrapper: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled, { css
|
|
1
|
+
import styled, { css } from "styled-components";
|
|
2
2
|
import { CardStyles } from "@synerise/ds-card";
|
|
3
3
|
import CopyIcon from "@synerise/ds-copy-icon";
|
|
4
4
|
import { RowWrapper } from "@synerise/ds-description/dist/Row/DescriptionRow.styles";
|
|
@@ -69,58 +69,53 @@ const DescriptionWrapper = /* @__PURE__ */ styled.div.withConfig({
|
|
|
69
69
|
displayName: "InformationCardstyles__DescriptionWrapper",
|
|
70
70
|
componentId: "sc-zxu5qa-14"
|
|
71
71
|
})(["padding:0 16px;"]);
|
|
72
|
-
const HidePopoverArrowWrapper = /* @__PURE__ */ styled.div.withConfig({
|
|
73
|
-
displayName: "InformationCardstyles__HidePopoverArrowWrapper",
|
|
74
|
-
componentId: "sc-zxu5qa-15"
|
|
75
|
-
})([".ant-popover-arrow-content,.ant-tooltip-arrow-content{display:none;}"]);
|
|
76
|
-
const GlobalCSSHidePopoverArrow = /* @__PURE__ */ createGlobalStyle([".ant-popover-arrow-content,.ant-tooltip-arrow-content{display:none;}"]);
|
|
77
72
|
const ExtraInfo = /* @__PURE__ */ styled.div.withConfig({
|
|
78
73
|
displayName: "InformationCardstyles__ExtraInfo",
|
|
79
|
-
componentId: "sc-zxu5qa-
|
|
74
|
+
componentId: "sc-zxu5qa-15"
|
|
80
75
|
})(["margin-bottom:1px;"]);
|
|
81
76
|
const InformationCardActionsWrapper = /* @__PURE__ */ styled.div.withConfig({
|
|
82
77
|
displayName: "InformationCardstyles__InformationCardActionsWrapper",
|
|
83
|
-
componentId: "sc-zxu5qa-
|
|
78
|
+
componentId: "sc-zxu5qa-16"
|
|
84
79
|
})(["padding:8px;"]);
|
|
85
80
|
const InformationCardPropertyListWrapper = /* @__PURE__ */ styled.div.withConfig({
|
|
86
81
|
displayName: "InformationCardstyles__InformationCardPropertyListWrapper",
|
|
87
|
-
componentId: "sc-zxu5qa-
|
|
82
|
+
componentId: "sc-zxu5qa-17"
|
|
88
83
|
})(["display:flex;flex-direction:column;padding:0 16px 8px;gap:8px;", "{padding:0;}", "{margin:0;}"], Container, StatusTag);
|
|
89
84
|
const InformationCardPropertyItem = /* @__PURE__ */ styled.div.withConfig({
|
|
90
85
|
displayName: "InformationCardstyles__InformationCardPropertyItem",
|
|
91
|
-
componentId: "sc-zxu5qa-
|
|
86
|
+
componentId: "sc-zxu5qa-18"
|
|
92
87
|
})(["display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;row-gap:6px;"]);
|
|
93
88
|
const InformationCardPropertyItemLabel = /* @__PURE__ */ styled.span.withConfig({
|
|
94
89
|
displayName: "InformationCardstyles__InformationCardPropertyItemLabel",
|
|
95
|
-
componentId: "sc-zxu5qa-
|
|
90
|
+
componentId: "sc-zxu5qa-19"
|
|
96
91
|
})(["", ""], macro.small);
|
|
97
92
|
const InformationCardPropertyItemValue = /* @__PURE__ */ styled.span.withConfig({
|
|
98
93
|
displayName: "InformationCardstyles__InformationCardPropertyItemValue",
|
|
99
|
-
componentId: "sc-zxu5qa-
|
|
94
|
+
componentId: "sc-zxu5qa-20"
|
|
100
95
|
})(["", " flex-grow:1;font-weight:500;"], macro.small);
|
|
101
96
|
const LoadingBody = /* @__PURE__ */ styled.div.withConfig({
|
|
102
97
|
displayName: "InformationCardstyles__LoadingBody",
|
|
103
|
-
componentId: "sc-zxu5qa-
|
|
98
|
+
componentId: "sc-zxu5qa-21"
|
|
104
99
|
})(["display:flex;flex-direction:column;gap:16px;padding:16px;", "{padding:0;}"], Container);
|
|
105
100
|
const LoadingHeader = /* @__PURE__ */ styled.div.withConfig({
|
|
106
101
|
displayName: "InformationCardstyles__LoadingHeader",
|
|
107
|
-
componentId: "sc-zxu5qa-
|
|
102
|
+
componentId: "sc-zxu5qa-22"
|
|
108
103
|
})(["display:flex;align-items:center;gap:16px;"]);
|
|
109
104
|
const LoadingTitle = /* @__PURE__ */ styled.div.withConfig({
|
|
110
105
|
displayName: "InformationCardstyles__LoadingTitle",
|
|
111
|
-
componentId: "sc-zxu5qa-
|
|
106
|
+
componentId: "sc-zxu5qa-23"
|
|
112
107
|
})(["flex:1 0 0;min-width:0;"]);
|
|
113
108
|
const LoadingFooter = /* @__PURE__ */ styled(FooterWrapper).withConfig({
|
|
114
109
|
displayName: "InformationCardstyles__LoadingFooter",
|
|
115
|
-
componentId: "sc-zxu5qa-
|
|
110
|
+
componentId: "sc-zxu5qa-24"
|
|
116
111
|
})(["min-height:48px;"]);
|
|
117
112
|
const InformationCardSummaryWrapper = /* @__PURE__ */ styled(Flex).withConfig({
|
|
118
113
|
displayName: "InformationCardstyles__InformationCardSummaryWrapper",
|
|
119
|
-
componentId: "sc-zxu5qa-
|
|
114
|
+
componentId: "sc-zxu5qa-25"
|
|
120
115
|
})(["margin:0 16px;padding-bottom:8px;gap:0 4px;flex-wrap:wrap;"]);
|
|
121
116
|
const InformationCardSummaryItem = /* @__PURE__ */ styled(Flex).withConfig({
|
|
122
117
|
displayName: "InformationCardstyles__InformationCardSummaryItem",
|
|
123
|
-
componentId: "sc-zxu5qa-
|
|
118
|
+
componentId: "sc-zxu5qa-26"
|
|
124
119
|
})(["font-weight:500;align-items:center;gap:4px;"]);
|
|
125
120
|
export {
|
|
126
121
|
ActionButtonContainer,
|
|
@@ -135,8 +130,6 @@ export {
|
|
|
135
130
|
Flex,
|
|
136
131
|
FlexGrow,
|
|
137
132
|
FooterWrapper,
|
|
138
|
-
GlobalCSSHidePopoverArrow,
|
|
139
|
-
HidePopoverArrowWrapper,
|
|
140
133
|
InfoCardSlide,
|
|
141
134
|
InfoCardSlidesWrapper,
|
|
142
135
|
InfoCardWrapper,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-information-card",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "InformationCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -44,24 +44,24 @@
|
|
|
44
44
|
"types": "dist/index.d.ts",
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@floating-ui/react": "^0.27.16",
|
|
47
|
-
"@synerise/ds-avatar": "^2.0.
|
|
48
|
-
"@synerise/ds-badge": "^2.0.
|
|
49
|
-
"@synerise/ds-button": "^2.0.
|
|
50
|
-
"@synerise/ds-card": "^2.0.
|
|
51
|
-
"@synerise/ds-copy-icon": "^2.0.
|
|
52
|
-
"@synerise/ds-description": "^2.0.
|
|
53
|
-
"@synerise/ds-divider": "^2.0.
|
|
54
|
-
"@synerise/ds-dropdown": "^2.0.
|
|
55
|
-
"@synerise/ds-icon": "^2.
|
|
56
|
-
"@synerise/ds-inline-alert": "^2.0.
|
|
57
|
-
"@synerise/ds-list-item": "^2.0.
|
|
47
|
+
"@synerise/ds-avatar": "^2.0.1",
|
|
48
|
+
"@synerise/ds-badge": "^2.0.1",
|
|
49
|
+
"@synerise/ds-button": "^2.0.1",
|
|
50
|
+
"@synerise/ds-card": "^2.0.1",
|
|
51
|
+
"@synerise/ds-copy-icon": "^2.0.1",
|
|
52
|
+
"@synerise/ds-description": "^2.0.1",
|
|
53
|
+
"@synerise/ds-divider": "^2.0.1",
|
|
54
|
+
"@synerise/ds-dropdown": "^2.0.2",
|
|
55
|
+
"@synerise/ds-icon": "^2.1.0",
|
|
56
|
+
"@synerise/ds-inline-alert": "^2.0.1",
|
|
57
|
+
"@synerise/ds-list-item": "^2.0.1",
|
|
58
58
|
"@synerise/ds-popover": "^2.0.0",
|
|
59
|
-
"@synerise/ds-scrollbar": "^2.0.
|
|
60
|
-
"@synerise/ds-skeleton": "^2.0.
|
|
61
|
-
"@synerise/ds-status": "^2.0.
|
|
62
|
-
"@synerise/ds-subtle-form": "^2.0.
|
|
63
|
-
"@synerise/ds-tooltip": "^2.0.
|
|
64
|
-
"@synerise/ds-typography": "^2.0.
|
|
59
|
+
"@synerise/ds-scrollbar": "^2.0.1",
|
|
60
|
+
"@synerise/ds-skeleton": "^2.0.1",
|
|
61
|
+
"@synerise/ds-status": "^2.0.1",
|
|
62
|
+
"@synerise/ds-subtle-form": "^2.0.3",
|
|
63
|
+
"@synerise/ds-tooltip": "^2.0.1",
|
|
64
|
+
"@synerise/ds-typography": "^2.0.1",
|
|
65
65
|
"@synerise/ds-utils": "^2.0.0",
|
|
66
66
|
"uuid": "^8.3.2"
|
|
67
67
|
},
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"styled-components": "^5.3.3",
|
|
73
73
|
"vitest": "4"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "788eba77544b291f7e938864a3994df4b4d904e2"
|
|
76
76
|
}
|