@synerise/ds-wizard 1.0.80 → 1.1.0

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,16 @@
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.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-wizard@1.0.81...@synerise/ds-wizard@1.1.0) (2026-05-22)
7
+
8
+ ### Features
9
+
10
+ - **modal:** migration from antd ([3588b65](https://github.com/Synerise/synerise-design/commit/3588b65fbe67838fed4ee5125090ad47d334e04b))
11
+
12
+ ## [1.0.81](https://github.com/Synerise/synerise-design/compare/@synerise/ds-wizard@1.0.80...@synerise/ds-wizard@1.0.81) (2026-05-15)
13
+
14
+ **Note:** Version bump only for package @synerise/ds-wizard
15
+
6
16
  ## [1.0.80](https://github.com/Synerise/synerise-design/compare/@synerise/ds-wizard@1.0.79...@synerise/ds-wizard@1.0.80) (2026-05-13)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-wizard
@@ -46,11 +46,11 @@ const ModalWizardButtonsInfix = /* @__PURE__ */ styled.div.withConfig({
46
46
  const ModalWizardButtonsSuffix = /* @__PURE__ */ styled.div.withConfig({
47
47
  displayName: "Wizardstyles__ModalWizardButtonsSuffix",
48
48
  componentId: "sc-1lvfph4-11"
49
- })(["align-self:flex-end;display:flex;"]);
49
+ })(["align-self:flex-end;display:flex;gap:8px;"]);
50
50
  const ModalWizardButtonsPrefix = /* @__PURE__ */ styled.div.withConfig({
51
51
  displayName: "Wizardstyles__ModalWizardButtonsPrefix",
52
52
  componentId: "sc-1lvfph4-12"
53
- })(["align-self:flex-start;display:flex;"]);
53
+ })(["align-self:flex-start;display:flex;gap:8px;"]);
54
54
  const FooterLeftSide = /* @__PURE__ */ styled.div.withConfig({
55
55
  displayName: "Wizardstyles__FooterLeftSide",
56
56
  componentId: "sc-1lvfph4-13"
@@ -25,7 +25,7 @@ const WizardOnModal = ({
25
25
  const nextButtonProps = stepButtonProps?.nextButtonProps ? stepButtonProps.nextButtonProps : {
26
26
  type: "primary"
27
27
  };
28
- return /* @__PURE__ */ jsx(Modal, { visible, onCancel: onClose, title, ...modalProps, headerActions: /* @__PURE__ */ jsxs(HeaderActions, { children: [
28
+ return /* @__PURE__ */ jsx(Modal, { open: visible, onCancel: onClose, title, ...modalProps, headerActions: /* @__PURE__ */ jsxs(HeaderActions, { children: [
29
29
  stepper,
30
30
  " ",
31
31
  headerAction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-wizard",
3
- "version": "1.0.80",
3
+ "version": "1.1.0",
4
4
  "description": "Wizard UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -41,11 +41,11 @@
41
41
  ],
42
42
  "types": "dist/index.d.ts",
43
43
  "dependencies": {
44
- "@synerise/ds-button": "^1.5.28",
45
- "@synerise/ds-icon": "^1.18.0",
46
- "@synerise/ds-layout": "^1.2.11",
47
- "@synerise/ds-modal": "^1.4.13",
48
- "@synerise/ds-page-header": "^1.0.77",
44
+ "@synerise/ds-button": "^1.5.30",
45
+ "@synerise/ds-icon": "^1.18.1",
46
+ "@synerise/ds-layout": "^1.2.12",
47
+ "@synerise/ds-modal": "^1.5.0",
48
+ "@synerise/ds-page-header": "^1.0.79",
49
49
  "classnames": "^2.5.1"
50
50
  },
51
51
  "devDependencies": {
@@ -58,5 +58,5 @@
58
58
  "styled-components": "^5.3.3",
59
59
  "vitest": "4"
60
60
  },
61
- "gitHead": "1132c21afce924c3e3b8e75e2ebd5e7b5db69bd2"
61
+ "gitHead": "f257f56d8991010593efd5ea9915335e813671a6"
62
62
  }