@atlaskit/range 7.1.2 → 7.1.3

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/range
2
2
 
3
+ ## 7.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
8
+
3
9
  ## 7.1.2
4
10
 
5
11
  ### Patch Changes
@@ -56,6 +56,7 @@ var browserStyles = {
56
56
  WebkitAppearance: 'none',
57
57
  // Hides the slider so that custom slider can be made
58
58
  '::-webkit-slider-thumb': _objectSpread(_objectSpread({}, sliderThumbStyles), {}, {
59
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
59
60
  marginTop: -(theme.thumb.size - theme.track.height) / 2,
60
61
  WebkitAppearance: 'none'
61
62
  }),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "sideEffects": false
5
5
  }
@@ -43,6 +43,7 @@ const browserStyles = {
43
43
  // Hides the slider so that custom slider can be made
44
44
  '::-webkit-slider-thumb': {
45
45
  ...sliderThumbStyles,
46
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
46
47
  marginTop: -(theme.thumb.size - theme.track.height) / 2,
47
48
  WebkitAppearance: 'none'
48
49
  },
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "sideEffects": false
5
5
  }
@@ -48,6 +48,7 @@ var browserStyles = {
48
48
  WebkitAppearance: 'none',
49
49
  // Hides the slider so that custom slider can be made
50
50
  '::-webkit-slider-thumb': _objectSpread(_objectSpread({}, sliderThumbStyles), {}, {
51
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
51
52
  marginTop: -(theme.thumb.size - theme.track.height) / 2,
52
53
  WebkitAppearance: 'none'
53
54
  }),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.1.2",
3
+ "version": "7.1.3",
4
4
  "description": "A range lets users choose an approximate value on a slider.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -81,7 +81,8 @@
81
81
  "ui-components": "lite-mode",
82
82
  "analytics": "analytics-next",
83
83
  "design-tokens": [
84
- "color"
84
+ "color",
85
+ "spacing"
85
86
  ],
86
87
  "deprecation": "no-deprecated-imports",
87
88
  "styling": [