@instructure/ui-checkbox 8.38.2-snapshot-5 → 8.38.2-snapshot-7

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,7 @@
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
- ## [8.38.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-5) (2023-07-14)
6
+ ## [8.38.2-snapshot-7](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-7) (2023-07-21)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-checkbox
9
9
 
@@ -38,8 +38,8 @@ parent: Checkbox
38
38
  @tsProps
39
39
  **/
40
40
  let CheckboxFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class CheckboxFacade extends Component {
41
- constructor() {
42
- super(...arguments);
41
+ constructor(...args) {
42
+ super(...args);
43
43
  this.ref = null;
44
44
  this.handleRef = el => {
45
45
  this.ref = el;
@@ -37,8 +37,8 @@ parent: Checkbox
37
37
  @tsProps
38
38
  **/
39
39
  let ToggleFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class ToggleFacade extends Component {
40
- constructor() {
41
- super(...arguments);
40
+ constructor(...args) {
41
+ super(...args);
42
42
  this.ref = null;
43
43
  this.handleRef = el => {
44
44
  this.ref = el;
@@ -44,8 +44,8 @@ parent: Checkbox
44
44
  @tsProps
45
45
  **/
46
46
  let CheckboxFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class CheckboxFacade extends _react.Component {
47
- constructor() {
48
- super(...arguments);
47
+ constructor(...args) {
48
+ super(...args);
49
49
  this.ref = null;
50
50
  this.handleRef = el => {
51
51
  this.ref = el;
@@ -44,8 +44,8 @@ parent: Checkbox
44
44
  @tsProps
45
45
  **/
46
46
  let ToggleFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class ToggleFacade extends _react.Component {
47
- constructor() {
48
- super(...arguments);
47
+ constructor(...args) {
48
+ super(...args);
49
49
  this.ref = null;
50
50
  this.handleRef = el => {
51
51
  this.ref = el;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-checkbox",
3
- "version": "8.38.2-snapshot-5",
3
+ "version": "8.38.2-snapshot-7",
4
4
  "description": " styled HTML input type='checkbox' component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,29 +23,29 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.22.5",
27
- "@instructure/console": "8.38.2-snapshot-5",
28
- "@instructure/emotion": "8.38.2-snapshot-5",
29
- "@instructure/shared-types": "8.38.2-snapshot-5",
30
- "@instructure/ui-dom-utils": "8.38.2-snapshot-5",
31
- "@instructure/ui-form-field": "8.38.2-snapshot-5",
32
- "@instructure/ui-icons": "8.38.2-snapshot-5",
33
- "@instructure/ui-prop-types": "8.38.2-snapshot-5",
34
- "@instructure/ui-react-utils": "8.38.2-snapshot-5",
35
- "@instructure/ui-svg-images": "8.38.2-snapshot-5",
36
- "@instructure/ui-testable": "8.38.2-snapshot-5",
37
- "@instructure/ui-utils": "8.38.2-snapshot-5",
38
- "@instructure/ui-view": "8.38.2-snapshot-5",
39
- "@instructure/uid": "8.38.2-snapshot-5",
26
+ "@babel/runtime": "^7.22.6",
27
+ "@instructure/console": "8.38.2-snapshot-7",
28
+ "@instructure/emotion": "8.38.2-snapshot-7",
29
+ "@instructure/shared-types": "8.38.2-snapshot-7",
30
+ "@instructure/ui-dom-utils": "8.38.2-snapshot-7",
31
+ "@instructure/ui-form-field": "8.38.2-snapshot-7",
32
+ "@instructure/ui-icons": "8.38.2-snapshot-7",
33
+ "@instructure/ui-prop-types": "8.38.2-snapshot-7",
34
+ "@instructure/ui-react-utils": "8.38.2-snapshot-7",
35
+ "@instructure/ui-svg-images": "8.38.2-snapshot-7",
36
+ "@instructure/ui-testable": "8.38.2-snapshot-7",
37
+ "@instructure/ui-utils": "8.38.2-snapshot-7",
38
+ "@instructure/ui-view": "8.38.2-snapshot-7",
39
+ "@instructure/uid": "8.38.2-snapshot-7",
40
40
  "keycode": "^2.2.1",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@instructure/ui-babel-preset": "8.38.2-snapshot-5",
45
- "@instructure/ui-color-utils": "8.38.2-snapshot-5",
46
- "@instructure/ui-test-locator": "8.38.2-snapshot-5",
47
- "@instructure/ui-test-utils": "8.38.2-snapshot-5",
48
- "@instructure/ui-themes": "8.38.2-snapshot-5"
44
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-7",
45
+ "@instructure/ui-color-utils": "8.38.2-snapshot-7",
46
+ "@instructure/ui-test-locator": "8.38.2-snapshot-7",
47
+ "@instructure/ui-test-utils": "8.38.2-snapshot-7",
48
+ "@instructure/ui-themes": "8.38.2-snapshot-7"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=16.8 <=18"