@zendeskgarden/react-tooltips
Advanced tools
Comparing version 4.3.9 to 4.3.10
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="4.3.10"></a> | ||
## [4.3.10](https://github.com/zendeskgarden/react-components/compare/@zendeskgarden/react-tooltips@4.3.9...@zendeskgarden/react-tooltips@4.3.10) (2018-09-19) | ||
### Bug Fixes | ||
* **IdManager:** apply custom prefix to all ID generation ([#161](https://github.com/zendeskgarden/react-components/issues/161)) ([3a3bf84](https://github.com/zendeskgarden/react-components/commit/3a3bf84)) | ||
<a name="4.3.9"></a> | ||
@@ -8,0 +20,0 @@ ## [4.3.9](https://github.com/zendeskgarden/react-components/compare/@zendeskgarden/react-tooltips@4.3.8...@zendeskgarden/react-tooltips@4.3.9) (2018-09-04) |
@@ -209,5 +209,5 @@ /*! | ||
*/ | ||
var TooltipView = _styledComponents2.default.div.attrs({ | ||
var TooltipView = (0, _styledComponents2.default)('div').attrs({ | ||
'data-garden-id': COMPONENT_ID, | ||
'data-garden-version': "4.3.9", | ||
'data-garden-version': "4.3.10", | ||
className: function className(props) { | ||
@@ -219,3 +219,4 @@ var _classNames; | ||
}).withConfig({ | ||
displayName: 'TooltipView' | ||
displayName: 'TooltipView', | ||
componentId: 'yjjo4k-0' | ||
})(['', ';', ';'], function (props) { | ||
@@ -316,4 +317,5 @@ return retrieveTooltipMargin(props); | ||
*/ | ||
var TooltipWrapper = _styledComponents2.default.div.withConfig({ | ||
displayName: 'TooltipContainer__TooltipWrapper' | ||
var TooltipWrapper = (0, _styledComponents2.default)('div').withConfig({ | ||
displayName: 'TooltipContainer__TooltipWrapper', | ||
componentId: 'mr0hf4-0' | ||
})(['z-index:', ';&[aria-hidden=\'true\']{display:none;}'], function (props) { | ||
@@ -327,4 +329,5 @@ return props.zIndex; | ||
*/ | ||
var TriggerWrapper = _styledComponents2.default.div.withConfig({ | ||
displayName: 'TooltipContainer__TriggerWrapper' | ||
var TriggerWrapper = (0, _styledComponents2.default)('div').withConfig({ | ||
displayName: 'TooltipContainer__TriggerWrapper', | ||
componentId: 'mr0hf4-1' | ||
})(['display:inline-block;']); | ||
@@ -428,3 +431,3 @@ | ||
isVisible: false, | ||
id: _reactSelection.IdManager.generateId() | ||
id: _reactSelection.IdManager.generateId('garden-tooltip-container') | ||
}; | ||
@@ -754,6 +757,7 @@ | ||
'data-garden-id': COMPONENT_ID, | ||
'data-garden-version': "4.3.9", | ||
'data-garden-version': "4.3.10", | ||
className: (0, _classnames2.default)(_cssTooltips2.default['c-tooltip--light']) | ||
}).withConfig({ | ||
displayName: 'LightTooltip' | ||
displayName: 'LightTooltip', | ||
componentId: 'sc-1ct2673-0' | ||
})(['', ';'], function (props) { | ||
@@ -951,3 +955,3 @@ return (0, _reactTheming.retrieveTheme)(COMPONENT_ID, props); | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = Tooltip.__proto__ || Object.getPrototypeOf(Tooltip)).call.apply(_ref, [this].concat(args))), _this), _this.state = { | ||
id: _reactSelection.IdManager.generateId() | ||
id: _reactSelection.IdManager.generateId('garden-tooltip') | ||
}, _temp), _possibleConstructorReturn(_this, _ret); | ||
@@ -1106,8 +1110,9 @@ } | ||
var Title = _styledComponents2.default.div.attrs({ | ||
var Title = (0, _styledComponents2.default)('div').attrs({ | ||
'data-garden-id': COMPONENT_ID, | ||
'data-garden-version': "4.3.9", | ||
'data-garden-version': "4.3.10", | ||
className: _cssTooltips2.default['c-tooltip__title'] | ||
}).withConfig({ | ||
displayName: 'Title' | ||
displayName: 'Title', | ||
componentId: 'sc-2e1p7s-0' | ||
})(['', ';'], function (props) { | ||
@@ -1155,8 +1160,9 @@ return (0, _reactTheming.retrieveTheme)(COMPONENT_ID, props); | ||
var Paragraph = _styledComponents2.default.div.attrs({ | ||
var Paragraph = (0, _styledComponents2.default)('div').attrs({ | ||
'data-garden-id': COMPONENT_ID, | ||
'data-garden-version': "4.3.9", | ||
'data-garden-version': "4.3.10", | ||
className: _cssTooltips2.default['c-tooltip__paragraph'] | ||
}).withConfig({ | ||
displayName: 'Paragraph' | ||
displayName: 'Paragraph', | ||
componentId: 'sc-12kw068-0' | ||
})(['', ';'], function (props) { | ||
@@ -1163,0 +1169,0 @@ return (0, _reactTheming.retrieveTheme)(COMPONENT_ID, props); |
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "4.3.9", | ||
"version": "4.3.10", | ||
"main": "./dist/index.js", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"dependencies": { | ||
"@zendeskgarden/react-selection": "^4.5.0", | ||
"@zendeskgarden/react-selection": "^4.5.1", | ||
"classnames": "^2.2.5", | ||
@@ -53,3 +53,3 @@ "react-popper": "0.8.2", | ||
"zendeskgarden:src": "src/index.js", | ||
"gitHead": "08c3447346983c81d73acea6fd95eeb552464d0d" | ||
"gitHead": "702cc87bddbdeb237796319d616a4a135487328a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
546720
1322