@atlaskit/radio 6.1.1 → 6.1.2

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/radio
2
2
 
3
+ ## 6.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
3
9
  ## 6.1.1
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/radio.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/radio.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/radio-group.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/radio-group.d.ts"
12
12
  ]
package/dist/cjs/radio.js CHANGED
@@ -17,7 +17,7 @@ var _constants = require("@atlaskit/theme/constants");
17
17
  var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "name", "onChange", "value", "testId", "analyticsContext"];
18
18
  /** @jsx jsx */
19
19
  var packageName = "@atlaskit/radio";
20
- var packageVersion = "6.1.1";
20
+ var packageVersion = "6.1.2";
21
21
  var fontFamily = (0, _constants.fontFamily)();
22
22
  var noop = _noop.default;
23
23
  var labelPaddingStyles = (0, _react2.css)({
@@ -8,7 +8,7 @@ import { getBooleanFF } from '@atlaskit/platform-feature-flags';
8
8
  import { B200, B300, B400, B50, N10, N100, N20, N30, N40, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
9
9
  import { fontFamily as getFontFamily } from '@atlaskit/theme/constants';
10
10
  const packageName = "@atlaskit/radio";
11
- const packageVersion = "6.1.1";
11
+ const packageVersion = "6.1.2";
12
12
  const fontFamily = getFontFamily();
13
13
  const noop = __noop;
14
14
  const labelPaddingStyles = css({
package/dist/esm/radio.js CHANGED
@@ -10,7 +10,7 @@ import { getBooleanFF } from '@atlaskit/platform-feature-flags';
10
10
  import { B200, B300, B400, B50, N10, N100, N20, N30, N40, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
11
11
  import { fontFamily as getFontFamily } from '@atlaskit/theme/constants';
12
12
  var packageName = "@atlaskit/radio";
13
- var packageVersion = "6.1.1";
13
+ var packageVersion = "6.1.2";
14
14
  var fontFamily = getFontFamily();
15
15
  var noop = __noop;
16
16
  var labelPaddingStyles = css({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
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/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/ds-lib": "^2.2.0",
45
45
  "@atlaskit/platform-feature-flags": "^0.2.0",
46
46
  "@atlaskit/theme": "^12.6.0",
47
- "@atlaskit/tokens": "^1.41.0",
47
+ "@atlaskit/tokens": "^1.42.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1"
50
50
  },
@@ -61,7 +61,7 @@
61
61
  "@testing-library/react": "^12.1.5",
62
62
  "react-dom": "^16.8.0",
63
63
  "storybook-addon-performance": "^0.16.0",
64
- "typescript": "~4.9.5"
64
+ "typescript": "~5.4.2"
65
65
  },
66
66
  "keywords": [
67
67
  "atlaskit",
@@ -95,4 +95,4 @@
95
95
  },
96
96
  "homepage": "https://atlassian.design/components/radio/",
97
97
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
98
- }
98
+ }
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/types.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/types.d.ts"
12
12
  ]