@synerise/ds-confirmation 2.0.4 → 2.0.6

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,25 @@
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
+ ## [2.0.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-confirmation@2.0.5...@synerise/ds-confirmation@2.0.6) (2026-09-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** move test helpers to a ./testing subpath export ([b38cd82](https://github.com/Synerise/synerise-design/commit/b38cd82c956111d2331d5c1e0efd1935366f1139))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.0.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-confirmation@2.0.4...@synerise/ds-confirmation@2.0.5) (2026-09-18)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-confirmation
20
+
21
+
22
+
23
+
24
+
6
25
  ## [2.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-confirmation@2.0.3...@synerise/ds-confirmation@2.0.4) (2026-09-16)
7
26
 
8
27
  ### Bug Fixes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { default } from './Confirmation';
2
- export { showConfirmation } from './ShowConfirmation';
3
- export type { ConfirmationProps, PromptProps, ConfirmationTexts, } from './Confirmation.types';
2
+ export type { ConfirmationProps, ConfirmationTexts, PromptProps, } from './Confirmation.types';
4
3
  export { Prompt } from './components/Prompt';
4
+ export { showConfirmation } from './ShowConfirmation';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { default as default2 } from "./Confirmation.js";
2
- import { showConfirmation } from "./ShowConfirmation.js";
3
2
  import { Prompt } from "./components/Prompt.js";
3
+ import { showConfirmation } from "./ShowConfirmation.js";
4
4
  export {
5
5
  Prompt,
6
6
  default2 as default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-confirmation",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Confirmation UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -42,15 +42,15 @@
42
42
  ],
43
43
  "types": "dist/index.d.ts",
44
44
  "dependencies": {
45
- "@synerise/ds-button": "^2.0.3",
46
- "@synerise/ds-icon": "^2.1.1",
47
- "@synerise/ds-list-item": "^2.1.0",
48
- "@synerise/ds-modal": "^2.0.4",
49
- "@synerise/ds-panel": "^2.0.3",
50
- "@synerise/ds-radio": "^2.0.3",
51
- "@synerise/ds-scrollbar": "^2.0.2",
52
- "@synerise/ds-typography": "^2.0.3",
53
- "@synerise/ds-utils": "^2.1.0"
45
+ "@synerise/ds-button": "^2.1.0",
46
+ "@synerise/ds-icon": "^2.1.3",
47
+ "@synerise/ds-list-item": "^2.1.2",
48
+ "@synerise/ds-modal": "^2.0.6",
49
+ "@synerise/ds-panel": "^2.0.5",
50
+ "@synerise/ds-radio": "^2.0.5",
51
+ "@synerise/ds-scrollbar": "^2.0.4",
52
+ "@synerise/ds-typography": "^2.0.5",
53
+ "@synerise/ds-utils": "^2.2.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@synerise/ds-core": "*",
@@ -59,5 +59,5 @@
59
59
  "styled-components": "^5.3.3",
60
60
  "vitest": "4"
61
61
  },
62
- "gitHead": "71f08fdaba8e7b80731e29a03883dc6a33f2b9db"
62
+ "gitHead": "5e795fa4fd23f6b07277edb517a84bb9b5b6d256"
63
63
  }