@instructure/ui-checkbox 8.46.2-snapshot-8 → 8.46.2-snapshot-13

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.46.2-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-8) (2023-10-23)
6
+ ## [8.46.2-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.46.2-snapshot-13) (2023-10-24)
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) {
@@ -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) {
@@ -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-8",
3
+ "version": "8.46.2-snapshot-13",
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-8",
28
- "@instructure/emotion": "8.46.2-snapshot-8",
29
- "@instructure/shared-types": "8.46.2-snapshot-8",
30
- "@instructure/ui-dom-utils": "8.46.2-snapshot-8",
31
- "@instructure/ui-form-field": "8.46.2-snapshot-8",
32
- "@instructure/ui-icons": "8.46.2-snapshot-8",
33
- "@instructure/ui-prop-types": "8.46.2-snapshot-8",
34
- "@instructure/ui-react-utils": "8.46.2-snapshot-8",
35
- "@instructure/ui-svg-images": "8.46.2-snapshot-8",
36
- "@instructure/ui-testable": "8.46.2-snapshot-8",
37
- "@instructure/ui-utils": "8.46.2-snapshot-8",
38
- "@instructure/ui-view": "8.46.2-snapshot-8",
39
- "@instructure/uid": "8.46.2-snapshot-8",
27
+ "@instructure/console": "8.46.2-snapshot-13",
28
+ "@instructure/emotion": "8.46.2-snapshot-13",
29
+ "@instructure/shared-types": "8.46.2-snapshot-13",
30
+ "@instructure/ui-dom-utils": "8.46.2-snapshot-13",
31
+ "@instructure/ui-form-field": "8.46.2-snapshot-13",
32
+ "@instructure/ui-icons": "8.46.2-snapshot-13",
33
+ "@instructure/ui-prop-types": "8.46.2-snapshot-13",
34
+ "@instructure/ui-react-utils": "8.46.2-snapshot-13",
35
+ "@instructure/ui-svg-images": "8.46.2-snapshot-13",
36
+ "@instructure/ui-testable": "8.46.2-snapshot-13",
37
+ "@instructure/ui-utils": "8.46.2-snapshot-13",
38
+ "@instructure/ui-view": "8.46.2-snapshot-13",
39
+ "@instructure/uid": "8.46.2-snapshot-13",
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-8",
45
- "@instructure/ui-babel-preset": "8.46.2-snapshot-8",
46
- "@instructure/ui-color-utils": "8.46.2-snapshot-8",
47
- "@instructure/ui-test-utils": "8.46.2-snapshot-8",
48
- "@instructure/ui-themes": "8.46.2-snapshot-8",
44
+ "@instructure/ui-axe-check": "8.46.2-snapshot-13",
45
+ "@instructure/ui-babel-preset": "8.46.2-snapshot-13",
46
+ "@instructure/ui-color-utils": "8.46.2-snapshot-13",
47
+ "@instructure/ui-test-utils": "8.46.2-snapshot-13",
48
+ "@instructure/ui-themes": "8.46.2-snapshot-13",
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"
@@ -40,7 +40,6 @@ import type { CheckboxFacadeProps } from './props'
40
40
  ---
41
41
  parent: Checkbox
42
42
  ---
43
- @tsProps
44
43
  **/
45
44
  @withStyle(generateStyle, generateComponentTheme)
46
45
  class CheckboxFacade extends Component<CheckboxFacadeProps> {
@@ -39,7 +39,6 @@ import type { ToggleFacadeProps } from './props'
39
39
  ---
40
40
  parent: Checkbox
41
41
  ---
42
- @tsProps
43
42
  **/
44
43
  @withStyle(generateStyle, generateComponentTheme)
45
44
  class ToggleFacade extends Component<ToggleFacadeProps> {
@@ -54,7 +54,6 @@ import type {
54
54
  category: components
55
55
  tags: toggle, switch
56
56
  ---
57
- @tsProps
58
57
  **/
59
58
 
60
59
  @withDeterministicId()
@@ -47,7 +47,6 @@ import type {
47
47
  ---
48
48
  category: components
49
49
  ---
50
- @tsProps
51
50
  **/
52
51
 
53
52
  @withDeterministicId()