@synerise/ds-result 1.0.13 → 1.0.15

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/Result.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { ResultProps } from './Result.types';
2
+ import { type ResultProps } from './Result.types';
3
3
  declare const Result: React.FC<ResultProps>;
4
4
  export default Result;
package/dist/Result.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["IconComponent"];
2
2
  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; }
3
3
  import React from 'react';
4
- import Icon, { WarningM, CheckM, HourglassM, InformationNoSearchResultL, InfoM } from '@synerise/ds-icon';
4
+ import Icon, { CheckM, HourglassM, InfoM, InformationNoSearchResultL, WarningM } from '@synerise/ds-icon';
5
5
  import * as S from './Result.styles';
6
6
  var mapTypeToStatus = {
7
7
  info: {
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import type React from 'react';
2
2
  export type ResultProps = {
3
3
  className?: string;
4
4
  title?: string | React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-result",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Result UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,15 +34,15 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^1.4.1",
38
- "@synerise/ds-icon": "^1.5.3",
39
- "@synerise/ds-typography": "^1.0.12",
40
- "@synerise/ds-utils": "^1.3.0"
37
+ "@synerise/ds-button": "^1.4.3",
38
+ "@synerise/ds-icon": "^1.5.4",
39
+ "@synerise/ds-typography": "^1.0.14",
40
+ "@synerise/ds-utils": "^1.3.1"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@synerise/ds-core": "*",
44
44
  "react": ">=16.9.0 <= 18.3.1",
45
45
  "styled-components": "^5.3.3"
46
46
  },
47
- "gitHead": "11fe1d29b2ac23e70c3d5e6ce8ae20201a619a34"
47
+ "gitHead": "8db1900bf3f7b0782c834ff82f628199530cd934"
48
48
  }