@atlaskit/checkbox 17.3.5 → 17.3.6

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/checkbox
2
2
 
3
+ ## 17.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 17.3.5
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* checkbox.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* checkbox.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -73,7 +73,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
73
73
  analyticsData: analyticsContext,
74
74
  componentName: 'checkbox',
75
75
  packageName: "@atlaskit/checkbox",
76
- packageVersion: "17.3.4"
76
+ packageVersion: "0.0.0-development"
77
77
  });
78
78
  var internalRef = (0, _react.useRef)(null);
79
79
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -1,4 +1,4 @@
1
- /* checkbox-icon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* checkbox-icon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* label-text.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* label-text.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* label.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* label.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /**
3
3
  * Base state styles with CSS custom properties.
4
4
  * Pseudo-selectors (:hover, :focus-within, :active) on the label element
@@ -1,4 +1,4 @@
1
- /* required-indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* required-indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* checkbox.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* checkbox.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./checkbox.compiled.css";
4
4
  import * as React from 'react';
@@ -55,7 +55,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox({
55
55
  analyticsData: analyticsContext,
56
56
  componentName: 'checkbox',
57
57
  packageName: "@atlaskit/checkbox",
58
- packageVersion: "17.3.4"
58
+ packageVersion: "0.0.0-development"
59
59
  });
60
60
  const internalRef = useRef(null);
61
61
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,4 +1,4 @@
1
- /* checkbox-icon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* checkbox-icon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./checkbox-icon.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* label-text.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* label-text.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./label-text.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* label.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* label.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /**
3
3
  * Base state styles with CSS custom properties.
4
4
  * Pseudo-selectors (:hover, :focus-within, :active) on the label element
@@ -1,4 +1,4 @@
1
- /* required-indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* required-indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./required-indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* checkbox.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* checkbox.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
@@ -64,7 +64,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(_ref
64
64
  analyticsData: analyticsContext,
65
65
  componentName: 'checkbox',
66
66
  packageName: "@atlaskit/checkbox",
67
- packageVersion: "17.3.4"
67
+ packageVersion: "0.0.0-development"
68
68
  });
69
69
  var internalRef = useRef(null);
70
70
  var mergedRefs = mergeRefs([internalRef, ref]);
@@ -1,4 +1,4 @@
1
- /* checkbox-icon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* checkbox-icon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./checkbox-icon.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* label-text.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* label-text.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./label-text.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* label.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* label.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /**
3
3
  * Base state styles with CSS custom properties.
4
4
  * Pseudo-selectors (:hover, :focus-within, :active) on the label element
@@ -1,4 +1,4 @@
1
- /* required-indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* required-indicator.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./required-indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "17.3.5",
3
+ "version": "17.3.6",
4
4
  "description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,11 +34,11 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
36
  "@atlaskit/css": "^0.19.0",
37
- "@atlaskit/ds-lib": "^5.3.0",
37
+ "@atlaskit/ds-lib": "^6.0.0",
38
38
  "@atlaskit/theme": "^22.0.0",
39
- "@atlaskit/tokens": "^11.0.0",
39
+ "@atlaskit/tokens": "^11.1.0",
40
40
  "@babel/runtime": "^7.0.0",
41
- "@compiled/react": "^0.18.6"
41
+ "@compiled/react": "^0.20.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^18.2.0"
@@ -49,8 +49,8 @@
49
49
  "@af/suppress-react-warnings": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
51
  "@atlaskit/button": "^23.10.0",
52
- "@atlaskit/docs": "^11.5.0",
53
- "@atlaskit/form": "^15.3.0",
52
+ "@atlaskit/docs": "^11.6.0",
53
+ "@atlaskit/form": "^15.4.0",
54
54
  "@atlaskit/link": "^3.3.0",
55
55
  "@atlaskit/primitives": "^18.0.0",
56
56
  "@atlaskit/section-message": "^8.12.0",