@zendeskgarden/react-tooltips 8.76.1 → 8.76.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.
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'tooltip.paragraph';
11
11
  const StyledParagraph = styled.p.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '8.76.1'
13
+ 'data-garden-version': '8.76.2'
14
14
  }).withConfig({
15
15
  displayName: "StyledParagraph",
16
16
  componentId: "sc-wuqkfc-0"
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
10
10
  const COMPONENT_ID = 'tooltip.title';
11
11
  const StyledTitle = styled.strong.attrs({
12
12
  'data-garden-id': COMPONENT_ID,
13
- 'data-garden-version': '8.76.1'
13
+ 'data-garden-version': '8.76.2'
14
14
  }).withConfig({
15
15
  displayName: "StyledTitle",
16
16
  componentId: "sc-vnjcvz-0"
@@ -98,7 +98,7 @@ const colorStyles = _ref2 => {
98
98
  };
99
99
  const StyledTooltip = styled.div.attrs({
100
100
  'data-garden-id': COMPONENT_ID,
101
- 'data-garden-version': '8.76.1'
101
+ 'data-garden-version': '8.76.2'
102
102
  }).withConfig({
103
103
  displayName: "StyledTooltip",
104
104
  componentId: "sc-gzzjq4-0"
package/dist/index.cjs.js CHANGED
@@ -78,7 +78,7 @@ function getArrowPosition(popperPlacement) {
78
78
  const COMPONENT_ID$2 = 'tooltip.paragraph';
79
79
  const StyledParagraph = styled__default.default.p.attrs({
80
80
  'data-garden-id': COMPONENT_ID$2,
81
- 'data-garden-version': '8.76.1'
81
+ 'data-garden-version': '8.76.2'
82
82
  }).withConfig({
83
83
  displayName: "StyledParagraph",
84
84
  componentId: "sc-wuqkfc-0"
@@ -90,7 +90,7 @@ StyledParagraph.defaultProps = {
90
90
  const COMPONENT_ID$1 = 'tooltip.title';
91
91
  const StyledTitle = styled__default.default.strong.attrs({
92
92
  'data-garden-id': COMPONENT_ID$1,
93
- 'data-garden-version': '8.76.1'
93
+ 'data-garden-version': '8.76.2'
94
94
  }).withConfig({
95
95
  displayName: "StyledTitle",
96
96
  componentId: "sc-vnjcvz-0"
@@ -187,7 +187,7 @@ const colorStyles = _ref2 => {
187
187
  };
188
188
  const StyledTooltip = styled__default.default.div.attrs({
189
189
  'data-garden-id': COMPONENT_ID,
190
- 'data-garden-version': '8.76.1'
190
+ 'data-garden-version': '8.76.2'
191
191
  }).withConfig({
192
192
  displayName: "StyledTooltip",
193
193
  componentId: "sc-gzzjq4-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-tooltips",
3
- "version": "8.76.1",
3
+ "version": "8.76.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.76.1"
38
+ "@zendeskgarden/react-theming": "^8.76.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": "8351e305688a65273cb18741c0800be8027cf878"
50
+ "gitHead": "da0275d3511e27f15992e5ba9a7b7d6f19f295b6"
51
51
  }