@synerise/ds-tag 1.3.2 → 1.3.3

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,17 @@
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.3.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tag@1.3.2...@synerise/ds-tag@1.3.3) (2025-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **tags:** adjust tags to table requirements ([fe1aa4d](https://github.com/Synerise/synerise-design/commit/fe1aa4d00f8ad95fb191f866b548af72863a8963))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.3.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tag@1.3.1...@synerise/ds-tag@1.3.2) (2025-10-10)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-tag
package/dist/Tag.js CHANGED
@@ -91,7 +91,8 @@ var Tag = function Tag(_ref) {
91
91
  alt: ""
92
92
  }), !!prefixel && renderPrefixel(), /*#__PURE__*/React.createElement(S.TagName, null, name), !!suffixel && renderSuffixel(), isRemovable && /*#__PURE__*/React.createElement(Tooltip, {
93
93
  title: allTexts.deleteTooltip,
94
- open: isIconHovered
94
+ open: isIconHovered,
95
+ zIndex: parseInt(theme.variables['@zindex-tooltip'], 10) + 1
95
96
  }, /*#__PURE__*/React.createElement(S.RemoveButton, {
96
97
  onClick: onRemoveCall,
97
98
  onMouseOver: handleMouseOver,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tag",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Tag UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -44,5 +44,5 @@
44
44
  "react": ">=16.9.0 <= 18.3.1",
45
45
  "styled-components": "^5.3.3"
46
46
  },
47
- "gitHead": "4e09fc37fa21ff2e27655e7bb305b136db0ca199"
47
+ "gitHead": "dff7f973bc9fb59e3eb88c658add8b6eb5a1b792"
48
48
  }