@atlaskit/tooltip 17.6.0 → 17.6.1

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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 17.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
8
+
3
9
  ## 17.6.0
4
10
 
5
11
  ### Minor Changes
@@ -58,7 +58,7 @@ var tooltipZIndex = _constants.layers.tooltip();
58
58
  var analyticsAttributes = {
59
59
  componentName: 'tooltip',
60
60
  packageName: "@atlaskit/tooltip",
61
- packageVersion: "17.6.0"
61
+ packageVersion: "17.6.1"
62
62
  }; // Inverts motion direction
63
63
 
64
64
  var invertedDirection = {
@@ -23,7 +23,7 @@ var _TooltipPrimitive = _interopRequireDefault(require("./TooltipPrimitive"));
23
23
  var baseStyles = (0, _react2.css)({
24
24
  boxSizing: 'border-box',
25
25
  maxWidth: '240px',
26
- padding: '2px 6px',
26
+ padding: "var(--ds-scale-025, 2px)".concat(" ", "var(--ds-scale-075, 6px)"),
27
27
  top: 0,
28
28
  left: 0,
29
29
  borderRadius: "".concat((0, _constants.borderRadius)(), "px"),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.6.0",
3
+ "version": "17.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -20,7 +20,7 @@ const tooltipZIndex = layers.tooltip();
20
20
  const analyticsAttributes = {
21
21
  componentName: 'tooltip',
22
22
  packageName: "@atlaskit/tooltip",
23
- packageVersion: "17.6.0"
23
+ packageVersion: "17.6.1"
24
24
  }; // Inverts motion direction
25
25
 
26
26
  const invertedDirection = {
@@ -8,7 +8,7 @@ import TooltipPrimitive from './TooltipPrimitive';
8
8
  const baseStyles = css({
9
9
  boxSizing: 'border-box',
10
10
  maxWidth: '240px',
11
- padding: '2px 6px',
11
+ padding: `${"var(--ds-scale-025, 2px)"} ${"var(--ds-scale-075, 6px)"}`,
12
12
  top: 0,
13
13
  left: 0,
14
14
  borderRadius: `${borderRadius()}px`,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.6.0",
3
+ "version": "17.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -26,7 +26,7 @@ var tooltipZIndex = layers.tooltip();
26
26
  var analyticsAttributes = {
27
27
  componentName: 'tooltip',
28
28
  packageName: "@atlaskit/tooltip",
29
- packageVersion: "17.6.0"
29
+ packageVersion: "17.6.1"
30
30
  }; // Inverts motion direction
31
31
 
32
32
  var invertedDirection = {
@@ -8,7 +8,7 @@ import TooltipPrimitive from './TooltipPrimitive';
8
8
  var baseStyles = css({
9
9
  boxSizing: 'border-box',
10
10
  maxWidth: '240px',
11
- padding: '2px 6px',
11
+ padding: "var(--ds-scale-025, 2px)".concat(" ", "var(--ds-scale-075, 6px)"),
12
12
  top: 0,
13
13
  left: 0,
14
14
  borderRadius: "".concat(borderRadius(), "px"),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.6.0",
3
+ "version": "17.6.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.6.0",
3
+ "version": "17.6.1",
4
4
  "description": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -15,13 +15,15 @@
15
15
  "typesVersions": {
16
16
  ">=4.0 <4.5": {
17
17
  "*": [
18
- "dist/types-ts4.0/*"
18
+ "dist/types-ts4.0/*",
19
+ "dist/types-ts4.0/index.d.ts"
19
20
  ]
20
21
  }
21
22
  },
22
23
  "sideEffects": false,
23
24
  "atlaskit:src": "src/index.ts",
24
25
  "atlassian": {
26
+ "disableProductCI": true,
25
27
  "team": "Design System Team",
26
28
  "releaseModel": "scheduled",
27
29
  "website": {
@@ -86,6 +88,7 @@
86
88
  "dom-events": "use-bind-event-listener",
87
89
  "ui-components": "lite-mode",
88
90
  "analytics": "analytics-next",
91
+ "design-tokens": "spacing",
89
92
  "theming": "tokens",
90
93
  "deprecation": "no-deprecated-imports",
91
94
  "styling": [