@atlaskit/radio 6.4.1 → 6.5.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
14
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
15
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
16
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
17
+
18
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
19
+ dependency range for `react` and `react-dom` for `/platform` packages.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 6.4.1
4
26
 
5
27
  ### Patch Changes
package/dist/cjs/radio.js CHANGED
@@ -19,7 +19,7 @@ var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecke
19
19
  */
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.1";
22
+ var packageVersion = "6.5.1";
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)")
@@ -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.1";
14
+ const packageVersion = "6.5.1";
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
@@ -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.1";
16
+ var packageVersion = "6.5.1";
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.1",
3
+ "version": "6.5.1",
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": "^10.0.0",
45
- "@atlaskit/ds-lib": "^2.3.0",
46
- "@atlaskit/theme": "^12.11.0",
47
- "@atlaskit/tokens": "^1.57.0",
44
+ "@atlaskit/analytics-next": "^10.1.0",
45
+ "@atlaskit/ds-lib": "^2.4.0",
46
+ "@atlaskit/theme": "^13.0.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.6.0",
57
+ "@atlaskit/checkbox": "^13.7.0",
58
58
  "@atlaskit/ssr": "*",
59
59
  "@atlaskit/visual-regression": "*",
60
60
  "@atlassian/feature-flags-test-utils": "*",