@atlaskit/radio 8.3.12 → 8.3.14

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,19 @@
1
1
  # @atlaskit/radio
2
2
 
3
+ ## 8.3.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
8
+ Internal refactors to remove unused variables. No functional or public changes.
9
+ - Updated dependencies
10
+
11
+ ## 8.3.13
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 8.3.12
4
18
 
5
19
  ### Patch Changes
package/dist/cjs/radio.js CHANGED
@@ -21,7 +21,7 @@ var _excluded = ["ariaLabel", "aria-labelledby", "isDisabled", "isRequired", "is
21
21
  // for typing `process`
22
22
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
23
23
  var packageName = "@atlaskit/radio";
24
- var packageVersion = "0.0.0-development";
24
+ var packageVersion = "8.3.13";
25
25
  var noop = _noop.default;
26
26
  var labelPaddingStyles = null;
27
27
  var labelStyles = null;
@@ -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
  const packageName = "@atlaskit/radio";
14
- const packageVersion = "0.0.0-development";
14
+ const packageVersion = "8.3.13";
15
15
  const noop = __noop;
16
16
  const labelPaddingStyles = null;
17
17
  const labelStyles = null;
package/dist/esm/radio.js CHANGED
@@ -13,7 +13,7 @@ import __noop from '@atlaskit/ds-lib/noop';
13
13
  import { fg } from '@atlaskit/platform-feature-flags';
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 = "0.0.0-development";
16
+ var packageVersion = "8.3.13";
17
17
  var noop = __noop;
18
18
  var labelPaddingStyles = null;
19
19
  var labelStyles = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "8.3.12",
3
+ "version": "8.3.14",
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/"
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
- "@atlaskit/css": "^0.16.0",
37
- "@atlaskit/ds-lib": "^5.2.0",
36
+ "@atlaskit/css": "^0.17.0",
37
+ "@atlaskit/ds-lib": "^5.3.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/theme": "^21.0.0",
40
- "@atlaskit/tokens": "^8.1.0",
40
+ "@atlaskit/tokens": "^8.4.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@compiled/react": "^0.18.6"
43
43
  },
@@ -51,11 +51,10 @@
51
51
  "@atlaskit/button": "^23.6.0",
52
52
  "@atlaskit/checkbox": "^17.1.0",
53
53
  "@atlaskit/docs": "^11.2.0",
54
- "@atlaskit/form": "^14.2.0",
54
+ "@atlaskit/form": "^14.3.0",
55
55
  "@atlaskit/link": "^3.2.0",
56
- "@atlaskit/primitives": "^16.2.0",
56
+ "@atlaskit/primitives": "^16.4.0",
57
57
  "@atlaskit/section-message": "^8.9.0",
58
- "@atlaskit/ssr": "workspace:^",
59
58
  "@atlassian/ssr-tests": "workspace:^",
60
59
  "@testing-library/react": "^13.4.0",
61
60
  "@testing-library/user-event": "^14.4.3",