@atlaskit/checkbox 17.1.11 → 17.1.12

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
+ ## 17.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 17.1.11
4
10
 
5
11
  ### Patch Changes
@@ -77,7 +77,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
77
77
  analyticsData: analyticsContext,
78
78
  componentName: 'checkbox',
79
79
  packageName: "@atlaskit/checkbox",
80
- packageVersion: "17.1.10"
80
+ packageVersion: "0.0.0-development"
81
81
  });
82
82
  var internalRef = (0, _react.useRef)(null);
83
83
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -59,7 +59,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox({
59
59
  analyticsData: analyticsContext,
60
60
  componentName: 'checkbox',
61
61
  packageName: "@atlaskit/checkbox",
62
- packageVersion: "17.1.10"
62
+ packageVersion: "0.0.0-development"
63
63
  });
64
64
  const internalRef = useRef(null);
65
65
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -68,7 +68,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(_ref
68
68
  analyticsData: analyticsContext,
69
69
  componentName: 'checkbox',
70
70
  packageName: "@atlaskit/checkbox",
71
- packageVersion: "17.1.10"
71
+ packageVersion: "0.0.0-development"
72
72
  });
73
73
  var internalRef = useRef(null);
74
74
  var mergedRefs = mergeRefs([internalRef, ref]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "17.1.11",
3
+ "version": "17.1.12",
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/"
@@ -31,17 +31,14 @@
31
31
  "category": "Forms and input"
32
32
  }
33
33
  },
34
- "af:exports": {
35
- ".": "./src/index.tsx"
36
- },
37
34
  "dependencies": {
38
35
  "@atlaskit/analytics-next": "^11.1.0",
39
- "@atlaskit/css": "^0.12.0",
36
+ "@atlaskit/css": "^0.13.0",
40
37
  "@atlaskit/ds-lib": "^5.0.0",
41
38
  "@atlaskit/icon": "^28.1.0",
42
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
43
40
  "@atlaskit/theme": "^20.0.0",
44
- "@atlaskit/tokens": "^6.1.0",
41
+ "@atlaskit/tokens": "^6.2.0",
45
42
  "@babel/runtime": "^7.0.0",
46
43
  "@compiled/react": "^0.18.3"
47
44
  },
@@ -54,10 +51,10 @@
54
51
  "@af/visual-regression": "workspace:^",
55
52
  "@atlaskit/button": "^23.4.0",
56
53
  "@atlaskit/docs": "^11.0.0",
57
- "@atlaskit/form": "^12.2.0",
54
+ "@atlaskit/form": "^12.4.0",
58
55
  "@atlaskit/link": "^3.2.0",
59
- "@atlaskit/primitives": "^14.12.0",
60
- "@atlaskit/section-message": "^8.6.0",
56
+ "@atlaskit/primitives": "^14.13.0",
57
+ "@atlaskit/section-message": "^8.7.0",
61
58
  "@atlaskit/ssr": "workspace:^",
62
59
  "@atlassian/feature-flags-test-utils": "^0.3.0",
63
60
  "@atlassian/ssr-tests": "^0.3.0",