@synerise/ds-information-card 1.0.3 → 1.0.5
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.js +3 -3
- package/dist/InformationCard.utils.js +1 -1
- package/dist/InformationCardActions/InformationCardActions.js +1 -1
- package/dist/InformationCardDescription/InformationCardDescription.js +1 -1
- package/dist/InformationCardPropertyList/InformationCardPropertyList.js +1 -1
- package/dist/InformationCardSummary/InformationCardSummary.js +1 -1
- package/dist/InformationCardTooltip/InformationCardTooltip.js +2 -2
- package/package.json +16 -16
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
|
+
## [1.0.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.0.4...@synerise/ds-information-card@1.0.5) (2025-04-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.0.3...@synerise/ds-information-card@1.0.4) (2025-04-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-information-card
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-information-card@1.0.2...@synerise/ds-information-card@1.0.3) (2025-03-31)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-information-card
|
package/dist/InformationCard.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var _excluded = ["actionButton", "actionButtonTooltipText", "actionButtonCallback", "actionsMenu", "asTooltip", "avatarTooltipText", "copyTooltip", "copiedTooltip", "renderFooter", "renderBadge", "subtitle", "title", "notice", "footerText", "icon", "iconColor", "descriptionConfig", "className", "renderAdditionalDescription", "propertyListItems", "summaryItems"];
|
|
2
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
3
|
-
function _objectWithoutPropertiesLoose(
|
|
2
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
4
4
|
import React, { forwardRef, useState, useRef, useEffect } from 'react';
|
|
5
5
|
import { SegmentM } from '@synerise/ds-icon';
|
|
6
6
|
import Card from '@synerise/ds-card';
|
|
@@ -14,7 +14,7 @@ import { InformationCardActions } from './InformationCardActions/InformationCard
|
|
|
14
14
|
import { InformationCardDescription } from './InformationCardDescription/InformationCardDescription';
|
|
15
15
|
import { InformationCardPropertyList } from './InformationCardPropertyList/InformationCardPropertyList';
|
|
16
16
|
import { InformationCardSummary } from './InformationCardSummary/InformationCardSummary';
|
|
17
|
-
var InformationCard = forwardRef(function (_ref, ref) {
|
|
17
|
+
var InformationCard = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
18
18
|
var actionButton = _ref.actionButton,
|
|
19
19
|
actionButtonTooltipText = _ref.actionButtonTooltipText,
|
|
20
20
|
actionButtonCallback = _ref.actionButtonCallback,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import Alert from '@synerise/ds-alert';
|
|
4
4
|
import Avatar, { ObjectAvatar } from '@synerise/ds-avatar';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { FormattedMessage } from 'react-intl';
|
|
4
4
|
import Dropdown from '@synerise/ds-dropdown';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import React, { useState } from 'react';
|
|
3
3
|
import SubtleForm from '@synerise/ds-subtle-form';
|
|
4
4
|
import * as S from '../InformationCard.styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
3
|
import { v4 as uuid } from 'uuid';
|
|
4
4
|
import * as S from '../InformationCard.styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
3
|
import { v4 as uuid } from 'uuid';
|
|
4
4
|
import Tooltip from '@synerise/ds-tooltip';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var _excluded = ["triggerProps", "children", "style", "informationCardProps"];
|
|
2
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
3
|
-
function _objectWithoutPropertiesLoose(
|
|
2
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
4
4
|
import React, { useCallback, useMemo } from 'react';
|
|
5
5
|
import Trigger from 'rc-trigger';
|
|
6
6
|
import { useTheme } from '@synerise/ds-core';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-information-card",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "InformationCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
],
|
|
36
36
|
"types": "dist/index.d.ts",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@synerise/ds-alert": "^1.0.
|
|
39
|
-
"@synerise/ds-avatar": "^1.0.
|
|
40
|
-
"@synerise/ds-badge": "^1.0.
|
|
41
|
-
"@synerise/ds-button": "^1.1.
|
|
42
|
-
"@synerise/ds-card": "^1.1.
|
|
43
|
-
"@synerise/ds-description": "^1.0.
|
|
44
|
-
"@synerise/ds-divider": "^1.0.
|
|
45
|
-
"@synerise/ds-dropdown": "^1.0.
|
|
46
|
-
"@synerise/ds-icon": "^1.
|
|
47
|
-
"@synerise/ds-menu": "^1.0.
|
|
48
|
-
"@synerise/ds-scrollbar": "^1.0.
|
|
49
|
-
"@synerise/ds-subtle-form": "^1.0.
|
|
50
|
-
"@synerise/ds-tooltip": "^1.1.
|
|
51
|
-
"@synerise/ds-typography": "^1.0.
|
|
38
|
+
"@synerise/ds-alert": "^1.0.4",
|
|
39
|
+
"@synerise/ds-avatar": "^1.0.4",
|
|
40
|
+
"@synerise/ds-badge": "^1.0.4",
|
|
41
|
+
"@synerise/ds-button": "^1.1.3",
|
|
42
|
+
"@synerise/ds-card": "^1.1.3",
|
|
43
|
+
"@synerise/ds-description": "^1.0.4",
|
|
44
|
+
"@synerise/ds-divider": "^1.0.4",
|
|
45
|
+
"@synerise/ds-dropdown": "^1.0.4",
|
|
46
|
+
"@synerise/ds-icon": "^1.3.0",
|
|
47
|
+
"@synerise/ds-menu": "^1.0.4",
|
|
48
|
+
"@synerise/ds-scrollbar": "^1.0.4",
|
|
49
|
+
"@synerise/ds-subtle-form": "^1.0.4",
|
|
50
|
+
"@synerise/ds-tooltip": "^1.1.3",
|
|
51
|
+
"@synerise/ds-typography": "^1.0.4",
|
|
52
52
|
"@synerise/ds-utils": "^1.0.1",
|
|
53
53
|
"rc-trigger": "^5.3.4"
|
|
54
54
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
59
59
|
"styled-components": "^5.3.3"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "55537c6449492265a1d50c1e055ef7cc03c7935e"
|
|
62
62
|
}
|