@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 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
@@ -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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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 (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
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",
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.3",
39
- "@synerise/ds-avatar": "^1.0.3",
40
- "@synerise/ds-badge": "^1.0.3",
41
- "@synerise/ds-button": "^1.1.2",
42
- "@synerise/ds-card": "^1.1.2",
43
- "@synerise/ds-description": "^1.0.3",
44
- "@synerise/ds-divider": "^1.0.3",
45
- "@synerise/ds-dropdown": "^1.0.3",
46
- "@synerise/ds-icon": "^1.2.0",
47
- "@synerise/ds-menu": "^1.0.3",
48
- "@synerise/ds-scrollbar": "^1.0.3",
49
- "@synerise/ds-subtle-form": "^1.0.3",
50
- "@synerise/ds-tooltip": "^1.1.2",
51
- "@synerise/ds-typography": "^1.0.3",
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": "5438445467b16dbc0c2ca97d969ae0e09b74131b"
61
+ "gitHead": "55537c6449492265a1d50c1e055ef7cc03c7935e"
62
62
  }