@synerise/ds-step-card 1.2.18 → 1.2.20
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/StepCard.styles.d.ts +1 -1
- package/package.json +7 -7
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.2.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-step-card@1.2.19...@synerise/ds-step-card@1.2.20) (2025-11-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-step-card
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.2.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-step-card@1.2.18...@synerise/ds-step-card@1.2.19) (2025-10-22)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-step-card
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.2.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-step-card@1.2.17...@synerise/ds-step-card@1.2.18) (2025-10-16)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-step-card
|
|
@@ -18,7 +18,7 @@ export declare const MoveByOffset: import("styled-components").StyledComponent<"
|
|
|
18
18
|
offset: number;
|
|
19
19
|
}, never>;
|
|
20
20
|
export declare const CrudsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
21
|
-
export declare const DragIcon: import("styled-components").StyledComponent<(
|
|
21
|
+
export declare const DragIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@synerise/ds-icon").BaseIconProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, keyof import("@synerise/ds-icon").BaseIconProps> & import("@synerise/ds-utils").DataAttributes & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
|
|
22
22
|
export declare const Header: import("styled-components").StyledComponent<"div", any, {
|
|
23
23
|
isDraggable?: boolean;
|
|
24
24
|
}, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-step-card",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.20",
|
|
4
4
|
"description": "StepCard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
],
|
|
36
36
|
"types": "dist/index.d.ts",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@synerise/ds-alert": "^1.1.
|
|
39
|
-
"@synerise/ds-cruds": "^1.0.
|
|
40
|
-
"@synerise/ds-icon": "^1.
|
|
41
|
-
"@synerise/ds-logic": "^1.1.
|
|
42
|
-
"@synerise/ds-typography": "^1.0.
|
|
38
|
+
"@synerise/ds-alert": "^1.1.25",
|
|
39
|
+
"@synerise/ds-cruds": "^1.0.22",
|
|
40
|
+
"@synerise/ds-icon": "^1.8.0",
|
|
41
|
+
"@synerise/ds-logic": "^1.1.13",
|
|
42
|
+
"@synerise/ds-typography": "^1.0.23"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@synerise/ds-core": "*",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
48
48
|
"styled-components": "^5.3.3"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "cbbb7d9f155735bcc4035d8fd8a7813878d6e051"
|
|
51
51
|
}
|