@synerise/ds-completed-within 1.1.12 → 1.2.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.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-completed-within@1.1.13...@synerise/ds-completed-within@1.2.0) (2026-02-05)
7
+
8
+ ### Features
9
+
10
+ - **tooltip:** migrate to popover ([53ecd29](https://github.com/Synerise/synerise-design/commit/53ecd293fa31bdcfd921c6c5fd91db9c2c643eda))
11
+
12
+ ## [1.1.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-completed-within@1.1.12...@synerise/ds-completed-within@1.1.13) (2026-02-02)
13
+
14
+ **Note:** Version bump only for package @synerise/ds-completed-within
15
+
6
16
  ## [1.1.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-completed-within@1.1.11...@synerise/ds-completed-within@1.1.12) (2026-01-29)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-completed-within
@@ -101,8 +101,8 @@ var CompletedWithin = function CompletedWithin(_ref) {
101
101
  type: "largeSimple",
102
102
  description: tooltip,
103
103
  trigger: ['hover'],
104
- onVisibleChange: setTooltipOpen,
105
- visible: !settingsOpen && tooltipOpen
104
+ onOpenChange: setTooltipOpen,
105
+ open: !settingsOpen && tooltipOpen
106
106
  }, /*#__PURE__*/React.createElement(S.TriggerButton, {
107
107
  "data-testid": "completed-within-trigger",
108
108
  readOnly: readOnly,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-completed-within",
3
- "version": "1.1.12",
3
+ "version": "1.2.0",
4
4
  "description": "CompletedWithin UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,14 +35,14 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-button": "^1.5.6",
39
- "@synerise/ds-dropdown": "^1.1.12",
40
- "@synerise/ds-icon": "^1.10.1",
41
- "@synerise/ds-input": "^1.5.8",
42
- "@synerise/ds-input-number": "^1.2.23",
43
- "@synerise/ds-select": "^1.3.8",
44
- "@synerise/ds-tooltip": "^1.3.6",
45
- "@synerise/ds-utils": "^1.5.4"
38
+ "@synerise/ds-button": "^1.5.8",
39
+ "@synerise/ds-dropdown": "^1.2.0",
40
+ "@synerise/ds-icon": "^1.11.1",
41
+ "@synerise/ds-input": "^1.6.0",
42
+ "@synerise/ds-input-number": "^1.2.25",
43
+ "@synerise/ds-select": "^1.3.10",
44
+ "@synerise/ds-tooltip": "^1.4.0",
45
+ "@synerise/ds-utils": "^1.6.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@synerise/ds-core": "*",
@@ -51,5 +51,5 @@
51
51
  "react-intl": ">=3.12.0 <= 6.8",
52
52
  "styled-components": "^5.3.3"
53
53
  },
54
- "gitHead": "e1a3b7417480ba1bbf0b68becf985dd2d5f5a924"
54
+ "gitHead": "ac8decd9736940735bf05198b24b3eeeb5900b18"
55
55
  }