@synerise/ds-tags 0.11.8 → 0.11.9

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,14 @@
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
+ ## [0.11.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.11.8...@synerise/ds-tags@0.11.9) (2025-03-10)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-tags
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.11.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.11.7...@synerise/ds-tags@0.11.8) (2025-03-04)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-tags
@@ -33,11 +33,11 @@ var addonStyles = function addonStyles(props) {
33
33
  };
34
34
  export var TagName = styled.span.withConfig({
35
35
  displayName: "Tagstyles__TagName",
36
- componentId: "h010xe-0"
36
+ componentId: "sc-h010xe-0"
37
37
  })(["white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"]);
38
38
  export var RemoveButton = styled.div.withConfig({
39
39
  displayName: "Tagstyles__RemoveButton",
40
- componentId: "h010xe-1"
40
+ componentId: "sc-h010xe-1"
41
41
  })(["color:", ";height:18px;width:18px;border-radius:10px;padding:0;border:none;outline:none;margin:3px 3px 3px 5px;text-align:center;cursor:pointer;position:relative;overflow:hidden;display:none;opacity:0.8;&:before{color:", ";filter:brightness(70%);opacity:0.3;content:'';position:absolute;top:0;left:0;width:100%;height:100%;}&&&:hover{.ds-icon svg{fill:", " !important;}}.icon{&&{transform:translate(1px,-3px);}}"], function (_ref) {
42
42
  var color = _ref.color,
43
43
  theme = _ref.theme;
@@ -75,13 +75,13 @@ var insertShapeStyles = function insertShapeStyles(props) {
75
75
  };
76
76
  export var Content = styled.div.withConfig({
77
77
  displayName: "Tagstyles__Content",
78
- componentId: "h010xe-2"
78
+ componentId: "sc-h010xe-2"
79
79
  })(["position:relative;display:flex;align-items:center;flex-grow:0;flex-shrink:1;max-width:100%;", ""], function (props) {
80
80
  return !!props.iconHover && "\n &&& {\n color:" + props.theme.palette['red-600'] + ";\n }\n";
81
81
  });
82
82
  export var PrefixWrapper = styled.div.withConfig({
83
83
  displayName: "Tagstyles__PrefixWrapper",
84
- componentId: "h010xe-3"
84
+ componentId: "sc-h010xe-3"
85
85
  })(["", ";", ""], function (props) {
86
86
  return addonStyles(props);
87
87
  }, function (props) {
@@ -89,23 +89,23 @@ export var PrefixWrapper = styled.div.withConfig({
89
89
  });
90
90
  export var SuffixWrapper = styled.div.withConfig({
91
91
  displayName: "Tagstyles__SuffixWrapper",
92
- componentId: "h010xe-4"
92
+ componentId: "sc-h010xe-4"
93
93
  })(["", ";"], function (props) {
94
94
  return addonStyles(props);
95
95
  });
96
96
  export var DefaultSuffixWrapper = styled.div.withConfig({
97
97
  displayName: "Tagstyles__DefaultSuffixWrapper",
98
- componentId: "h010xe-5"
98
+ componentId: "sc-h010xe-5"
99
99
  })([""]);
100
100
  export var DefaultPrefixWrapper = styled.div.withConfig({
101
101
  displayName: "Tagstyles__DefaultPrefixWrapper",
102
- componentId: "h010xe-6"
102
+ componentId: "sc-h010xe-6"
103
103
  })(["", ""], function (props) {
104
104
  return !!props.iconHover && ".ant-scroll-number{ \n color: " + props.theme.palette['red-600'] + "!important;\n box-shadow: 0 0 0 1px " + props.theme.palette['red-600'] + "!important;\n }\n.ds-icon svg {\n fill: " + props.theme.palette['red-600'] + ";\n}";
105
105
  });
106
106
  export var Tag = styled.div.withConfig({
107
107
  displayName: "Tagstyles__Tag",
108
- componentId: "h010xe-7"
108
+ componentId: "sc-h010xe-7"
109
109
  })(["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) {
110
110
  return !props.asPill && css(["cursor:pointer;&:hover:before{filter:", ";}"], getFilterColor);
111
111
  }, function (props) {
@@ -125,5 +125,5 @@ export var Tag = styled.div.withConfig({
125
125
  });
126
126
  export var DeleteButton = styled.div.withConfig({
127
127
  displayName: "Tagstyles__DeleteButton",
128
- componentId: "h010xe-8"
128
+ componentId: "sc-h010xe-8"
129
129
  })([""]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tags",
3
- "version": "0.11.8",
3
+ "version": "0.11.9",
4
4
  "description": "Tags UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
24
+ "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -34,19 +34,19 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^0.23.3",
38
- "@synerise/ds-dropdown": "^0.19.8",
39
- "@synerise/ds-icon": "^0.72.0",
40
- "@synerise/ds-result": "^0.8.7",
41
- "@synerise/ds-scrollbar": "^0.12.6",
42
- "@synerise/ds-search-bar": "^0.8.8",
43
- "@synerise/ds-tooltip": "^0.16.2",
44
- "@synerise/ds-utils": "^0.32.2"
37
+ "@synerise/ds-button": "^0.23.4",
38
+ "@synerise/ds-dropdown": "^0.19.9",
39
+ "@synerise/ds-icon": "^0.72.1",
40
+ "@synerise/ds-result": "^0.8.8",
41
+ "@synerise/ds-scrollbar": "^0.12.7",
42
+ "@synerise/ds-search-bar": "^0.8.9",
43
+ "@synerise/ds-tooltip": "^0.16.3",
44
+ "@synerise/ds-utils": "^0.32.3"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@synerise/ds-core": "*",
48
48
  "react": ">=16.9.0 <= 18.3.1",
49
49
  "styled-components": "^5.3.3"
50
50
  },
51
- "gitHead": "c5a647bd7a24a2c9294e781b2b69223e8543859f"
51
+ "gitHead": "a176b46dab123cd503247ae57022f8e808772d68"
52
52
  }