@instructure/ui-checkbox 8.46.2-snapshot-9 → 8.46.2-snapshot-14
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/CheckboxFacade/index.js +0 -1
- package/es/Checkbox/ToggleFacade/index.js +0 -1
- package/es/Checkbox/index.js +0 -1
- package/es/CheckboxGroup/index.js +0 -1
- package/lib/Checkbox/CheckboxFacade/index.js +0 -1
- package/lib/Checkbox/ToggleFacade/index.js +0 -1
- package/lib/Checkbox/index.js +0 -1
- package/lib/CheckboxGroup/index.js +0 -1
- package/package.json +19 -19
- package/src/Checkbox/CheckboxFacade/index.tsx +0 -1
- package/src/Checkbox/ToggleFacade/index.tsx +0 -1
- package/src/Checkbox/index.tsx +0 -1
- package/src/CheckboxGroup/index.tsx +0 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Checkbox/CheckboxFacade/index.d.ts +0 -1
- package/types/Checkbox/CheckboxFacade/index.d.ts.map +1 -1
- package/types/Checkbox/ToggleFacade/index.d.ts +0 -1
- package/types/Checkbox/ToggleFacade/index.d.ts.map +1 -1
- package/types/Checkbox/index.d.ts +0 -1
- package/types/Checkbox/index.d.ts.map +1 -1
- package/types/CheckboxGroup/index.d.ts +0 -1
- package/types/CheckboxGroup/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
|
-
## [8.46.2-snapshot-
|
|
6
|
+
## [8.46.2-snapshot-14](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-14) (2023-10-26)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -35,7 +35,6 @@ import { propTypes, allowedProps } from './props';
|
|
|
35
35
|
---
|
|
36
36
|
parent: Checkbox
|
|
37
37
|
---
|
|
38
|
-
@tsProps
|
|
39
38
|
**/
|
|
40
39
|
let CheckboxFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class CheckboxFacade extends Component {
|
|
41
40
|
constructor(...args) {
|
|
@@ -34,7 +34,6 @@ import { propTypes, allowedProps } from './props';
|
|
|
34
34
|
---
|
|
35
35
|
parent: Checkbox
|
|
36
36
|
---
|
|
37
|
-
@tsProps
|
|
38
37
|
**/
|
|
39
38
|
let ToggleFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class ToggleFacade extends Component {
|
|
40
39
|
constructor(...args) {
|
package/es/Checkbox/index.js
CHANGED
|
@@ -43,7 +43,6 @@ import { propTypes, allowedProps } from './props';
|
|
|
43
43
|
category: components
|
|
44
44
|
tags: toggle, switch
|
|
45
45
|
---
|
|
46
|
-
@tsProps
|
|
47
46
|
**/
|
|
48
47
|
let Checkbox = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Checkbox extends Component {
|
|
49
48
|
constructor(props) {
|
|
@@ -33,7 +33,6 @@ import { propTypes, allowedProps } from './props';
|
|
|
33
33
|
---
|
|
34
34
|
category: components
|
|
35
35
|
---
|
|
36
|
-
@tsProps
|
|
37
36
|
**/
|
|
38
37
|
let CheckboxGroup = (_dec = withDeterministicId(), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class CheckboxGroup extends Component {
|
|
39
38
|
constructor(props) {
|
|
@@ -41,7 +41,6 @@ var _dec, _class, _class2, _SVGIcon, _IconCheckMarkSolid;
|
|
|
41
41
|
---
|
|
42
42
|
parent: Checkbox
|
|
43
43
|
---
|
|
44
|
-
@tsProps
|
|
45
44
|
**/
|
|
46
45
|
let CheckboxFacade = exports.CheckboxFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class CheckboxFacade extends _react.Component {
|
|
47
46
|
constructor(...args) {
|
|
@@ -41,7 +41,6 @@ var _dec, _class, _class2;
|
|
|
41
41
|
---
|
|
42
42
|
parent: Checkbox
|
|
43
43
|
---
|
|
44
|
-
@tsProps
|
|
45
44
|
**/
|
|
46
45
|
let ToggleFacade = exports.ToggleFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class ToggleFacade extends _react.Component {
|
|
47
46
|
constructor(...args) {
|
package/lib/Checkbox/index.js
CHANGED
|
@@ -64,7 +64,6 @@ var _dec, _dec2, _dec3, _class, _class2;
|
|
|
64
64
|
category: components
|
|
65
65
|
tags: toggle, switch
|
|
66
66
|
---
|
|
67
|
-
@tsProps
|
|
68
67
|
**/
|
|
69
68
|
let Checkbox = exports.Checkbox = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, null), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Checkbox extends _react.Component {
|
|
70
69
|
constructor(props) {
|
|
@@ -43,7 +43,6 @@ var _dec, _dec2, _class, _class2;
|
|
|
43
43
|
---
|
|
44
44
|
category: components
|
|
45
45
|
---
|
|
46
|
-
@tsProps
|
|
47
46
|
**/
|
|
48
47
|
let CheckboxGroup = exports.CheckboxGroup = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class CheckboxGroup extends _react.Component {
|
|
49
48
|
constructor(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-checkbox",
|
|
3
|
-
"version": "8.46.2-snapshot-
|
|
3
|
+
"version": "8.46.2-snapshot-14",
|
|
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.23.2",
|
|
27
|
-
"@instructure/console": "8.46.2-snapshot-
|
|
28
|
-
"@instructure/emotion": "8.46.2-snapshot-
|
|
29
|
-
"@instructure/shared-types": "8.46.2-snapshot-
|
|
30
|
-
"@instructure/ui-dom-utils": "8.46.2-snapshot-
|
|
31
|
-
"@instructure/ui-form-field": "8.46.2-snapshot-
|
|
32
|
-
"@instructure/ui-icons": "8.46.2-snapshot-
|
|
33
|
-
"@instructure/ui-prop-types": "8.46.2-snapshot-
|
|
34
|
-
"@instructure/ui-react-utils": "8.46.2-snapshot-
|
|
35
|
-
"@instructure/ui-svg-images": "8.46.2-snapshot-
|
|
36
|
-
"@instructure/ui-testable": "8.46.2-snapshot-
|
|
37
|
-
"@instructure/ui-utils": "8.46.2-snapshot-
|
|
38
|
-
"@instructure/ui-view": "8.46.2-snapshot-
|
|
39
|
-
"@instructure/uid": "8.46.2-snapshot-
|
|
27
|
+
"@instructure/console": "8.46.2-snapshot-14",
|
|
28
|
+
"@instructure/emotion": "8.46.2-snapshot-14",
|
|
29
|
+
"@instructure/shared-types": "8.46.2-snapshot-14",
|
|
30
|
+
"@instructure/ui-dom-utils": "8.46.2-snapshot-14",
|
|
31
|
+
"@instructure/ui-form-field": "8.46.2-snapshot-14",
|
|
32
|
+
"@instructure/ui-icons": "8.46.2-snapshot-14",
|
|
33
|
+
"@instructure/ui-prop-types": "8.46.2-snapshot-14",
|
|
34
|
+
"@instructure/ui-react-utils": "8.46.2-snapshot-14",
|
|
35
|
+
"@instructure/ui-svg-images": "8.46.2-snapshot-14",
|
|
36
|
+
"@instructure/ui-testable": "8.46.2-snapshot-14",
|
|
37
|
+
"@instructure/ui-utils": "8.46.2-snapshot-14",
|
|
38
|
+
"@instructure/ui-view": "8.46.2-snapshot-14",
|
|
39
|
+
"@instructure/uid": "8.46.2-snapshot-14",
|
|
40
40
|
"keycode": "^2.2.1",
|
|
41
41
|
"prop-types": "^15.8.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@instructure/ui-axe-check": "8.46.2-snapshot-
|
|
45
|
-
"@instructure/ui-babel-preset": "8.46.2-snapshot-
|
|
46
|
-
"@instructure/ui-color-utils": "8.46.2-snapshot-
|
|
47
|
-
"@instructure/ui-test-utils": "8.46.2-snapshot-
|
|
48
|
-
"@instructure/ui-themes": "8.46.2-snapshot-
|
|
44
|
+
"@instructure/ui-axe-check": "8.46.2-snapshot-14",
|
|
45
|
+
"@instructure/ui-babel-preset": "8.46.2-snapshot-14",
|
|
46
|
+
"@instructure/ui-color-utils": "8.46.2-snapshot-14",
|
|
47
|
+
"@instructure/ui-test-utils": "8.46.2-snapshot-14",
|
|
48
|
+
"@instructure/ui-themes": "8.46.2-snapshot-14",
|
|
49
49
|
"@testing-library/jest-dom": "^6.1.4",
|
|
50
50
|
"@testing-library/react": "^14.0.0",
|
|
51
51
|
"@testing-library/user-event": "^14.5.1"
|
package/src/Checkbox/index.tsx
CHANGED