@synerise/ds-tooltip 0.11.13 → 0.11.14
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 +4 -16
- package/dist/Tooltip.styles.js +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,25 +3,13 @@
|
|
|
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.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @synerise/ds-tooltip
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [0.11.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-tooltip@0.11.9...@synerise/ds-tooltip@0.11.12) (2022-08-04)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @synerise/ds-tooltip
|
|
17
|
-
|
|
18
|
-
|
|
6
|
+
## [0.11.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-tooltip@0.11.9...@synerise/ds-tooltip@0.11.10) (2022-07-28)
|
|
19
7
|
|
|
20
8
|
|
|
9
|
+
### Bug Fixes
|
|
21
10
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @synerise/ds-tooltip
|
|
11
|
+
* **tooltip:** break to long word to fit in ([acce3f8](https://github.com/synerise/synerise-design/commit/acce3f8be193ee8c3cf4e1c8adb890ea9f8f9090))
|
|
12
|
+
* **tooltip:** break to long word to fit in ([b48369e](https://github.com/synerise/synerise-design/commit/b48369e31ba6bc5b24565bf56ff16481f37c9ea1))
|
|
25
13
|
|
|
26
14
|
|
|
27
15
|
|
package/dist/Tooltip.styles.js
CHANGED
|
@@ -3,12 +3,12 @@ import { IconContainer } from '@synerise/ds-icon';
|
|
|
3
3
|
export var TooltipDescription = styled.div.withConfig({
|
|
4
4
|
displayName: "Tooltipstyles__TooltipDescription",
|
|
5
5
|
componentId: "mghjny-0"
|
|
6
|
-
})(["font-size:13px;line-height:1.38;font-weight:normal;text-align:inherit;"]);
|
|
6
|
+
})(["font-size:13px;line-height:1.38;font-weight:normal;text-align:inherit;word-break:break-all;"]);
|
|
7
7
|
var titlesWithPadding = ['icon', 'tutorial', 'button', 'header-label'];
|
|
8
8
|
export var TooltipTitle = styled.div.withConfig({
|
|
9
9
|
displayName: "Tooltipstyles__TooltipTitle",
|
|
10
10
|
componentId: "mghjny-1"
|
|
11
|
-
})(["margin-bottom:", ";font-size:13px;line-height:1.38;font-weight:", ";display:flex;align-items:center;justify-content:flex-start;text-align:inherit;word-break:break-
|
|
11
|
+
})(["margin-bottom:", ";font-size:13px;line-height:1.38;font-weight:", ";display:flex;align-items:center;justify-content:flex-start;text-align:inherit;word-break:break-all;", "{align-self:flex-start;}"], function (_ref) {
|
|
12
12
|
var tooltipType = _ref.tooltipType;
|
|
13
13
|
return titlesWithPadding.includes(String(tooltipType)) ? '8px' : '0px';
|
|
14
14
|
}, function (props) {
|
|
@@ -21,7 +21,7 @@ export var TooltipButton = styled.div.withConfig({
|
|
|
21
21
|
export var TooltipContent = styled.div.withConfig({
|
|
22
22
|
displayName: "Tooltipstyles__TooltipContent",
|
|
23
23
|
componentId: "mghjny-3"
|
|
24
|
-
})(["padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;"]);
|
|
24
|
+
})(["padding:16px;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;"]);
|
|
25
25
|
export var TooltipStatus = styled.div.withConfig({
|
|
26
26
|
displayName: "Tooltipstyles__TooltipStatus",
|
|
27
27
|
componentId: "mghjny-4"
|
|
@@ -29,7 +29,7 @@ export var TooltipStatus = styled.div.withConfig({
|
|
|
29
29
|
export var TooltipComponent = styled.div.withConfig({
|
|
30
30
|
displayName: "Tooltipstyles__TooltipComponent",
|
|
31
31
|
componentId: "mghjny-5"
|
|
32
|
-
})(["background-color:rgba(56,67,80,0.9);min-height:24px;color:", ";padding:16px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:3px;overflow:hidden;", " ", " ", " ", " ", " ", " .ant-carousel{position:relative;width:100%;.slick-track{width:100%;}.slick-dots-bottom{position:relative;bottom:0;height:32px;padding:0 18px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0;background-color:rgba(56,67,80,0.9);li{width:8px;height:8px;border-radius:50%;background-color:rgba(56,67,80,0.9);margin:0 8px 0 0;display:flex;align-items:center;justify-content:center;button{box-sizing:content-box;background-color:", ";border:2px solid rgba(56,67,80,0.9);height:4px;width:4px;border-radius:50%;opacity:1;}}li.slick-active{button{border:2px solid ", ";background-color:", ";}}}}"], function (props) {
|
|
32
|
+
})(["background-color:rgba(56,67,80,0.9);min-height:24px;width:100%;color:", ";padding:16px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:3px;overflow:hidden;", " ", " ", " ", " ", " ", " .ant-carousel{position:relative;width:100%;.slick-track{width:100%;}.slick-dots-bottom{position:relative;bottom:0;height:32px;padding:0 18px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0;background-color:rgba(56,67,80,0.9);li{width:8px;height:8px;border-radius:50%;background-color:rgba(56,67,80,0.9);margin:0 8px 0 0;display:flex;align-items:center;justify-content:center;button{box-sizing:content-box;background-color:", ";border:2px solid rgba(56,67,80,0.9);height:4px;width:4px;border-radius:50%;opacity:1;}}li.slick-active{button{border:2px solid ", ";background-color:", ";}}}}"], function (props) {
|
|
33
33
|
return props.theme.palette['grey-200'];
|
|
34
34
|
}, function (props) {
|
|
35
35
|
return props.tooltipType === 'icon' && css(["padding-top:8px;"]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-tooltip",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.14",
|
|
4
4
|
"description": "Tooltip UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
],
|
|
33
33
|
"types": "dist/index.d.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@synerise/ds-button": "^0.17.
|
|
36
|
-
"@synerise/ds-icon": "^0.49.
|
|
35
|
+
"@synerise/ds-button": "^0.17.2",
|
|
36
|
+
"@synerise/ds-icon": "^0.49.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@synerise/ds-core": "*",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@synerise/ds-utils": "^0.19.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1ff23a390382403be15699d1963ad8f6c26e5ba6"
|
|
47
47
|
}
|