@atlaskit/radio 8.0.2 → 8.0.3

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,14 @@
1
1
  # @atlaskit/radio
2
2
 
3
+ ## 8.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
8
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
9
+ Update `@compiled/react` dependency for improved type checking support.
10
+ - Updated dependencies
11
+
3
12
  ## 8.0.2
4
13
 
5
14
  ### Patch Changes
package/dist/cjs/radio.js CHANGED
@@ -21,7 +21,7 @@ var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecke
21
21
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
22
22
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
23
  var packageName = "@atlaskit/radio";
24
- var packageVersion = "8.0.2";
24
+ var packageVersion = "8.0.3";
25
25
  var noop = _noop.default;
26
26
  var labelPaddingStyles = null;
27
27
  var labelStyles = null;
@@ -9,7 +9,7 @@ import __noop from '@atlaskit/ds-lib/noop';
9
9
  import { fg } from '@atlaskit/platform-feature-flags';
10
10
  import { B200, B300, B400, B50, N10, N100, N20, N30, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
11
11
  const packageName = "@atlaskit/radio";
12
- const packageVersion = "8.0.2";
12
+ const packageVersion = "8.0.3";
13
13
  const noop = __noop;
14
14
  const labelPaddingStyles = null;
15
15
  const labelStyles = null;
package/dist/esm/radio.js CHANGED
@@ -11,7 +11,7 @@ import __noop from '@atlaskit/ds-lib/noop';
11
11
  import { fg } from '@atlaskit/platform-feature-flags';
12
12
  import { B200, B300, B400, B50, N10, N100, N20, N30, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
13
13
  var packageName = "@atlaskit/radio";
14
- var packageVersion = "8.0.2";
14
+ var packageVersion = "8.0.3";
15
15
  var noop = __noop;
16
16
  var labelPaddingStyles = null;
17
17
  var labelStyles = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
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,26 +44,26 @@
44
44
  "@atlaskit/ds-lib": "^4.0.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
46
  "@atlaskit/theme": "^18.0.0",
47
- "@atlaskit/tokens": "^4.3.0",
47
+ "@atlaskit/tokens": "^4.5.0",
48
48
  "@babel/runtime": "^7.0.0",
49
- "@compiled/react": "^0.18.2"
49
+ "@compiled/react": "^0.18.3"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^18.2.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@af/accessibility-testing": "*",
56
- "@af/integration-testing": "*",
57
- "@af/visual-regression": "*",
55
+ "@af/accessibility-testing": "^2.0.0",
56
+ "@af/integration-testing": "^0.5.0",
57
+ "@af/visual-regression": "^1.3.0",
58
58
  "@atlaskit/button": "^21.1.0",
59
59
  "@atlaskit/checkbox": "^17.0.0",
60
- "@atlaskit/docs": "*",
60
+ "@atlaskit/docs": "^10.0.0",
61
61
  "@atlaskit/form": "^12.0.0",
62
- "@atlaskit/link": "*",
63
- "@atlaskit/primitives": "^14.1.2",
64
- "@atlaskit/section-message": "*",
65
- "@atlaskit/ssr": "*",
66
- "@atlaskit/visual-regression": "*",
62
+ "@atlaskit/link": "^3.0.0",
63
+ "@atlaskit/primitives": "^14.2.0",
64
+ "@atlaskit/section-message": "^8.2.0",
65
+ "@atlaskit/ssr": "^0.4.0",
66
+ "@atlaskit/visual-regression": "^0.10.0",
67
67
  "@testing-library/react": "^13.4.0",
68
68
  "react-dom": "^18.2.0",
69
69
  "typescript": "~5.4.2"