@atlaskit/radio 6.4.0 → 6.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,27 @@
1
1
  # @atlaskit/radio
2
2
 
3
+ ## 6.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 6.4.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 6.4.0
4
26
 
5
27
  ### Minor Changes
package/dist/cjs/radio.js CHANGED
@@ -15,11 +15,11 @@ var _colors = require("@atlaskit/theme/colors");
15
15
  var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "name", "onChange", "value", "testId", "analyticsContext"];
16
16
  /**
17
17
  * @jsxRuntime classic
18
+ * @jsx jsx
18
19
  */
19
- /** @jsx jsx */
20
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
21
  var packageName = "@atlaskit/radio";
22
- var packageVersion = "6.4.0";
22
+ var packageVersion = "6.5.0";
23
23
  var noop = _noop.default;
24
24
  var labelPaddingStyles = (0, _react2.css)({
25
25
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)")
@@ -1,8 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  /**
3
3
  * @jsxRuntime classic
4
+ * @jsx jsx
4
5
  */
5
- /** @jsx jsx */
6
6
  import { forwardRef, memo } from 'react';
7
7
 
8
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -11,7 +11,7 @@ import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next/usePlatfor
11
11
  import __noop from '@atlaskit/ds-lib/noop';
12
12
  import { B200, B300, B400, B50, N10, N100, N20, N30, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
13
13
  const packageName = "@atlaskit/radio";
14
- const packageVersion = "6.4.0";
14
+ const packageVersion = "6.5.0";
15
15
  const noop = __noop;
16
16
  const labelPaddingStyles = css({
17
17
  padding: `${"var(--ds-space-025, 2px)"} ${"var(--ds-space-050, 4px)"}`
package/dist/esm/radio.js CHANGED
@@ -3,8 +3,8 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProper
3
3
  var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "name", "onChange", "value", "testId", "analyticsContext"];
4
4
  /**
5
5
  * @jsxRuntime classic
6
+ * @jsx jsx
6
7
  */
7
- /** @jsx jsx */
8
8
  import { forwardRef, memo } from 'react';
9
9
 
10
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -13,7 +13,7 @@ import { usePlatformLeafEventHandler } from '@atlaskit/analytics-next/usePlatfor
13
13
  import __noop from '@atlaskit/ds-lib/noop';
14
14
  import { B200, B300, B400, B50, N10, N100, N20, N30, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
15
15
  var packageName = "@atlaskit/radio";
16
- var packageVersion = "6.4.0";
16
+ var packageVersion = "6.5.0";
17
17
  var noop = __noop;
18
18
  var labelPaddingStyles = css({
19
19
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,20 +41,20 @@
41
41
  ".": "./src/index.tsx"
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/analytics-next": "^9.3.0",
45
- "@atlaskit/ds-lib": "^2.3.0",
46
- "@atlaskit/theme": "^12.10.0",
47
- "@atlaskit/tokens": "^1.51.0",
44
+ "@atlaskit/analytics-next": "^10.1.0",
45
+ "@atlaskit/ds-lib": "^2.4.0",
46
+ "@atlaskit/theme": "^12.12.0",
47
+ "@atlaskit/tokens": "^1.58.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1"
50
50
  },
51
51
  "peerDependencies": {
52
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
52
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@af/accessibility-testing": "*",
56
56
  "@af/integration-testing": "*",
57
- "@atlaskit/checkbox": "^13.4.0",
57
+ "@atlaskit/checkbox": "^13.7.0",
58
58
  "@atlaskit/ssr": "*",
59
59
  "@atlaskit/visual-regression": "*",
60
60
  "@atlassian/feature-flags-test-utils": "*",