@instructure/ui-checkbox 11.7.4-snapshot-49 → 11.7.4-snapshot-52

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
- ## [11.7.4-snapshot-49](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-49) (2026-06-17)
6
+ ## [11.7.4-snapshot-52](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-52) (2026-06-19)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-checkbox
9
9
 
@@ -37,6 +37,7 @@ parent: Checkbox
37
37
  let CheckboxFacade = (_dec = withStyleNew(generateStyle, 'Checkbox'), _dec(_class = class CheckboxFacade extends Component {
38
38
  static displayName = 'CheckboxFacade';
39
39
  static componentId = 'CheckboxFacade';
40
+ static themeId = 'Checkbox';
40
41
  static allowedProps = allowedProps;
41
42
  static defaultProps = {
42
43
  checked: false,
@@ -37,6 +37,7 @@ parent: Checkbox
37
37
  let ToggleFacade = (_dec = withStyleNew(generateStyle, 'Toggle'), _dec(_class = class ToggleFacade extends Component {
38
38
  static displayName = 'ToggleFacade';
39
39
  static componentId = 'ToggleFacade';
40
+ static themeId = 'Toggle';
40
41
  static allowedProps = allowedProps;
41
42
  static defaultProps = {
42
43
  checked: false,
@@ -43,6 +43,7 @@ parent: Checkbox
43
43
  let CheckboxFacade = exports.CheckboxFacade = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'Checkbox'), _dec(_class = class CheckboxFacade extends _react.Component {
44
44
  static displayName = 'CheckboxFacade';
45
45
  static componentId = 'CheckboxFacade';
46
+ static themeId = 'Checkbox';
46
47
  static allowedProps = _props.allowedProps;
47
48
  static defaultProps = {
48
49
  checked: false,
@@ -43,6 +43,7 @@ parent: Checkbox
43
43
  let ToggleFacade = exports.ToggleFacade = (_dec = (0, _emotion.withStyleNew)(_styles.default, 'Toggle'), _dec(_class = class ToggleFacade extends _react.Component {
44
44
  static displayName = 'ToggleFacade';
45
45
  static componentId = 'ToggleFacade';
46
+ static themeId = 'Toggle';
46
47
  static allowedProps = _props.allowedProps;
47
48
  static defaultProps = {
48
49
  checked: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-checkbox",
3
- "version": "11.7.4-snapshot-49",
3
+ "version": "11.7.4-snapshot-52",
4
4
  "description": " styled HTML input type='checkbox' component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -16,27 +16,27 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "keycode": "^2",
19
- "@instructure/console": "11.7.4-snapshot-49",
20
- "@instructure/emotion": "11.7.4-snapshot-49",
21
- "@instructure/ui-dom-utils": "11.7.4-snapshot-49",
22
- "@instructure/ui-form-field": "11.7.4-snapshot-49",
23
- "@instructure/shared-types": "11.7.4-snapshot-49",
24
- "@instructure/ui-svg-images": "11.7.4-snapshot-49",
25
- "@instructure/ui-react-utils": "11.7.4-snapshot-49",
26
- "@instructure/ui-themes": "11.7.4-snapshot-49",
27
- "@instructure/ui-utils": "11.7.4-snapshot-49",
28
- "@instructure/ui-view": "11.7.4-snapshot-49",
29
- "@instructure/uid": "11.7.4-snapshot-49",
30
- "@instructure/ui-icons": "11.7.4-snapshot-49"
19
+ "@instructure/emotion": "11.7.4-snapshot-52",
20
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-52",
21
+ "@instructure/console": "11.7.4-snapshot-52",
22
+ "@instructure/shared-types": "11.7.4-snapshot-52",
23
+ "@instructure/ui-form-field": "11.7.4-snapshot-52",
24
+ "@instructure/ui-react-utils": "11.7.4-snapshot-52",
25
+ "@instructure/ui-svg-images": "11.7.4-snapshot-52",
26
+ "@instructure/ui-utils": "11.7.4-snapshot-52",
27
+ "@instructure/ui-themes": "11.7.4-snapshot-52",
28
+ "@instructure/ui-icons": "11.7.4-snapshot-52",
29
+ "@instructure/ui-view": "11.7.4-snapshot-52",
30
+ "@instructure/uid": "11.7.4-snapshot-52"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",
34
34
  "@testing-library/react": "15.0.7",
35
35
  "@testing-library/user-event": "^14.6.1",
36
36
  "vitest": "^3.2.2",
37
- "@instructure/ui-axe-check": "11.7.4-snapshot-49",
38
- "@instructure/ui-color-utils": "11.7.4-snapshot-49",
39
- "@instructure/ui-babel-preset": "11.7.4-snapshot-49"
37
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-52",
38
+ "@instructure/ui-axe-check": "11.7.4-snapshot-52",
39
+ "@instructure/ui-color-utils": "11.7.4-snapshot-52"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=18 <=19"
@@ -46,6 +46,7 @@ parent: Checkbox
46
46
  class CheckboxFacade extends Component<CheckboxFacadeProps> {
47
47
  static displayName = 'CheckboxFacade'
48
48
  static readonly componentId = 'CheckboxFacade'
49
+ static readonly themeId = 'Checkbox'
49
50
 
50
51
  static allowedProps = allowedProps
51
52
  static defaultProps = {
@@ -46,6 +46,7 @@ parent: Checkbox
46
46
  class ToggleFacade extends Component<ToggleFacadeProps> {
47
47
  static displayName = 'ToggleFacade'
48
48
  static readonly componentId = 'ToggleFacade'
49
+ static readonly themeId = 'Toggle'
49
50
 
50
51
  static allowedProps = allowedProps
51
52
  static defaultProps = {