@atlaskit/checkbox 12.4.5 → 12.5.0

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,21 @@
1
1
  # @atlaskit/checkbox
2
2
 
3
+ ## 12.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 12.4.6
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 12.4.5
4
20
 
5
21
  ### Patch Changes
@@ -14,6 +14,7 @@ var _usePlatformLeafEventHandler = require("@atlaskit/analytics-next/usePlatform
14
14
  var _mergeRefs = _interopRequireDefault(require("@atlaskit/ds-lib/merge-refs"));
15
15
  var _internal = require("./internal");
16
16
  var _excluded = ["isChecked", "isDisabled", "isInvalid", "defaultChecked", "isIndeterminate", "size", "onChange", "analyticsContext", "label", "name", "value", "isRequired", "testId"];
17
+ /** @jsx jsx */
17
18
  /* eslint-disable @repo/internal/styles/no-nested-styles */
18
19
  var checkboxStyles = (0, _react2.css)({
19
20
  width: '100%',
@@ -159,7 +160,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
159
160
  analyticsData: analyticsContext,
160
161
  componentName: 'checkbox',
161
162
  packageName: "@atlaskit/checkbox",
162
- packageVersion: "12.4.5"
163
+ packageVersion: "12.5.0"
163
164
  });
164
165
  var internalRef = (0, _react.useRef)(null);
165
166
  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.5.0",
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.5.0"
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.5.0",
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.5.0"
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.5.0",
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.5.0",
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/"
@@ -15,7 +15,6 @@
15
15
  "sideEffects": false,
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
- "disableProductCI": true,
19
18
  "team": "Design System Team",
20
19
  "releaseModel": "scheduled",
21
20
  "website": {
@@ -27,11 +26,11 @@
27
26
  ".": "./src/index.tsx"
28
27
  },
29
28
  "dependencies": {
30
- "@atlaskit/analytics-next": "^8.2.0",
31
- "@atlaskit/ds-lib": "^2.1.0",
32
- "@atlaskit/icon": "^21.11.0",
33
- "@atlaskit/theme": "^12.2.0",
34
- "@atlaskit/tokens": "^1.0.0",
29
+ "@atlaskit/analytics-next": "^9.1.0",
30
+ "@atlaskit/ds-lib": "^2.2.0",
31
+ "@atlaskit/icon": "^21.12.0",
32
+ "@atlaskit/theme": "^12.5.0",
33
+ "@atlaskit/tokens": "^1.3.0",
35
34
  "@babel/runtime": "^7.0.0",
36
35
  "@emotion/react": "^11.7.1"
37
36
  },
@@ -39,12 +38,12 @@
39
38
  "react": "^16.8.0"
40
39
  },
41
40
  "devDependencies": {
42
- "@atlaskit/button": "^16.5.0",
41
+ "@atlaskit/button": "^16.7.0",
43
42
  "@atlaskit/docs": "*",
44
- "@atlaskit/form": "^8.8.0",
45
- "@atlaskit/section-message": "^6.3.0",
43
+ "@atlaskit/form": "^8.11.0",
44
+ "@atlaskit/section-message": "^6.4.0",
46
45
  "@atlaskit/ssr": "*",
47
- "@atlaskit/toggle": "^12.5.0",
46
+ "@atlaskit/toggle": "^12.6.0",
48
47
  "@atlaskit/visual-regression": "*",
49
48
  "@atlaskit/webdriver-runner": "*",
50
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -69,8 +68,10 @@
69
68
  "design-system": "v1",
70
69
  "ui-components": "lite-mode",
71
70
  "analytics": "analytics-next",
72
- "theming": "tokens",
73
- "design-tokens": "spacing",
71
+ "design-tokens": [
72
+ "color",
73
+ "spacing"
74
+ ],
74
75
  "deprecation": "no-deprecated-imports",
75
76
  "styling": [
76
77
  "emotion",
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -91,3 +92,15 @@ type Size = 'large' | 'medium' | 'small' | 'xlarge';
91
92
  ```
92
93
 
93
94
  <!--SECTION END: Main Entry Types-->
95
+
96
+ ### Peer Dependencies
97
+
98
+ <!--SECTION START: Peer Dependencies-->
99
+
100
+ ```json
101
+ {
102
+ "react": "^16.8.0"
103
+ }
104
+ ```
105
+
106
+ <!--SECTION END: Peer Dependencies-->