@canonical/react-components 4.6.1 → 4.6.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.
@@ -41,7 +41,7 @@ const CheckboxInput = _ref => {
41
41
  const hasError = !!error;
42
42
  return /*#__PURE__*/_react.default.createElement(_Field.default, {
43
43
  caution: caution,
44
- className: (0, _classnames.default)(className, {
44
+ className: (0, _classnames.default)("p-checkbox-wrapper", className, {
45
45
  "p-checkbox--inline": inline
46
46
  }),
47
47
  error: error,
@@ -40,7 +40,7 @@ const RadioInput = _ref => {
40
40
  const hasError = !!error;
41
41
  return /*#__PURE__*/_react.default.createElement(_Field.default, {
42
42
  caution: caution,
43
- className: (0, _classnames.default)(className, {
43
+ className: (0, _classnames.default)("p-radio-wrapper", className, {
44
44
  "p-radio--inline": inline
45
45
  }),
46
46
  error: error,
@@ -33,7 +33,7 @@ var CheckboxInput = _ref => {
33
33
  var hasError = !!error;
34
34
  return /*#__PURE__*/React.createElement(Field, {
35
35
  caution: caution,
36
- className: classnames(className, {
36
+ className: classnames("p-checkbox-wrapper", className, {
37
37
  "p-checkbox--inline": inline
38
38
  }),
39
39
  error: error,
@@ -32,7 +32,7 @@ var RadioInput = _ref => {
32
32
  var hasError = !!error;
33
33
  return /*#__PURE__*/React.createElement(Field, {
34
34
  caution: caution,
35
- className: classnames(className, {
35
+ className: classnames("p-radio-wrapper", className, {
36
36
  "p-radio--inline": inline
37
37
  }),
38
38
  error: error,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonical/react-components",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": {