@zendeskgarden/react-tooltips 8.73.0 → 8.73.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/dist/index.cjs.js CHANGED
@@ -79,7 +79,7 @@ function getArrowPosition(popperPlacement) {
79
79
  const COMPONENT_ID$2 = 'tooltip.paragraph';
80
80
  const StyledParagraph = styled__default.default.p.attrs({
81
81
  'data-garden-id': COMPONENT_ID$2,
82
- 'data-garden-version': '8.73.0'
82
+ 'data-garden-version': '8.73.2'
83
83
  }).withConfig({
84
84
  displayName: "StyledParagraph",
85
85
  componentId: "sc-wuqkfc-0"
@@ -91,7 +91,7 @@ StyledParagraph.defaultProps = {
91
91
  const COMPONENT_ID$1 = 'tooltip.title';
92
92
  const StyledTitle = styled__default.default.strong.attrs({
93
93
  'data-garden-id': COMPONENT_ID$1,
94
- 'data-garden-version': '8.73.0'
94
+ 'data-garden-version': '8.73.2'
95
95
  }).withConfig({
96
96
  displayName: "StyledTitle",
97
97
  componentId: "sc-vnjcvz-0"
@@ -188,7 +188,7 @@ const colorStyles = _ref2 => {
188
188
  };
189
189
  const StyledTooltip = styled__default.default.div.attrs({
190
190
  'data-garden-id': COMPONENT_ID,
191
- 'data-garden-version': '8.73.0'
191
+ 'data-garden-version': '8.73.2'
192
192
  }).withConfig({
193
193
  displayName: "StyledTooltip",
194
194
  componentId: "sc-gzzjq4-0"
package/dist/index.esm.js CHANGED
@@ -70,7 +70,7 @@ function getArrowPosition(popperPlacement) {
70
70
  const COMPONENT_ID$2 = 'tooltip.paragraph';
71
71
  const StyledParagraph = styled.p.attrs({
72
72
  'data-garden-id': COMPONENT_ID$2,
73
- 'data-garden-version': '8.73.0'
73
+ 'data-garden-version': '8.73.2'
74
74
  }).withConfig({
75
75
  displayName: "StyledParagraph",
76
76
  componentId: "sc-wuqkfc-0"
@@ -82,7 +82,7 @@ StyledParagraph.defaultProps = {
82
82
  const COMPONENT_ID$1 = 'tooltip.title';
83
83
  const StyledTitle = styled.strong.attrs({
84
84
  'data-garden-id': COMPONENT_ID$1,
85
- 'data-garden-version': '8.73.0'
85
+ 'data-garden-version': '8.73.2'
86
86
  }).withConfig({
87
87
  displayName: "StyledTitle",
88
88
  componentId: "sc-vnjcvz-0"
@@ -179,7 +179,7 @@ const colorStyles = _ref2 => {
179
179
  };
180
180
  const StyledTooltip = styled.div.attrs({
181
181
  'data-garden-id': COMPONENT_ID,
182
- 'data-garden-version': '8.73.0'
182
+ 'data-garden-version': '8.73.2'
183
183
  }).withConfig({
184
184
  displayName: "StyledTooltip",
185
185
  componentId: "sc-gzzjq4-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-tooltips",
3
- "version": "8.73.0",
3
+ "version": "8.73.2",
4
4
  "description": "Collection of components and render prop containers relating to Tooltips in the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -35,7 +35,7 @@
35
35
  "styled-components": "^4.2.0 || ^5.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@zendeskgarden/react-theming": "^8.73.0"
38
+ "@zendeskgarden/react-theming": "^8.73.2"
39
39
  },
40
40
  "keywords": [
41
41
  "components",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "zendeskgarden:src": "src/index.ts",
50
- "gitHead": "9a7e6368b5cd3cb0f6e3f7fe9ff97b1c98460bbc"
50
+ "gitHead": "21b0318b2548a1058b85aaeae4ba270fdb85a3db"
51
51
  }