@synerise/ds-tag 1.4.30 → 1.4.31

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,10 @@
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.4.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tag@1.4.30...@synerise/ds-tag@1.4.31) (2026-06-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-tag
9
+
6
10
  ## [1.4.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tag@1.4.29...@synerise/ds-tag@1.4.30) (2026-06-11)
7
11
 
8
12
  **Note:** Version bump only for package @synerise/ds-tag
@@ -88,7 +88,7 @@ const Content = /* @__PURE__ */ styled.div.withConfig({
88
88
  const PrefixWrapper = /* @__PURE__ */ styled.div.withConfig({
89
89
  displayName: "Tagstyles__PrefixWrapper",
90
90
  componentId: "sc-1xw3den-3"
91
- })(["", ";", ""], (props) => addonStyles(props), (props) => !!props.iconHover && `.ant-scroll-number{
91
+ })(["", ";", ""], (props) => addonStyles(props), (props) => !!props.iconHover && `.ds-badge-scroll-number{
92
92
  color: ${props.theme.palette["red-600"]}!important;
93
93
  box-shadow: 0 0 0 1px ${props.theme.palette["red-600"]}!important;
94
94
  }
@@ -106,7 +106,7 @@ const DefaultSuffixWrapper = /* @__PURE__ */ styled.div.withConfig({
106
106
  const DefaultPrefixWrapper = /* @__PURE__ */ styled.div.withConfig({
107
107
  displayName: "Tagstyles__DefaultPrefixWrapper",
108
108
  componentId: "sc-1xw3den-6"
109
- })(["", ""], (props) => !!props.iconHover && `.ant-scroll-number{
109
+ })(["", ""], (props) => !!props.iconHover && `.ds-badge-scroll-number{
110
110
  color: ${props.theme.palette["red-600"]}!important;
111
111
  box-shadow: 0 0 0 1px ${props.theme.palette["red-600"]}!important;
112
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tag",
3
- "version": "1.4.30",
3
+ "version": "1.4.31",
4
4
  "description": "Tag UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -41,9 +41,9 @@
41
41
  ],
42
42
  "types": "dist/index.d.ts",
43
43
  "dependencies": {
44
- "@synerise/ds-icon": "^1.18.3",
45
- "@synerise/ds-tooltip": "^1.5.2",
46
- "@synerise/ds-utils": "^1.10.0",
44
+ "@synerise/ds-icon": "^1.18.4",
45
+ "@synerise/ds-tooltip": "^1.5.3",
46
+ "@synerise/ds-utils": "^1.10.1",
47
47
  "react-intl": "^6.8.7"
48
48
  },
49
49
  "peerDependencies": {
@@ -52,5 +52,5 @@
52
52
  "styled-components": "^5.3.3",
53
53
  "vitest": "4"
54
54
  },
55
- "gitHead": "fe3379f50afdce6d8c61a2222ebbf03324107c95"
55
+ "gitHead": "d8c64070f58f14e3fb1bfbcbf00d1e3b8fd51eb8"
56
56
  }