@instructure/ui-checkbox 8.23.0 → 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/LICENSE.md +27 -0
- 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 +21 -20
- package/tsconfig.build.tsbuildinfo +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The MIT License (MIT)
|
|
3
|
+
category: Getting Started
|
|
4
|
+
order: 9
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# The MIT License (MIT)
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2015 Instructure, Inc.
|
|
10
|
+
|
|
11
|
+
**Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
+
in the Software without restriction, including without limitation the rights
|
|
14
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
+
furnished to do so, subject to the following conditions.**
|
|
17
|
+
|
|
18
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19
|
+
copies or substantial portions of the Software.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
+
SOFTWARE.
|
|
@@ -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.
|
|
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.
|
|
28
|
-
"@instructure/emotion": "8.23.
|
|
29
|
-
"@instructure/shared-types": "8.23.
|
|
30
|
-
"@instructure/ui-dom-utils": "8.23.
|
|
31
|
-
"@instructure/ui-form-field": "8.23.
|
|
32
|
-
"@instructure/ui-icons": "8.23.
|
|
33
|
-
"@instructure/ui-prop-types": "8.23.
|
|
34
|
-
"@instructure/ui-react-utils": "8.23.
|
|
35
|
-
"@instructure/ui-svg-images": "8.23.
|
|
36
|
-
"@instructure/ui-testable": "8.23.
|
|
37
|
-
"@instructure/ui-utils": "8.23.
|
|
38
|
-
"@instructure/ui-view": "8.23.
|
|
39
|
-
"@instructure/uid": "8.23.
|
|
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.
|
|
45
|
-
"@instructure/ui-color-utils": "8.23.
|
|
46
|
-
"@instructure/ui-test-locator": "8.23.
|
|
47
|
-
"@instructure/ui-test-utils": "8.23.
|
|
48
|
-
"@instructure/ui-themes": "8.23.
|
|
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"
|
|
@@ -53,5 +53,6 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"sideEffects": false
|
|
56
|
+
"sideEffects": false,
|
|
57
|
+
"gitHead": "5e829fae6b005f080497818df8b3fff19365aab3"
|
|
57
58
|
}
|