@atlaskit/checkbox 15.2.2 → 15.2.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,11 @@
1
1
  # @atlaskit/checkbox
2
2
 
3
+ ## 15.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 15.2.2
4
10
 
5
11
  ### Patch Changes
@@ -196,7 +196,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
196
196
  analyticsData: analyticsContext,
197
197
  componentName: 'checkbox',
198
198
  packageName: "@atlaskit/checkbox",
199
- packageVersion: "15.2.2"
199
+ packageVersion: "15.2.3"
200
200
  });
201
201
  var internalRef = (0, _react.useRef)(null);
202
202
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -17,8 +17,11 @@ var requiredIndicatorStyles = (0, _react.css)({
17
17
  paddingInlineStart: "var(--ds-space-025, 2px)"
18
18
  });
19
19
  function RequiredIndicator() {
20
- return (0, _react.jsx)("span", {
21
- css: requiredIndicatorStyles,
22
- "aria-hidden": true
23
- }, "*");
20
+ return (
21
+ // eslint-disable-next-line @atlaskit/design-system/use-primitives-text
22
+ (0, _react.jsx)("span", {
23
+ css: requiredIndicatorStyles,
24
+ "aria-hidden": true
25
+ }, "*")
26
+ );
24
27
  }
@@ -182,7 +182,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
182
182
  analyticsData: analyticsContext,
183
183
  componentName: 'checkbox',
184
184
  packageName: "@atlaskit/checkbox",
185
- packageVersion: "15.2.2"
185
+ packageVersion: "15.2.3"
186
186
  });
187
187
  const internalRef = useRef(null);
188
188
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -10,8 +10,11 @@ const requiredIndicatorStyles = css({
10
10
  paddingInlineStart: "var(--ds-space-025, 2px)"
11
11
  });
12
12
  export default function RequiredIndicator() {
13
- return jsx("span", {
14
- css: requiredIndicatorStyles,
15
- "aria-hidden": true
16
- }, "*");
13
+ return (
14
+ // eslint-disable-next-line @atlaskit/design-system/use-primitives-text
15
+ jsx("span", {
16
+ css: requiredIndicatorStyles,
17
+ "aria-hidden": true
18
+ }, "*")
19
+ );
17
20
  }
@@ -190,7 +190,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
190
190
  analyticsData: analyticsContext,
191
191
  componentName: 'checkbox',
192
192
  packageName: "@atlaskit/checkbox",
193
- packageVersion: "15.2.2"
193
+ packageVersion: "15.2.3"
194
194
  });
195
195
  var internalRef = useRef(null);
196
196
  var mergedRefs = mergeRefs([internalRef, ref]);
@@ -10,8 +10,11 @@ var requiredIndicatorStyles = css({
10
10
  paddingInlineStart: "var(--ds-space-025, 2px)"
11
11
  });
12
12
  export default function RequiredIndicator() {
13
- return jsx("span", {
14
- css: requiredIndicatorStyles,
15
- "aria-hidden": true
16
- }, "*");
13
+ return (
14
+ // eslint-disable-next-line @atlaskit/design-system/use-primitives-text
15
+ jsx("span", {
16
+ css: requiredIndicatorStyles,
17
+ "aria-hidden": true
18
+ }, "*")
19
+ );
17
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "15.2.2",
3
+ "version": "15.2.3",
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/"
@@ -36,13 +36,13 @@
36
36
  ".": "./src/index.tsx"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/analytics-next": "^10.1.0",
39
+ "@atlaskit/analytics-next": "^10.2.0",
40
40
  "@atlaskit/css": "^0.7.0",
41
41
  "@atlaskit/ds-lib": "^3.3.0",
42
- "@atlaskit/icon": "^23.0.0",
42
+ "@atlaskit/icon": "^23.3.0",
43
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
44
44
  "@atlaskit/theme": "^14.0.0",
45
- "@atlaskit/tokens": "^2.4.0",
45
+ "@atlaskit/tokens": "^3.0.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"
48
48
  },