@instructure/ui-checkbox 8.23.1-snapshot.1 → 8.23.1-snapshot.11
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/es/Checkbox/CheckboxFacade/index.js +3 -3
- package/es/Checkbox/ToggleFacade/index.js +3 -3
- package/es/Checkbox/index.js +3 -3
- package/es/CheckboxGroup/index.js +3 -3
- package/lib/Checkbox/CheckboxFacade/index.js +3 -3
- package/lib/Checkbox/ToggleFacade/index.js +3 -3
- package/lib/Checkbox/index.js +3 -3
- package/lib/CheckboxGroup/index.js +3 -3
- package/package.json +20 -20
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _class, _class2,
|
|
1
|
+
var _dec, _class, _class2, _SVGIcon, _IconCheckMarkSolid;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -39,7 +39,7 @@ parent: Checkbox
|
|
|
39
39
|
---
|
|
40
40
|
@tsProps
|
|
41
41
|
**/
|
|
42
|
-
let CheckboxFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
|
42
|
+
let CheckboxFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class CheckboxFacade extends Component {
|
|
43
43
|
constructor() {
|
|
44
44
|
super(...arguments);
|
|
45
45
|
this.ref = null;
|
|
@@ -102,6 +102,6 @@ let CheckboxFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _
|
|
|
102
102
|
hovered: false,
|
|
103
103
|
size: 'medium',
|
|
104
104
|
indeterminate: false
|
|
105
|
-
},
|
|
105
|
+
}, _class2)) || _class);
|
|
106
106
|
export default CheckboxFacade;
|
|
107
107
|
export { CheckboxFacade };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _class, _class2
|
|
1
|
+
var _dec, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -38,7 +38,7 @@ parent: Checkbox
|
|
|
38
38
|
---
|
|
39
39
|
@tsProps
|
|
40
40
|
**/
|
|
41
|
-
let ToggleFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
|
41
|
+
let ToggleFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class ToggleFacade extends Component {
|
|
42
42
|
constructor() {
|
|
43
43
|
super(...arguments);
|
|
44
44
|
this.ref = null;
|
|
@@ -109,6 +109,6 @@ let ToggleFacade = (_dec = withStyle(generateStyle, generateComponentTheme), _de
|
|
|
109
109
|
disabled: false,
|
|
110
110
|
readOnly: false,
|
|
111
111
|
labelPlacement: 'end'
|
|
112
|
-
},
|
|
112
|
+
}, _class2)) || _class);
|
|
113
113
|
export default ToggleFacade;
|
|
114
114
|
export { ToggleFacade };
|
package/es/Checkbox/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _dec2, _dec3, _class, _class2
|
|
1
|
+
var _dec, _dec2, _dec3, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -47,7 +47,7 @@ tags: toggle, switch
|
|
|
47
47
|
---
|
|
48
48
|
@tsProps
|
|
49
49
|
**/
|
|
50
|
-
let Checkbox = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (
|
|
50
|
+
let Checkbox = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, null), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Checkbox extends Component {
|
|
51
51
|
constructor(props) {
|
|
52
52
|
super(props);
|
|
53
53
|
this._defaultId = void 0;
|
|
@@ -261,6 +261,6 @@ let Checkbox = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, n
|
|
|
261
261
|
indeterminate: false,
|
|
262
262
|
readOnly: false,
|
|
263
263
|
labelPlacement: 'end'
|
|
264
|
-
},
|
|
264
|
+
}, _class2)) || _class) || _class) || _class);
|
|
265
265
|
export default Checkbox;
|
|
266
266
|
export { Checkbox, CheckboxFacade, ToggleFacade };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _dec2, _class, _class2
|
|
1
|
+
var _dec, _dec2, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -36,7 +36,7 @@ category: components
|
|
|
36
36
|
---
|
|
37
37
|
@tsProps
|
|
38
38
|
**/
|
|
39
|
-
let CheckboxGroup = (_dec = withDeterministicId(), _dec2 = testable(), _dec(_class = _dec2(_class = (
|
|
39
|
+
let CheckboxGroup = (_dec = withDeterministicId(), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class CheckboxGroup extends Component {
|
|
40
40
|
constructor(props) {
|
|
41
41
|
super(props);
|
|
42
42
|
this._messagesId = void 0;
|
|
@@ -131,6 +131,6 @@ let CheckboxGroup = (_dec = withDeterministicId(), _dec2 = testable(), _dec(_cla
|
|
|
131
131
|
size: 'medium',
|
|
132
132
|
layout: 'stacked',
|
|
133
133
|
children: null
|
|
134
|
-
},
|
|
134
|
+
}, _class2)) || _class) || _class);
|
|
135
135
|
export default CheckboxGroup;
|
|
136
136
|
export { CheckboxGroup };
|
|
@@ -21,7 +21,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
|
21
21
|
|
|
22
22
|
var _props = require("./props");
|
|
23
23
|
|
|
24
|
-
var _dec, _class, _class2,
|
|
24
|
+
var _dec, _class, _class2, _SVGIcon, _IconCheckMarkSolid;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
---
|
|
@@ -29,7 +29,7 @@ parent: Checkbox
|
|
|
29
29
|
---
|
|
30
30
|
@tsProps
|
|
31
31
|
**/
|
|
32
|
-
let CheckboxFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
|
32
|
+
let CheckboxFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class CheckboxFacade extends _react.Component {
|
|
33
33
|
constructor() {
|
|
34
34
|
super(...arguments);
|
|
35
35
|
this.ref = null;
|
|
@@ -92,7 +92,7 @@ let CheckboxFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.def
|
|
|
92
92
|
hovered: false,
|
|
93
93
|
size: 'medium',
|
|
94
94
|
indeterminate: false
|
|
95
|
-
},
|
|
95
|
+
}, _class2)) || _class);
|
|
96
96
|
exports.CheckboxFacade = CheckboxFacade;
|
|
97
97
|
var _default = CheckboxFacade;
|
|
98
98
|
exports.default = _default;
|
|
@@ -21,7 +21,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
|
21
21
|
|
|
22
22
|
var _props = require("./props");
|
|
23
23
|
|
|
24
|
-
var _dec, _class, _class2
|
|
24
|
+
var _dec, _class, _class2;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
---
|
|
@@ -29,7 +29,7 @@ parent: Checkbox
|
|
|
29
29
|
---
|
|
30
30
|
@tsProps
|
|
31
31
|
**/
|
|
32
|
-
let ToggleFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
|
32
|
+
let ToggleFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class ToggleFacade extends _react.Component {
|
|
33
33
|
constructor() {
|
|
34
34
|
super(...arguments);
|
|
35
35
|
this.ref = null;
|
|
@@ -100,7 +100,7 @@ let ToggleFacade = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.defau
|
|
|
100
100
|
disabled: false,
|
|
101
101
|
readOnly: false,
|
|
102
102
|
labelPlacement: 'end'
|
|
103
|
-
},
|
|
103
|
+
}, _class2)) || _class);
|
|
104
104
|
exports.ToggleFacade = ToggleFacade;
|
|
105
105
|
var _default = ToggleFacade;
|
|
106
106
|
exports.default = _default;
|
package/lib/Checkbox/index.js
CHANGED
|
@@ -52,7 +52,7 @@ var _styles = _interopRequireDefault(require("./styles"));
|
|
|
52
52
|
|
|
53
53
|
var _props = require("./props");
|
|
54
54
|
|
|
55
|
-
var _dec, _dec2, _dec3, _class, _class2
|
|
55
|
+
var _dec, _dec2, _dec3, _class, _class2;
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
58
|
---
|
|
@@ -61,7 +61,7 @@ tags: toggle, switch
|
|
|
61
61
|
---
|
|
62
62
|
@tsProps
|
|
63
63
|
**/
|
|
64
|
-
let Checkbox = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, null), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (
|
|
64
|
+
let 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 {
|
|
65
65
|
constructor(props) {
|
|
66
66
|
super(props);
|
|
67
67
|
this._defaultId = void 0;
|
|
@@ -275,7 +275,7 @@ let Checkbox = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 =
|
|
|
275
275
|
indeterminate: false,
|
|
276
276
|
readOnly: false,
|
|
277
277
|
labelPlacement: 'end'
|
|
278
|
-
},
|
|
278
|
+
}, _class2)) || _class) || _class) || _class);
|
|
279
279
|
exports.Checkbox = Checkbox;
|
|
280
280
|
var _default = Checkbox;
|
|
281
281
|
exports.default = _default;
|
|
@@ -27,7 +27,7 @@ var _Checkbox = require("../Checkbox");
|
|
|
27
27
|
|
|
28
28
|
var _props = require("./props");
|
|
29
29
|
|
|
30
|
-
var _dec, _dec2, _class, _class2
|
|
30
|
+
var _dec, _dec2, _class, _class2;
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
---
|
|
@@ -35,7 +35,7 @@ category: components
|
|
|
35
35
|
---
|
|
36
36
|
@tsProps
|
|
37
37
|
**/
|
|
38
|
-
let CheckboxGroup = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (
|
|
38
|
+
let CheckboxGroup = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class CheckboxGroup extends _react.Component {
|
|
39
39
|
constructor(props) {
|
|
40
40
|
super(props);
|
|
41
41
|
this._messagesId = void 0;
|
|
@@ -130,7 +130,7 @@ let CheckboxGroup = (_dec = (0, _withDeterministicId.withDeterministicId)(), _de
|
|
|
130
130
|
size: 'medium',
|
|
131
131
|
layout: 'stacked',
|
|
132
132
|
children: null
|
|
133
|
-
},
|
|
133
|
+
}, _class2)) || _class) || _class);
|
|
134
134
|
exports.CheckboxGroup = CheckboxGroup;
|
|
135
135
|
var _default = CheckboxGroup;
|
|
136
136
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-checkbox",
|
|
3
|
-
"version": "8.23.1-snapshot.
|
|
3
|
+
"version": "8.23.1-snapshot.11+5e829fae6",
|
|
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.13.10",
|
|
27
|
-
"@instructure/console": "8.23.1-snapshot.
|
|
28
|
-
"@instructure/emotion": "8.23.1-snapshot.
|
|
29
|
-
"@instructure/shared-types": "8.23.1-snapshot.
|
|
30
|
-
"@instructure/ui-dom-utils": "8.23.1-snapshot.
|
|
31
|
-
"@instructure/ui-form-field": "8.23.1-snapshot.
|
|
32
|
-
"@instructure/ui-icons": "8.23.1-snapshot.
|
|
33
|
-
"@instructure/ui-prop-types": "8.23.1-snapshot.
|
|
34
|
-
"@instructure/ui-react-utils": "8.23.1-snapshot.
|
|
35
|
-
"@instructure/ui-svg-images": "8.23.1-snapshot.
|
|
36
|
-
"@instructure/ui-testable": "8.23.1-snapshot.
|
|
37
|
-
"@instructure/ui-utils": "8.23.1-snapshot.
|
|
38
|
-
"@instructure/ui-view": "8.23.1-snapshot.
|
|
39
|
-
"@instructure/uid": "8.23.1-snapshot.
|
|
27
|
+
"@instructure/console": "8.23.1-snapshot.11+5e829fae6",
|
|
28
|
+
"@instructure/emotion": "8.23.1-snapshot.11+5e829fae6",
|
|
29
|
+
"@instructure/shared-types": "8.23.1-snapshot.11+5e829fae6",
|
|
30
|
+
"@instructure/ui-dom-utils": "8.23.1-snapshot.11+5e829fae6",
|
|
31
|
+
"@instructure/ui-form-field": "8.23.1-snapshot.11+5e829fae6",
|
|
32
|
+
"@instructure/ui-icons": "8.23.1-snapshot.11+5e829fae6",
|
|
33
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.11+5e829fae6",
|
|
34
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.11+5e829fae6",
|
|
35
|
+
"@instructure/ui-svg-images": "8.23.1-snapshot.11+5e829fae6",
|
|
36
|
+
"@instructure/ui-testable": "8.23.1-snapshot.11+5e829fae6",
|
|
37
|
+
"@instructure/ui-utils": "8.23.1-snapshot.11+5e829fae6",
|
|
38
|
+
"@instructure/ui-view": "8.23.1-snapshot.11+5e829fae6",
|
|
39
|
+
"@instructure/uid": "8.23.1-snapshot.11+5e829fae6",
|
|
40
40
|
"keycode": "^2",
|
|
41
41
|
"prop-types": "^15"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@instructure/ui-babel-preset": "8.23.1-snapshot.
|
|
45
|
-
"@instructure/ui-color-utils": "8.23.1-snapshot.
|
|
46
|
-
"@instructure/ui-test-locator": "8.23.1-snapshot.
|
|
47
|
-
"@instructure/ui-test-utils": "8.23.1-snapshot.
|
|
48
|
-
"@instructure/ui-themes": "8.23.1-snapshot.
|
|
44
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.11+5e829fae6",
|
|
45
|
+
"@instructure/ui-color-utils": "8.23.1-snapshot.11+5e829fae6",
|
|
46
|
+
"@instructure/ui-test-locator": "8.23.1-snapshot.11+5e829fae6",
|
|
47
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.11+5e829fae6",
|
|
48
|
+
"@instructure/ui-themes": "8.23.1-snapshot.11+5e829fae6"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=16.8 <=17"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"sideEffects": false,
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "5e829fae6b005f080497818df8b3fff19365aab3"
|
|
58
58
|
}
|