@synerise/ds-step-card 0.12.1 → 0.12.2

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,17 @@
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.12.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-step-card@0.12.1...@synerise/ds-step-card@0.12.2) (2024-11-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** onError fn types ([c34bdfe](https://github.com/Synerise/synerise-design/commit/c34bdfe9da898d7999c605f9fbcbba4716dfb6d4))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.12.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-step-card@0.12.0...@synerise/ds-step-card@0.12.1) (2024-11-12)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-step-card
package/dist/StepCard.js CHANGED
@@ -63,7 +63,8 @@ var StepCard = forwardRef(function (_ref, ref) {
63
63
  id: 'DS.STEP-CARD.NAME-PLACEHOLDER'
64
64
  }),
65
65
  moveTooltip: formatMessage({
66
- id: 'DS.STEP-CARD.MOVE'
66
+ id: 'DS.STEP-CARD.MOVE',
67
+ defaultMessage: 'Move'
67
68
  }),
68
69
  moveUpTooltip: formatMessage({
69
70
  id: 'DS.STEP-CARD.MOVE-UP',
@@ -12,7 +12,7 @@ export declare const MoveByOffset: import("styled-components").StyledComponent<"
12
12
  offset: number;
13
13
  }, never>;
14
14
  export declare const CrudsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
15
- export declare const DragIcon: import("styled-components").StyledComponent<import("react").FC<import("@synerise/ds-icon").IconProps>, any, {}, never>;
15
+ export declare const DragIcon: import("styled-components").StyledComponent<({ name, component, className, ...rest }: import("@synerise/ds-icon").IconProps) => import("react").JSX.Element, any, {}, never>;
16
16
  export declare const Header: import("styled-components").StyledComponent<"div", any, {}, never>;
17
17
  export declare const LeftSide: import("styled-components").StyledComponent<"div", any, {
18
18
  readOnly?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-step-card",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "StepCard 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.37",
38
- "@synerise/ds-cruds": "^0.5.28",
39
- "@synerise/ds-icon": "^0.66.4",
40
- "@synerise/ds-logic": "^0.9.1",
41
- "@synerise/ds-typography": "^0.16.5",
42
- "@synerise/ds-utils": "^0.31.1",
43
- "react-intl": "6.8.4"
37
+ "@synerise/ds-alert": "^0.8.38",
38
+ "@synerise/ds-cruds": "^0.5.29",
39
+ "@synerise/ds-icon": "^0.67.0",
40
+ "@synerise/ds-logic": "^0.9.2",
41
+ "@synerise/ds-typography": "^0.16.6",
42
+ "@synerise/ds-utils": "^0.31.2"
44
43
  },
45
44
  "peerDependencies": {
46
45
  "@synerise/ds-core": "*",
47
46
  "react": ">=16.9.0 <= 17.0.2",
47
+ "react-intl": ">=3.12.0 <= 6.8",
48
48
  "styled-components": "5.0.1"
49
49
  },
50
- "gitHead": "8d26191fc0475407e0691b9b183761ad3cd7c87d"
50
+ "gitHead": "05f083c767e2cec3c2f91c9475aee89852a77d6c"
51
51
  }