@instructure/ui-checkbox 10.0.1-snapshot-13 → 10.1.1-snapshot-4973

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
@@ -3,7 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [10.0.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.0.1-snapshot-13) (2024-08-21)
6
+ ## [10.1.1-snapshot-4973](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.1-snapshot-4973) (2024-08-23)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-checkbox
9
+
10
+
11
+
12
+
13
+
14
+ # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-checkbox
9
17
 
@@ -194,9 +194,6 @@ let Checkbox = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, n
194
194
  styles = _this$props5.styles;
195
195
  const props = omitProps(this.props, Checkbox.allowedProps);
196
196
  error(!(variant === 'toggle' && indeterminate), `[Checkbox] The \`toggle\` variant does not support the \`indeterminate\` property. Use the \`simple\` variant instead.`);
197
-
198
- /* eslint-disable jsx-a11y/mouse-events-have-key-events */
199
-
200
197
  return jsx("div", {
201
198
  css: styles === null || styles === void 0 ? void 0 : styles.checkbox,
202
199
  onMouseOver: createChainedFunction(onMouseOver, this.handleMouseOver),
@@ -221,8 +218,6 @@ let Checkbox = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, n
221
218
  htmlFor: this.id,
222
219
  css: styles === null || styles === void 0 ? void 0 : styles.control
223
220
  }, this.renderFacade(), this.renderMessages()));
224
-
225
- /* eslint-enable jsx-a11y/mouse-events-have-key-events */
226
221
  }
227
222
  }, _Checkbox.displayName = "Checkbox", _Checkbox.componentId = 'Checkbox', _Checkbox.propTypes = propTypes, _Checkbox.allowedProps = allowedProps, _Checkbox.defaultProps = {
228
223
  size: 'medium',
@@ -215,9 +215,6 @@ let Checkbox = exports.Checkbox = (_dec = (0, _withDeterministicId.withDetermini
215
215
  styles = _this$props5.styles;
216
216
  const props = (0, _omitProps.omitProps)(this.props, Checkbox.allowedProps);
217
217
  (0, _console.logError)(!(variant === 'toggle' && indeterminate), `[Checkbox] The \`toggle\` variant does not support the \`indeterminate\` property. Use the \`simple\` variant instead.`);
218
-
219
- /* eslint-disable jsx-a11y/mouse-events-have-key-events */
220
-
221
218
  return (0, _emotion.jsx)("div", {
222
219
  css: styles === null || styles === void 0 ? void 0 : styles.checkbox,
223
220
  onMouseOver: (0, _createChainedFunction.createChainedFunction)(onMouseOver, this.handleMouseOver),
@@ -242,8 +239,6 @@ let Checkbox = exports.Checkbox = (_dec = (0, _withDeterministicId.withDetermini
242
239
  htmlFor: this.id,
243
240
  css: styles === null || styles === void 0 ? void 0 : styles.control
244
241
  }, this.renderFacade(), this.renderMessages()));
245
-
246
- /* eslint-enable jsx-a11y/mouse-events-have-key-events */
247
242
  }
248
243
  }, _Checkbox.displayName = "Checkbox", _Checkbox.componentId = 'Checkbox', _Checkbox.propTypes = _props.propTypes, _Checkbox.allowedProps = _props.allowedProps, _Checkbox.defaultProps = {
249
244
  size: 'medium',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-checkbox",
3
- "version": "10.0.1-snapshot-13",
3
+ "version": "10.1.1-snapshot-4973",
4
4
  "description": " styled HTML input type='checkbox' component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,28 +24,28 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.24.5",
27
- "@instructure/console": "10.0.1-snapshot-13",
28
- "@instructure/emotion": "10.0.1-snapshot-13",
29
- "@instructure/shared-types": "10.0.1-snapshot-13",
30
- "@instructure/ui-dom-utils": "10.0.1-snapshot-13",
31
- "@instructure/ui-form-field": "10.0.1-snapshot-13",
32
- "@instructure/ui-icons": "10.0.1-snapshot-13",
33
- "@instructure/ui-prop-types": "10.0.1-snapshot-13",
34
- "@instructure/ui-react-utils": "10.0.1-snapshot-13",
35
- "@instructure/ui-svg-images": "10.0.1-snapshot-13",
36
- "@instructure/ui-testable": "10.0.1-snapshot-13",
37
- "@instructure/ui-utils": "10.0.1-snapshot-13",
38
- "@instructure/ui-view": "10.0.1-snapshot-13",
39
- "@instructure/uid": "10.0.1-snapshot-13",
27
+ "@instructure/console": "10.1.1-snapshot-4973",
28
+ "@instructure/emotion": "10.1.1-snapshot-4973",
29
+ "@instructure/shared-types": "10.1.1-snapshot-4973",
30
+ "@instructure/ui-dom-utils": "10.1.1-snapshot-4973",
31
+ "@instructure/ui-form-field": "10.1.1-snapshot-4973",
32
+ "@instructure/ui-icons": "10.1.1-snapshot-4973",
33
+ "@instructure/ui-prop-types": "10.1.1-snapshot-4973",
34
+ "@instructure/ui-react-utils": "10.1.1-snapshot-4973",
35
+ "@instructure/ui-svg-images": "10.1.1-snapshot-4973",
36
+ "@instructure/ui-testable": "10.1.1-snapshot-4973",
37
+ "@instructure/ui-utils": "10.1.1-snapshot-4973",
38
+ "@instructure/ui-view": "10.1.1-snapshot-4973",
39
+ "@instructure/uid": "10.1.1-snapshot-4973",
40
40
  "keycode": "^2",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@instructure/ui-axe-check": "10.0.1-snapshot-13",
45
- "@instructure/ui-babel-preset": "10.0.1-snapshot-13",
46
- "@instructure/ui-color-utils": "10.0.1-snapshot-13",
47
- "@instructure/ui-test-utils": "10.0.1-snapshot-13",
48
- "@instructure/ui-themes": "10.0.1-snapshot-13",
44
+ "@instructure/ui-axe-check": "10.1.1-snapshot-4973",
45
+ "@instructure/ui-babel-preset": "10.1.1-snapshot-4973",
46
+ "@instructure/ui-color-utils": "10.1.1-snapshot-4973",
47
+ "@instructure/ui-test-utils": "10.1.1-snapshot-4973",
48
+ "@instructure/ui-themes": "10.1.1-snapshot-4973",
49
49
  "@testing-library/jest-dom": "^6.4.6",
50
50
  "@testing-library/react": "^15.0.7",
51
51
  "@testing-library/user-event": "^14.5.2",
@@ -266,8 +266,6 @@ class Checkbox extends Component<CheckboxProps, CheckboxState> {
266
266
  `[Checkbox] The \`toggle\` variant does not support the \`indeterminate\` property. Use the \`simple\` variant instead.`
267
267
  )
268
268
 
269
- /* eslint-disable jsx-a11y/mouse-events-have-key-events */
270
-
271
269
  return (
272
270
  <div
273
271
  css={styles?.checkbox}
@@ -298,8 +296,6 @@ class Checkbox extends Component<CheckboxProps, CheckboxState> {
298
296
  </label>
299
297
  </div>
300
298
  )
301
-
302
- /* eslint-enable jsx-a11y/mouse-events-have-key-events */
303
299
  }
304
300
  }
305
301