@synerise/ds-confirmation 1.1.13 → 1.1.14
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 +8 -0
- package/dist/Confirmation.styles.d.ts +2 -3
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-confirmation@1.1.13...@synerise/ds-confirmation@1.1.14) (2025-07-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-confirmation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.1.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-confirmation@1.1.12...@synerise/ds-confirmation@1.1.13) (2025-07-17)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-confirmation
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const ConfirmationModalContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
2
|
export declare const PromptContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
3
|
export declare const ConfirmationModalContentMain: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
-
export declare const Title: import("styled-components").StyledComponent<({ level, withoutMargin, children, className, ellipsis, ...antdProps }: import("@synerise/ds-typography/dist/Title.types").Props) =>
|
|
4
|
+
export declare const Title: import("styled-components").StyledComponent<({ level, withoutMargin, children, className, ellipsis, ...antdProps }: import("@synerise/ds-typography/dist/Title.types").Props) => React.JSX.Element, any, {}, never>;
|
|
6
5
|
export declare const FooterRight: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
6
|
export declare const FooterLeft: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
7
|
export declare const Footer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
8
|
export declare const ConfirmationExtra: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
-
export declare const ConfirmationExtraTitle: import("styled-components").StyledComponent<({ level, withoutMargin, children, className, ellipsis, ...antdProps }: import("@synerise/ds-typography/dist/Title.types").Props) =>
|
|
9
|
+
export declare const ConfirmationExtraTitle: import("styled-components").StyledComponent<({ level, withoutMargin, children, className, ellipsis, ...antdProps }: import("@synerise/ds-typography/dist/Title.types").Props) => React.JSX.Element, any, {}, never>;
|
|
11
10
|
export declare const BatchItemsList: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<(import("@synerise/ds-scrollbar").ScrollbarProps | import("@synerise/ds-scrollbar").VirtualScrollbarProps) & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
12
11
|
export declare const AdditionalInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
13
12
|
export declare const DecisionOptions: import("styled-components").StyledComponent<"div", any, {}, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-confirmation",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "Confirmation UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-button": "^1.4.
|
|
38
|
-
"@synerise/ds-icon": "^1.6.
|
|
39
|
-
"@synerise/ds-list-item": "^1.0.
|
|
40
|
-
"@synerise/ds-modal": "^1.2.
|
|
41
|
-
"@synerise/ds-radio": "^1.0.
|
|
42
|
-
"@synerise/ds-scrollbar": "^1.1.
|
|
43
|
-
"@synerise/ds-typography": "^1.0.
|
|
44
|
-
"@synerise/ds-utils": "^1.
|
|
37
|
+
"@synerise/ds-button": "^1.4.6",
|
|
38
|
+
"@synerise/ds-icon": "^1.6.2",
|
|
39
|
+
"@synerise/ds-list-item": "^1.0.17",
|
|
40
|
+
"@synerise/ds-modal": "^1.2.6",
|
|
41
|
+
"@synerise/ds-radio": "^1.0.18",
|
|
42
|
+
"@synerise/ds-scrollbar": "^1.1.5",
|
|
43
|
+
"@synerise/ds-typography": "^1.0.17",
|
|
44
|
+
"@synerise/ds-utils": "^1.4.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@synerise/ds-core": "*",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"react-intl": "^6.8.7",
|
|
50
50
|
"styled-components": "^5.3.3"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "b35b1875727156fe9f5b3bad55aed5ca447c8c8d"
|
|
53
53
|
}
|