@atlaskit/checkbox 12.4.5 → 12.4.6

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.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.4.5
4
10
 
5
11
  ### Patch Changes
@@ -159,7 +159,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
159
159
  analyticsData: analyticsContext,
160
160
  componentName: 'checkbox',
161
161
  packageName: "@atlaskit/checkbox",
162
- packageVersion: "12.4.5"
162
+ packageVersion: "12.4.6"
163
163
  });
164
164
  var internalRef = (0, _react.useRef)(null);
165
165
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.4.5",
3
+ "version": "12.4.6",
4
4
  "sideEffects": false
5
5
  }
@@ -144,7 +144,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
144
144
  analyticsData: analyticsContext,
145
145
  componentName: 'checkbox',
146
146
  packageName: "@atlaskit/checkbox",
147
- packageVersion: "12.4.5"
147
+ packageVersion: "12.4.6"
148
148
  });
149
149
  const internalRef = useRef(null);
150
150
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.4.5",
3
+ "version": "12.4.6",
4
4
  "sideEffects": false
5
5
  }
@@ -153,7 +153,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
153
153
  analyticsData: analyticsContext,
154
154
  componentName: 'checkbox',
155
155
  packageName: "@atlaskit/checkbox",
156
- packageVersion: "12.4.5"
156
+ packageVersion: "12.4.6"
157
157
  });
158
158
  var internalRef = useRef(null);
159
159
  var mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.4.5",
3
+ "version": "12.4.6",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "12.4.5",
3
+ "version": "12.4.6",
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/"
@@ -27,11 +27,11 @@
27
27
  ".": "./src/index.tsx"
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/analytics-next": "^8.2.0",
30
+ "@atlaskit/analytics-next": "^9.0.0",
31
31
  "@atlaskit/ds-lib": "^2.1.0",
32
32
  "@atlaskit/icon": "^21.11.0",
33
33
  "@atlaskit/theme": "^12.2.0",
34
- "@atlaskit/tokens": "^1.0.0",
34
+ "@atlaskit/tokens": "^1.2.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "@emotion/react": "^11.7.1"
37
37
  },
@@ -69,8 +69,10 @@
69
69
  "design-system": "v1",
70
70
  "ui-components": "lite-mode",
71
71
  "analytics": "analytics-next",
72
- "theming": "tokens",
73
- "design-tokens": "spacing",
72
+ "design-tokens": [
73
+ "color",
74
+ "spacing"
75
+ ],
74
76
  "deprecation": "no-deprecated-imports",
75
77
  "styling": [
76
78
  "emotion",