@synerise/ds-wizard 0.8.19 → 0.8.21
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/onModal/onModal.d.ts +1 -1
- package/dist/onModal/onModal.js +1 -1
- package/package.json +10 -10
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
|
+
## [0.8.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-wizard@0.8.20...@synerise/ds-wizard@0.8.21) (2024-09-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-wizard
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.8.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-wizard@0.8.19...@synerise/ds-wizard@0.8.20) (2024-09-17)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-wizard
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.8.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-wizard@0.8.18...@synerise/ds-wizard@0.8.19) (2024-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-wizard
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { OnModalProps } from './onModal.types';
|
|
3
3
|
declare const WizardOnModal: ({ visible, stepper, headerAction, title, onClose, children, onPrevStep, onNextStep, texts, modalProps, stepButtonProps, }: OnModalProps) => React.JSX.Element;
|
|
4
4
|
export default WizardOnModal;
|
package/dist/onModal/onModal.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign || 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); }
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import Modal from '@synerise/ds-modal';
|
|
5
5
|
import Button from '@synerise/ds-button';
|
|
6
6
|
import Icon, { ArrowLeftCircleM } from '@synerise/ds-icon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-wizard",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.21",
|
|
4
4
|
"description": "Wizard UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"prepublish": "npm run build",
|
|
26
26
|
"test": "jest",
|
|
27
27
|
"test:watch": "npm run test -- --watchAll",
|
|
28
|
-
"types": "tsc --noEmit"
|
|
28
|
+
"types": "tsc --noEmit",
|
|
29
|
+
"upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
|
|
29
30
|
},
|
|
30
31
|
"sideEffects": [
|
|
31
32
|
"dist/style/*",
|
|
@@ -33,14 +34,13 @@
|
|
|
33
34
|
],
|
|
34
35
|
"types": "dist/index.d.ts",
|
|
35
36
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-button": "^0.21.
|
|
37
|
-
"@synerise/ds-icon": "^0.65.
|
|
38
|
-
"@synerise/ds-layout": "^0.15.
|
|
39
|
-
"@synerise/ds-modal": "^0.17.
|
|
40
|
-
"@synerise/ds-page-header": "^0.15.
|
|
41
|
-
"@synerise/ds-utils": "^0.29.
|
|
37
|
+
"@synerise/ds-button": "^0.21.12",
|
|
38
|
+
"@synerise/ds-icon": "^0.65.7",
|
|
39
|
+
"@synerise/ds-layout": "^0.15.9",
|
|
40
|
+
"@synerise/ds-modal": "^0.17.43",
|
|
41
|
+
"@synerise/ds-page-header": "^0.15.35",
|
|
42
|
+
"@synerise/ds-utils": "^0.29.4",
|
|
42
43
|
"classnames": "2.3.2",
|
|
43
|
-
"react-dom": "16.13.0",
|
|
44
44
|
"react-intl": "3.12.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react": ">=16.9.0 <= 17.0.2",
|
|
49
49
|
"styled-components": "5.0.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "fc06bd0f13401a57329fb92985b735de33108dbc"
|
|
52
52
|
}
|