@kaizen/components 1.9.0 → 1.10.1
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/cjs/dts/SVG/icons/IndicatorActiveIcon.d.ts +3 -0
- package/dist/cjs/dts/SVG/icons/IndicatorInactiveIcon.d.ts +3 -0
- package/dist/cjs/dts/SVG/icons/SuccessIcon.d.ts +3 -0
- package/dist/cjs/dts/Workflow/Workflow.d.ts +4 -4
- package/dist/cjs/dts/Workflow/_docs/controls/controls.d.ts +1 -1
- package/dist/cjs/dts/Workflow/subcomponents/Footer/Footer.d.ts +1 -1
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +1 -1
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/index.d.ts +0 -1
- package/dist/cjs/dts/Workflow/subcomponents/Main/Main.d.ts +4 -3
- package/dist/cjs/dts/Workflow/subcomponents/Wrapper/Wrapper.d.ts +9 -0
- package/dist/cjs/dts/Workflow/subcomponents/Wrapper/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/index.d.ts +1 -0
- package/dist/cjs/future.js +1 -1
- package/dist/cjs/{index-7e3575a7.js → index-f4dd8d10.js} +1 -1
- package/dist/cjs/{index-7e3575a7.js.map → index-f4dd8d10.js.map} +1 -1
- package/dist/cjs/index.css +3 -1312
- package/dist/cjs/index.js +735 -42509
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/dts/SVG/icons/IndicatorActiveIcon.d.ts +3 -0
- package/dist/esm/dts/SVG/icons/IndicatorInactiveIcon.d.ts +3 -0
- package/dist/esm/dts/SVG/icons/SuccessIcon.d.ts +3 -0
- package/dist/esm/dts/Workflow/Workflow.d.ts +4 -4
- package/dist/esm/dts/Workflow/_docs/controls/controls.d.ts +1 -1
- package/dist/esm/dts/Workflow/subcomponents/Footer/Footer.d.ts +1 -1
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +1 -1
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/index.d.ts +0 -1
- package/dist/esm/dts/Workflow/subcomponents/Main/Main.d.ts +4 -3
- package/dist/esm/dts/Workflow/subcomponents/Wrapper/Wrapper.d.ts +9 -0
- package/dist/esm/dts/Workflow/subcomponents/Wrapper/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/index.d.ts +1 -0
- package/dist/esm/future.js +1 -1
- package/dist/esm/{index-7bd0bbd7.js → index-55bf6f2f.js} +1 -1
- package/dist/esm/{index-7bd0bbd7.js.map → index-55bf6f2f.js.map} +1 -1
- package/dist/esm/index.css +3 -1312
- package/dist/esm/index.js +797 -42571
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +17 -23
- package/dist/styles.css +1 -1
- package/icons/empty.icon.svg +4 -14
- package/icons/full.icon.svg +3 -16
- package/icons/success.icon.svg +7 -15
- package/package.json +14 -15
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/WorkflowExit.d.ts +0 -17
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/index.d.ts +0 -1
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/WorkflowExit.d.ts +0 -17
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/index.d.ts +0 -1
package/icons/success.icon.svg
CHANGED
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<g id="success">
|
|
11
|
-
<mask id="mask-2" fill="white">
|
|
12
|
-
<use xlink:href="#path-1"></use>
|
|
13
|
-
</mask>
|
|
14
|
-
<use id="Combined-Shape" fill="#000000" xlink:href="#path-1"></use>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
3
|
+
<path
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
id="a"
|
|
6
|
+
d="M10 2c4.416 0 8 3.584 8 8s-3.584 8-8 8-8-3.584-8-8 3.584-8 8-8ZM8.4 14l7.2-7.2-1.128-1.136L8.4 11.736 5.528 8.872 4.4 10l4 4Z"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
|
9
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -35,26 +35,25 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@kaizen/a11y": "^1.7.11",
|
|
38
|
-
"@kaizen/
|
|
39
|
-
"@kaizen/
|
|
38
|
+
"@kaizen/brand": "^1.5.8",
|
|
39
|
+
"@kaizen/button": "^3.0.3",
|
|
40
|
+
"@kaizen/component-library": "^16.9.0",
|
|
41
|
+
"@kaizen/date-picker": "^6.0.2",
|
|
40
42
|
"@kaizen/draft-divider": "^2.2.10",
|
|
41
43
|
"@kaizen/draft-form": "^10.4.4",
|
|
42
|
-
"@kaizen/draft-
|
|
44
|
+
"@kaizen/draft-tag": "^3.4.16",
|
|
45
|
+
"@kaizen/draft-tooltip": "^5.4.46",
|
|
43
46
|
"@kaizen/hosted-assets": "^2.0.2",
|
|
44
47
|
"@kaizen/typography": "^2.3.10",
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@react-aria/
|
|
51
|
-
"@react-aria/focus": "^3.12.0",
|
|
52
|
-
"@react-aria/listbox": "^3.9.0",
|
|
53
|
-
"@react-aria/overlays": "^3.14.0",
|
|
54
|
-
"@react-aria/select": "^3.10.0",
|
|
48
|
+
"@popperjs/core": "^2.11.8",
|
|
49
|
+
"@react-aria/button": "^3.7.2",
|
|
50
|
+
"@react-aria/focus": "^3.12.1",
|
|
51
|
+
"@react-aria/listbox": "^3.9.1",
|
|
52
|
+
"@react-aria/overlays": "^3.14.1",
|
|
53
|
+
"@react-aria/select": "^3.10.1",
|
|
55
54
|
"@react-aria/utils": "^3.16.0",
|
|
56
55
|
"@react-stately/collections": "^3.7.0",
|
|
57
|
-
"@react-stately/select": "^3.5.
|
|
56
|
+
"@react-stately/select": "^3.5.1",
|
|
58
57
|
"@react-types/shared": "^3.18.0",
|
|
59
58
|
"classnames": "^2.3.2",
|
|
60
59
|
"date-fns": "^2.30.0",
|
package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/WorkflowExit.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
import { ConfirmationModalProps } from "@kaizen/draft-modal";
|
|
3
|
-
export interface WorkflowExitProps {
|
|
4
|
-
exitLabel: string;
|
|
5
|
-
exitTitle: string;
|
|
6
|
-
exitDescription: ReactNode;
|
|
7
|
-
confirmExitLabel: string;
|
|
8
|
-
dismissExitLabel: string;
|
|
9
|
-
onExit?: () => void;
|
|
10
|
-
/** * @default: "cautionary" */
|
|
11
|
-
mood?: ConfirmationModalProps["mood"];
|
|
12
|
-
}
|
|
13
|
-
/** A button that triggers a modal to confirm saving and exiting from the current workflow*/
|
|
14
|
-
export declare const WorkflowExit: {
|
|
15
|
-
({ exitLabel, exitTitle, exitDescription, confirmExitLabel, dismissExitLabel, onExit, mood, }: WorkflowExitProps): JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./WorkflowExit";
|
package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/WorkflowExit.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
import { ConfirmationModalProps } from "@kaizen/draft-modal";
|
|
3
|
-
export interface WorkflowExitProps {
|
|
4
|
-
exitLabel: string;
|
|
5
|
-
exitTitle: string;
|
|
6
|
-
exitDescription: ReactNode;
|
|
7
|
-
confirmExitLabel: string;
|
|
8
|
-
dismissExitLabel: string;
|
|
9
|
-
onExit?: () => void;
|
|
10
|
-
/** * @default: "cautionary" */
|
|
11
|
-
mood?: ConfirmationModalProps["mood"];
|
|
12
|
-
}
|
|
13
|
-
/** A button that triggers a modal to confirm saving and exiting from the current workflow*/
|
|
14
|
-
export declare const WorkflowExit: {
|
|
15
|
-
({ exitLabel, exitTitle, exitDescription, confirmExitLabel, dismissExitLabel, onExit, mood, }: WorkflowExitProps): JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/WorkflowExit/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./WorkflowExit";
|