@instructure/ui-checkbox 11.7.4-snapshot-50 → 11.7.4-snapshot-53
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 +1 -1
- package/es/Checkbox/v2/CheckboxFacade/index.js +1 -0
- package/es/Checkbox/v2/ToggleFacade/index.js +1 -0
- package/lib/Checkbox/v2/CheckboxFacade/index.js +1 -0
- package/lib/Checkbox/v2/ToggleFacade/index.js +1 -0
- package/package.json +16 -16
- package/src/Checkbox/v2/CheckboxFacade/index.tsx +1 -0
- package/src/Checkbox/v2/ToggleFacade/index.tsx +1 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Checkbox/v2/CheckboxFacade/index.d.ts +1 -0
- package/types/Checkbox/v2/CheckboxFacade/index.d.ts.map +1 -1
- package/types/Checkbox/v2/ToggleFacade/index.d.ts +1 -0
- package/types/Checkbox/v2/ToggleFacade/index.d.ts.map +1 -1
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-
|
|
6
|
+
## [11.7.4-snapshot-53](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-53) (2026-06-22)
|
|
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-
|
|
3
|
+
"version": "11.7.4-snapshot-53",
|
|
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/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/shared-types": "11.7.4-snapshot-
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/
|
|
24
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
25
|
-
"@instructure/ui-react-utils": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/
|
|
30
|
-
"@instructure/
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-53",
|
|
20
|
+
"@instructure/emotion": "11.7.4-snapshot-53",
|
|
21
|
+
"@instructure/shared-types": "11.7.4-snapshot-53",
|
|
22
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-53",
|
|
23
|
+
"@instructure/ui-form-field": "11.7.4-snapshot-53",
|
|
24
|
+
"@instructure/ui-icons": "11.7.4-snapshot-53",
|
|
25
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-53",
|
|
26
|
+
"@instructure/ui-themes": "11.7.4-snapshot-53",
|
|
27
|
+
"@instructure/ui-utils": "11.7.4-snapshot-53",
|
|
28
|
+
"@instructure/ui-view": "11.7.4-snapshot-53",
|
|
29
|
+
"@instructure/uid": "11.7.4-snapshot-53",
|
|
30
|
+
"@instructure/ui-svg-images": "11.7.4-snapshot-53"
|
|
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-
|
|
38
|
-
"@instructure/ui-color-utils": "11.7.4-snapshot-
|
|
39
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
37
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-53",
|
|
38
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-53",
|
|
39
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-53"
|
|
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 = {
|