@synerise/ds-tag 1.3.0 → 1.3.2

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
+ ## [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
+
8
+ **Note:** Version bump only for package @synerise/ds-tag
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tag@1.3.0...@synerise/ds-tag@1.3.1) (2025-10-08)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **table:** popup conatiner attr and tags wrapper styles ([5153e44](https://github.com/Synerise/synerise-design/commit/5153e440469e7d81808ef102c70f0a38f2e6596f))
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tag@1.2.0...@synerise/ds-tag@1.3.0) (2025-09-25)
7
26
 
8
27
 
@@ -108,7 +108,7 @@ export var DefaultPrefixWrapper = styled.div.withConfig({
108
108
  export var Tag = styled.div.withConfig({
109
109
  displayName: "Tagstyles__Tag",
110
110
  componentId: "sc-1xw3den-7"
111
- })(["position:relative;margin:4px;display:inline-flex;font-weight:500;overflow:hidden;cursor:default;", " ", ";", " ", " ", " .icon1{margin:0 -2px 0 1px;}", ";&:last-of-type{margin-right:0;}", ",", "{margin:", ";}", ",", "{margin:", ";}"], function (props) {
111
+ })(["position:relative;margin:4px;display:inline-flex;font-weight:500;overflow:hidden;cursor:default;", " ", ";", " ", " ", " .icon1{margin:0 -2px 0 1px;}", ";", ",", "{margin:", ";}", ",", "{margin:", ";}"], function (props) {
112
112
  return !props.asPill && css(["cursor:pointer;&:hover:before{filter:", ";}"], getFilterColor);
113
113
  }, function (props) {
114
114
  return insertShapeStyles(props);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tag",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "Tag 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-icon": "^1.7.2",
39
- "@synerise/ds-tooltip": "^1.2.0",
40
- "@synerise/ds-utils": "^1.4.2"
38
+ "@synerise/ds-icon": "^1.7.3",
39
+ "@synerise/ds-tooltip": "^1.2.1",
40
+ "@synerise/ds-utils": "^1.5.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@synerise/ds-core": "*",
44
44
  "react": ">=16.9.0 <= 18.3.1",
45
45
  "styled-components": "^5.3.3"
46
46
  },
47
- "gitHead": "6a2e6e20a480aafe5d67748d04fbe3d4ce91a544"
47
+ "gitHead": "4e09fc37fa21ff2e27655e7bb305b136db0ca199"
48
48
  }