@instructure/ui-checkbox 10.19.2-snapshot-3 → 10.19.2-snapshot-4
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/package.json +19 -19
- package/tsconfig.build.tsbuildinfo +1 -1
- package/es/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.js +0 -60
- package/es/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.js +0 -60
- package/es/Checkbox/__new-tests__/Checkbox.test.js +0 -234
- package/es/CheckboxGroup/__new-tests__/CheckboxGroup.test.js +0 -228
- package/lib/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.js +0 -61
- package/lib/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.js +0 -61
- package/lib/Checkbox/__new-tests__/Checkbox.test.js +0 -237
- package/lib/CheckboxGroup/__new-tests__/CheckboxGroup.test.js +0 -230
- package/src/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.tsx +0 -66
- package/src/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.tsx +0 -66
- package/src/Checkbox/__new-tests__/Checkbox.test.tsx +0 -248
- package/src/CheckboxGroup/__new-tests__/CheckboxGroup.test.tsx +0 -236
- package/types/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.d.ts +0 -2
- package/types/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.d.ts.map +0 -1
- package/types/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.d.ts +0 -2
- package/types/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.d.ts.map +0 -1
- package/types/Checkbox/__new-tests__/Checkbox.test.d.ts +0 -2
- package/types/Checkbox/__new-tests__/Checkbox.test.d.ts.map +0 -1
- package/types/CheckboxGroup/__new-tests__/CheckboxGroup.test.d.ts +0 -2
- package/types/CheckboxGroup/__new-tests__/CheckboxGroup.test.d.ts.map +0 -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
|
-
## [10.19.2-snapshot-
|
|
6
|
+
## [10.19.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-4) (2025-06-12)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-checkbox",
|
|
3
|
-
"version": "10.19.2-snapshot-
|
|
3
|
+
"version": "10.19.2-snapshot-4",
|
|
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.26.0",
|
|
27
|
-
"@instructure/console": "10.19.2-snapshot-
|
|
28
|
-
"@instructure/emotion": "10.19.2-snapshot-
|
|
29
|
-
"@instructure/shared-types": "10.19.2-snapshot-
|
|
30
|
-
"@instructure/ui-dom-utils": "10.19.2-snapshot-
|
|
31
|
-
"@instructure/ui-form-field": "10.19.2-snapshot-
|
|
32
|
-
"@instructure/ui-icons": "10.19.2-snapshot-
|
|
33
|
-
"@instructure/ui-prop-types": "10.19.2-snapshot-
|
|
34
|
-
"@instructure/ui-react-utils": "10.19.2-snapshot-
|
|
35
|
-
"@instructure/ui-svg-images": "10.19.2-snapshot-
|
|
36
|
-
"@instructure/ui-testable": "10.19.2-snapshot-
|
|
37
|
-
"@instructure/ui-utils": "10.19.2-snapshot-
|
|
38
|
-
"@instructure/ui-view": "10.19.2-snapshot-
|
|
39
|
-
"@instructure/uid": "10.19.2-snapshot-
|
|
27
|
+
"@instructure/console": "10.19.2-snapshot-4",
|
|
28
|
+
"@instructure/emotion": "10.19.2-snapshot-4",
|
|
29
|
+
"@instructure/shared-types": "10.19.2-snapshot-4",
|
|
30
|
+
"@instructure/ui-dom-utils": "10.19.2-snapshot-4",
|
|
31
|
+
"@instructure/ui-form-field": "10.19.2-snapshot-4",
|
|
32
|
+
"@instructure/ui-icons": "10.19.2-snapshot-4",
|
|
33
|
+
"@instructure/ui-prop-types": "10.19.2-snapshot-4",
|
|
34
|
+
"@instructure/ui-react-utils": "10.19.2-snapshot-4",
|
|
35
|
+
"@instructure/ui-svg-images": "10.19.2-snapshot-4",
|
|
36
|
+
"@instructure/ui-testable": "10.19.2-snapshot-4",
|
|
37
|
+
"@instructure/ui-utils": "10.19.2-snapshot-4",
|
|
38
|
+
"@instructure/ui-view": "10.19.2-snapshot-4",
|
|
39
|
+
"@instructure/uid": "10.19.2-snapshot-4",
|
|
40
40
|
"keycode": "^2",
|
|
41
41
|
"prop-types": "^15.8.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@instructure/ui-axe-check": "10.19.2-snapshot-
|
|
45
|
-
"@instructure/ui-babel-preset": "10.19.2-snapshot-
|
|
46
|
-
"@instructure/ui-color-utils": "10.19.2-snapshot-
|
|
47
|
-
"@instructure/ui-test-utils": "10.19.2-snapshot-
|
|
48
|
-
"@instructure/ui-themes": "10.19.2-snapshot-
|
|
44
|
+
"@instructure/ui-axe-check": "10.19.2-snapshot-4",
|
|
45
|
+
"@instructure/ui-babel-preset": "10.19.2-snapshot-4",
|
|
46
|
+
"@instructure/ui-color-utils": "10.19.2-snapshot-4",
|
|
47
|
+
"@instructure/ui-test-utils": "10.19.2-snapshot-4",
|
|
48
|
+
"@instructure/ui-themes": "10.19.2-snapshot-4",
|
|
49
49
|
"@testing-library/jest-dom": "^6.6.3",
|
|
50
50
|
"@testing-library/react": "^16.0.1",
|
|
51
51
|
"@testing-library/user-event": "^14.5.2",
|