@atlaskit/checkbox 12.6.2 → 12.6.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/checkbox
2
2
 
3
+ ## 12.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
8
+
3
9
  ## 12.6.2
4
10
 
5
11
  ### Patch Changes
@@ -161,7 +161,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
161
161
  analyticsData: analyticsContext,
162
162
  componentName: 'checkbox',
163
163
  packageName: "@atlaskit/checkbox",
164
- packageVersion: "12.6.2"
164
+ packageVersion: "12.6.3"
165
165
  });
166
166
  var internalRef = (0, _react.useRef)(null);
167
167
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -3,9 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.gridSize = exports.fontFamily = void 0;
6
+ exports.fontFamily = void 0;
7
7
  var _constants = require("@atlaskit/theme/constants");
8
8
  var fontFamily = (0, _constants.fontFamily)();
9
- exports.fontFamily = fontFamily;
10
- var gridSize = (0, _constants.gridSize)();
11
- exports.gridSize = gridSize;
9
+ exports.fontFamily = fontFamily;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.2",
3
+ "version": "12.6.3",
4
4
  "sideEffects": false
5
5
  }
@@ -145,7 +145,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
145
145
  analyticsData: analyticsContext,
146
146
  componentName: 'checkbox',
147
147
  packageName: "@atlaskit/checkbox",
148
- packageVersion: "12.6.2"
148
+ packageVersion: "12.6.3"
149
149
  });
150
150
  const internalRef = useRef(null);
151
151
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,3 +1,2 @@
1
- import { fontFamily as getFontFamily, gridSize as getGridSize } from '@atlaskit/theme/constants';
2
- export const fontFamily = getFontFamily();
3
- export const gridSize = getGridSize();
1
+ import { fontFamily as getFontFamily } from '@atlaskit/theme/constants';
2
+ export const fontFamily = getFontFamily();
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.2",
3
+ "version": "12.6.3",
4
4
  "sideEffects": false
5
5
  }
@@ -154,7 +154,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
154
154
  analyticsData: analyticsContext,
155
155
  componentName: 'checkbox',
156
156
  packageName: "@atlaskit/checkbox",
157
- packageVersion: "12.6.2"
157
+ packageVersion: "12.6.3"
158
158
  });
159
159
  var internalRef = useRef(null);
160
160
  var mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,3 +1,2 @@
1
- import { fontFamily as getFontFamily, gridSize as getGridSize } from '@atlaskit/theme/constants';
2
- export var fontFamily = getFontFamily();
3
- export var gridSize = getGridSize();
1
+ import { fontFamily as getFontFamily } from '@atlaskit/theme/constants';
2
+ export var fontFamily = getFontFamily();
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.2",
3
+ "version": "12.6.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,2 +1 @@
1
1
  export declare const fontFamily: string;
2
- export declare const gridSize: number;
@@ -1,2 +1 @@
1
1
  export declare const fontFamily: string;
2
- export declare const gridSize: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.6.2",
3
+ "version": "12.6.3",
4
4
  "description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"